function insertSpace() {
	document.write("<div id='space'></div>");
}

function insertFooter() {
    document.write("<div id='footer' align='center'>");
    document.write("<a href='index.html'>HOME |</a>");
    document.write("<a href='info.html'> INFORMATION |</a>");
    document.write("<a href='coverage.html'> COVERAGE |</a>");
    document.write("<a href='contact.html'> CONTACT</a>");
	document.write("<br />");
	document.write("<br />");
	document.write("<div id='copyright' align='center'>COPYRIGHT G&amp;D Property Maintenance 2008 &copy; | All Rights Reserved | <a href= 'mailto:info@ganddpropertymaintenance.com' id='email'>EMAIL	US</a></div></div>");
}

