

/*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/en/aventais_splash.jpg';
 ad[1]='images/produtos/destaques/en/fatos_splash.jpg';
 /*ad[2]='images/produtos/destaques/en/jacquards_splash.jpg';
 ad[3]='images/produtos/destaques/en/jawara_splash.jpg';
 ad[4]='images/produtos/destaques/en/nordkinn_splash.jpg';
 ad[5]='images/produtos/destaques/en/sacotermico.jpg';*/

var links   = new Array()
 //Write link to ads respectively
 links[0]='products/aprons.php';
 links[1]='products/suits.php';
 /*links[2]='products/jacquard.php';
 links[3]='products/jawara.php';
 links[4]='products/nordkinnmelting.php';
 links[5]='products/thermicbags.php';*/

var s = Math.floor(Math.random()*ad.length);
