

/*Javascript Image Rotator*/

var width   = "600";        // Width of Advertisements
var height  = "300";         // Height of Advertisements 
var target  = "_self";     // Target window to open the ads

var ad      = new Array()
 // Write down the source urls of ad images
 ad[0]='images/produtos/destaques/aventais_splash.jpg';
 ad[1]='images/produtos/destaques/fatos_splash.jpg';
 /*ad[2]='images/produtos/destaques/jacquards_splash.jpg';
 ad[3]='images/produtos/destaques/jawara_splash.jpg';
 ad[4]='images/produtos/destaques/nordkinn_splash.jpg';
 ad[5]='images/produtos/destaques/sacotermico.jpg';*/

var links   = new Array()
 //Write link to ads respectively
 links[0]='produtos/aventais.php';
 links[1]='produtos/fatos.php';
 /*links[2]='produtos/jacquard.php';
 links[3]='produtos/jawara.php';
 links[4]='produtos/nordkinnmelting.php';
 links[5]='produtos/sacostermicos.php';*/

var s = Math.floor(Math.random()*ad.length);
