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("Enjoy the tropical surrounds and gardens, Complimentary Continental Buffet Breakfast for 2", "Stylish Accommodation including complimentary Continental Buffet Breakfast.", "Complimentary continential breakfast for 2 people and off street parking included", "Complimentary continential breakfast for 2 daily", "Self Contained Studio Apartment. King Sized Bed or 2 King Single Beds. Full Kitchen and private Ensuite. Overlooks Lagoon style pool and lush tropical gardens! BONUS-Includes a FULL Buffet Breakfast.") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, AUDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Gateway Getaway - Studio" + "" + "" + "" + "" + "" + "" + "
  availability: 4
" + "
888888264
Hotel Room Inc Breakfast" + "" + "" + "" + "" + "" + "" + "
  availability: 3
" + "
898989267
Studio Room Inc Breakfast" + "" + "" + "" + "" + "" + "" + "
  availability: 4
" + "
999999297
Studio room - Rac Rate" + "" + "" + "" + "" + "" + "" + "
  availability: 2
" + "
188188188564
Hotel Room - Rack Rate" + "" + "" + "" + "" + "" + "" + "
  availability: 1
" + "
222222222666
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=19079&curr=AUD" }