<!-- 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://scripts.affiliatefuture.com/AFClick.asp?affiliateID=6398&merchantID=541&programmeID=1901&mediaID=13439&tracking=&url=";

alt="Confetti";

hele="http://banners.affiliatefuture.com/541/13439.gif";

width="468";
height="60";
}

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


if (ad==2) {


url="http://scripts.affiliatefuture.com/AFClick.asp?affiliateID=6398&merchantID=1931&programmeID=5206&mediaID=38702&tracking=weddingcars&url=";

alt="Chapelle Jewellery";

hele="http://banners.affiliatefuture.com/1931/38702.gif";

width="468";
height="60";
}


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

if (ad==3) {


url="http://scripts.affiliatefuture.com/AFClick.asp?affiliateID=6398&merchantID=2132&programmeID=5755&mediaID=38980&tracking=weddingcars&url=";

alt="Olympic Holidays";

hele="http://banners.affiliatefuture.com/2132/38980.gif";

width="468";
height="60";
}


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