<!-- 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="#";

alt="Limo";

hele="http://www.mypinkbus.co.uk/banners/limoad-01.jpg";

width="125";
height="250";
}

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


if (ad==2) {


url="#";

alt="Limo";

hele="http://www.mypinkbus.co.uk/banners/limoad-02.jpg";

width="125";
height="250";
}


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

if (ad==3) {


url="#";

alt="Limo";

hele="http://www.mypinkbus.co.uk/banners/limoad-03.jpg";

width="125";
height="250";
}


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