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("Room comes with daily buffet breakfast, free UNLIMITED in-room internet access, free UNLIMITED wireless internet access in designated public areas, daily newspaper and daily 2 bottles of mineral water", "Room Only Deal inclusive free UNLIMITED in-room internet access, free UNLIMITED wireless internet access in designated public areas, daily newspaper and daily 2 bottles of mineral water.", "Room Only Deal inclusive of free UNLIMITED in-room internet access, free UNLIMITED wireless internet access in designated public areas, daily newspaper and daily 2 bottles of mineral water.") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, MYRTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
SUPERIOR ROOM - Room only &UNLIMITED room internet" + "" + "" + "" + "" + "" + "" + "
  availability: 2
" + "
300300300900
DELUXE ROOM - Room only & UNLIMITED room internet" + "" + "" + "" + "" + "" + "" + "
  availability: 4
" + "
3403403401,020
SUPERIOR ROOM - Breakfast &UNLIMITED room internet" + "" + "" + "" + "" + "" + "" + "
  availability: 3
" + "
3493493491,047
DELUXE ROOM - Breakfast & UNLIMITED room internet" + "" + "" + "" + "" + "" + "" + "
  availability: 5
" + "
3983983981,194
JUNIOR SUITE - Breakfast & UNLIMITED room internet" + "" + "" + "" + "" + "" + "" + "
  availability: 2
" + "
5805805801,740
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=57112&curr=MYR" }