function ShowPop() {  
document.write('<div id="popUpSale">');  
document.write('		<DIV ID="pop_body">  '); 
document.write('		    <div align="center"><a href="forti-five.htm"><img src="images/forti-five-155.jpg" width="155" height="205" /></a>');
document.write('			<p> Want to hear about the latest and greatest deals?</p> '); 
document.write('			<a href="http://www.colonblow.com"><p>Click here and signup!</p></a></div>  '); 
document.write('		<p><a href="#" onClick="document.getElementById(&#39popUpSale&#39).style.display=&#39none&#39;">Click here to close this window.</a></p>  ');
document.write('		</DIV>  '); 
document.write('</div>'); 
}