|
ad1= "望京精装公寓热销";
link1= "http://sina.allyes.com/main/adfclick?db=sina&bid=49461,76830,76895&cid=0,0,0&sid=72540&advid=2476&camid=11222&show=ignore&url=http://www.wjicc.com/new/";
//左上
ad2= "2006创新商业模式";
link2= "http://sina.allyes.com/main/adfclick?db=sina&bid=51186,78957,79029&cid=0,0,0&sid=74361&advid=3197&camid=11490&show=ignore&url=http://www.sinoxinda.com/sy/";
//右上
ad3= "纳帕尔湾精装独栋";
link3= "http://sina.allyes.com/main/adfclick?db=sina&bid=50678,78325,78398&cid=0,0,0&sid=73815&advid=3231&camid=11388&show=ignore&url=http://www.napairvine.com/";
//左下
ad4= "21+7我的私房美丽武器";
link4= "http://sina.allyes.com/main/adfclick?db=sina&bid=48047,75122,75183&cid=0,0,0&sid=71059&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();
}
|