document.writeln('<html>');
document.writeln('<style type=text/css>');
document.writeln('.boxon { display: block; }');
document.writeln('.box { display: none; }');
document.writeln('.norm { font-family: Arial; font-size: 11px; line-height: 14px; color: #000000; }');
document.writeln('.norm a { color: #0000ff; }');
document.writeln('.small { font-family: Arial; font-size: 10px; color: #000000; }');
document.writeln('.small a { color: #0000ff; }');
document.writeln('.tiny { font-family: Arial; font-size: 9px; color: #000000; }');
document.writeln('</style>');
function textFocus(el, val) {
	if (val) {
		el.defaultValue = val;
		if (el.value == val) el.value = "";
	}
	else if (el.value != "") {
		el.defaultValue = el.value;
		el.value = "";
	}
}
function textBlur(el,val) {
	if (val) el.defaultValue = val;
	if (el.value == "") {
		el.value = el.defaultValue;
	}
}
function maxPopUp() {		
	window.open('http://www.orbitz.com/shared/pagedef/content/air/max_passenger_popup.jsp','popup','width=600,height=500,resizable=yes,menubar=no,status=no,scrollbars=yes,toolbar=no,directories=no,location=no,screenX=0,screenY=0');return false;
}
function getcalmonth(datestr) {
	var r = 0;
	if (datestr.indexOf("/") != -1) {
		r = parseInt(datestr, 10);
		if (r > 12) r = 0;
	}
	return(r);
}
function getcalday(datestr) {
	var r = 0;
	if (datestr.indexOf("/") != -1) {
		z = datestr.substring(datestr.indexOf("/") + 1);
		r = parseInt(z, 10);
	}
	return(r);
}
function getcalyear(datestr) {
	var r = 0;
	if (datestr.indexOf("/") != -1) {
		z = datestr.substring(datestr.indexOf("/") + 1);
		if (z.indexOf("/") != -1) {
			z = z.substring(z.indexOf("/") + 1);
			r = parseInt(z, 10);
			if ( (r > 0) && (r < 1000) ) r = r + 2000;
		}
	}
	return(r);
}
function leapYear(year) {
	if (year % 4 == 0) return true;
	else return false;
}
function fcheck(frm, l, r) {
	var err = 0;
	if (!(getcalmonth(document.forms[frm].elements[l].value) > 0)) err = 1;
	if (!(getcalday(document.forms[frm].elements[l].value) > 0)) err = 1;
	if (!(getcalyear(document.forms[frm].elements[l].value) > 0)) err = 1;
	if (!(getcalmonth(document.forms[frm].elements[r].value) > 0)) err = 1;
	if (!(getcalday(document.forms[frm].elements[r].value) > 0)) err = 1;
	if (!(getcalyear(document.forms[frm].elements[r].value) > 0)) err = 1;
	if (err != 0) alert("Please enter your travel dates using the following format: mm/dd/yy");
	else lssubmit(frm);
}
// linkshare form submission
var lsn_search_url = ''+lsn_click+'&tmpid=1118&RD_PARM1=';
function lssubmit(fname) {
	if (fname == "orbot") qstring = "placementID=1&pageID=10";
	else if (fname == "hotelsearchform") qstring = "placementID=1&pageID=41";
	else if (fname == "carsearchform") qstring = "placementID=1&pageID=11";
	else if (fname == "fhotel") qstring = "placementID=1&pageID=533";
	else if (fname == "fcar") qstring = "placementID=1&pageID=535";
	else if (fname == "fhc") qstring = "placementID=1&pageID=534";
	else if (fname == "cruise") qstring = "placementID=1&pageID=566";
	for (i = 0; i < document.forms[fname].elements.length; i++) {
		qstring = qstring + "&" + document.forms[fname].elements[i].name + "=" + document.forms[fname].elements[i].value;
	}
	fsubmit(fname, qstring);
}
function fsubmit(name, parms) {
	var frmAction = "http://www.orbitz.com/App/Landing?" + parms;
	frmAction = escape(escape(frmAction));
	document.forms[name].method="post";
	document.forms[name].target = "_blank";
	document.forms[name].action = lsn_search_url + frmAction;
	document.forms[name].submit();
}
var onbox = 'box1';
function boxon(v) {
	if (document.all) document.all[v].style.display = "block";
	if (document.layers) document.layers[v].display = "block";
	if (document.getElementById) document.getElementById(v).style.display = "block";
}
function boxoff(v) {
	if (document.all) document.all[v].style.display = "none";
	if (document.layers) document.layers[v].display = "none";
	if (document.getElementById) document.getElementById(v).style.display = "none";
}
function swapto(v) {
	boxoff(onbox);
	boxon(v);
	onbox = v;
}
function getMonthName(month) {
	var mns = new Array("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec");
	return(mns[month]);
}
function getrealyear(year) {
	if (year < 1000) year = year + 1900;
	return(year);
}
document.writeln('<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('	<tr>');
document.writeln('		<td width=184 bgcolor=#3366ff>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/0705_logo_square.gif><br>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lil3366ff.gif width=1 height=3><br>');
document.writeln('		</td>');
document.writeln('	</tr>');
document.writeln('</table>');
document.writeln('<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('	<tr>');
document.writeln('		<td width=3 bgcolor=#3366ff><form name=navform><br></td>');
document.writeln('		<td width=178 valign=top bgcolor=#ffffff>');
document.writeln('			<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('				<tr>');
document.writeln('					<td width=4><img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=22><br></td>');
document.writeln('					<td>');
document.writeln('						<input type=radio name=nav checked onClick=swapto(\'box1\')><br>');
document.writeln('					</td>');
document.writeln('					<td>');
document.writeln('						<span class=norm><b>Flight</b></span><br>');
document.writeln('					</td>');
document.writeln('					<td width=5><img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif><br></td>');
document.writeln('					<td>');
document.writeln('						<input type=radio name=nav onClick=swapto(\'box2\')><br>');
document.writeln('					</td>');
document.writeln('					<td>');
document.writeln('						<span class=norm><b>Hotel</b></span><br>');
document.writeln('					</td>');
document.writeln('					<td width=5><img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif><br></td>');
document.writeln('					<td>');
document.writeln('						<input type=radio name=nav onClick=swapto(\'box3\')><br>');
document.writeln('					</td>');
document.writeln('					<td>');
document.writeln('						<span class=norm><b>Car</b></span><br>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('			</table>');
document.writeln('		</td>');
document.writeln('		<td width=3 bgcolor=#3366ff></form><br></td>');
document.writeln('	</tr>');
document.writeln('</table>');
document.writeln('<div class=boxon id=box1>');
document.writeln('<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('	<tr>');
document.writeln('		<td width=1><img src=http://www.orbitz.com/Marketing/Images/lil3366ff.gif width=1 height=251><br></td>');
document.writeln('		<td width=2 bgcolor=#3366ff>');
document.writeln('			<form action=http://www.orbitz.com/App/ValidateFlightSearch name=orbot method=get target=_blank><input type=hidden name=slice1:dateTime:useDateText value=true><input type=hidden name=slice2:dateTime:useDateText value=true><br>');
document.writeln('		</td>');
document.writeln('		<td width=178 valign=top bgcolor=#ccecff>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=12><br>');
document.writeln('			<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('				<tr>');
document.writeln('					<td width=12><br></td>');
document.writeln('					<td width=60>');
document.writeln('						<span class=norm><b>From</b></span><br>');
document.writeln('					</td>');
document.writeln('					<td>');
document.writeln('						<input type=text class=norm name=slice1:departCity style=\"width: 94px;\"><br>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('				<tr>');
document.writeln('					<td colspan=3>');
document.writeln('						<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=4><br>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('				<tr>');
document.writeln('					<td width=12><br></td>');
document.writeln('					<td width=60>');
document.writeln('						<span class=norm><b>To</b></span><br>');
document.writeln('					</td>');
document.writeln('					<td>');
document.writeln('						<input type=text class=norm name=slice1:arriveCity style=\"width: 94px;\"><br>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('			</table>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=8><br>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilltblue.gif width=178 height=1><br>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=8><br>');
document.writeln('			<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('				<tr>');
document.writeln('					<td width=12><br></td>');
document.writeln('					<td width=60>');
document.writeln('						<span class=norm><b>Leave</b></span><br>');
document.writeln('					</td>');
document.writeln('					<td>');
document.writeln('						<input type=text name=slice1:dateTime:date value=mm/dd/yy class=norm style=\"width: 55px;\"><br>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('				<tr>');
document.writeln('					<td colspan=3>');
document.writeln('						<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=4><br>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('				<tr>');
document.writeln('					<td width=12><br></td>');
document.writeln('					<td width=60>');
document.writeln('						<span class=norm><b>Return</b></span><br>');
document.writeln('					</td>');
document.writeln('					<td>');
document.writeln('						<input type=text name=slice2:dateTime:date value=mm/dd/yy class=norm style=\"width: 55px;\"><br>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('			</table>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=8><br>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilltblue.gif width=178 height=1><br>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=8><br>');
document.writeln('			<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('				<tr>');
document.writeln('					<td width=12><img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif><br></td>');
document.writeln('					<td>');
document.writeln('						<span class=norm><b>Travelers</b> </span><span class=small><a href=http://www.orbitz.com/shared/pagedef/content/air/max_passenger_popup.jsp target=_blank onClick=\"return maxPopUp()\">(up to 9)</a></span><br>');
document.writeln('						<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('							<tr>');
document.writeln('								<td width=40>');
document.writeln('									<span class=small>Adult</span><br>');
document.writeln('									<select class=norm name=adult><option value=0>0<option value=1 selected>1<option value=2>2<option value=3>3<option value=4>4<option value=5>5<option value=6>6<option value=7>7<option value=8>8<option value=9>9</select><br>');
document.writeln('								</td>');
document.writeln('								<td width=40>');
document.writeln('									<span class=small>Senior</span><br>');
document.writeln('									<select class=norm name=senior><option value=0>0<option value=1>1<option value=2>2<option value=3>3<option value=4>4<option value=5>5<option value=6>6<option value=7>7<option value=8>8<option value=9>9</select><br>');
document.writeln('								</td>');
document.writeln('								<td width=40>');
document.writeln('									<span class=small>Youth</span><br>');
document.writeln('									<select class=norm name=youth><option value=0>0<option value=1>1<option value=2>2<option value=3>3<option value=4>4<option value=5>5<option value=6>6<option value=7>7<option value=8>8</select><br>');
document.writeln('								</td>');
document.writeln('								<td>');
document.writeln('									<span class=small>Child</span><br>');
document.writeln('									<select class=norm name=child><option value=0>0<option value=1>1<option value=2>2<option value=3>3<option value=4>4<option value=5>5<option value=6>6<option value=7>7<option value=8>8</select><br>');
document.writeln('								</td>');
document.writeln('							</tr>');
document.writeln('						</table>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('			</table>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=12><br>');
document.writeln('			<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('				<tr>');
document.writeln('					<td width=166 align=right>');
document.writeln('						<a href=submit onClick=\"fcheck(\'orbot\', \'slice1:dateTime:date\', \'slice2:dateTime:date\'); return false;\"><img src=http://www.orbitz.com/Marketing/Images/0504_find.gif border=0></a><br>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('			</table>');
document.writeln('		</td>');
document.writeln('		<td width=3 bgcolor=#3366ff></form><br></td>');
document.writeln('	</tr>');
document.writeln('</table>');
document.writeln('</div>');
document.writeln('<div class=box id=box2>');
document.writeln('<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('	<tr>');
document.writeln('		<td width=1><img src=http://www.orbitz.com/Marketing/Images/lil3366ff.gif width=1 height=251><br></td>');
document.writeln('		<td width=2 bgcolor=#3366ff>');
document.writeln('			<form action=http://www.orbitz.com/App/ValidateHotelSearch name=hotelsearchform method=get target=_blank><input type=hidden name=startDate:useDateText value=true><input type=hidden name=endDate:useDateText value=true><br>');
document.writeln('		</td>');
document.writeln('		<td width=178 valign=top bgcolor=#ccecff>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=12><br>');
document.writeln('			<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('				<tr>');
document.writeln('					<td width=12><br></td>');
document.writeln('					<td width=60>');
document.writeln('						<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif><span class=norm><b>Where</b></span><br>');
document.writeln('					</td>');
document.writeln('					<td>');
document.writeln('						<input type=text class=norm name=city style=\"width: 94px;\"><br>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('			</table>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=8><br>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilltblue.gif width=178 height=1><br>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=8><br>');
document.writeln('			<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('				<tr>');
document.writeln('					<td width=12><br></td>');
document.writeln('					<td width=60>');
document.writeln('						<span class=norm><b>Check-in</b></span><br>');
document.writeln('					</td>');
document.writeln('					<td>');
document.writeln('						<input type=text name=startDate:date value=mm/dd/yy class=norm style=\"width: 55px;\"><br>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('				<tr>');
document.writeln('					<td colspan=3>');
document.writeln('						<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=4><br>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('				<tr>');
document.writeln('					<td width=12><br></td>');
document.writeln('					<td width=60>');
document.writeln('						<span class=norm><b>Check-out</b></span><br>');
document.writeln('					</td>');
document.writeln('					<td>');
document.writeln('						<input type=text name=endDate:date value=mm/dd/yy class=norm style=\"width: 55px;\"><br>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('			</table>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=8><br>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilltblue.gif width=178 height=1><br>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=8><br>');
document.writeln('			<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('				<tr>');
document.writeln('					<td width=12><br></td>');
document.writeln('					<td width=60>');
document.writeln('						<span class=norm><b>Rooms</b></span><br>');
document.writeln('					</td>');
document.writeln('					<td>');
document.writeln('						<select class=norm name=numberOfRooms><option value=1>1<option value=2>2</select><br>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('				<tr>');
document.writeln('					<td colspan=3>');
document.writeln('						<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=4><br>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('				<tr>');
document.writeln('					<td width=12><br></td>');
document.writeln('					<td>');
document.writeln('						<span class=norm><b>Guests</b></span><br>');
document.writeln('					</td>');
document.writeln('					<td>');
document.writeln('						<select class=norm name=adults><option value=1>1<option value=2>2<option value=3>3<option value=4>4<option value=5>5<option value=6>6<option value=7>7<option value=8>8</select><br>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('			</table>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=12><br>');
document.writeln('			<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('				<tr>');
document.writeln('					<td width=166 align=right>');
document.writeln('						<a href=submit onClick=\"fcheck(\'hotelsearchform\', \'startDate:date\', \'endDate:date\'); return false;\"><img src=http://www.orbitz.com/Marketing/Images/0504_find.gif border=0></a><br>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('			</table>');
document.writeln('		</td>');
document.writeln('		<td width=3 bgcolor=#3366ff></form><br></td>');
document.writeln('	</tr>');
document.writeln('</table>');
document.writeln('</div>');
document.writeln('<div class=box id=box3>');
document.writeln('<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('	<tr>');
document.writeln('		<td width=1><img src=http://www.orbitz.com/Marketing/Images/lil3366ff.gif width=1 height=251><br></td>');
document.writeln('		<td width=2 bgcolor=#3366ff>');
document.writeln('			<form action=http://www.orbitz.com/App/PerformOrbotCarSearch name=carsearchform method=get target=_blank><input type=hidden name=startDate:useDateText value=true><input type=hidden name=endDate:useDateText value=true><br>');
document.writeln('		</td>');
document.writeln('		<td width=178 valign=top bgcolor=#ccecff>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=12><br>');
document.writeln('			<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('				<tr>');
document.writeln('					<td width=12><br></td>');
document.writeln('					<td width=60>');
document.writeln('						<span class=norm><b>Pick-up</b></span><br>');
document.writeln('					</td>');
document.writeln('					<td>');
document.writeln('						<input type=text class=norm name=pickupLocation style=\"width: 94px;\"><br>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('			</table>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=4><br>');
document.writeln('			<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('				<tr>');
document.writeln('					<td width=72><br></td>');
document.writeln('					<td>');
document.writeln('						<input type=text name=startDate:date value=mm/dd/yy class=norm style=\"width: 55px;\"><br>');
document.writeln('						<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=4><br>');
document.writeln('						<select class=norm name=startDate:time><option value=\"1 am\">1 am<option value=\"2 am\">2 am<option value=\"3 am\">3 am<option value=\"4 am\">4 am<option value=\"5 am\">5 am<option value=\"6 am\">6 am<option value=\"7 am\">7 am<option value=\"7:30 am\">7:30 am<option value=\"8 am\">8 am<option value=\"8:30 am\">8:30 am<option value=\"9 am\" selected>9 am<option value=\"9:30 am\">9:30 am<option value=\"10 am\">10 am<option value=\"10:30 am\">10:30 am<option value=\"11 am\">11 am<option value=\"11:30 am\">11:30 am<option value=\"noon\">noon<option value=\"12:30 pm\">12:30 pm<option value=\"1 pm\">1 pm<option value=\"1:30 pm\">1:30 pm<option value=\"2 pm\">2 pm<option value=\"2:30 pm\">2:30 pm<option value=\"3 pm\">3 pm<option value=\"3:30 pm\">3:30 pm<option value=\"4 pm\">4 pm<option value=\"4:30 pm\">4:30 pm<option value=\"5 pm\">5 pm<option value=\"5:30 pm\">5:30 pm<option value=\"6 pm\">6 pm<option value=\"6:30 pm\">6:30 pm<option value=\"7 pm\">7 pm<option value=\"7:30 pm\">7:30 pm<option value=\"8 pm\">8 pm<option value=\"8:30 pm\">8:30 pm<option value=\"9 pm\">9 pm<option value=\"9:30 pm\">9:30 pm<option value=\"10 pm\">10 pm<option value=\"10:30 pm\">10:30 pm<option value=\"11 pm\">11 pm<option value=\"midnight\">midnight</select><br>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('			</table>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=8><br>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilltblue.gif width=178 height=1><br>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=8><br>');
document.writeln('			<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('				<tr>');
document.writeln('					<td width=12><br></td>');
document.writeln('					<td width=60>');
document.writeln('						<span class=norm><b>Drop-off</b></span><br>');
document.writeln('					</td>');
document.writeln('					<td>');
document.writeln('						<input type=text class=norm name=dropoffLocation value=\"Same as pick-up\" style=\"width: 94px;\" onFocus=textFocus(this) onBlur=textBlur(this)><br>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('			</table>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=6><br>');
document.writeln('			<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('				<tr>');
document.writeln('					<td width=72><br></td>');
document.writeln('					<td>');
document.writeln('						<input type=text name=endDate:date value=mm/dd/yy class=norm style=\"width: 55px;\"><br>');
document.writeln('						<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=4><br>');
document.writeln('						<select class=norm name=endDate:time><option value=\"1 am\">1 am<option value=\"2 am\">2 am<option value=\"3 am\">3 am<option value=\"4 am\">4 am<option value=\"5 am\">5 am<option value=\"6 am\">6 am<option value=\"7 am\">7 am<option value=\"7:30 am\">7:30 am<option value=\"8 am\">8 am<option value=\"8:30 am\">8:30 am<option value=\"9 am\" selected>9 am<option value=\"9:30 am\">9:30 am<option value=\"10 am\">10 am<option value=\"10:30 am\">10:30 am<option value=\"11 am\">11 am<option value=\"11:30 am\">11:30 am<option value=\"noon\">noon<option value=\"12:30 pm\">12:30 pm<option value=\"1 pm\">1 pm<option value=\"1:30 pm\">1:30 pm<option value=\"2 pm\">2 pm<option value=\"2:30 pm\">2:30 pm<option value=\"3 pm\">3 pm<option value=\"3:30 pm\">3:30 pm<option value=\"4 pm\">4 pm<option value=\"4:30 pm\">4:30 pm<option value=\"5 pm\">5 pm<option value=\"5:30 pm\">5:30 pm<option value=\"6 pm\">6 pm<option value=\"6:30 pm\">6:30 pm<option value=\"7 pm\">7 pm<option value=\"7:30 pm\">7:30 pm<option value=\"8 pm\">8 pm<option value=\"8:30 pm\">8:30 pm<option value=\"9 pm\">9 pm<option value=\"9:30 pm\">9:30 pm<option value=\"10 pm\">10 pm<option value=\"10:30 pm\">10:30 pm<option value=\"11 pm\">11 pm<option value=\"midnight\">midnight</select><br>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('			</table>');
document.writeln('			<img src=http://www.orbitz.com/Marketing/Images/lilshimmy.gif width=1 height=20><br>');
document.writeln('			<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('				<tr>');
document.writeln('					<td width=166 align=right>');
document.writeln('						<a href=submit onClick=\"fcheck(\'carsearchform\', \'startDate:date\', \'endDate:date\'); return false;\"><img src=http://www.orbitz.com/Marketing/Images/0504_find.gif border=0></a><br>');
document.writeln('					</td>');
document.writeln('				</tr>');
document.writeln('			</table>');
document.writeln('		</td>');
document.writeln('		<td width=3 bgcolor=#3366ff></form><br></td>');
document.writeln('	</tr>');
document.writeln('</table>');
document.writeln('</div>');
document.writeln('<img src=http://www.orbitz.com/Marketing/Images/lil3366ff.gif width=184 height=3><br>');
document.writeln('</html>');
