var how_many_ads = 14;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.thelocaleye.cc";
banner="banners/localeyebanner.gif";
}
if (ad==2) {
url="shops/forgegarage.html";
banner="banners/forgebanner.jpg";
}
if (ad==3) {
url="shops/aimees.html";
banner="banners/aimeebanner.jpg";
}
if (ad==4) {
url="shops/pcrepair.html";
banner="banners/pcrepairbanner.jpg";
}
if (ad==5) {
url="shops/pristinep.html";
banner="banners/pristinepbanner.jpg";
}
if (ad==6) {
url="shops/wintonmotcentre.html";
banner="banners/wintonmot.jpg";
}
if (ad==7) {
url="shops/pertech.html";
banner="banners/pertechbanner.jpg";
}
if (ad==8) {
url="shops/patricks.html";
banner="banners/patrickbanner.jpg";
}
if (ad==9) {
url="shops/athertons.html";
banner="banners/athertonsbanner.jpg";
}
if (ad==10) {
url="shops/taylormade.html";
banner="banners/taylormadebanner.jpg";
}
if (ad==11) {
url="shops/wintonymca.html";
banner="banners/wintonymcabanner.jpg";
}
if (ad==12) {
url="shops/foxagency.html";
banner="banners/foxbanner.jpg";
}
if (ad==13) {
url="shops/heaven.html";
banner="banners/heavenbanner.jpg";
}
if (ad==14) {
url="shops/writeoff-myloan.html";
banner="banners/writeoffbanner.jpg";
}
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=400 height=60 hspace=10 border=0></a>');
document.write('</a>');


