var ads = 3; //var ran = Math.random(); //var ad = Math.round(ran * (ads-1))+1; var nowtimes = new Date() var sec = nowtimes.getSeconds() var ad = sec % ads; ad +=1; if (ad==1) { SA_LINK="article/index.asp?classid=3&nclassid=4"; SA_TITLE="公司纪事 - 工程案例"; SA_URL="http://www.origincn.com/ad/image/LogoProjectSample.gif"; SA_WIDTH="180"; SA_HEIGHT="80"; SA_TYPE = "1"; } if (ad==2) { SA_LINK="HowtoBuy.asp"; SA_TITLE="如何购买"; SA_URL="http://www.origincn.com/ad/image/LogoHowtoBuy.gif"; SA_WIDTH="180"; SA_HEIGHT="80"; SA_TYPE = "1"; } if (ad==3) { SA_LINK="Online_Contact.asp"; SA_TITLE="建议反馈"; SA_URL="http://www.origincn.com/ad/image/LogoFeedback.gif"; SA_WIDTH="180"; SA_HEIGHT="80"; SA_TYPE = "1"; } if (SA_TYPE=="1") { document.write(''); document.write(''); } else { document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(' '); document.write(''); }