document.writeln("<div id=\"wrapper_module_book\" style=\"background-color:#e6e6cc;\">");
document.writeln("	<div class=\"topedge\">");
document.writeln("		<div class=\"corner\"><\/div>");
document.writeln("	<\/div>");
document.writeln("	<div class=\"logos\" title=\"book your trip\">");
document.writeln("		<div class=\"logo\"><\/div>");
document.writeln("	<\/div>");
document.writeln("	<div class=\"wrapper_tabs\">");
document.writeln("		<ul>");
document.writeln("			<li>");
document.writeln("				<div id=\"book_tab1\" class=\"tab1\" onClick=\"bookTabs(\'book_panel1\')\"><\/div>");
document.writeln("			<\/li>");
document.writeln("			<li>");
document.writeln("				<div id=\"book_tab2\" class=\"tab2\" onClick=\"bookTabs(\'book_panel2\')\"><\/div>");
document.writeln("			<\/li>");
document.writeln("			<li>");
document.writeln("				<div id=\"book_tab3\" class=\"tab3\" onClick=\"bookTabs(\'book_panel3\')\"><\/div>");
document.writeln("			<\/li>");
document.writeln("			<li>");
document.writeln("				<div id=\"book_tab4\" class=\"tab4\" onClick=\"bookTabs(\'book_panel4\')\"><\/div>");
document.writeln("			<\/li>");
document.writeln("			<li class=\"rightborder\">");
document.writeln("				<div id=\"book_tab5\" class=\"tab5\" onClick=\"bookTabs(\'book_panel5\')\"><\/div>");
document.writeln("			<\/li>");
document.writeln("		<\/ul>");
document.writeln("	<\/div>");
document.writeln("	<div class=\"wrapper_panels\">");
document.writeln("	<script language=\"javascript\" type=\"text/javascript\">");
document.writeln("	function getSelected(formObj)");
document.writeln("	{");
document.writeln("		");
document.writeln("		for(var x=0;x<formObj.childNodes.length;x++)");
document.writeln("		{");
document.writeln("			if(formObj.childNodes[x].nodeName==\"OPTION\" && formObj.childNodes[x].selected)");
document.writeln("			{");
document.writeln("				return formObj.childNodes[x].value");
document.writeln("			}");
document.writeln("		}");
document.writeln("		return \'\';");
document.writeln("	}");
document.writeln("	");
document.writeln("	function submitBTModule(formName)");
document.writeln("	{");
document.writeln("		basicURL = new Array()");
document.writeln("		basicURL[\'frm_bookHotels\'] = \'http://ad.doubleclick.net/clk;103073907;13723275;z?http://www.priceline.com/qp.asp?refid=PLBUDGETTRAVEL&refclickid=HOTELSEARCH&ProductID=5\'");
document.writeln("		basicURL[\'frm_bookCruises\'] = \'http://ad.doubleclick.net/clk;103074126;13723274;s?http://www.pricelinecruiseoutlet.com/s/c/results.asp?Refid=PLBUDGETTRAVEL&RefClickID=RCSEARCH\'");
document.writeln("		basicURL[\'frm_bookFlights\'] = \'http://ad.doubleclick.net/clk;103074076;12537412;s?http://www.priceline.com/qp.asp?ProductID=1&refid=PLBUDGETTRAVEL&refclickid=AIRSEARCH\'");
document.writeln("		basicURL[\'frm_bookCars\'] = \'http://ad.doubleclick.net/clk;103074233;13723339;t?http://www.priceline.com/qp.asp?refid=PLBUDGETTRAVEL&refclickid=RCSEARCH&ProductID=8&plf=pcln\'");
document.writeln("		basicURL[\'frm_bookVacations\'] = \'http://ad.doubleclick.net/clk;103074343;13723847;z?http://www.priceline.com/qp.asp?refid=PLBUDGETTRAVEL&refclickid=VPSEARCH&ProductID=17\'");
document.writeln("		var formObj = eval(\'document.\' + formName)");
document.writeln("		");
document.writeln("		var _qs = basicURL[formName];");
document.writeln("		for(x=0;x<formObj.length;x++)");
document.writeln("		");
document.writeln("		{");
document.writeln("			_qs += \"&\" + formObj[x].name + \"=\";");
document.writeln("			_qs += (formObj[x].type==\"text\" || formObj[x].type==\"hidden\")?formObj[x].value:getSelected(formObj[x]);");
document.writeln("		}");
document.writeln("		// prompt(\'\',_qs)");
document.writeln("		window.location=_qs");
document.writeln("	}");
document.writeln("	<\/script>");
document.writeln("	");
document.writeln("		<div id=\"book_panel1\">");
document.writeln("		<form name=\"frm_bookHotels\" method=\"get\" action=\"javascript:submitBTModule(\'frm_bookHotels\')\">");
document.writeln("			<table>");
document.writeln("				<tr class=\"line1\">");
document.writeln("					<td colspan=\"3\">");
document.writeln("						<div style=\"float:left;\">");
document.writeln("							<span>ENTER A DESTINATION<\/span><br>");
document.writeln("							<input id=\"CITY\" class=\"text\" type=\"text\" name=\"CITY\" value=\'ex. Las Vegas, Paris\' onFocus=\"autoText(\'CITY\',\'ex. Las Vegas, Paris\');\" style=\"width:140px;\">");
document.writeln("						<\/div>");
document.writeln("						<div style=\"float:right; padding-top:1px;\">");
document.writeln("							<span>ROOMS<\/span><br>");
document.writeln("							<select class=\"select\" name=\"ROOMS\" style=\"width:50px;\">");
document.writeln("								<option>1<\/option>");
document.writeln("								<option>2<\/option>");
document.writeln("								<option>3<\/option>");
document.writeln("								<option>4<\/option>");
document.writeln("								<option>10+<\/option>");
document.writeln("							<\/select>");
document.writeln("						<\/div>");
document.writeln("					<\/td>");
document.writeln("				<\/tr>");
document.writeln("				<tr class=\"line2\">");
document.writeln("					<td class=\"hotels_checkin\" style=\"text-align:left;\">");
document.writeln("						<span>CHECK-IN<\/span><br>");
document.writeln("						<script type=\"text/javascript\">document.write(getCalendarStyles());<\/script>");
document.writeln("						<script type=\"text/javascript\">");
document.writeln("							var now = new Date();");
document.writeln("							var cal_bookHotels = new CalendarPopup(\"div_bookHotelsCheckin\");");
document.writeln("							// cal_bookHotels.addDisabledDates(null,formatDate(now,\"yyyy-MM-dd\"));");
document.writeln("							// cal_bookHotels.addDisabledDates(\"12/25/2007\");");
document.writeln("							cal_bookHotels.addDisabledDates(\"Apr 29, 2008\",null);");
document.writeln("						<\/script>");
document.writeln("						<input id=\"CheckInDate\" class=\"text\" type=\"text\" name=\"CheckInDate\" value=\"mm/dd/yy\" onFocus=\"autoText(\'CheckInDate\',\'mm/dd/yy\');\" style=\"width:60px; text-align:center;\">");
document.writeln("						<a href=\"#\" onClick=\"cal_bookHotels.select(document.frm_bookHotels.CheckInDate,\'a_bookHotelsCheckin\',\'MM/dd/yyyy\'); return false;\" title=\"click to select a date\" name=\"a_bookHotelsCheckin\" id=\"a_bookHotelsCheckin\">select<\/a>");
document.writeln("						<div id=\"div_bookHotelsCheckin\" style=\"position:absolute; visibility:hidden; background-color:white; layer-background-color:white; z-index:100; width:140px;\"><\/div>");
document.writeln("					<\/td>");
document.writeln("					<td class=\"hotels_checkout\" style=\"text-align:left;\">");
document.writeln("						<span>CHECK-OUT<\/span><br>");
document.writeln("						<script type=\"text/javascript\">document.write(getCalendarStyles());<\/script>");
document.writeln("						<script type=\"text/javascript\">");
document.writeln("							var now = new Date();");
document.writeln("							var cal_bookHotels = new CalendarPopup(\"div_bookHotelsCheckout\");");
document.writeln("							cal_bookHotels.addDisabledDates(null,formatDate(now,\"yyyy-MM-dd\"));");
document.writeln("							cal_bookHotels.addDisabledDates(\"12/25/2007\");");
document.writeln("							cal_bookHotels.addDisabledDates(\"Jan 1, 2008\",null);");
document.writeln("						<\/script>");
document.writeln("						<input id=\"CheckOutDate\" class=\"text\" type=\"text\" name=\"CheckOutDate\" value=\"mm/dd/yy\" onFocus=\"autoText(\'CheckOutDate\',\'mm/dd/yy\');\" style=\"width:60px; text-align:center;\">");
document.writeln("						<a href=\"#\" onClick=\"cal_bookHotels.select(document.frm_bookHotels.CheckOutDate,\'a_bookHotelsCheckout\',\'MM/dd/yyyy\'); return false;\" title=\"click to select a date\" name=\"a_bookHotelsCheckout\" id=\"a_bookHotelsCheckout\">select<\/a>");
document.writeln("						<div id=\"div_bookHotelsCheckout\" style=\"position:absolute; visibility:hidden; background-color:white; layer-background-color:white; z-index:100; width:140px;\"><\/div>");
document.writeln("					<\/td>");
document.writeln("					<td class=\"btn_go\" style=\"padding-top:13px;\">");
document.writeln("						<input id=\"btnSearchBook3\" class=\"btn_go\" type=\"image\" src=\"http://www.budgettravel.com/bt-srv/images/122006/spacer.gif\" onMouseOver=\"this.style.backgroundPosition=\'0px -29px\'\" onMouseOut=\"this.style.backgroundPosition=\'0px 0px\'\" alt=\"SEARCH\">");
document.writeln("					<\/td>");
document.writeln("				<\/tr>");
document.writeln("			<\/table>");
document.writeln("		<\/form>");
document.writeln("		<\/div>");
document.writeln("		<div id=\"book_panel2\">");
document.writeln("		<form name=\"frm_bookFlights\" method=\"post\" action=\"javascript:submitBTModule(\'frm_bookFlights\')\">");
document.writeln("			<table>");
document.writeln("				<tr class=\"line1\">");
document.writeln("					<td style=\"text-align:left;\">");
document.writeln("						<div>");
document.writeln("							<div>FROM<\/div>");
document.writeln("							<input id=\"DepCity\" class=\"text\" type=\"text\" name=\"DepCity\" value=\"ex. Denver, LAX\" onFocus=\"autoText(\'DepCity\',\'ex. Denver, LAX\');\" style=\"width:140px;\">");
document.writeln("						<\/div>");
document.writeln("					<\/td>");
document.writeln("					<td class=\"spacer default_horizontal\"><\/td>");
document.writeln("					<td>");
document.writeln("						<div>");
document.writeln("							<div>TO<\/div>");
document.writeln("							<input id=\"ArrCity\" class=\"text\" type=\"text\" name=\"ArrCity\" value=\"ex. Denver, LAX\" onFocus=\"autoText(\'ArrCity\',\'ex. Denver, LAX\');\" style=\"width:140px;\">");
document.writeln("						<\/div>");
document.writeln("					<\/td>");
document.writeln("				<\/tr>");
document.writeln("				<tr class=\"line2\">");
document.writeln("					<td colspan=\"3\">");
document.writeln("						<div style=\"float:left;\">");
document.writeln("							<div>AIRLINE<\/div>");
document.writeln("							<select name=\"Pref_Airline\" id=\"Pref_Airline\" title=\"Airline Preference\" class=\"norm-form select\" style=\"width:160px;\">");
document.writeln("								<option value=\"ALL\">Search All Airlines<\/option>");
document.writeln("								<option value=\"EI\">Aer Lingus<\/option>");
document.writeln("								<option value=\"AM\">Aeromexico<\/option>");
document.writeln("								<option value=\"AC\">Air Canada<\/option>");
document.writeln("								<option value=\"CA\">Air China<\/option>");
document.writeln("								<option value=\"AF\">Air France<\/option>");
document.writeln("								<option value=\"JM\">Air Jamaica<\/option>");
document.writeln("								<option value=\"NZ\">Air New Zealand<\/option>");
document.writeln("								<option value=\"A7\">Air Plus Comet<\/option>");
document.writeln("								<option value=\"TP\">Air Portugal<\/option>");
document.writeln("								<option value=\"TN\">Air Tahiti Nui<\/option>");
document.writeln("								<option value=\"FL\">AirTran Airways<\/option>");
document.writeln("								<option value=\"AS\">Alaska Airlines<\/option>");
document.writeln("								<option value=\"AZ\">Alitalia<\/option>");
document.writeln("								<option value=\"NH\">All Nippon Airways<\/option>");
document.writeln("								<option value=\"AQ\">Aloha Airlines<\/option>");
document.writeln("								<option value=\"HP\">America West<\/option>");
document.writeln("								<option value=\"AA\">American Airlines<\/option>");
document.writeln("								<option value=\"OZ\">Asiana Airlines<\/option>");
document.writeln("								<option value=\"TZ\">ATA<\/option>");
document.writeln("								<option value=\"OS\">Austrian Airlines<\/option>");
document.writeln("								<option value=\"AV\">Avianca<\/option>");
document.writeln("								<option value=\"BD\">bmi<\/option>");
document.writeln("								<option value=\"BA\">British Airways<\/option>");
document.writeln("								<option value=\"CX\">Cathay Pacific<\/option>");
document.writeln("								<option value=\"CI\">China Airlines<\/option>");
document.writeln("								<option value=\"CO\">Continental<\/option>");
document.writeln("								<option value=\"OK\">Czech Airlines<\/option>");
document.writeln("								<option value=\"DL\">Delta<\/option>");
document.writeln("								<option value=\"LY\">El Al<\/option>");
document.writeln("								<option value=\"BR\">EVA Airways<\/option>");
document.writeln("								<option value=\"AY\">Finnair<\/option>");
document.writeln("								<option value=\"F9\">Frontier Airlines<\/option>");
document.writeln("								<option value=\"HQ\">Harmony Airways<\/option>");
document.writeln("								<option value=\"HA\">Hawaiian Airlines<\/option>");
document.writeln("								<option value=\"IB\">Iberia<\/option>");
document.writeln("								<option value=\"FI\">Icelandair<\/option>");
document.writeln("								<option value=\"JL\">Japan Airlines<\/option>");
document.writeln("								<option value=\"KL\">KLM<\/option>");
document.writeln("								<option value=\"KE\">Korean Air<\/option>");
document.writeln("								<option value=\"LR\">LACSA<\/option>");
document.writeln("								<option value=\"LA\">Lan Chile<\/option>");
document.writeln("								<option value=\"XL\">Lan Ecuador<\/option>");
document.writeln("								<option value=\"LO\">LOT-Polish Airlines<\/option>");
document.writeln("								<option value=\"LH\">Lufthansa<\/option>");
document.writeln("								<option value=\"MH\">Malaysia Airlines<\/option>");
document.writeln("								<option value=\"#C\">Multiple Carriers<\/option>");
document.writeln("								<option value=\"MX\">Mexicana<\/option>");
document.writeln("								<option value=\"YX\">Midwest Airlines<\/option>");
document.writeln("								<option value=\"NW\">Northwest<\/option>");
document.writeln("								<option value=\"OA\">Olympic<\/option>");
document.writeln("								<option value=\"QF\">Qantas Airways<\/option>");
document.writeln("								<option value=\"SK\">SAS<\/option>");
document.writeln("								<option value=\"JK\">Spanair<\/option>");
document.writeln("								<option value=\"NK\">Spirit Airlines<\/option>");
document.writeln("								<option value=\"SY\">Sun Country Airlines<\/option>");
document.writeln("								<option value=\"LX\">Swiss International  Air Lines<\/option>");
document.writeln("								<option value=\"TA\">TACA<\/option>");
document.writeln("								<option value=\"JJ\">TAM Brazilian   Airlines<\/option>");
document.writeln("								<option value=\"TG\">Thai Air International<\/option>");
document.writeln("								<option value=\"UA\">United  Airlines<\/option>");
document.writeln("								<option value=\"US\">US Airways<\/option>");
document.writeln("								<option value=\"VS\">Virgin  Atlantic<\/option>");
document.writeln("							<\/select>");
document.writeln("						<\/div>");
document.writeln("						<div style=\"float:left; width:4px; height:1px;\"><\/div>");
document.writeln("						<div style=\"float:left;\">");
document.writeln("							<div>TICKETS<\/div>");
document.writeln("							<select class=\"select\" name=\"NUMTICKETS\" style=\"width:120px;\">");
document.writeln("								<option selected value=\"1\">1 Ticket<\/option>");
document.writeln("								<option value=\"2\">2 Tickets<\/option>");
document.writeln("								<option value=\"3\">3 Tickets<\/option>");
document.writeln("								<option value=\"4\">4 Tickets<\/option>");
document.writeln("								<option value=\"5\">5 Tickets<\/option>");
document.writeln("								<option value=\"6\">6 Tickets<\/option>");
document.writeln("								<option value=\"7\">7 Tickets<\/option>");
document.writeln("								<option value=\"8\">8 Tickets<\/option>");
document.writeln("							<\/select>");
document.writeln("						<\/div>");
document.writeln("					<\/td>");
document.writeln("				<\/tr>");
document.writeln("				<tr class=\"line3\">");
document.writeln("					<td style=\"text-align:left;\">");
document.writeln("						<div>LEAVE<\/div>");
document.writeln("						<div>");
document.writeln("							<select id=\"DepTime\" name=\"DepTime\" title=\"DepartureTime\" class=\"basicform select\" style=\"width:120px;\">");
document.writeln("								<option value=\"0\">Anytime<\/option>");
document.writeln("								<option value=\"1\">12am to 7am<\/option>");
document.writeln("								<option value=\"2\">6am to Noon<\/option>");
document.writeln("								<option value=\"3\">10am  to 2pm<\/option>");
document.writeln("								<option value=\"4\">Noon to 6pm<\/option>");
document.writeln("								<option value=\"5\">4pm to 8pm<\/option>");
document.writeln("								<option value=\"6\">7pm to 12am<\/option>");
document.writeln("								<option value=\"7\">1 am<\/option>");
document.writeln("								<option value=\"8\">2 am<\/option>");
document.writeln("								<option value=\"9\">3 am<\/option>");
document.writeln("								<option value=\"10\">4 am<\/option>");
document.writeln("								<option value=\"11\">5 am<\/option>");
document.writeln("								<option value=\"12\">6 am<\/option>");
document.writeln("								<option value=\"13\">7 am<\/option>");
document.writeln("								<option value=\"14\">8 am<\/option>");
document.writeln("								<option value=\"15\">9 am<\/option>");
document.writeln("								<option value=\"16\">10 am<\/option>");
document.writeln("								<option value=\"17\">11 am<\/option>");
document.writeln("								<option value=\"18\">12 pm<\/option>");
document.writeln("								<option value=\"19\">1 pm<\/option>");
document.writeln("								<option value=\"20\">2 pm<\/option>");
document.writeln("								<option value=\"21\">3 pm<\/option>");
document.writeln("								<option value=\"22\">4  pm<\/option>");
document.writeln("								<option value=\"23\">5 pm<\/option>");
document.writeln("								<option value=\"24\">6 pm<\/option>");
document.writeln("								<option value=\"25\">7 pm<\/option>");
document.writeln("								<option value=\"26\">8 pm<\/option>");
document.writeln("								<option value=\"27\">9 pm<\/option>");
document.writeln("								<option value=\"28\">10 pm<\/option>");
document.writeln("								<option value=\"29\">11 pm<\/option>");
document.writeln("								<option value=\"30\">12 am (Midnight)<\/option>");
document.writeln("							<\/select>");
document.writeln("						<\/div>");
document.writeln("					<\/td>");
document.writeln("					<td class=\"spacer default_horizontal\"><\/td>");
document.writeln("					<td style=\"text-align:left;\">");
document.writeln("						<div>RETURN<\/div>");
document.writeln("						<div>");
document.writeln("							<select name=\"RetTime\" id=\"RetTime\" title=\"ReturnTime\" class=\"basicform select\" style=\"width:120px;\">");
document.writeln("								<option value=\"0\">Anytime<\/option>");
document.writeln("								<option value=\"1\">12am to 7am<\/option>");
document.writeln("								<option value=\"2\">6am to Noon<\/option>");
document.writeln("								<option value=\"3\">10am  to 2pm<\/option>");
document.writeln("								<option value=\"4\">Noon to 6pm<\/option>");
document.writeln("								<option value=\"5\">4pm to 8pm<\/option>");
document.writeln("								<option value=\"6\">7pm to 12am<\/option>");
document.writeln("								<option value=\"7\">1 am<\/option>");
document.writeln("								<option value=\"8\">2 am<\/option>");
document.writeln("								<option value=\"9\">3 am<\/option>");
document.writeln("								<option value=\"10\">4 am<\/option>");
document.writeln("								<option value=\"11\">5 am<\/option>");
document.writeln("								<option value=\"12\">6 am<\/option>");
document.writeln("								<option value=\"13\">7 am<\/option>");
document.writeln("								<option value=\"14\">8 am<\/option>");
document.writeln("								<option value=\"15\">9 am<\/option>");
document.writeln("								<option value=\"16\">10 am<\/option>");
document.writeln("								<option value=\"17\">11 am<\/option>");
document.writeln("								<option value=\"18\">12 pm<\/option>");
document.writeln("								<option value=\"19\">1 pm<\/option>");
document.writeln("								<option value=\"20\">2 pm<\/option>");
document.writeln("								<option value=\"21\">3 pm<\/option>");
document.writeln("								<option value=\"22\">4  pm<\/option>");
document.writeln("								<option value=\"23\">5 pm<\/option>");
document.writeln("								<option value=\"24\">6 pm<\/option>");
document.writeln("								<option value=\"25\">7 pm<\/option>");
document.writeln("								<option value=\"26\">8 pm<\/option>");
document.writeln("								<option value=\"27\">9 pm<\/option>");
document.writeln("								<option value=\"28\">10 pm<\/option>");
document.writeln("								<option value=\"29\">11 pm<\/option>");
document.writeln("								<option value=\"30\">12 am (Midnight)<\/option>");
document.writeln("							<\/select>");
document.writeln("						<\/div>");
document.writeln("					<\/td>");
document.writeln("				<\/tr>");
document.writeln("				<tr class=\"line4\">");
document.writeln("					<td style=\"text-align:left;\">");
document.writeln("						<script type=\"text/javascript\">document.write(getCalendarStyles());<\/script>");
document.writeln("						<script type=\"text/javascript\">");
document.writeln("							var now = new Date();");
document.writeln("							var cal_bookFlights = new CalendarPopup(\"div_bookFlightsLeave\");");
document.writeln("							cal_bookFlights.addDisabledDates(null,formatDate(now,\"yyyy-MM-dd\"));");
document.writeln("							cal_bookFlights.addDisabledDates(\"12/25/2007\");");
document.writeln("							cal_bookFlights.addDisabledDates(\"Jan 1, 2008\",null);");
document.writeln("						<\/script>");
document.writeln("						<input id=\"DepartureDate\" class=\"text\" type=\"text\" name=\"DepartureDate\" value=\"mm/dd/yy\" onFocus=\"autoText(\'DepartureDate\',\'mm/dd/yy\');\" style=\"width:60px; text-align:center;\">");
document.writeln("						<a href=\"#\" onClick=\"cal_bookFlights.select(document.frm_bookFlights.DepartureDate,\'a_bookFlightsLeave\',\'MM/dd/yyyy\'); return false;\" title=\"click to select a date\" name=\"a_bookFlightsLeave\" id=\"a_bookFlightsLeave\">select <\/a>");
document.writeln("						<div id=\"div_bookFlightsLeave\" style=\"position:absolute; visibility:hidden; background-color:#fff; layer-background-color:#fff; z-index:100; width:140px;\"><\/div>");
document.writeln("					<\/td>");
document.writeln("					<td class=\"spacer default_horizontal\"><\/td>");
document.writeln("					<td style=\"text-align:left;\">");
document.writeln("						<script type=\"text/javascript\">document.write(getCalendarStyles());<\/script>");
document.writeln("						<script type=\"text/javascript\">");
document.writeln("							var now = new Date();");
document.writeln("							var cal_bookFlights = new CalendarPopup(\"div_bookFlightsReturn\");");
document.writeln("							cal_bookFlights.addDisabledDates(null,formatDate(now,\"yyyy-MM-dd\"));");
document.writeln("							cal_bookFlights.addDisabledDates(\"12/25/2007\");");
document.writeln("							cal_bookFlights.addDisabledDates(\"Jan 1, 2008\",null);");
document.writeln("						<\/script>");
document.writeln("						<input id=\"ReturnDate\" class=\"text\" type=\"text\" name=\"ReturnDate\" value=\"mm/dd/yy\" onFocus=\"autoText(\'ReturnDate\',\'mm/dd/yy\');\" style=\"width:60px; text-align:center;\">");
document.writeln("						<a href=\"#\" onClick=\"cal_bookFlights.select(document.frm_bookFlights.ReturnDate,\'a_bookFlightsReturn\',\'MM/dd/yyyy\'); return false;\" title=\"click to select a date\" name=\"a_bookFlightsReturn\" id=\"a_bookFlightsReturn\">select <\/a>");
document.writeln("						<div id=\"div_bookFlightsReturn\" style=\"position:absolute; visibility:hidden; background-color:white; layer-background-color:white; z-index:100; width:140px;\"><\/div>");
document.writeln("					<\/td>");
document.writeln("				<\/tr>");
document.writeln("				<tr class=\"line5\">");
document.writeln("					<td class=\"btn_go\" colspan=\"3\">");
document.writeln("						<div style=\"float:right;\">");
document.writeln("							<input id=\"btnSearchBook2\" class=\"btn_go\" type=\"image\" src=\"http://www.budgettravel.com/bt-srv/images/122006/spacer.gif\" onMouseOver=\"this.style.backgroundPosition=\'0px -29px\'\" onMouseOut=\"this.style.backgroundPosition=\'0px 0px\'\" alt=\"SEARCH\">");
document.writeln("							<!--input type=\"hidden\" name=\"refID\" id=\"refID\" value=\"PLBUDGETTRAVEL\"-->");
document.writeln("							<!--input type=\"hidden\" name=\"refClickID\" id=\"refClickID\" value=\"AIRSEARCH\"-->");
document.writeln("							<!--input type=\"hidden\" name=\"ProductID\" id=\"ProductID\" value=\"1\"-->");
document.writeln("							<input type=\"hidden\" name=\"homepage\" id=\"homepage\" value=\"Y\"-->");
document.writeln("							<!--input type=\"hidden\" value=\"Y\" name=\"AirASO\"-->");
document.writeln("						<\/div>");
document.writeln("					<\/td>");
document.writeln("				<\/tr>");
document.writeln("			<\/table>");
document.writeln("		<\/form>");
document.writeln("		<\/div>");
document.writeln("		<div id=\"book_panel3\">");
document.writeln("		<form name=\"frm_bookCruises\" method=\"get\" action=\"javascript:submitBTModule(\'frm_bookCruises\')\">");
document.writeln("			<table>");
document.writeln("				<tr class=\"line1\">");
document.writeln("					<td class=\"cruise_destination\" style=\"width:180px;\">");
document.writeln("						<span>CRUISE DESTINATION<\/span>");
document.writeln("						<select class=\"select\" name=\"places\">");
document.writeln("							<option value=\"\" selected=\"selected\"> - Over 40 more destinations - <\/option>");
document.writeln("							<option value=\"C\" selected=\"selected\">Caribbean<\/option>");
document.writeln("							<option value=\"M\">Mexico<\/option>");
document.writeln("							<option value=\"BH\">Bahamas<\/option>");
document.writeln("							<option value=\"A\">Alaska<\/option>");
document.writeln("							<option value=\"E\">Europe - All<\/option>");
document.writeln("							<option value=\"H\">Hawaii<\/option>");
document.writeln("							<option value=\"BM\">Bermuda<\/option>");
document.writeln("							<option value=\"NN\">Canada/New England/NY<\/option>");
document.writeln("							<option value=\"\">-------------<\/option>");
document.writeln("							<option value=\"ALL\">All Destinations<\/option>");
document.writeln("							<option value=\"A\">Alaska - All<\/option>");
document.writeln("							<option value=\"AG\">Alaska - Gulf of Alaska<\/option>");
document.writeln("							<option value=\"AR\">Alaska - Inside Passage<\/option>");
document.writeln("							<option value=\"BH\">Bahamas<\/option>");
document.writeln("							<option value=\"BM\">Bermuda<\/option>");
document.writeln("							<option value=\"NN\">Canada/New England/NY<\/option>");
document.writeln("							<option value=\"C\">Caribbean - All<\/option>");
document.writeln("							<option value=\"CE\">Caribbean - Eastern<\/option>");
document.writeln("							<option value=\"CS\">Caribbean - Southern<\/option>");
document.writeln("							<option value=\"CW\">Caribbean - Western<\/option>");
document.writeln("							<option value=\"CN\">Cruise to Nowhere<\/option>");
document.writeln("							<option value=\"E\">Europe - All<\/option>");
document.writeln("							<option value=\"EE\">Europe - E. Mediterranean<\/option>");
document.writeln("							<option value=\"R\">Europe - Mediterranean - All<\/option>");
document.writeln("							<option value=\"N\">Europe - Northern<\/option>");
document.writeln("							<option value=\"EW\">Europe - W. Mediterranean<\/option>");
document.writeln("							<option value=\"W\">Europe - Western<\/option>");
document.writeln("							<option value=\"O\">Exotic - Asia/Africa/Other<\/option>");
document.writeln("							<option value=\"H\">Hawaii<\/option>");
document.writeln("							<option value=\"M\">Mexico<\/option>");
document.writeln("							<option value=\"T\">Panama Canal/C. America<\/option>");
document.writeln("							<option value=\"S\">South America<\/option>");
document.writeln("							<option value=\"I\">South Pacific - All<\/option>");
document.writeln("							<option value=\"P\">South Pacific - Australia<\/option>");
document.writeln("							<option value=\"TH\">South Pacific - Tahiti<\/option>");
document.writeln("							<option value=\"ET\">Transatlantic<\/option>");
document.writeln("							<option value=\"NA\">U.S. - All<\/option>");
document.writeln("							<option value=\"RV\">U.S. - American Rivers<\/option>");
document.writeln("							<option value=\"PC\">U.S. - Pacific/Northwest<\/option>");
document.writeln("							<option value=\"NC\">U.S. - Southeast<\/option>");
document.writeln("							<option value=\"WW\">World Cruise<\/option>");
document.writeln("						<\/select>");
document.writeln("					<\/td>");
document.writeln("					<td class=\"spacer default_horizontal\"><\/td>");
document.writeln("					<td class=\"cruise_length\">");
document.writeln("						<span>CRUISE LENGTH<\/span>");
document.writeln("						<select class=\"select\" name=\"days\">");
document.writeln("							<option selected value=\"ALL\">All<\/option>");
document.writeln("							<option value=\"1\">1-2 Nights<\/option>");
document.writeln("							<option value=\"2\">3-5 Nights<\/option>");
document.writeln("							<option value=\"3\">6-8 Nights<\/option>");
document.writeln("							<option value=\"4\">9-11 Nights<\/option>");
document.writeln("							<option value=\"5\">12+ Nights<\/option>");
document.writeln("						<\/select>");
document.writeln("					<\/td>");
document.writeln("				<\/tr>");
document.writeln("				<tr class=\"line2\">");
document.writeln("					<td>");
document.writeln("						<span>CRUISE LINE<\/span>");
document.writeln("						<select class=\"select\" name=\"operator\">");
document.writeln("							<option value=\"ALL\" selected>All Cruise Lines<\/option>");
document.writeln("							<option value=\"1\"> Carnival Cruise Lines<\/option>");
document.writeln("							<option value=\"11\"> Celebrity Cruises<\/option>");
document.writeln("							<option value=\"14\"> Costa Cruises<\/option>");
document.writeln("							<option value=\"17\"> Crystal Cruises<\/option>");
document.writeln("							<option value=\"18\"> Cunard Line<\/option>");
document.writeln("							<option value=\"20\"> Disney Cruise Line<\/option>");
document.writeln("							<option value=\"24\"> Holland America Line<\/option>");
document.writeln("							<option value=\"71\"> MSC Cruises<\/option>");
document.writeln("							<option value=\"34\"> Norwegian Cruise Line<\/option>");
document.writeln("							<option value=\"67\"> Oceania Cruises<\/option>");
document.writeln("							<option value=\"36\"> Orient Lines<\/option>");
document.writeln("							<option value=\"40\"> Princess Cruises<\/option>");
document.writeln("							<option value=\"41\"> Radisson Seven Seas Cruises<\/option>");
document.writeln("							<option value=\"44\"> Royal Caribbean Cruises<\/option>");
document.writeln("							<option value=\"48\"> Seabourn Cruise Line<\/option>");
document.writeln("");
document.writeln("							<option value=\"50\"> Silversea Cruises<\/option>");
document.writeln("							<option value=\"64\"> Windstar Cruises<\/option>");
document.writeln("						<\/select>");
document.writeln("					<\/td>");
document.writeln("					<td class=\"spacer default_horizontal\"><\/td>");
document.writeln("					<td class=\"cruise_date\">");
document.writeln("						<span>DEPARTURE DATE<\/span>");
document.writeln("						<select class=\"select\" name=\"month\">");
document.writeln("							<option selected value=\"ALL\">All Dates<\/option>");
document.writeln("							<option  value=\"1/1/2008\">January 2008<\/option>");
document.writeln("							<option  value=\"2/1/2008\">February 2008<\/option>");
document.writeln("							<option  value=\"3/1/2008\">March 2008<\/option>");
document.writeln("							<option  value=\"4/1/2008\">April 2008<\/option>");
document.writeln("							<option  value=\"5/1/2008\">May 2008<\/option>");
document.writeln("							<option  value=\"6/1/2008\">June 2008<\/option>");
document.writeln("							<option  value=\"7/1/2008\">July 2008<\/option>");
document.writeln("							<option  value=\"8/1/2008\">August 2008<\/option>");
document.writeln("							<option  value=\"9/1/2008\">September 2008<\/option>");
document.writeln("							<option  value=\"10/1/2008\">October 2008<\/option>");
document.writeln("							<option  value=\"11/1/2008\">November 2008<\/option>");
document.writeln("							<option  value=\"12/1/2008\">December 2008<\/option>");
document.writeln("							<option  value=\"1/1/2009\">January 2009<\/option>");
document.writeln("							<option  value=\"2/1/2009\">February 2009<\/option>");
document.writeln("							<option  value=\"3/1/2009\">March 2009<\/option>");
document.writeln("							<option  value=\"4/1/2009\">April 2009<\/option>");
document.writeln("							<option  value=\"5/1/2009\">May 2009<\/option>");
document.writeln("							<option  value=\"6/1/2009\">June 2009<\/option>");
document.writeln("						<\/select>	");
document.writeln("					<\/td>");
document.writeln("				<\/tr>");
document.writeln("				<tr class=\"line3\">");
document.writeln("					<td class=\"btn_go\" colspan=\"3\">");
document.writeln("						<input id=\"btnSearchBook1\" class=\"btn_go\" type=\"image\" src=\"http://www.budgettravel.com/bt-srv/images/122006/spacer.gif\" onMouseOver=\"this.style.backgroundPosition=\'0px -29px\'\" onMouseOut=\"this.style.backgroundPosition=\'0px 0px\'\" alt=\"SEARCH\">");
document.writeln("					<\/td>");
document.writeln("				<\/tr>");
document.writeln("			<\/table>");
document.writeln("		<\/form>");
document.writeln("		<\/div>");
document.writeln("		<div id=\"book_panel4\">");
document.writeln("		<form name=\"frm_bookCars\" method=\"post\" action=\"javascript:submitBTModule(\'frm_bookCars\')\">");
document.writeln("		<input type=\"hidden\" name=\"offer/rental_cars/temp/Initialized\" value=\"Y\">");
document.writeln("		<input type=\"hidden\" value=\"Y\" name=\"homepage\">");
document.writeln("			<table>");
document.writeln("				<tr class=\"line1\">");
document.writeln("					<td style=\"text-align:left;\">");
document.writeln("						<div>");
document.writeln("							<div>PICK-UP CITY OR AIRPORT<\/div>");
document.writeln("							<input id=\"PickUpLoc\" class=\"text\" type=\"text\" name=\"PickUpLoc\" value=\"ex. Denver, LAX\" onFocus=\"autoText(\'PickUpLoc\',\'ex. Denver, LAX\');\" style=\"width:140px;\">");
document.writeln("						<\/div>");
document.writeln("					<\/td>");
document.writeln("					<td class=\"spacer default_horizontal\"><\/td>");
document.writeln("					<td>");
document.writeln("						<div>CAR TYPE<\/div>");
document.writeln("						<select class=\"select\" name=\"VechClass\" style=\"width:120px; vertical-align:middle;\">");
document.writeln("							<option value=\"NOPREF\">No Preference<\/option>");
document.writeln("							<option value=\"ECAR\">Economy<\/option>");
document.writeln("							<option value=\"CCAR\">Compact<\/option>");
document.writeln("							<option value=\"ICAR\">Mid-size<\/option>");
document.writeln("							<option value=\"SCAR\">Standard<\/option>");
document.writeln("							<option value=\"FCAR\">Full-size<\/option>");
document.writeln("							<option value=\"PCAR\">Premium<\/option>");
document.writeln("							<option value=\"LCAR\">Luxury<\/option>");
document.writeln("							<option value=\"STAR\">Convertible<\/option>");
document.writeln("							<option value=\"MVAR\">Minivan<\/option>");
document.writeln("							<option value=\"SFAR\">SUV<\/option>");
document.writeln("							<option value=\"CPAR\">Compact Pickup<\/option>");
document.writeln("						<\/select>");
document.writeln("					<\/td>");
document.writeln("				<\/tr>");
document.writeln("				<tr class=\"line2\">");
document.writeln("					<td style=\"text-align:left;\">");
document.writeln("						<div>");
document.writeln("							<div>PICK-UP TIME &amp; DATE<\/div>");
document.writeln("							<select name=\"PickUpTime\" id=\"PickUpTime\" class=\"basicform select\" style=\"width:120px;\">");
document.writeln("								<option value=\"\">Pick-Up Time<\/option>");
document.writeln("								<option value=\"00:05\">12:05 AM<\/option>");
document.writeln("								<option value=\"00:30\">12:30 AM<\/option>");
document.writeln("								<option value=\"01:00\">1:00 AM<\/option>");
document.writeln("								<option value=\"01:30\">1:30 AM<\/option>");
document.writeln("								<option value=\"02:00\">2:00 AM<\/option>");
document.writeln("								<option value=\"02:30\">2:30 AM<\/option>");
document.writeln("								<option value=\"03:00\">3:00 AM<\/option>");
document.writeln("								<option value=\"03:30\">3:30 AM<\/option>");
document.writeln("								<option value=\"04:00\">4:00 AM<\/option>");
document.writeln("								<option value=\"04:30\">4:30 AM<\/option>");
document.writeln("								<option value=\"05:00\">5:00 AM<\/option>");
document.writeln("								<option value=\"05:30\">5:30 AM<\/option>");
document.writeln("								<option value=\"06:00\">6:00 AM<\/option>");
document.writeln("								<option value=\"06:30\">6:30 AM<\/option>");
document.writeln("								<option value=\"07:00\">7:00 AM<\/option>");
document.writeln("								<option value=\"07:30\">7:30 AM<\/option>");
document.writeln("								<option value=\"08:00\">8:00 AM<\/option>");
document.writeln("								<option value=\"08:30\">8:30 AM<\/option>");
document.writeln("								<option value=\"09:00\">9:00 AM<\/option>");
document.writeln("								<option value=\"09:30\">9:30 AM<\/option>");
document.writeln("								<option value=\"10:00\">10:00 AM<\/option>");
document.writeln("								<option value=\"10:30\">10:30 AM<\/option>");
document.writeln("								<option value=\"11:00\">11:00 AM<\/option>");
document.writeln("								<option value=\"11:30\">11:30 AM<\/option>");
document.writeln("								<option value=\"12:00\">12:00 PM<\/option>");
document.writeln("								<option value=\"12:30\">12:30 PM<\/option>");
document.writeln("								<option value=\"13:00\">1:00 PM<\/option>");
document.writeln("								<option value=\"13:30\">1:30 PM<\/option>");
document.writeln("								<option value=\"14:00\">2:00 PM<\/option>");
document.writeln("								<option value=\"14:30\">2:30 PM<\/option>");
document.writeln("								<option value=\"15:00\">3:00 PM<\/option>");
document.writeln("								<option value=\"15:30\">3:30 PM<\/option>");
document.writeln("								<option value=\"16:00\">4:00 PM<\/option>");
document.writeln("								<option value=\"16:30\">4:30 PM<\/option>");
document.writeln("								<option value=\"17:00\">5:00 PM<\/option>");
document.writeln("								<option value=\"17:30\">5:30 PM<\/option>");
document.writeln("								<option value=\"18:00\">6:00 PM<\/option>");
document.writeln("								<option value=\"18:30\">6:30 PM<\/option>");
document.writeln("								<option value=\"19:00\">7:00 PM<\/option>");
document.writeln("								<option value=\"19:30\">7:30 PM<\/option>");
document.writeln("								<option value=\"20:00\">8:00 PM<\/option>");
document.writeln("								<option value=\"20:30\">8:30 PM<\/option>");
document.writeln("								<option value=\"21:00\">9:00 PM<\/option>");
document.writeln("								<option value=\"21:30\">9:30 PM<\/option>");
document.writeln("								<option value=\"22:00\">10:00 PM<\/option>");
document.writeln("								<option value=\"22:30\">10:30 PM<\/option>");
document.writeln("								<option value=\"23:00\">11:00 PM<\/option>");
document.writeln("								<option value=\"23:30\">11:30 PM<\/option>");
document.writeln("							<\/select>");
document.writeln("						<\/div>");
document.writeln("					<\/td>");
document.writeln("					<td class=\"spacer default_horizontal\"><\/td>");
document.writeln("					<td style=\"text-align:left;\">");
document.writeln("						<div>");
document.writeln("							<div>DROP-OFF TIME &amp; DATE<\/div>");
document.writeln("							<select name=\"DropOffTime\" class=\"basicform select\" style=\"width:120px;\">");
document.writeln("								<option value=\"\">Drop-Off Time<\/option>");
document.writeln("								<option value=\"00:05\">12:05 AM<\/option>");
document.writeln("								<option value=\"00:30\">12:30 AM<\/option>");
document.writeln("								<option value=\"01:00\">1:00 AM<\/option>");
document.writeln("								<option value=\"01:30\">1:30 AM<\/option>");
document.writeln("								<option value=\"02:00\">2:00 AM<\/option>");
document.writeln("								<option value=\"02:30\">2:30 AM<\/option>");
document.writeln("								<option value=\"03:00\">3:00 AM<\/option>");
document.writeln("								<option value=\"03:30\">3:30 AM<\/option>");
document.writeln("								<option value=\"04:00\">4:00 AM<\/option>");
document.writeln("								<option value=\"04:30\">4:30 AM<\/option>");
document.writeln("								<option value=\"05:00\">5:00 AM<\/option>");
document.writeln("								<option value=\"05:30\">5:30 AM<\/option>");
document.writeln("								<option value=\"06:00\">6:00 AM<\/option>");
document.writeln("								<option value=\"06:30\">6:30 AM<\/option>");
document.writeln("								<option value=\"07:00\">7:00 AM<\/option>");
document.writeln("								<option value=\"07:30\">7:30 AM<\/option>");
document.writeln("								<option value=\"08:00\">8:00 AM<\/option>");
document.writeln("								<option value=\"08:30\">8:30 AM<\/option>");
document.writeln("								<option value=\"09:00\">9:00 AM<\/option>");
document.writeln("								<option value=\"09:30\">9:30 AM<\/option>");
document.writeln("								<option value=\"10:00\">10:00 AM<\/option>");
document.writeln("								<option value=\"10:30\">10:30 AM<\/option>");
document.writeln("								<option value=\"11:00\">11:00 AM<\/option>");
document.writeln("								<option value=\"11:30\">11:30 AM<\/option>");
document.writeln("								<option value=\"12:00\">12:00 PM<\/option>");
document.writeln("								<option value=\"12:30\">12:30 PM<\/option>");
document.writeln("								<option value=\"13:00\">1:00 PM<\/option>");
document.writeln("								<option value=\"13:30\">1:30 PM<\/option>");
document.writeln("								<option value=\"14:00\">2:00 PM<\/option>");
document.writeln("								<option value=\"14:30\">2:30 PM<\/option>");
document.writeln("								<option value=\"15:00\">3:00 PM<\/option>");
document.writeln("								<option value=\"15:30\">3:30 PM<\/option>");
document.writeln("								<option value=\"16:00\">4:00 PM<\/option>");
document.writeln("								<option value=\"16:30\">4:30 PM<\/option>");
document.writeln("								<option value=\"17:00\">5:00 PM<\/option>");
document.writeln("								<option value=\"17:30\">5:30 PM<\/option>");
document.writeln("								<option value=\"18:00\">6:00 PM<\/option>");
document.writeln("								<option value=\"18:30\">6:30 PM<\/option>");
document.writeln("								<option value=\"19:00\">7:00 PM<\/option>");
document.writeln("								<option value=\"19:30\">7:30 PM<\/option>");
document.writeln("								<option value=\"20:00\">8:00 PM<\/option>");
document.writeln("								<option value=\"20:30\">8:30 PM<\/option>");
document.writeln("								<option value=\"21:00\">9:00 PM<\/option>");
document.writeln("								<option value=\"21:30\">9:30 PM<\/option>");
document.writeln("								<option value=\"22:00\">10:00 PM<\/option>");
document.writeln("								<option value=\"22:30\">10:30 PM<\/option>");
document.writeln("								<option value=\"23:00\">11:00 PM<\/option>");
document.writeln("								<option value=\"23:30\">11:30 PM<\/option>");
document.writeln("							<\/select>");
document.writeln("						<\/div>");
document.writeln("					<\/td>");
document.writeln("				<\/tr>");
document.writeln("				<tr class=\"line3\">");
document.writeln("					<td style=\"text-align:left;\">");
document.writeln("						<script type=\"text/javascript\">document.write(getCalendarStyles());<\/script>");
document.writeln("						<script type=\"text/javascript\">");
document.writeln("							var now = new Date();");
document.writeln("							var cal_bookCars = new CalendarPopup(\"div_bookCarsPickup\");");
document.writeln("							cal_bookCars.addDisabledDates(null,formatDate(now,\"yyyy-MM-dd\"));");
document.writeln("							cal_bookCars.addDisabledDates(\"12/25/2007\");");
document.writeln("							cal_bookCars.addDisabledDates(\"Jan 1, 2008\",null);");
document.writeln("						<\/script>");
document.writeln("						<input id=\"PickUpDate\" class=\"text\" type=\"text\" name=\"PickUpDate\" value=\"mm/dd/yy\" onFocus=\"autoText(\'PickUpDate\',\'mm/dd/yy\');\" style=\"width:60px; text-align:center;\">");
document.writeln("						<a href=\"#\" onClick=\"cal_bookCars.select(document.frm_bookCars.PickUpDate,\'a_bookCarsPickup\',\'MM/dd/yyyy\'); return false;\" title=\"click to select a date\" name=\"a_bookCarsPickup\" id=\"a_bookCarsPickup\">select<\/a>");
document.writeln("						<div id=\"div_bookCarsPickup\" style=\"position:absolute; visibility:hidden; background-color:white; layer-background-color:white; z-index:100; width:140px;\"><\/div>");
document.writeln("					<\/td>");
document.writeln("					<td class=\"spacer default_horizontal\"><\/td>");
document.writeln("					<td>");
document.writeln("						<script type=\"text/javascript\">document.write(getCalendarStyles());<\/script>");
document.writeln("						<script type=\"text/javascript\">");
document.writeln("							var now = new Date();");
document.writeln("							var cal_bookCars = new CalendarPopup(\"div_bookCarsDropoff\");");
document.writeln("							cal_bookCars.addDisabledDates(null,formatDate(now,\"yyyy-MM-dd\"));");
document.writeln("							cal_bookCars.addDisabledDates(\"12/25/2007\");");
document.writeln("							cal_bookCars.addDisabledDates(\"Jan 1, 2008\",null);");
document.writeln("						<\/script>");
document.writeln("						<input id=\"DropOffDate\" class=\"text\" type=\"text\" name=\"DropOffDate\" value=\"mm/dd/yy\" onFocus=\"autoText(\'DropOffDate\',\'mm/dd/yy\');\" style=\"width:60px; text-align:center;\">");
document.writeln("						<a href=\"#\" onClick=\"cal_bookCars.select(document.frm_bookCars.DropOffDate,\'a_bookCarsDropoff\',\'MM/dd/yyyy\'); return false;\" title=\"click to select a date\" name=\"a_bookCarsDropoff\" id=\"a_bookCarsDropoff\">select<\/a>");
document.writeln("						<div id=\"div_bookCarsDropoff\" style=\"position:absolute; visibility:hidden; background-color:white; layer-background-color:white; z-index:100; width:140px;\"><\/div>");
document.writeln("					<\/td>");
document.writeln("				<\/tr>");
document.writeln("				<tr class=\"line4\">");
document.writeln("					<td class=\"btn_go\" colspan=\"3\" style=\"vertical-align:bottom;\">");
document.writeln("						<input id=\"btnSearchBook4\" class=\"btn_go\" type=\"image\" src=\"http://www.budgettravel.com/bt-srv/images/122006/spacer.gif\" onMouseOver=\"this.style.backgroundPosition=\'0px -29px\'\" onMouseOut=\"this.style.backgroundPosition=\'0px 0px\'\" alt=\"SEARCH\" style=\"float:right; vertical-align:bottom;\">");
document.writeln("					<\/td>");
document.writeln("				<\/tr>");
document.writeln("			<\/table>");
document.writeln("		<\/form>");
document.writeln("		<\/div>");
document.writeln("		<div id=\"book_panel5\">");
document.writeln("		<form name=\"frm_bookVacations\" method=\"post\" action=\"javascript:submitBTModule(\'frm_bookVacations\')\">");
document.writeln("			<table>");
document.writeln("				<tr class=\"line1\">");
document.writeln("					<td style=\"text-align:left;\">");
document.writeln("						<div>");
document.writeln("							<div>FROM<\/div>");
document.writeln("							<input id=\"DepCityVac\" class=\"text\" type=\"text\" name=\"DepCity\" value=\"ex. Las Vegas, Paris\" onFocus=\"autoText(\'DepCityVac\',\'ex. Las Vegas, Paris\');\" style=\"width:140px;\">");
document.writeln("						<\/div>");
document.writeln("					<\/td>");
document.writeln("					<td class=\"spacer default_horizontal\"><\/td>");
document.writeln("					<td>");
document.writeln("						<div>");
document.writeln("							<div>TO<\/div>");
document.writeln("							<input id=\"DestCity\" class=\"text\" type=\"text\" name=\"DestCity\" value=\"ex. Las Vegas, Paris\" onFocus=\"autoText(\'DestCity\',\'ex. Las Vegas, Paris\');\" style=\"width:140px;\">");
document.writeln("						<\/div>");
document.writeln("					<\/td>");
document.writeln("				<\/tr>");
document.writeln("				<tr class=\"line2\">");
document.writeln("");
document.writeln("					<td colspan=\"3\" style=\"text-align:left;\">");
document.writeln("						<div style=\"float:left;\">");
document.writeln("							<div>PASSENGERS<\/div>");
document.writeln("							<div style=\"float:left; width:70px;\">");
document.writeln("								<select class=\"select\" name=\"Adults\">");
document.writeln("									<option value=\"1\">1 Adult<\/option>");
document.writeln("									<option value=\"2\" selected=\"selected\">2 Adults<\/option>");
document.writeln("									<option value=\"3\">3 Adults<\/option>");
document.writeln("									<option value=\"4\">4 Adults<\/option>");
document.writeln("									<option value=\"5\">5 Adults<\/option>");
document.writeln("									<option value=\"6\">6 Adults<\/option>");
document.writeln("									<option value=\"7\">7 Adults<\/option>");
document.writeln("									<option value=\"8\">8 Adults<\/option>");
document.writeln("								<\/select>");
document.writeln("							<\/div>");
document.writeln("							<div style=\"float:left; width:4px; height:1px;\"><\/div>");
document.writeln("							<div style=\"float:left; width:76px;\">");
document.writeln("								<select class=\"select\" name=\"Kids\">");
document.writeln("									<option value=\"0\">0 Children<\/option>");
document.writeln("									<option value=\"1\">1 Child<\/option>");
document.writeln("									<option value=\"2\">2 Children<\/option>");
document.writeln("									<option value=\"3\">3 Children<\/option>");
document.writeln("									<option value=\"4\">4 Children<\/option>");
document.writeln("									<option value=\"5\">5 Children<\/option>");
document.writeln("									<option value=\"6\">6 Children<\/option>");
document.writeln("									<option value=\"7\">7 Children<\/option>");
document.writeln("								<\/select>");
document.writeln("							<\/div>");
document.writeln("							<div style=\"float:left; width:4px; height:1px;\"><\/div>");
document.writeln("							<div style=\"float:left; width:70px;\">");
document.writeln("								<select class=\"select\" name=\"Infants\">");
document.writeln("									<option value=\"0\">0 Infants<\/option>");
document.writeln("									<option value=\"1\">1 Infant<\/option>");
document.writeln("									<option value=\"2\">2 Infants<\/option>");
document.writeln("									<option value=\"3\">3 Infants<\/option>");
document.writeln("									<option value=\"4\">4 Infants<\/option>");
document.writeln("									<option value=\"5\">5 Infants<\/option>");
document.writeln("									<option value=\"6\">6 Infants<\/option>");
document.writeln("									<option value=\"7\">7 Infants<\/option>");
document.writeln("								<\/select>");
document.writeln("							<\/div>");
document.writeln("						<\/div>");
document.writeln("						<div style=\"float:left;\"><\/div>");
document.writeln("						<div style=\"float:right;\">");
document.writeln("							<div>ROOMS<\/div>");
document.writeln("							<div style=\"float:left; width:70px;\">");
document.writeln("								<select class=\"select\" name=\"ROOMS\">");
document.writeln("									<option value=\"1\">1 Room<\/option>");
document.writeln("									<option value=\"2\">2 Rooms<\/option>");
document.writeln("									<option value=\"3\">3 Rooms<\/option>");
document.writeln("									<option value=\"4\">4 Rooms<\/option>");
document.writeln("								<\/select>");
document.writeln("							<\/div>");
document.writeln("						<\/div>");
document.writeln("					<\/td>");
document.writeln("				<\/tr>");
document.writeln("				<tr class=\"line3\">");
document.writeln("					<td class=\"btn_go\" colspan=\"3\">");
document.writeln("						<div style=\"float:left;\">");
document.writeln("							<div>LEAVE<\/div>");
document.writeln("							<input type=\"hidden\" name=\"DepartureMonth\" value=\"\">");
document.writeln("							<input type=\"hidden\" name=\"DepartureDay\" value=\"\">");
document.writeln("							<input type=\"hidden\" name=\"DepartureYear\" value=\"\">");
document.writeln("							<script type=\"text/javascript\">document.write(getCalendarStyles());<\/script>");
document.writeln("							<script type=\"text/javascript\">");
document.writeln("								var now = new Date();");
document.writeln("								var cal_bookVacations = new CalendarPopup(\"div_bookVacationsLeaving\");");
document.writeln("								cal_bookVacations.addDisabledDates(null,formatDate(now,\"yyyy-MM-dd\"));");
document.writeln("								cal_bookVacations.addDisabledDates(\"12/25/2007\");");
document.writeln("								cal_bookVacations.addDisabledDates(\"Jan 1, 2008\",null);");
document.writeln("							<\/script>");
document.writeln("							<input id=\"DepartureDateVac\" class=\"text\" type=\"text\" name=\"DepartureDate\" value=\"mm/dd/yy\" onFocus=\"autoText(\'DepartureDateVac\',\'mm/dd/yy\');\" style=\"width:60px; text-align:center;\">");
document.writeln("							<a href=\"#\" onClick=\"cal_bookVacations.select(document.frm_bookVacations.DepartureDate,\'a_bookVacationsLeaving\',\'MM/dd/yyyy\'); return false;\" title=\"click to select a date\" name=\"a_bookVacationsLeaving\" id=\"a_bookVacationsLeaving\">select<\/a>");
document.writeln("							<div id=\"div_bookVacationsLeaving\" style=\"position:absolute; visibility:hidden; background-color:white; layer-background-color:white; z-index:100; width:140px;\"><\/div>");
document.writeln("						<\/div>");
document.writeln("						<div style=\"float:left; width:20px; height:1px;\"><\/div>");
document.writeln("						<div style=\"float:left;\">");
document.writeln("							<div>RETURN<\/div>");
document.writeln("							<input type=\"hidden\" name=\"ReturnMonth\" value=\"\">");
document.writeln("							<input type=\"hidden\" name=\"ReturnDay\" value=\"\">");
document.writeln("							<input type=\"hidden\" name=\"ReturnYear\" value=\"\">");
document.writeln("							<script type=\"text/javascript\">document.write(getCalendarStyles());<\/script>");
document.writeln("							<script type=\"text/javascript\">");
document.writeln("								var now = new Date();");
document.writeln("								var cal_bookVacations = new CalendarPopup(\"div_bookVacationsReturning\");");
document.writeln("								cal_bookVacations.addDisabledDates(null,formatDate(now,\"yyyy-MM-dd\"));");
document.writeln("								cal_bookVacations.addDisabledDates(\"12/25/2007\");");
document.writeln("								cal_bookVacations.addDisabledDates(\"Jan 1, 2008\",null);");
document.writeln("							<\/script>");
document.writeln("							<input id=\"ReturnDateVac\" class=\"text\" type=\"text\" name=\"ReturnDate\" value=\"mm/dd/yy\" onFocus=\"autoText(\'ReturnDateVac\',\'mm/dd/yy\');\" style=\"width:60px; text-align:center;\">");
document.writeln("							<a href=\"#\" onClick=\"cal_bookVacations.select(document.frm_bookVacations.ReturnDate,\'a_bookVacationsReturning\',\'MM/dd/yyyy\'); return false;\" title=\"click to select a date\" name=\"a_bookVacationsReturning\" id=\"a_bookVacationsReturning\">select<\/a>");
document.writeln("							<div id=\"div_bookVacationsReturning\" style=\"position:absolute; visibility:hidden; background-color:white; layer-background-color:white; z-index:100; width:140px;\"><\/div>");
document.writeln("						<\/div>");
document.writeln("						<div style=\"float:right; width:80px;\">");
document.writeln("							<div>&nbsp;<\/div>");
document.writeln("							<input id=\"btnSearchBook5\" class=\"btn_go\" type=\"image\" src=\"http://www.budgettravel.com/bt-srv/images/122006/spacer.gif\" onMouseOver=\"this.style.backgroundPosition=\'0px -29px\'\" onMouseOut=\"this.style.backgroundPosition=\'0px 0px\'\" alt=\"SEARCH\">");
document.writeln("							");
document.writeln("						<\/div>");
document.writeln("					<\/td>");
document.writeln("				<\/tr>");
document.writeln("			<\/table>");
document.writeln("		<\/form>");
document.writeln("		<\/div>");
document.writeln("		<div class=\"box_white\" onclick=\"document.location.href=\'http://www.priceline.com/default.asp?refid=PLBUDGETTRAVEL&refclickid=HOMEPAGE\'\" title=\"Visit Priceline.com\"><\/div>");
document.writeln("	<\/div>");
document.writeln("	<div class=\"btmedge\">");
document.writeln("		<div class=\"corner\"><\/div>");
document.writeln("	<\/div>");
document.writeln("<\/div>");
