
//<script language="javascript">
//<!--
	function loadDates() {
        var calendar = new Date();
        var calendar2 = new Date();
        var cal
        var cal2
        var date;
        var month;
        var year;
        var date2;
        var month2;
        var year2;

        //Here is the variable to change for to advance the arrival Date
         var advanceArrival = 14;

        //Here is the variable to change for to advance the departure Date
         var advanceDeparture = 16;


        //Set the arrival Days
        calendar.setDate(calendar.getDate()+ advanceArrival);
        date = calendar.getDate();
        month = calendar.getMonth();

        //Set the Departure Days
        calendar2.setDate(calendar2.getDate()+advanceDeparture);
        date2 = calendar2.getDate();
        month2 = calendar2.getMonth();

        document.forms['frm_Search'].arrivalMonth.value=month;
        document.forms['frm_Search'].arrivalDay.value=date;
        document.forms['frm_Search'].departureMonth.value=month2;
        document.forms['frm_Search'].departureDay.value=date2;
    }

    //start new script code
    // Checks if browser is Netscape 2.0x since the options array properties don't work with Netscape 2.0x
    function isBrowserSupp() {
        // Get the version of the browser
        version =  parseFloat( navigator.appVersion );

        if ( ( version >= 2.0 ) && ( version < 2.1 ) && ( navigator.appName.indexOf( "Netscape" ) != -1 ) ) {
            return false;
        } else {
            return true;
        }

        return true;
    }

    function isLeapYear( yrStr ) {
        var leapYear = false;
        var year = parseInt( yrStr, 10 );
        // every fourth year is a leap year
        if ( year % 4 == 0 ) {
            leapYear = true;
            // unless it's a multiple of 100
            if( year % 100 == 0 ) {
                leapYear = false;
                // unless it's a multiple of 400
                if( year % 400 == 0 ) {
                    leapYear=true;
                }
            }
        }
        return leapYear;
    }

    function getDaysInMonth( mthIdx, YrStr ) {
        // all the rest have 31
        var maxDays = 31
        // expect Feb. (of course)
        if( mthIdx == 1 ) {
            if( isLeapYear( YrStr ) ) {
                maxDays=29;
            } else {
                maxDays=28;
            }
        }

        // thirty days hath...
        if( mthIdx == 3 || mthIdx == 5 || mthIdx == 8 || mthIdx == 10 ) {
            maxDays=30;
        }
        return maxDays;
    }

    //the function which does some magic to the date fields
    // return non-zero if it is the last day of the month
    function adjustDate( mthIdx, Dt ) {
        var value = 0;

        var today = new Date()
        var theYear = parseInt( today.getYear(), 10 )

        if( mthIdx < today.getMonth() ) {
            theYear = ( parseInt( today.getYear(), 10 ) + 1 )
        }
        if( theYear < 100 ) {
            theYear = "19" + theYear
        } else {
            if( ( theYear - 100 ) < 10 ) {
                theYear = "0" + ( theYear - 100 )
            } else {
                theYear = ( theYear - 100 ) + ""
            }
            theYear = "20" + theYear
        }


        var numDays = getDaysInMonth( mthIdx, theYear );

        if( mthIdx == 1 ) {
            if( Dt.options.selectedIndex + 2 < numDays ) {
                return 0;
            } else {
                if( Dt.options.selectedIndex + 1 > numDays) {
                    Dt.options.selectedIndex=numDays - 1;
                }
                //check for leap year
                if( (Dt.options.selectedIndex + 1) == numDays ) {
                    return 1;
                } else {
                    return 4;
                }
            }
        }

        if( Dt.options.selectedIndex + 2 < numDays ) {
            value = 0;
        } else {
            if ( Dt.options.selectedIndex + 1 > numDays ) {
                Dt.options.selectedIndex--;
                value = 3;
            } else if ( Dt.options.selectedIndex + 1 == numDays ) {
                //index is 31 or 30
                value = 2;
            } else {
                value = 4;
            }
        }
        return value;
    }

    //changes departure month when arrival month is changed
    function amadChange( inM, inD, outM, outD ) {
        if ( !isBrowserSupp() ) {
            return;
        }

        var res = adjustDate( inM.options.selectedIndex, inD );
        if( res != 0 ) {
               outD.options.selectedIndex = 0;
               if ( inM.options.selectedIndex == 11 ) {
                    outM.options.selectedIndex = 0
               } else if( res == 4 ) {
                    outM.options.selectedIndex=inM.options.selectedIndex + 1;
                    outD.options.selectedIndex = 0;
               } else {
                    outM.options.selectedIndex=inM.options.selectedIndex + 1;
                    outD.options.selectedIndex = 1;
               }
        } else {
            outM.options.selectedIndex = inM.options.selectedIndex;
            if (outD.options.selectedIndex <= inD.options.selectedIndex) {
                outD.options.selectedIndex = inD.options.selectedIndex + 2;
            }
        }
        return;
    }


    function dmddChange( outM, outD ) {
        if ( !isBrowserSupp() ) {
            return;
        }

        adjustDate( outM.options.selectedIndex, outD );
        return;
    }	
