// JavaScript Document

//////////////////////////////////////////////////

function makefooter(sSection){
	
document.write('<div id="footercontainer">');
document.write('<div id="footer">');
document.write('<div id="footerleft">');
document.write('<a href="http://www.bichenooceanviewretreat.com/index.htm">Home</a> | ');
document.write('<a href="http://www.bichenooceanviewretreat.com/units.htm">Units</a> | ');
document.write('<a href="http://www.bichenooceanviewretreat.com/pricing.htm">Pricing</a> | ');
document.write('<a href="http://www.bichenooceanviewretreat.com/bicheno.htm">Bicheno</a> | ');
document.write('<a href="http://www.bichenooceanviewretreat.com/contact.htm">Contact Us</a> | ');
document.write('<a href="http://www.au.v3travel.com/VCubed/Page/MyWebSite/MyWebSite.aspx?ShortName=BOVR" target="_blank">Book Now</a> ');
document.write('<br />');
document.write('&copy;  2010 Bicheno Ocean View Retreat. All Rights Reserved');
document.write('<br />');
document.write('This business is for sale however all bookings will be honoured in case of sale</div>');
document.write('<div id="footerright">');
document.write('design by <a href="http://www.wizarddesign.com.au" target="_blank">wizard web design </a></div>');
document.write('<div class="clear"></div>');
document.write('</div>');
document.write('</div>');

}
