	document.write('<div id="foot">');
		document.write('<a href="index.html">Home</a>');
		document.write('&nbsp; |&nbsp; <a href="about.html">About</a>');
		document.write('&nbsp; |&nbsp; <a href="programs.html">Programs</a>');
		document.write('&nbsp; |&nbsp; <a href="combine.html">Combine 360</a>');
		document.write('&nbsp; |&nbsp; <a href="locations.html">Locations &amp; Schedules</a>');
		document.write('&nbsp; |&nbsp; <a href="gallery.html">Photo Gallery</a>');
		document.write('&nbsp; |&nbsp; <a href="contact.html">Contact</a>');
		document.write('&nbsp; |&nbsp; <a href="bootcamp.html">Bootcamp</a>');
		document.write('&nbsp; |&nbsp; <a href="workouts.html">Personalized Workouts</a><br />');
		
		document.write('Content: &copy;&nbsp;');
		
		document.write(((year = (new Date).getYear()) < 1000 ? (year + 1900) : year));
		
		document.write(' Ship Shape Health &amp; Fitness');
		document.write('&nbsp; |&nbsp; Website Design: &copy;&nbsp;');
		
		document.write(((year = (new Date).getYear()) < 1000 ? (year + 1900) : year));
		
		document.write('&nbsp;<a href="http://projektinc.com" target="_new">Projekt, Inc.</a>');
		document.write('&nbsp; |&nbsp; All Rights Reserved.');
		
		document.write('<div id="ritefoot">');
			document.write('<a href="http://eepurl.com/cu3gL" target="_new">Join our mailing list</a><br />');
			document.write('<a id="facefoot" href="http://www.facebook.com/pages/Ship-Shape-Health-and-Fitness-Bootcamp/112963725394126" target="_new"> Facebook</a>');
			document.write('<a id="twitfoot" href="https://twitter.com/#!/ShipShapeHealth" target="_new"> Twitter</a>');
		document.write('</div>');
	document.write('</div>');
