var how_many_ads = 7; // change this depending on the number of banners
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.scionclassifieds.com";
text="Post your free ads on Scion Classifieds .com!";
target="_blank";
}
if (ad==2) {
url="http://www.scionnews.net";
text="Get the latest Scion updates on Scion News .Net!";
target="_blank";
}
if (ad==3) {
url="http://www.shareasale.com/r.cfm?b=65465&u=94808&m=10969&urllink=&afftrack=yoursciontc";
text="Get 3 Free Winshield and Auto Glass Quotes!";
target="_blank";
}
if (ad==4) {
url="http://www.kqzyfj.com/fg102ox52x4KMQMOPTPKOUURMUQ";
text="Click here to find the New or Used car you want!";
target="_blank";
}
if (ad==5) {
url="http://www.tkqlhce.com/d074r09608OQUQSTXTOQPSYYYWR";
text="Save on quality tires with these promotions from Tire Rack!";
target="_blank";
}
if (ad==6) {
url="http://www.kqzyfj.com/2p98ox52x4KMQMOPTPKUPTNPQT";
text="Get auto restoration tools & supplies from Eastwood!";
target="_blank";
}
if (ad==7) {
url="http://www.yoursciontc.com/magazines.php";
text="Check out the revamped Automotive Magazine Section!!";
target="_blank";
}
document.write('<a href=\"' + url + '\" target=\"' + target + '\" class=\"gry\">' + text + '</a>')
