/*
parameters for Banner() are: time between rotations (seconds), width of banners, height of banners, alt text, starting banner, and random (0 means it iterates through banners, 1 means it randomly picks the next banner).
parameters for Ad() are: path to image, url, target (use "_blank" to open in a new window), and mouseover message. For most of these parameters, a null tells the script to use the default value. 
*/
myAd = new Banner( 6, 350, 65, "Clicca", 1, 0 );
myAd.Ad( "../../Immagini/sponsor/lemura1.gif", "contatti.html", null, "Contatta Vivai Le Mura" );

myAd.Ad( "../../Immagini/sponsor/terraforma3.gif", "http://www.terraforma.it", "_blank", "Terraforma" );
myAd.output();