//-->	

//</script>

 // END SCRIPT 




// Call Toll Free
 document.writeln('<br><br><table width="770" align="center" border="0" cellspacing="0" cellpadding="0"><tr><td align="left" valign="top" height="8" colspan="3"><img src="../../../images/dot-bg-top.gif" width="770" height="8" border="0"></td></tr><tr><td align="left" valign="top" width="9" background="../../../images/dot-bg-left.gif">&nbsp;</td><td align="left" valign="top" width="751"><table width="100%" border="0" cellspacing="3" cellpadding="0"><tr><td align="center" valign="top" class="txt11px-gray"> ***Special Internet Rates*** Book now & call toll free.. <font color="#FF0000">US or Canada: 1-800-780-5733... Europe: 00-800-11-20-11-40</font> &nbsp;&nbsp;When calling this number <br>to reserve a room, please refer to the following <font color="#FF0000">discount code: 105028</font> in order to ensure the lowest possible discount rate. </td></tr></table></td><td align="left" valign="top" width="10" background="../../../images/dot-bg-right.gif">&nbsp;</td></tr><tr><td align="left" valign="top" height="8" colspan="3"><img src="../../../images/dot-bg-down.gif" width="770" height="8" border="0"></td></tr><tr><td align="center" valign="top" height="5" colspan="3"><img src="../../../images/down-shadow.gif" width="770" height="5" border="0"></td></tr></table><br>')


