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("
  Please enter details to view available hotels and latest discounts"); document.write("
"); document.write("
"); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write("
"); document.write("
Nights "); document.write(""); document.write("
"); document.write("
Rooms "); document.write(""); document.write("
"); document.write("
Sort By "); document.write(""); document.write("
"); document.write("
"); document.write(""); document.write(""); //document.write(""); document.write(""); document.write("
"); document.write("
"); document.write(""); } function submitForm(buttonName,formName){ value = "Searching"; name = buttonName //buttonName.disabled = true; document.getElementById('submitButton').value = "Searching"; formName.submit(); setInterval("changeButtonValue()",1000); } var num =0; function changeButtonValue(){ if (num == 4) num = 0; else num++; text = "Searching"; for (a =0; a < num; a++) text = text + " ."; document.getElementById('submitButton').value= text; } function submitReviewForm(){ if(document.getElementById('review').value == ""){ alert("Please enter your comment."); }else{ document.getElementById('reviewForm').submit(); } } function deals(url,title){ //alert(mapName); document.write(""); document.write("Add to Yahoo MyWeb"); document.write("Add to Yahoo Buzz"); document.write("Add to Yahoo Bookmarks"); document.write("Stumble on StumbleUpon"); document.write("Add to Reddit"); document.write("Add to Google Bookmarks"); document.write("Add to Newsvine"); document.write("Add to MySpace"); document.write("Add to Windows Live"); document.write("Add to Furl"); document.write("Add to Fark"); document.write("Add to Facebook"); document.write("Submit to Digg"); document.write("Add to Delicious"); document.write("Add to Blinklist"); document.write(""); }