<!--

sitehost='http://www.tekrehberim.com/'
id  = site_id        
tip = reklam_tipi    

if (tip == 1)
		{
en  =468;
boy =60;
		}
if (tip == 2)
		{
en=120;
boy=60;
		}
if (tip == 3)
		{
en=160;
boy=680;
		}

if (tip == 4)
		{
en=728;
boy=90;
		}

kod="";
//kod+='<table border="0" cellpadding="0" cellspacing="1" width="'+en+'" height="'+boy+'">';
//kod+='<tr>';
//kod+='<td>';

kod+='<iframe src="'+sitehost+'sitene_koy.asp?id='+id+'&tip='+tip+'&en='+en+'&boy='+boy+'" width="'+en+'" height="'+boy+'" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe> ';


//kod+='</td>';
//kod+='</tr>';
//kod+='</table>';
document.write(kod)
//-->


