/* this function will create the page header -minified header*/
function getPageHeader(){
	document.write("<table id=header width=800  border=0 cellpadding=0 cellspacing=0 align=center><tr><td><!-- Slices for image map (MainTop.psd) --><img src=./images/MainTop.jpg width=800 height=372 border=0 usemap=#MainTop_Map><map name=MainTop_Map><area shape=rect alt=Make a reservation today! coords=725,343,787,363 href=index.html target=_self><area shape=rect alt=Contact the Inn Keeper coords=575,343,640,363 href=inquiry.html target=_self><area shape=rect alt=Rooms coords=660,343,720,363 href=rooms.html target=_self><area shape=rect alt=See our rates coords=510,343,565,363 href=rates.html target=_self></map><!-- End image map Slices --></td></tr></table>");
}

/* this function will create the page footer -minified footer */
function getPageFooter(){
	document.write("<table id=footer width=800  border=0 cellpadding=0 cellspacing=0 align=center><tr><td width =50% align=left><a href = about.html><img src =./images/about_us.jpg></a></td><td width = 50% align=right><a href=local_entertain.html><img src =./images/local_enter.jpg></a></td></tr></table>");
}

/* this function will create the bottom copy right text */
function getCopyRight(){
	document.write("<div id=copyRights align=center><font size=1>&copy; Copyright 2007. www.beachwood-motel.com All Rights Reserved</font></div>");
}







