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("Superb Paddington location. Free use of internet and fitness suite. All rooms non smoking.", "Superb location! All the attractions of fashionable Paddington at your doorstep! FREE WIRELESS BROADBAND!! All rooms non smoking.", "Superb Paddington location. Free use of internet booth and fitness room. All rooms non smoking.", "Superb Paddington location. Free use of internet and fitness room. All rooms non smoking.")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, AUD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"4 Night Stay Std room" +
"" +
"" +
"| - | " +
"For the Check-in date you selected, the Minimum Stay requirement is 4 nights. | " +
" " +
" " +
" | " +
"135 | " +
"135 | " +
"135 | " +
"405 | " +
"
" +
"" +
"Standard Room - min stay" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"140 | " +
"140 | " +
"140 | " +
"420 | " +
"
" +
"" +
"Standard room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"145 | " +
"145 | " +
"145 | " +
"435 | " +
"
" +
"" +
"Triple room" +
"" +
"" +
" | " +
" " +
" " +
" | " +
"sold 165 | " +
"165 | " +
"165 | " +
"495 | " +
"
" +
"" +
"Garden room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"185 | " +
"185 | " +
"185 | " +
"555 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=314&curr=AUD"
}