﻿// JScript 文件

var ad_advooeid=advooe_ad_clientid ;//網站主ID
var ad_clien_url=window.location.href;//客户端网站url
var ad_whith=advooe_ad_width ;
var ad_height=advooe_ad_height ;
var adclass=advooe_ad_class;
var url;
if(adclass=="ad_complex")
{
   //混合廣告
   url="http://www.advooe.com/advooe_ad.aspx?id="+ad_advooeid + "&advooe_url=" +ad_clien_url;
}
else if(adclass=="ad_text")
{//文字
  url="http://www.advooe.com/advooe_ad_font.aspx?id="+ad_advooeid+ "&advooe_url=" +ad_clien_url;
}
else if(adclass=="ad_picture")
{//圖片
   url="http://www.advooe.com/advooe_ad_1.aspx?code_id="+ad_advooeid+ "&advooe_url=" +ad_clien_url;
}
else if(adclass=="ad_changes")
{//漸變
  url="http://www.advooe.com/advooeRoll.aspx?id="+ad_advooeid + "&advooe_url=" +ad_clien_url;
}
else
{
  url="http://www.advooe.com/advooe_ad.aspx?id="+ad_advooeid + "&advooe_url=" +ad_clien_url;
}


 document.write('<iframe src="'+url+'" frameborder="0" scrolling="no" width="'+ad_whith+'px" height="'+ad_height+'px" name="advooe"></iframe>');