var ad_count = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % ad_count;
ad +=1;
if (ad==1) {
url="http://www.auditionfirm.com";
alt="The best site for actors";
banner="http://www.hollywoodsearch.com/banners/b-auditionfirm468x60-1.gif";
width="468";
height="60";
}
if (ad==2) {
url="http://www.hollywooda-z.com/";
alt="Hollywood Stars & Celebrities";
banner="http://www.hollywoodsearch.com/banners/b-hollywooda-z468x60-2.gif";
width="468";
height="60";
}
if (ad==3) {
url="http://hollywoodauditions.com/Contest/talent_form1.htm";
alt="Talent search for actors";
banner="http://www.hollywoodsearch.com/banners/b-talentsearch468x60-2.gif";
width="468";
height="60";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</center>');
