strCol1 = ""
strCol1 += '			<div id="col1">'
strCol1 += '				<div id="col1_content">'
strCol1 += '					<div id="availableCharters">'
strCol1 += '						<h2>Deep-sea Charters</h2>'
strCol1 += '						<ul class="pointer">'
strCol1 += '								<li><a href="interest.html">5 hours</a></li>'
strCol1 += '								<li><a href="interest.html">8 hours</a></li>'
strCol1 += '								<li><a href="interest.html">10 hours</a></li>'
strCol1 += '								<li><a href="interest.html">Canyon trip</a></li>'
strCol1 += '						</ul>'
strCol1 += '					</div>	<!-- END #availableCharters -->'
strCol1 += '					<div id="navigation">'
strCol1 += '						<h2>Navigation</h2>'
strCol1 += '						<ul class="pointer">'
strCol1 += '								<li><a href="index.html">Home</li>'
strCol1 += '								<li><a href="interest.html">Info and Photos</a></li>'
strCol1 += '								<li><a href="favorite.html">What\'s Biting</a></li>'
strCol1 += '						</ul>'
strCol1 += '					</div>	<!-- END #navigation -->'
strCol1 += '					<div id="spiLinks">'
strCol1 += '						<h2>South Padre Island</h2>'
strCol1 += '						<ul class="pointer">'
strCol1 += '								<li><a  href="http://www.srh.noaa.gov/bro/marine.htm">Marine Forecast</a>'
strCol1 += '								<li><a  href="http://www.spichamber.com">Chamber of Commerce </a>'
strCol1 += '								<li><a href="http://www.sopadre.com">Convention & Visitors Bureau</a>'
strCol1 += '								<li><a  href="http://www.fishspi.com/"  >Guides Association&nbsp;</a>'
strCol1 += '								<li><a  href="http://www.spadre.com/"  >www.spadre.com&nbsp;</a>'
strCol1 += '						</ul>'
strCol1 += '					</div>	<!-- END #spiLinks -->'
strCol1 += '<p>		<div id="weather">Today\'s Weather'
document.write(strCol1);

