// JavaScript Document
document.write('<div id="footerContent">' +
		'<div class="centeredDiv">' +
		'<div class="footerTextLinks"><span><a href="http://www.koggalaexperience.com/" target="_blank" class="textBrown15px">The Koggala Experience</a></span>' +
		'<ul class="footerLists">' +
		'<li><a href="http://www.thelongbeachresort.com/" target="_blank">The Long Beach Resort</a></li>' +
		'<li><a href="index.html">Koggala Beach Hotel</a></li>' +
		'<li><a href="http://www.clubkoggala.com/" target="_blank">Club Koggala Village</a></li>' +
		'</ul>' +
		'</div>' +
		'<div class="footerTextLinks"><span><a href="aboutus.html" class="textBrown15px">About Us</a></span>' +
		'<ul class="footerLists">' +
		'<li><a href="aboutus.html#vision">Vision &amp; Mission</a></li>' +
		'<li><a href="aboutus.html#values">Our Values</a></li>' +
		'</ul>' +
		'</div>' +
		'<div class="footerTextLinks last">' +
		'<ul class="footerLists">' +
		'<li class="last"><a href="#">Read our Terms of Service</a> | <a href="rates.html#paymentpolicy">Payment Policy</a> | &copy; 2011 Koggala Experience. All Rights Reserved.<br /> Solution by <a href="#">Andr&#233;</a></li>' +
		'</ul>' +
		'</div>' +
		'</div>' +
		'</div>');
