var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Keep Cool with Performance Radiator of Phoenix";
url="http://www.performanceradiator.com/";
alt="Performance Radiator";
banner="http://www.rcsportsmania.com/images/sponsor/sPR/PRbanner.gif";
width="468";
height="60";
}
if (ad==2) {
txt="Special event discount with Holiday Inn Phoenix West";
url="http://www.rcsportsmania.com/HIvoucher0505.pdf";
alt="Holiday Inn Phoenix West";
banner="http://www.rcsportsmania.com/images/sponsor/sHI/HIbanner.gif";
width="468";
height="60";
}
if (ad==3) {
txt="Daves Metro Auto Glass";
url="http://www.mapquest.com/maps/map.adp?formtype=address&addtohistory=&address=2718%20W%20Mcdowell%20Rd&city=Phoenix&state=AZ&zipcode=85009%2d2631&country=US&location=mOSStTBFOayzeGaaEAfba10tCa7J6rS8M3l%2fO52OzS1z7Y1JP4UoOqhdkafmWgf26fVO%2bzE62BYGH2uy4a%2baJ118dnJI6ft9CkkOXLQT9aFx6LPrZM110FwhVtG6rS561ngSU3oPEVNQABk%2bdQ%2fxzQ%3d%3d";
alt="Daves Metro Auto Glass";
banner="http://www.rcsportsmania.com/images/sponsor/sDAG/dag_banner.gif";
width="468";
height="60";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
