if (document.getElementById || document.all || document.layers) {
	document.write('<div id="contact">');
	document.write('<table cellpadding="0" cellspacing="3" border="0" width="100%">');
	document.write('<tr><td width="100%" align="right"><a href="javascript:hideContact();"><img src="images/close_box.gif" width="12" height="12" border="0" alt="Close" title="Close"></a></td></tr>');
	document.write('<tr><td align="center"><img src="images/contact_logo.gif" width="126" height="30" alt="KORE IMAGE"></td></tr>');
	document.write('<tr><td align="center">50 Locust Lane<br>Pittsburgh, PA 15238<br>4 1 2 . 9 6 7 . 1 1 7 8</td></tr>');
	document.write('<tr><td align="center"><a href="mailto:info@koreimage.com">i n f o @ k o r e i m a g e . c o m</a></td></tr>');
	document.write('<tr><td>&nbsp;</td></tr>');
	document.write('</table>');
	document.write('</div>');
}