<!-- 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.s2d6.com/x/?x=c&z=s&v=422203&r=10";

alt="Excel Airways";

hele="http://www.s2d6.com/x/?x=i&z=s&v=422203&r=10";

width="468";
height="59";
}

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


if (ad==2) {


url="http://www.s2d6.com/x/?x=c&z=s&v=422204&r=11";

alt="Haven Holidays";

hele="http://www.s2d6.com/x/?x=i&z=s&v=422204&r=11";

width="468";
height="59";
}


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

if (ad==3) {


url="http://www.s2d6.com/x/?x=c&z=s&v=422207&r=12";

alt="Easy Cruise";

hele="http://www.s2d6.com/x/?x=i&z=s&v=422207&r=12";

width="468";
height="59";
}


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>');
-->