var wkdArray = new Array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat')
var arrShortDay = new Array('Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa')
var arrMonth = new Array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec')
var monthArray = arrMonth
var dateMask = 'd|m|y|-'
var incArray = new Array("AAE 500 West Hotel Rooms are completely renovated interior. All Guest can use full kitchen and the discounted health club.European style and the convenience of the downtown atmosphere.", "Room completely renovated interior. All Guest can use full kitchen and discounted health club.European style and the convenience of the downtown atmosphere. Shared Bathroom. Walk to Harbour", "These smaller rooms have TV, ample space and 2 twin beds. Shared bathrooms are 1 per 3 rooms, walk to harbor, eat in our cafe. common kitchen too", "Bunk Bed Dorm in room with 4 others internet and kitchen facility. Cheapest rates San Diego", "Single bed private room no thrills AAE Guest only ")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, USD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Shared Dorm Style Room Only $23" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"23 | " +
"23 | " +
"23 | " +
"69 | " +
"
" +
"" +
"AAE Special Single Room Twin bed no TV" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"35 | " +
"35 | " +
"35 | " +
"105 | " +
"
" +
"" +
"Twin Bed Single Room Deluxe" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"64 | " +
"64 | " +
"64 | " +
"192 | " +
"
" +
"" +
"Deluxe 2 Person Double Bed Room 30% OFF" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"86 | " +
"86 | " +
"86 | " +
"258 | " +
"
" +
"" +
"Deluxe 2 twins room sleeps 2 save 30%" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"99 | " +
"99 | " +
"99 | " +
"297 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=66523&curr=USD"
}