
<!--
/*
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( 4, 750, 99, "", 8, 0 );
myAd.Ad( "sponsor/Annuario.gif", "http://www.annuariopiemonte.com", "_blank", "Annuario Piemonte" );
myAd.Ad( "sponsor/Annuario.gif", "http://www.annuariopiemonte.com", "_blank", "Annuario Piemonte" );
myAd.output();
// -->

