// JavaScript Document



function doNav(){

	document.write('<a href=\"about.htm\" style=\"padding-left: 74px; margin-left: 0px;\">about</a>');
	document.write('<a href=\"services.htm\">services</a>');
	document.write('<a href=\"work.php\">work</a>');
	document.write('<a href=\"products.htm\">products</a>');
	document.write('<a href=\"clients.htm\">clients</a>');
	document.write('<a href=\"contact.htm\">contact</a>');
	
}


function doFooter(){
	
	document.write('<div id=\"footerLogo\"><img src=\"images/footer_logo.png\" /></div>');
	document.write('<div id=\"footerLinks\">');
		document.write('<a href=\"about.htm\">About</a>');
		document.write('<a href=\"services.htm\">Services</a>');
		document.write('<a href=\"work.php\">Work</a>');
		document.write('<a href=\"clients.htm\">Clients</a>');
		document.write('<a href=\"products.htm\">Products</a>');
		document.write('<a href=\"contact.htm\">Contact</a>');
		document.write('<a href=\"testimonials.htm\">Testimonials</a>');
	document.write('</div>');
	document.write('<div id=\"footerStuff\"><img src=\"images/footerStuff.png\" /></div>');	
	
}

function doSidebar(){

	document.write('<div id=\"socialConnect\">');
		document.write('<a href=\"http://www.facebook.com/pages/Livonia-MI/Just-Press-Play/287124683840\" target=\"_blank\"><img border=\"0\" src=\"images/facebook_connect.png\" /></a>');
	document.write('</div>');
	document.write('<div id=\"actionBlock\">');
		document.write('<a href=\"contact.htm\" /><img src=\"images/actionbox.png\" border=\"0\" /></a>');
	document.write('</div>');
	document.write('<div id=\"socialConnect\">');
		document.write('<a href=\"http://www.hireitdone.com/home2\" target=\"_blank\" /><img src=\"images/hireitdone.png\" border=\"0\" /></a>');
	document.write('</div>');
	document.write('<div id=\"socialConnect\">');
		document.write('<a href=\"testimonials.htm\" /><img src=\"images/testimonials.png\" border=\"0\" /></a>');
	document.write('</div>');
	//document.write('<div id=\"testiBox1\">');
	document.write('<a href=\"testimonials.htm\" /><img src=\"images/testimonial_box1.png\" border=\"0\" style=\"float: right; \"></a><BR><BR>');
	//document.write('</div>');
	//document.write('<div id=\"testiBox2\">');
	document.write('<a href=\"testimonials.htm\" /><img src=\"images/testimonial_box2.png\" border=\"0\" style=\"float: right; padding-bottom: 75px; \"></a>');
	//document.write('</div>');
	
}






