<!--
var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
alt="Hyatt Regency, Port of Spain";
banner="/images/homepage/1_1.jpg";
width="315";
height="135";
}
if (ad==2) { 
alt="Cultural Centre";
banner="/images/homepage/1_2.jpg";
width="315";
height="135";
}
if (ad==3) {
alt="Trinidad Location, off the coast of Venezuela";
banner="/images/homepage/1_3.jpg";
width="315";
height="135";
}
if (ad==4) {
alt="Hyatt Regency, Port of Spain";
banner="/images/homepage/1_1.jpg";
width="315";
height="135";
}
document.write('<right>');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</right>');
// -->