var nl = getNewLine()

function getNewLine() {
	var agent = navigator.userAgent

	if (agent.indexOf("Win") >= 0)
		return "\r\n"
	else
		if (agent.indexOf("Mac") >= 0)
			return "\r"

 	return "\n"

}

pagecode = '<table width="199" border="0" cellpadding="0" cellspacing="0">'+nl+
	'	<tr>'+nl+
	'		<td>'+nl+
	'			<img src="images/reservation_system_01.png" alt=""></td>'+nl+
	'	</tr>'+nl+
	'	<tr>'+nl+
	'		<td class="reservation_bg">'+nl+
	'			<table border="0" cellpadding="0" cellspacing="0" width="100%">'+nl+
	'				<tr>'+nl+
	'					<td style="padding: 3px"><Script language="JavaScript">'+nl+
	'<!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development'+nl+
	'function goto(form) { var index=form.select.selectedIndex'+nl+
	'if (form.select.options[index].value != "0") {'+nl+
	'location=form.select.options[index].value;}}'+nl+
	'//-->'+nl+
	'</SCR'+'IPT>'+nl+
	'<FORM NAME="location">'+nl+
	'<SELECT NAME="select" ONCHANGE="goto(this.form)" SIZE="1" class="selectbox_reservation">'+nl+
	'<OPTION selected VALUE="#">By Location'+nl+
	'<OPTION VALUE="#">------------ Lake Cumberland ------------'+nl+
	'<OPTION VALUE="beaver_creek_resort.html"> -&gt; Beaver Creek Resort'+nl+
	'<OPTION VALUE="burnside_marina.html"> -&gt; Burnside Marina'+nl+
	'<OPTION VALUE="#"> '+nl+
	'<OPTION VALUE="#">------ Kentucky Lake/Lake Barkley ------'+nl+
	'<OPTION VALUE="green_turtle_bay.html"> -&gt; Green Turtle Bay Houseboat Rentals'+nl+
	'<OPTION VALUE="#"> '+nl+
	'<OPTION VALUE="#">------------ Dale Hollow Lake ------------'+nl+
	'<OPTION VALUE="holly_creek_resort.html"> -&gt; Holly Creek Resort'+nl+
	'<OPTION VALUE="eagle_cove_resort.html"> -&gt; Eagle Cove Resort'+nl+
	'<OPTION VALUE="#"> '+nl+
	'<OPTION VALUE="#">-------------- Lake Ouachita ----------------'+nl+
	'<OPTION VALUE="brady_mountain_resort.html"> -&gt; Brady Mountain Resort'+nl+
	'<OPTION VALUE="#"> '+nl+
	'<OPTION VALUE="#">------------------ Florida ------------------'+nl+
	'<OPTION VALUE="harborage_marina_at_bayboro.html"> -&gt; Harborage Marina'+nl+
	'</select>'+nl+
	'</FORM><center><b>or</b></center>'+nl+
	'</td>'+nl+
	'				</tr>'+nl+
	'				<tr>'+nl+
	'					<td style="padding: 3px">'+nl+
	'<FORM NAME="Boat">'+nl+
	'<SELECT NAME="select" ONCHANGE="goto(this.form)" SIZE="1" class="selectbox_reservation">'+nl+
	'<OPTION selected VALUE="#">By Boat'+nl+
	'<OPTION VALUE="deluxe.html">Deluxe'+nl+
	'<OPTION VALUE="mystic.html">Mystic'+nl+
	'<OPTION VALUE="star_gazer.html">Star Gazer'+nl+
	'<OPTION VALUE="bigfoot_II.html">Bigfoot II'+nl+
	'<OPTION VALUE="bigfoot_I.html">Bigfoot I'+nl+
	'<OPTION VALUE="tranquility.html">Tranquility'+nl+
	'<OPTION VALUE="jamestowner.html">Jamestowner'+nl+
	'<OPTION VALUE="explorer.html">Explorer'+nl+
	'<OPTION VALUE="discoverer.html">Discoverer'+nl+
	'<OPTION VALUE="adventurer.html">Adventurer'+nl+
	'<OPTION VALUE="wanderer.html">Wanderer'+nl+
	'</SELECT></FORM>'+nl+
	'</td>'+nl+
	'				</tr>'+nl+
	'			</table>'+nl+
	'		</td>'+nl+
	'	</tr>'+nl+
	'	<tr>'+nl+
	'		<td>'+nl+
	'			<script type="text/javascript" src="live_chat_now.js"></script></td>'+nl+
	'	</tr>'+nl+
	'</table>'

document.write(pagecode);