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.auditionsearch.com";
alt="Talent Search";
banner="http://www.hollywoodsearch.com/banners/b-talentsearch150x300-4.jpg";
width="150";
height="300"
}
if (ad==2) {
url="http://www.1moviesearch.com/";
alt="Talent Search";
banner="http://www.hollywoodsearch.com/banners/b-talentsearch150x300-3.jpg";
width="150";
height="300";
}
if (ad==3) {
url="http://www.1moviesearch.com";
alt="Talent Search";
banner="http://www.hollywoodsearch.com/banners/b-talentsearch150x300-2.jpg";
width="150";
height="300";
}
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>');