// Form Select Date
 function formSelectDate(InputCity,InputCountry) {
 document.writeln(' <table width="770" align="center" border="0" cellspacing="0" cellpadding="0">') 
 document.writeln('  <tr> ') 
 document.writeln('    <td align="left" valign="top" height="8" colspan="3"><img src="../../../images/dot-bg-top.gif" width="770" height="8" border="0"></td>') 
 document.writeln('  </tr>') 
 document.writeln('  <tr> ') 
 document.writeln('    <td align="left" valign="top" width="9" background="../../../images/dot-bg-left.gif">&nbsp;</td>') 
 document.writeln('    <td align="left" valign="top" width="751"> ') 
 document.writeln('      <table width="100%" border=0  bgcolor="#c0c0c0" cellspacing="0" cellpadding="0">') 
 document.writeln('        <tr> ') 
 document.writeln('          <td width="50%" valign="top"> ') 
 document.writeln('            <form name=frm_Search action=http://hotels.discounthotelsbooking.com/index.jsp?pageName=hotSearch&cid=105028 method=post onsubmit="return submitSearchForm();">') 
 document.writeln('              <input type=hidden value="',InputCity,'" name=city>') 
 document.writeln('              <input type=hidden value= name=stateProvince>') 
 document.writeln('              <input type=hidden value=',InputCountry,' name=country>') 
 document.writeln('              <input type=hidden value=true name=isHotels>') 
 document.writeln('              <input type=hidden value=false name=isCondos>') 
 document.writeln('              <input type=hidden value=true name=showCondos>') 
 document.writeln('              <input type=hidden value=true name=showHotels>') 
 document.writeln('              <input type=hidden value=false name=specials>') 
 document.writeln('              <input type=hidden value=true name=submitted>') 
 document.writeln('              <input type=hidden value=true name=validateDates>') 
 document.writeln('              <input type=hidden value=false name=netOnly>') 
 document.writeln('              <input type=hidden value=true name=submitted>') 
 document.writeln('              <input type=hidden value=false name=isAdvancedSearch>') 
 document.writeln('              <input type=hidden value=2 name=mode>') 
 document.writeln('              <input type=hidden value=1 name=sortMethod>') 
 document.writeln('              <input type=hidden value=true name=showPopUp>') 
 document.writeln('              <input type=hidden value=USD name=currencyCode>') 
// document.writeln('              <input type=hidden value=1 name=numberOfRooms>') 
 document.writeln('              <input type=hidden value=0 name=room-0-child-total>') 
 document.writeln('              <input type=hidden value=2 name=room-0-adult-total>') 
 document.writeln('              <table cellspacing="0" cellpadding="0" width="100%" border=0  bgcolor="#E7E7E7">') 
 document.writeln('                <tr> ') 
 document.writeln('                  <td noWrap width="18%" class="txt-normal" align="right" height="5"></td>') 
 document.writeln('                  <td noWrap width="2%" class="txt-normal"></td>') 
 document.writeln('                  <td noWrap width="40%" class="txt-normal"></td>') 
 document.writeln('                  <td noWrap align=center></td>') 
 document.writeln('                  <td noWrap align=center></td>') 
 document.writeln('                  <td noWrap align=center></td>') 
 document.writeln('                </tr>') 
 document.writeln('                <tr> ') 
 document.writeln('                  <td noWrap colspan="6" class="txt-normal" align="left"><b>&nbsp;&nbsp;What ') 
 document.writeln('                    dates do you want to stay?</b></td>') 
 document.writeln('                </tr>') 
 document.writeln('                <tr> ') 
 document.writeln('                  <td noWrap width="18%" class="txt-normal" align="right" height="10"></td>') 
 document.writeln('                  <td noWrap width="2%" class="txt-normal"></td>') 
 document.writeln('                  <td noWrap width="40%" class="txt-normal"></td>') 
 document.writeln('                  <td noWrap align=center></td>') 
 document.writeln('                  <td noWrap align=center></td>') 
 document.writeln('                  <td noWrap align=center></td>') 
 document.writeln('                </tr>') 
 document.writeln('                <tr> ') 
 document.writeln('                  <td noWrap width="18%" class="txt-normal" align="right">Check-in ') 
 document.writeln('                    : </td>') 
 document.writeln('                  <td noWrap width="2%" class="txt-normal">&nbsp;&nbsp;</td>') 
 document.writeln('                  <td noWrap width="40%" class="txt-normal"> ') 
 document.writeln('                    <select onChange="amadChange(document.frm_Search.arrivalMonth, document.frm_Search.arrivalDay, document.frm_Search.departureMonth, document.frm_Search.departureDay)" size=1 name=arrivalMonth>') 
 document.writeln('                      <option value=0>January ') 
 document.writeln('                      <option value=1>FeBruary ') 
 document.writeln('                      <option value=2>March ') 
 document.writeln('                      <option value=3>April ') 
 document.writeln('                      <option value=4>May ') 
 document.writeln('                      <option value=5>June ') 
 document.writeln('                      <option value=6>July ') 
 document.writeln('                      <option value=7>August ') 
 document.writeln('                      <option value=8>SeptemBer ') 
 document.writeln('                      <option value=9>OctoBer ') 
 document.writeln('                      <option value=10>NovemBer ') 
 document.writeln('                      <option value=11>DecemBer</option>') 
 document.writeln('                    </select>') 
 document.writeln('                    <select onChange="amadChange(document.frm_Search.arrivalMonth, document.frm_Search.arrivalDay, document.frm_Search.departureMonth, document.frm_Search.departureDay)" size=1 name=arrivalDay>') 
 document.writeln('                      <option value=1>1 ') 
 document.writeln('                      <option value=2>2 ') 
 document.writeln('                      <option value=3>3 ') 
 document.writeln('                      <option value=4>4 ') 
 document.writeln('                      <option value=5>5 ') 
 document.writeln('                      <option value=6>6 ') 
 document.writeln('                      <option value=7>7 ') 
 document.writeln('                      <option value=8>8 ') 
 document.writeln('                      <option value=9>9 ') 
 document.writeln('                      <option value=10>10 ') 
 document.writeln('                      <option value=11>11 ') 
 document.writeln('                      <option value=12>12 ') 
 document.writeln('                      <option value=13>13 ') 
 document.writeln('                      <option value=14>14 ') 
 document.writeln('                      <option value=15>15 ') 
 document.writeln('                      <option value=16>16 ') 
 document.writeln('                      <option value=17 >17 ') 
 document.writeln('                      <option value=18>18 ') 
 document.writeln('                      <option value=19>19 ') 
 document.writeln('                      <option value=20>20 ') 
 document.writeln('                      <option value=21>21 ') 
 document.writeln('                      <option value=22>22 ') 
 document.writeln('                      <option value=23>23 ') 
 document.writeln('                      <option value=24>24 ') 
 document.writeln('                      <option value=25 selected>25 ') 
 document.writeln('                      <option value=26>26 ') 
 document.writeln('                      <option value=27>27 ') 
 document.writeln('                      <option value=28>28 ') 
 document.writeln('                      <option value=29>29 ') 
 document.writeln('                      <option value=30>30 ') 
 document.writeln('                      <option value=31>31</option>') 
 document.writeln('                    </select>') 
 document.writeln('                  </td>') 
 document.writeln('                  <td noWrap align=right width="18%" class="txt-normal">Adults ') 
 document.writeln('                    per Room : </td>') 
 document.writeln('                  <td noWrap align=right width="2%" class="txt-normal">&nbsp;&nbsp;</td>') 
 document.writeln('                  <td noWrap align=left width="20%" class="txt-normal"> ') 
 document.writeln('                    <select name=numBerOfAdults>') 
 document.writeln('                      <option value=1>1</option>') 
 document.writeln('                      <option value=2 selected>2</option>') 
 document.writeln('                      <option value=3>3</option>') 
 document.writeln('                      <option value=4>4</option>') 
 document.writeln('                    </select>') 
 document.writeln('                  </td>') 
 document.writeln('                </tr>') 
 document.writeln('                <tr> ') 
 document.writeln('                  <td noWrap width="18%" class="txt-normal" height="10"></td>') 
 document.writeln('                  <td noWrap width="2%" class="txt-normal" height="10"></td>') 
 document.writeln('                  <td noWrap width="40%" class="txt-normal" height="10"></td>') 
 document.writeln('                  <td noWrap align=right width="18%" height="10"></td>') 
 document.writeln('                  <td noWrap align=right width="2%" height="10"></td>') 
 document.writeln('                  <td noWrap align=center width="20%" height="10"></td>') 
 document.writeln('                </tr>') 
 document.writeln('                <tr> ') 
 document.writeln('                  <td noWrap width="18%" class="txt-normal" align="right">Check-out ') 
 document.writeln('                    : </td>') 
 document.writeln('                  <td noWrap width="2%" class="txt-normal">&nbsp;&nbsp;</td>') 
 document.writeln('                  <td noWrap width="40%" class="txt-normal"> ') 
 document.writeln('                    <select onChange=dmddChange(document.frm_Search.departureMonth,document.frm_Search.departureDay) size=1 name=departureMonth>') 
 document.writeln('                      <option value=0>January ') 
 document.writeln('                      <option value=1>FeBruary ') 
 document.writeln('                      <option value=2>March ') 
 document.writeln('                      <option value=3>April ') 
 document.writeln('                      <option value=4>May ') 
 document.writeln('                      <option value=5>June ') 
 document.writeln('                      <option value=6>July ') 
 document.writeln('                      <option value=7>August ') 
 document.writeln('                      <option value=8>SeptemBer ') 
 document.writeln('                      <option value=9>OctoBer ') 
 document.writeln('                      <option value=10>NovemBer ') 
 document.writeln('                      <option value=11>DecemBer</option>') 
 document.writeln('                    </select>') 
 document.writeln('                    <select onChange=dmddChange(document.frm_Search.departureMonth,document.frm_Search.departureDay) size=1 name=departureDay>') 
 document.writeln('                      <option value=1>1 ') 
 document.writeln('                      <option value=2>2 ') 
 document.writeln('                      <option value=3>3 ') 
 document.writeln('                      <option value=4>4 ') 
 document.writeln('                      <option value=5>5 ') 
 document.writeln('                      <option value=6>6 ') 
 document.writeln('                      <option value=7>7 ') 
 document.writeln('                      <option value=8>8 ') 
 document.writeln('                      <option value=9>9 ') 
 document.writeln('                      <option value=10>10 ') 
 document.writeln('                      <option value=11>11 ') 
 document.writeln('                      <option value=12>12 ') 
 document.writeln('                      <option value=13>13 ') 
 document.writeln('                      <option value=14>14 ') 
 document.writeln('                      <option value=15>15 ') 
 document.writeln('                      <option value=16>16 ') 
 document.writeln('                      <option value=17>17 ') 
 document.writeln('                      <option value=18>18 ') 
 document.writeln('                      <option value=19 >19 ') 
 document.writeln('                      <option value=20>20 ') 
 document.writeln('                      <option value=21>21 ') 
 document.writeln('                      <option value=22>22 ') 
 document.writeln('                      <option value=23>23 ') 
 document.writeln('                      <option value=24>24 ') 
 document.writeln('                      <option value=25>25 ') 
 document.writeln('                      <option value=26>26 ') 
 document.writeln('                      <option value=27 selected>27 ') 
 document.writeln('                      <option value=28>28 ') 
 document.writeln('                      <option value=29>29 ') 
 document.writeln('                      <option value=30>30 ') 
 document.writeln('                      <option value=31>31</option>') 
 document.writeln('                    </select>') 
 document.writeln('                  </td>') 
 document.writeln('                  <td noWrap align=right width="18%">Number of Rooms : </td>') 
 document.writeln('                  <td noWrap align=right width="2%">&nbsp;&nbsp;</td>') 
 document.writeln('                  <td noWrap align=left width="20%"> ') 
 document.writeln('                    <select name=numberOfRooms>') 
 document.writeln('                      <option value=1 selected>1</option>') 
 document.writeln('                      <option value=2>2</option>') 
 document.writeln('                      <option value=3>3</option>') 
 document.writeln('                      <option value=4>4</option>') 
 document.writeln('                      <option value=5>5</option>') 
 document.writeln('                      <option value=6>6</option>') 
 document.writeln('                      <option value=7>7</option>') 
 document.writeln('                      <option value=8>8</option>') 
 document.writeln('                      <option value=9>9+</option>') 
 document.writeln('                    </select>') 
 document.writeln('                  </td>') 
 document.writeln('                </tr>') 
 document.writeln('                <tr> ') 
 document.writeln('                  <td noWrap width="18%" class="txt-normal" height="10"></td>') 
 document.writeln('                  <td noWrap width="2%" class="txt-normal" height="10"></td>') 
 document.writeln('                  <td noWrap width="40%" class="txt-normal" height="10"></td>') 
 document.writeln('                  <td noWrap align=right width="18%" height="10"></td>') 
 document.writeln('                  <td noWrap align=right width="2%" height="10"></td>') 
 document.writeln('                  <td noWrap align=center width="20%" height="10"></td>') 
 document.writeln('                </tr>') 
 document.writeln('                <tr> ') 
 document.writeln('                  <td noWrap width="18%" class="txt-normal">&nbsp;</td>') 
 document.writeln('                  <td noWrap width="2%" class="txt-normal">&nbsp;</td>') 
 document.writeln('                  <td noWrap width="40%" class="txt-normal">&nbsp; </td>') 
 document.writeln('                  <td noWrap align=center colspan="3"> ') 
 document.writeln('                    <input class=button type=submit value="    Search    " name=avail>') 
 document.writeln('                  </td>') 
 document.writeln('                </tr>') 
 document.writeln('                <tr> ') 
 document.writeln('                  <td noWrap width="18%" class="txt-normal" align="right" height="10"></td>') 
 document.writeln('                  <td noWrap width="2%" class="txt-normal"></td>') 
 document.writeln('                  <td noWrap width="40%" class="txt-normal"></td>') 
 document.writeln('                  <td noWrap align=center></td>') 
 document.writeln('                  <td noWrap align=center></td>') 
 document.writeln('                  <td noWrap align=center></td>') 
 document.writeln('                </tr>') 
 document.writeln('              </table>') 

  // loadDates
 loadDates();
  //

 document.writeln('            </form>') 
 document.writeln('          </td>') 
 document.writeln('          <td width="50%" valign="top"> ') 

 // Form search hotel name
 document.writeln('            <form name=frm_Search1 action=http://hotels.discounthotelsbooking.com/index.jsp?pageName=hotSearch&cid=105028 method=post>') 
 document.writeln('              <input type=hidden value="',InputCity,'" name=city>') 
 document.writeln('              <input type=hidden value= name=stateProvince>') 
 document.writeln('              <input type=hidden value=',InputCountry,' name=country>') 
 document.writeln('              <input type=hidden value=true name=isHotels>') 
 document.writeln('              <input type=hidden value=false name=isCondos>') 
 document.writeln('              <input type=hidden value=true name=showCondos>') 
 document.writeln('              <input type=hidden value=true name=showHotels>') 
 document.writeln('              <input type=hidden value=false name=specials>') 
 document.writeln('              <input type=hidden value=true name=submitted>') 
 document.writeln('              <input type=hidden value=true name=validateDates>') 
 document.writeln('              <input type=hidden value=false name=netOnly>') 
 document.writeln('              <input type=hidden value=true name=submitted>') 
 document.writeln('              <input type=hidden value=false name=isAdvancedSearch>') 
 document.writeln('              <input type=hidden value=2 name=mode>') 
 document.writeln('              <input type=hidden value=1 name=sortMethod>') 
 document.writeln('              <input type=hidden value=USD name=currencyCode>') 
 document.writeln('              <input type=hidden value=1 name=numberOfRooms>') 
 document.writeln('              <input type=hidden value=0 name=room-0-child-total>') 
 document.writeln('              <input type=hidden value=2 name=room-0-adult-total>') 
 document.writeln('              <table cellspacing=0 cellpadding=0 width="100%" border=0>') 
 document.writeln('                <tr> ') 
 document.writeln('                  <td noWrap width="18%" class="txt-normal" align="right" height="5"></td>') 
 document.writeln('                  <td noWrap width="2%" class="txt-normal"></td>') 
 document.writeln('                  <td noWrap width="40%" class="txt-normal"></td>') 
 document.writeln('                  <td noWrap align=center colspan="2"></td>') 
 document.writeln('                </tr>') 
 document.writeln('                <tr> ') 
 document.writeln('                  <td noWrap colspan="5" class="txt-normal" align="left"><b>&nbsp;&nbsp;Where ') 
 document.writeln('                    do you want to stay?</b></td>') 
 document.writeln('                </tr>') 
 document.writeln('                <tr> ') 
 document.writeln('                  <td noWrap width="18%" class="txt-normal" align="right" height="10"></td>') 
 document.writeln('                  <td noWrap width="2%" class="txt-normal"></td>') 
 document.writeln('                  <td noWrap width="40%" class="txt-normal"></td>') 
 document.writeln('                  <td noWrap align=center colspan="2"></td>') 
 document.writeln('                </tr>') 
 document.writeln('                <tr> ') 
 document.writeln('                  <td noWrap width="18%" class="txt-normal" align="right">Hotel ') 
 document.writeln('                    Name : </td>') 
 document.writeln('                  <td noWrap width="2%" class="txt-normal">&nbsp;</td>') 
 document.writeln('                  <td noWrap width="40%" class="txt-normal"> ') 
 document.writeln('                    <input size=18 name=hotelName class="txt11pxb">') 
 document.writeln('                  </td>') 
 document.writeln('                  <td noWrap align=center colspan="2"> ') 
 document.writeln('                    <input class=button type=submit value="    Search    " name=searchHotel>') 
 document.writeln('                  </td>') 
 document.writeln('                </tr>') 
 document.writeln('                <tr> ') 
 document.writeln('                  <td noWrap width="18%" class="txt-normal" align="right" height="10"></td>') 
 document.writeln('                  <td noWrap width="2%" class="txt-normal"></td>') 
 document.writeln('                  <td noWrap width="40%" class="txt-normal"></td>') 
 document.writeln('                  <td noWrap align=center colspan="2"></td>') 
 document.writeln('                </tr>') 
 document.writeln('                <tr> ') 
 document.writeln('                  <td noWrap width="18%" class="txt-normal" align="right">&nbsp;</td>') 
 document.writeln('                  <td noWrap width="2%" class="txt-normal">&nbsp;</td>') 
 document.writeln('                  <td noWrap width="40%" class="txt-normal">&nbsp;</td>') 
 document.writeln('                  <td noWrap align=center colspan="2">')
  document.writeln('<a href="http://hotels.discounthotelsbooking.com/index.jsp?pageName=hotNetList&cid=105028&city=',InputCity,'&stateProvince=&country=',InputCountry,'&showPopUp=true&sortMethod=1&mode=2&isHotels=true&numberOfRooms=1&room-0-child-total=0&room-0-adult-total=2" title="Browse all hotels">Browse all hotels</a>')
   document.writeln('                </td>') 
 document.writeln('                </tr>') 
 document.writeln('                <tr> ') 
 document.writeln('                  <td noWrap width="18%" class="txt-normal" align="right" height="10"></td>') 
 document.writeln('                  <td noWrap width="2%" class="txt-normal"></td>') 
 document.writeln('                  <td noWrap width="40%" class="txt-normal"></td>') 
 document.writeln('                  <td noWrap align=center colspan="2"></td>') 
 document.writeln('                </tr>') 
 document.writeln('              </table>') 
 document.writeln('            </form>') 
 document.writeln('          </td>') 
 document.writeln('        </tr>') 
 document.writeln('      </table>') 
 document.writeln('    </td>') 
 document.writeln('    <td align="left" valign="top" width="10" background="../../../images/dot-bg-right.gif">&nbsp;</td>') 
 document.writeln('  </tr>') 
 document.writeln('  <tr> ') 
 document.writeln('    <td align="left" valign="top" height="8" colspan="3"><img src="../../../images/dot-bg-down.gif" width="770" height="8" border="0"></td>') 
 document.writeln('  </tr>') 
 document.writeln('<tr><td align="center" valign="top" height="5" colspan="3"><img src="../../../images/down-shadow.gif" width="770" height="5" border="0"></td></tr>')
 document.writeln('</table>') 
  }


// Function check Number of Rooms 9+
function submitSearchForm() {
if (document.frm_Search["numberOfRooms"] != null && document.frm_Search.numberOfRooms.value == 9) {
window.location="http://hotels.discounthotelsbooking.com/index.jsp?pageName=groups&cid=105028";
return false;
}
return true;
}

//-->
