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("Breakfast for two. Free internet broadband/Wifi connection. Free unlimited local calls to landlines from guest rooms.", "Rate inclusive of BF for 2 persons, free usage of internet broadband/wifi & local calls made from guest's own room, free mini bar in the room (daily replenish)", "Include breakfast for 2, free internet broadband/wifi and local calls made from guest's own room. Free mini bar (daily replenish).Free for one child below 12 years sharing the same room with parents") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, MYRTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Studio Room" + "" + "" + "" + "" + "" + "" + "
  availability: 1
" + "
4264264261,278
Junior Suite" + "" + "" + "" + "" + "" + "" + "
  availability: 1
" + "
5415415411,623
Deluxe Suite" + "" + "" + "" + "" + "" + "" + "
  availability: 1
" + "
6566566561,968
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=5228&curr=MYR" }