

	
var scon = scon;
//alert (scon);


if ((navigator.appVersion.indexOf("6.") != -1) && (navigator.appName.indexOf("Internet Explorer") != -1))
 { 
  var sremote = '<!--#echo var="REMOTE_ADDR"-->'; 

	 } 
  if ((navigator.appVersion.indexOf("4.") != -1) && (navigator.appName.indexOf("Netscape") != -1)){ 
  var sremote = "" + java.net.InetAddress.getLocalHost().getHostAddress(); 

   } 
  else { 
  var sremote='unknown';
 
  } 
	var sHost=window.location.hostname;
	var sRef=document.referrer;
	var sScript=window.location;

//	var sremote='<!--#echo var="REMOTE_ADDR"-->';

        var svar1=navigator.userAgent.toLowerCase();
	var svar2=window.navigator.platform;
	var svar3=navigator.userLanguage;

     //alert(sremote);
    //var myjavaloc = "http://localhost:8085/sellspace12345/spacestats.jsp";
    //self.document.write('<img height=1 width=1 border=0 src=""');
    //self.document.write(myjavaloc);
    //self.document.write('?scon=');
    //self.document.write(escape(scon));
     
 
   
    //self.document.write('&sHost=');
    //self.document.write(escape(sHost));
    //self.document.write('&sRef=');
    //self.document.write(escape(sRef));
    //self.document.write('&sScript=');
    //self.document.write(escape(sScript));
    //self.document.write('&sremote=');
    //self.document.write(escape(sremote));
    //self.document.write('&svar1=');
        //self.document.write(escape(svar1));
	//self.document.write('&svar2=');
        //self.document.write(escape(svar2));
	//self.document.write('&svar3=');
        //self.document.write(escape(svar3));
        //self.document.write('">');  
      
//self.document.write('<img src=http://www.2sellspace.com/spacestats.jsp?scon='+scon+'&sHost='+sHost+'&sRef='+sRef+'&sScript='+sScript+'&sremote='+sremote+'&svar1='+svar1+'&svar2='+svar2+'&svar3='+svar3+' height=0 width=0></img>');
