var how_many_ads = 6; // 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) {
image="scion_tc_pics1.jpg";
}
if (ad==2) {
image="scion_tc_pics2.jpg";
}
if (ad==3) {
image="scion_tc_pics3.jpg";
}
if (ad==4) {
image="scion_tc_pics4.jpg";
}
if (ad==5) {
image="scion_tc_pics5.jpg";
}
if (ad==6) {
image="scion_tc_pics6.jpg";
}
document.write('<img src=\"http://www.yoursciontc.com/images/random/' + image + '\" alt=\"Your Scion tC Online Community and forums - devoted to Scion tC owners and enthusiasts\" width=728 height=25 border=0><BR>')
