function j(){
	var i = "<br>";
		i += "<a href='default.htm'>Welcome</a>&nbsp; .:.&nbsp; ";
		i += "<a href='company.htm'>About Us</a>&nbsp; .:.&nbsp; ";
		i += "<a href='homedesign.htm'>Home Design</a>&nbsp; .:.&nbsp; ";
		i += "<a href='timberframehomes.htm'>Construction Options</a>&nbsp; .:.&nbsp; ";
		i += "<a href='greenbuilding.htm'>Green Building</a>&nbsp; .:.&nbsp; ";
		i += "<a href='photo.php?table=photo&feed=list&mode=search&archived=0'>Photo Gallery</a>&nbsp; .:.&nbsp; ";
		i += "<a href='contact.htm'>Contact</a>&nbsp; .:.&nbsp; ";
		i += "<a href='http://www.facebook.com/home.php#/pages/Boone-NC/Mountain-Construction/94810842641?sid=f39c37a62b3b13db80619905f1a55bbe&ref=search' target='_blank'>Facebook</a>";
		
		i += "<br><br>";
		i += "</td>";
		i += "</tr>";
		i += "<tr>";
			i += "<td class='copyright' align='center'>";
				i += "<br><br>";
				i += "Copyright &copy; 2007 Mountain Construction Enterprises, Inc.<br><br><a href='http://www.northcarolinawebdesign.com/'>North Carolina Web Design</a> by AppNet.com<br><br><br>";
	
	document.write(i);
}

j();