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

if(HDWindowWidth >= 350)
	{document.write('<iframe id="googlesearch" src="http://free.hostdepartment.com/hdads.html" width=125 height=525 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=auto align="center"></iframe>');}
	
else if(HDWindowWidth < 350)
	{document.write('');}
}
writeIt();
