with(document) {
	write(
		"<div id='printFooter'>" +
			"<br />SubSurface Instruments, Inc." +
			"<br />1841-C Plane Park Drive" +
			"<br />De Pere, WI 54115"+
		"</div>" +
		"<div id='footer'>" +
			"<strong>SubSurface Instruments Inc.</strong>, is a premier designer, developer, manufacturer and distributor of magnetic locators, pipe and cable locators and other custom locators." +
		"</div>" +
		"<div id='copyright'>" +
			"&#169;Copyright 2011 SubSurface Instruments Inc. All rights reserved." +
		"</div>" +
		"<div id='social'>" +
			"<ul>" +
				"<li id='youtube'><a href='http://www.youtube.com/user/SSILocators' target='_blank'>YouTube</a></li>" +
			"</ul>" +
		"</div>"
		
	);
}
