function header(){
	var html = '';
	html += '<table cellpadding="0" cellspacing="0" border="0" width="750">';
	html += '<tr><td align="center"><div class="pageTitle">Stormwatch Vacation Rental</div><div class="pageSubTitle">Oceanside, Oregon</div></td><td width="150"><img src="/rocks.jpg"></td><td width="150"><img src="/beach.jpg"></td><td width="150"><img src="/capeMears.jpg"></td></tr>';
	html += '</table>';
	html += '<table cellpadding="0" cellspacing="0" border="0" width="750">';
	//html += '<tr class="nav"><td>&nbsp;</td></tr>';
	html += '<tr class="nav"><td width="125" align="center"><a href="/index.html">Home</a></td><td align="center" width="110"><a href="/tour/index.html">Tour</a></td><!--<td align="center" width="150">Directions</td>--><td align="center" width="200"><a href="/reservations.html">Rates/Reservations</a></td><td align="center" width="155"><a href="/availability.html">Availability</a>&nbsp;</td></tr>';
	html += '</table>';
	document.write(html);
}




