<!-- Begin
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
txt="成都工具研究所"
url="http://www.ctri.com.cn";
alt="成都工具研究所";
banner="http://www.chinatool.net/picture/ctrigg.gif";
width="468";
height="60";
} 
if (ad==2) {
txt="中国工具信息网"
url="http://www.chinatool.net";
alt="中国工具信息网";
banner="http://www.chinatool.net/picture/chinatool_net.gif";
width="468";
height="60";
} 

if (ad==3) {
txt="先进切削技术科学数据共享网"
url="http://www.cuttingdata.net";
alt="先进切削技术科学数据共享网";
banner="http://www.chinatool.net/picture/sjgx_logo.gif";
width="468";
height="60";
} 



document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=1><br>');

document.write('</center>');

// End -->

