<!--
//time between rotations (seconds), width and height of images, alt text, starting image, and random (0 means it iterates through banners, 1 means it randomly picks the next banner)
calloutAd = new Banner( 8, 250, 375, "Selected Products", 1, 0 );
calloutAd.Ad( "images/lucky_press01.jpg", "#", "_self", "Lucky Press" );
calloutAd.Ad( "images/instyle03.jpg", "#", "_self", "InStyle Press" );
calloutAd.Ad( "images/teenprom04.jpg", "#", "_self", "Teen Prom" );
calloutAd.Ad( "images/unvoguepress05.jpg", "#", "_self", "UnVogue Press" );
calloutAd.output();
// -->