//  content of js file below (webbug.js)

<!-- 
var _ref=escape(document.referrer); 
var _url=escape(location.href); 
var _idt=new Date(); 
var _idn=_idt.getTime(); 
var _srz=screen.width+"X"+screen.height; 
var _iwb= new Image(1,1); 
var _sch= "http://spur02.sitecompass.com";
if(document.location.protocol=="https:") { _sch="https://secure2.sitecompass.com";} 
_iwb.src=_sch+"/sc_cap/21/logo.php?acct=21&referrer="+_ref+"&url="+_url+"&sres="+_srz+"&tm="+_idn; 
_iwb.onload=function() {_xnone(); } 
function _xnone(){return;}    
// -->
