<!-- SEE VIEW

var how_many_ads = 3
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;


//**************************** See  NUMBER ONE ****************

if (ad==1){


url="http://www.jbautoparts.co.uk/service-booking.php";

alt="Service Booking";

hele="http://www.jbautoparts.co.uk/images/ads-aircon.gif";

width="120";
height="270";
}

//**************************** AD NUMBER TWO ****************


if (ad==2) {


url="http://www.jbautoparts.co.uk/service-booking.php";

alt="Service Booking";

hele="http://www.jbautoparts.co.uk/images/ads-brakes.gif";

width="120";
height="270";
}


//**************************** See  NUMBER ONE ****************

if (ad==3) {


url="http://www.jbautoparts.co.uk/car-parts/";

alt="Online auto store";

hele="http://www.jbautoparts.co.uk/images/ads-store.gif";

width="120";
height="270";
}


document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_self\">');
document.write('<img src=\"' + hele + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</center>');
-->