var tt_count = 2;var tt_orientation = 'h';

//figure or
switch(tt_size){
//horizontals
case '728x90':
	tt_count = 3;tt_orientation = 'h';break;
case '468x60':
	tt_count = 1;tt_orientation = 'h';break;
case '234x60':
	tt_count = 1;tt_orientation = 'h';break;

//verticals
case '120x600':
	tt_count = 4;tt_orientation = 'v';break;
case '160x600':
	tt_count = 4;tt_orientation = 'v';break;
case '120x240':
	tt_count = 1;tt_orientation = 'v';break;

// not sure on these - they are square
case '500x250':
	tt_count = 4;tt_orientation = 'v';break;
case '336x280':
	tt_count = 3;tt_orientation = 'v';break;
case '300x250':
	tt_count = 3;tt_orientation = 'v';break;
case '200x200':
	tt_count = 2;tt_orientation = 'v';break;
case '180x150':
	tt_count = 1;tt_orientation = 'v';break;
case '125x125':
	tt_count = 1;tt_orientation = 'v';break;
}
var root_url = "http://www.aggressivedeals.com";
var tt_sizearray = tt_size.split('x');
var tt_width=tt_sizearray[0];
var tt_height=tt_sizearray[1];
var tt_1click;
var tt_pubClick;

if (typeof(tt_1click) == 'undefined') var tt_1click = 2;
if (typeof(tt_pubClick) == 'undefined') var tt_pubClick = '';

if(tt_1click.value ==1 || tt_1click==true) {
	document.write(unescape("%3Ciframe src='"+root_url+"/partners/default/frame.php?pai="+tt_pai+"&p3="+escape(tt_p3)+"&t="+tt_type+"&c="+tt_count+"&q="+escape(tt_keyword)+"&o="+tt_o+"&or="+tt_orientation+"&pc="+tt_pubClick+"' frameborder='0' height='"+tt_height+"' width='"+tt_width+"' scrolling='no' style='overflow:hidden;' name='obad' %3E%3C/iframe%3E"));
}else{
	document.write(unescape("%3Ciframe src='"+root_url+"/partners/default/frame2Click.php?pai="+tt_pai+"&p3="+escape(tt_p3)+"&q="+escape(tt_keyword)+"&s="+escape(tt_size)+"&pc="+escape(tt_pubClick)+"' frameborder='0' height='"+tt_height+"' width='"+tt_width+"' scrolling='no' style='overflow:hidden;' name='obad' %3E%3C/iframe%3E"));
}
