<!--
						    var lkTXT='FREE online virus scan'
						    var subTXT='Always up to date.  Nothing to install.<br>Detects viruses and cleans your PC.<br>'
						    var useImage=true
						    var imgURL='images/housecall.gif'
						    var imgWD='120'
						    var imgHT='61'
						    
						    var hcURL='http://housecall65.trendmicro.com'
						    var options = 'scrollbars=yes,resizable=yes,width=800,height=620'
						    
						    var popup
						    var p
						    
						    function newWindow2(url) {
						        url = url + '?ref=' + escape(document.location)
						        if (!popup || popup.closed) {
						            popup = window.open(url,"popup",options)
						          } else {
						            popup.location = url
						            popup.focus()
						            }
						          }
						          
						     function writeHTML() {
						       p='<font face="Verdana, Helvetica, sans-serif" size="-1">'
						       p+='<a href="javascript:newWindow2(\''+hcURL+'\')" onMouseOver="window.status=\''+lkTXT+'\';return true" onMouseOut="window.status=\' \';return true">'
						       if (useImage) {
						           p+='<img src="'+imgURL+'" width="'+imgWD+'" height="'+imgHT+'" alt="Click Here for Free Virus Check then simply Follow the Directions ..." border="0"></a>'
						           } else {
						               p+='<b>'+lkTXT+'</b></a><br><font size="-2">'+subTXT+'</font></font>'
						                 }
						                 
                              document.write(p)
                                                            }
                              writeHTML()
// -->