// JavaScript Document

if (thisPage.pageName == "contact.htm") {
	document.write("		<p><h3>InCheck Technologies, Inc</h3></p>											")
	document.write("		<p>3000 Dundee Road, Suite 207<br>																		")
	document.write("		Northbrook, IL 60062</p>	")
	document.write("		<p>PHONE:<br><b>800-341-9166<br>847-961-1134</b><br>																	")
	document.write("		FAX: 847-656-2343</p>																				")
	document.write("		<a href='mailto:info@inchecktech.com'><span class='footer'>info@inchecktech.com</span></a>		")
}
else {
	document.write("		<p>PHONE:<br><b>800-341-9166<br>847-961-1134</b><br>																	")
	document.write("		FAX: 847-656-2343</p>																				")
	document.write("		<a href='mailto:info@inchecktech.com'><span class='footer'>info@inchecktech.com</span></a>		")
}
