function getHead () {
	document.write('<img src="images/logo.png" alt="Logo" style="margin:23px 0 0 47px; float:left;" />');
	document.write('<div class="menu" style="margin:101px 0 0 34px">');
	document.write('	<ul>');
	document.write('		<li><a id="menu1" href="index.html">Home</a></li>');
	document.write('		<li><a id="menu2" href="services_rates.html">Services and Rates</a></li>');
	document.write('		<li><a id="menu3" href="ourstaff.html">Our Staff</a></li>');
	document.write('		<li><a id="menu4" href="direction.html">Directions</a></li>');
	document.write('		<li><a id="menu5" href="testimonials.html">Testimonials</a></li>');
	document.write('		<li><a id="menu6" href="contactus.html">Contact Us</a></li>');
	document.write('		<li><a id="menu7" href="gift_certificates.html">Gift Certificates</a></li>');
	document.write('	</ul>');
	document.write('</div>');
	document.write('<div class="address">');
	document.write('	<div style="float:left">355 Fifth Ave, Suite 205, Pittsburgh, PA 15222. Ph: (412) 201-1777</div> <div style="float:right">Hours: Mon - Fri: 10:30 am - 6:00 pm, Sat: 10:00 am - 5:00 pm</div>');
	document.write('</div>');
}

function setAct (val) {
	document.getElementById('menu'+val).setAttribute("class","act");
	document.getElementById('menu'+val).href="JavaScript:void(0);";
}

function getFoot () {
	document.write('<div class="footer">');
	document.write('	<div class="conl" style="float:left;">Copyright © 2011 Backrubs & Bodyworks. All rights reserved.</div>');
	document.write('	<div class="conr" style="float:right; margin-right:50px;">');
	document.write('		<span style="float:left;">Follow us on:</span>');
	document.write('		<a href="http://www.facebook.com/#!/pages/Backrubs-and-Bodyworks/109046119124048" class="followus" style="background:url(images/fb.png) 0 0 no-repeat; margin:14px 0 0 10px;">&nbsp;</a>');
	document.write('		<a href="http://twitter.com/#!/BackrubBodywork" class="followus" style="background:url(images/tt.png) 0 0 no-repeat; margin:14px 0 0 35px;">&nbsp;</a>');
	document.write('	</div>');
	document.write('</div>');
}
