var how_many_ads = 3; // 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://scionnews.net/advertising/";
title="Advertise on Scion News .Net";
image="http://scionnews.net/images/468x60_adspace.gif";
}

if (ad==2) {
url="http://www.kqzyfj.com/8k101lnwtnvADJIFIEFACBFIGFKC";
title="TireRack.com";
image="http://www.ftjcfx.com/6n122iw-ousDGMLILHIDFEILJINF";
}

if (ad==3) {
url="http://www.shareasale.com/r.cfm?b=65950&u=94808&m=10969&urllink=&afftrack=scionnews";
title="Glass.net";
image="http://www.shareasale.com/image/banner-468x60-003.jpg";
}

document.write('<A HREF=\"' + url + '\" TITLE=\"' + title + '\">')
document.write('<img src=\"' + image + '\" border=0>')
document.write('</A>')

