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("Corporate Travellers favorite accom. Free wireless internet,parking. Cable TV. Electronic Security door locks Large Conference room, guest laundry.", "Opposite Major Shopping centre, cinema complex. Free wireless internet, parking, Cable TV, Teak timber decor. Electronic Security door locks. 15 min from airport. Free parking. Conference room", "Indulge in the luxury of a superior Japanese style suite. Free wireless internet, cable TV, parking. Southside Seafood inn, Conference room. Teak timber decor. Elec Security door locks.", "Get away for the weekend. Spoil yourself in our spacious Japanese style spa rooms. Home of Southside Seafood Inn, across road from major shopping centre, cinema. Elec Security door locks", "Free parking, cable TV wireless internet. Major shop centre, cinema across road. Teak timber decor. Elec Security door locks, conference room , pool", "Package Includes Continental Breakfast daily for upto 2 people, spacious room with FREE parking")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, AUD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Min 3 nt stay std room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"89 | " +
"89 | " +
"89 | " +
"267 | " +
"
" +
"" +
"Motel room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"99 | " +
"99 | " +
"99 | " +
"297 | " +
"
" +
"" +
"Breakfast Package" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"112 | " +
"112 | " +
"112 | " +
"336 | " +
"
" +
"" +
"1 Bedroom apt with corner bath" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"135 | " +
"135 | " +
"135 | " +
"405 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=9516&curr=AUD"
}