function writeIt (){
HDWindowWidth = document.images.FCimg11bnr.width * 100;
if(document.images.FCimg12bnr.height <= 2) {HDWindowWidth = 1;}		// too small vertically

if(HDWindowWidth >= 200)
	{document.write('<table align="center"><tr><td align="center"><a href="http://www.hostdepartment.com" target="_blank"><img src="http://www.hostdepartment.com/logoHD.gif" border="0"></a></td><td align="center"><font size="1" face="arial"><a href="http://www.hostdepartment.com" target="_blank">web hosting</a> \&bull; <a href="http://free.hostdepartment.com" target="_blank">free web hosting</a> \&bull; <a href="http://www.hostdepartment.com/resellersandpartners.htm" target="_blank">reseller hosting</a><br><a href="http://www.hostdepartment.com/dnr/" target="_blank">domain names</a> \&bull; <a href="http://free.hostdepartment.com" target="_blank">free website builder</a> \&bull; <a href="http://www.bpath.com/hostdepartment_api/hypersubmit/" target="_blank">seo</a></td></tr></table>');}
	
else if(HDWindowWidth < 200)
	{document.write('');}
}
writeIt();
