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("With panoramic views to Port Phillip Bay, spacious 38m²/409 sq ft Hilton Guest Rooms offer the ultimate in contemporary comfort. Relax on a king bed & enjoy an opulent bathroom w/ separate walk-in sho", "NEW GUARANTEED YARRA & CITY VIEW
Soak up stunning Yarra River and city views from spacious 38m²/409 sq ft Hilton City View Deluxe Rooms. Relax on a king bed & enjoy an opulent bathroom w/ separate wa", "NEW GUARANTEED YARRA & CITY VIEW
Soak up stunning Yarra River and city views from our Executive Rooms. Includes access to the expansive Executive Lounge, offering outdoor terrace, complimentary break", "Yarra Suites (85m²) incl. an oversized bathroom, separate bedroom & living with views towards Port Phillip Bay & over the Yarra from floor to ceiling windows. Incl. access to the Executive Lounge, off", "A corner suite offering 68m2, oversized bathroom, separate bedroom & living with stunning Yarra River and city views from floor to ceiling windows. Incl. access to the Executive Lounge, offering outdo", "These stunning 82 sqm 2 Bedroom Apartments are a sanctum of style and tranquility, perched on the top two floors. You’ll be mesmerized by the panoramic views, while separate living areas, bedrooms & k", "BREAKFAST INCLUDED
Soak up stunning Yarra River and city views from spacious 38m²/409 sq ft Hilton City View Deluxe Rooms. Relax on a king bed & enjoy an opulent bathroom w/ separate walk-in shower &")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, AUD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Hilton Guest Room" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"205 | " +
"205 | " +
"235 | " +
"645 | " +
"
" +
"" +
"King Hilton City View Room" +
"" +
"" +
" | " +
" | " +
"availability: 14 | " +
" " +
" " +
" | " +
"250 | " +
"250 | " +
"280 | " +
"780 | " +
"
" +
"" +
"City View Room Breakfast" +
"" +
"" +
" | " +
" | " +
"availability: 13 | " +
" " +
" " +
" | " +
"270 | " +
"270 | " +
"300 | " +
"840 | " +
"
" +
"" +
"Executive Room" +
"" +
"" +
" | " +
" | " +
"availability: 14 | " +
" " +
" " +
" | " +
"300 | " +
"300 | " +
"330 | " +
"930 | " +
"
" +
"" +
"Yarra Suite" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"450 | " +
"450 | " +
"480 | " +
"1,380 | " +
"
" +
"" +
"Relaxation Suite" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"475 | " +
"475 | " +
"505 | " +
"1,455 | " +
"
" +
"" +
"2 Bedroom Apartment" +
"" +
"" +
" | " +
" | " +
"availability: 6 | " +
" " +
" " +
" | " +
"480 | " +
"480 | " +
"510 | " +
"1,470 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=123951&curr=AUD"
}