theAds = new Array(); 
theAds[0] = "<a href=\"http://www.iance.net/Offer/index.php\" target=\"_blank\"><img src=\"http://www.iance.net/advs/image/banner4.gif\" border=\"0\"></a>";  
theAds[1] = "<a href=\"http://www.iance.net/Company/index.php\" target=\"_blank\"><img src=\"http://www.iance.net/advs/image/banner5.gif\" border=\"0\"></a>"; 
theAds[2] = "<a href=\"http://www.iance.net/Product/index.php\" target=\"_blank\"><img src=\"http://www.iance.net/advs/image/banner6.gif\" border=\"0\"></a>";  
theAds[3] = "<a href=\"http://china.iance.com/Offer/index.php\" target=\"_blank\"><img src=\"http://china.iance.com/adv/images/banner55.gif\" border=\"0\"></a>"; 
theAds[4] = "<a href=\"http://china.iance.com/Company/index.php\" target=\"_blank\"><img src=\"http://china.iance.com/adv/images/banner52.gif\" border=\"0\"></a>"; 
theAds[5] = "<a href=\"http://china.iance.com/Product/index.php\" target=\"_blank\"><img src=\"http://china.iance.com/adv/images/banner56.gif\" border=\"0\"></a>"; 
var rand = Math.round(Math.random()*10); 
while (rand >5) {    rand = Math.round(Math.random()*10); } 
document.write(theAds[rand]);  