<!--
//<![CDATA[
   try {
      twatchReq = new XMLHttpRequest();
   }  catch ( error ) {
      twatchReq = new ActiveXObject( "Microsoft.XMLHTTP" );
   }
   twatchData = 'page='+encodeURIComponent( window.location );
   if( typeof document.referrer != 'undefined' && document.referrer != '' ) {
      twatchData += '&ref='+encodeURIComponent( document.referrer );
   }
   twatchReq.open( 'POST', 'twatch/twatch/remote/js_logger.php', true );
   twatchReq.setRequestHeader( "Content-Type", "application/x-www-form-urlencoded; charset=UTF-8" );
   twatchReq.send( twatchData );
//]]>
//-->
