<!--
//set image paths
src = ["images/winter_ad.jpg", "images/timeattackmag_ad.jpg", "images/antifreeze_ad.jpg", "images/timeattackvideo_ad.jpg", "images/nitrous_ad2.jpg", "images/winter_ad.jpg"]
//set corresponding urls
url = ["http://www.davecoeautoengineering.com/servicing.html", "http://www.totalcarmagazines.co.uk/ourmagazines/impreza/", "http://www.davecoeautoengineering.com/servicing.html", "http://www.davecoeautoengineering.com/about.html", "http://www.davecoeautoengineering.com/servicing.html", "http://www.davecoeautoengineering.com/servicing.html"]
//set duration for each image
duration = 6;
//Please do not edit below
ads1=[]; ct1=0;
function switchAd1() {
var m=(ct1+1)%src.length;
if (ads1[m] && (ads1[m].complete || ads1[m].complete==null)) {
document["Ad_Image1"].src = ads1[ct1=m].src;
}
ads1[m=(ct1+1)%src.length] = new Image;
ads1[m].src = src[m];
setTimeout("switchAd1()",duration*1000);
}
function doLink1(){
location.href = url[ct1];
} onload = function(){
if (document.images)
switchAd1();
}
//-->
