ad1= “苹果派二期开盘”;
link1= “http://sina.allyes.com/main/adfclick?db=sina&bid=49420,76780,76845&cid=0,0,0&sid=72496&advid=3196&camid=11216&show=ignore&url=http://www.pingodpie.com/”;
//左上
ad2=
“润枫水尚走红CBD”;
link2= “http://sina.allyes.com/main/adfclick?db=sina&bid=49460,76829,76894&cid=0,0,0&sid=72539&advid=2476&camid=11222&show=ignore&url=http://www.bjriverside.com”;
//右上
ad3= “爱尔眼科近视医治航母”;
link3= “http://casting10.allyes.com/main/adfclick?db=casting10&bid=434,7238,7246&cid=0,0,0&sid=7707&advid=97&camid=476&show=ignore&url=http://www.aierchina.com/mini/060612/”;
//左下
ad4= “请用毓婷 紧迫避孕”;
link4= “http://sina.allyes.com/main/adfclick?db=sina&bid=49185,76481,76541
&cid=0,0,0&sid=72247&advid=3158&camid=10902&show=ignore&url=http://uplado.ctharmony.com.cn/weiyan/stminisite/index_1.htm”;
//右下
//阅读器类型变量
var InternetExplorer = navigator.appName.indexOf(“Microsoft”) != -1;
//ie内容
function IEad(){
adCode = ‘ ‘
+’ ‘
document.write(adCode);
document.getElementById(‘ad_note’).SetVariable(“ad1”, ad1);
document.getElementById(‘ad_note’).SetVariable(“ad2”, ad2);
document.getElementById(‘ad_note’).SetVariable(“ad3”, ad3);
document.getElementById(‘ad_note’).SetVariable(“ad4”, ad4);
document.getElementById(‘ad_note’).SetVariable(“link1”, link1);
document.getElementById(‘ad_note’).SetVariable(“link2”, link2);
document.getElementById(‘ad_note’).SetVariable(“link3”, link3);
document.getElementById(‘ad_note’).SetVariable(“link4”, link4);
}
//ns内容
function NSad(){
adCode = ‘
‘
document.write(adCode);
}
//主进程
if(InternetExplorer == true){
IEad();
}else{
NSad();
}
|