var now = new Date(); var theday = now.getDate(); var themonth = now.getMonth(); var theyear = now.getFullYear(); if((themonth ==1)&&(theday <28)) theday++; else if(((themonth==3)||(themonth==5)||(themonth==8)||(themonth==10)) &&(theday < 30)) theday++; else if(((themonth==0)||(themonth==2)||(themonth==4)||(themonth==6)||(themonth==7)||(themonth==9)||(themonth==11)) &&(theday < 30)) theday++; function setDrops(theForm) { theForm.day.selectedIndex = theday -1; theForm.month.selectedIndex = themonth; var found = 0; for(i=1;i"); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write("
 "+ hotelName + "
DayMonthYearNightsRooms
"); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write("
"); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write("
Reserve Online, Pay on Departure
"); document.write(""); } function discountHotel(id){ url = "http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=" + id + "&trkref=GSI"; $newWindow = window.open(url,"name","height=600px,scrollbars=1"); this.blur(); $newWindow.focus(); }