ad1= "大钟寺现房商务楼";
link1= "http://sina.allyes.com/main/adfclick?db=sina&bid=36282,61208,61261&cid=0,0,0&sid=58609&advid=2624&camid=9152&show=ignore&url=http://www.huajiedasha.com/";
//左上
ad2=
"亚奥核心5a办公 ";
link2= "http://sina.allyes.com/main/adfclick?db=sina&bid=35527,60335,60387&cid=0,0,0&sid=57841&advid=2636&camid=9163&show=ignore&url=http://www.outlookbox.com/";
//右上
ad3= "写野菜征文赢大奖";
link3= "http://sina.allyes.com/main/adfclick?db=sina&bid=36221,61139,61192&cid=0,0,0&sid=58548&advid=1293&camid=9232&show=ignore&url=http://igame.sina.com.cn/gourl.asp?aditem=246|1|/plaza/event/20051025/intro.asp";
//左下
ad4= "夜深了,我们只去爱吧";
link4= "http://love8.sina.com.cn/member/female.php";
//右下
//浏览器类型变量
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 = ’’
+’ ’
+’’+ ad1 +’’
+’ ’
+’’+ ad2 +’’
+’’
+’ ’
+’’+ ad3 +’’
+’ ’
+’’+ ad4 +’’
document.write(adcode);
}
//主过程
if(internetexplorer == true){
iead();
}else{
nsad();
}