<!-- Begin
var now = new Date()
var sec = now.getSeconds()
var picture = Math.round(Math.random() * 8) + 1;

if (picture==1) {
alt="Comfortable rooms";
banner="images/toppic1.jpg";
}
if (picture==2) {
alt="Exercise room with spa";
banner="images/toppic2.jpg";
}
if (picture==3) {
alt="Conference rooms";
banner="images/toppic3.jpg";
}
if (picture==4) {
alt="Pool";
banner="images/toppic4.jpg";
}
if (picture==5) {
alt="Mainstay Suites";
banner="images/toppic5.jpg";
}
if (picture==6) {
alt="Comfortable rooms";
banner="images/toppic6.jpg";
}
if (picture==7) {
alt="Comfortable rooms";
banner="images/toppic7.jpg";
}
if (picture==8) {
alt="Comfortable rooms";
banner="images/toppic8.jpg";
}
if (picture==9) {
alt="Continental breakfast";
banner="images/toppic9.jpg";
}
document.write('<center>');
document.write('<img src=\"' + banner + '\" alt=\"' + alt + '\" border=0>');
document.write('</center>');
// End -->
