<!--

//  Collect client data for query string 
var pagedata = 'hn=' + escape(window.location.hostname) + '&r=' + escape(document.referrer) + '&t=2&s=' + window.screen.width + 'x' + window.screen.height + '&z=' + Math.random() ;
// Here goes log entry of the user

//*********   FOR LOCAL ****************
//var scriptlocation = "http://dotsqaure31/balearics/track/track.aspx";
var scriptlocation = "http://balearics.com/track/track.aspx";

//*********   FOR LIVE TEST ****************
//var scriptlocation = "http://www.balearics.com/test/track/track.aspx";


//var scriptlocation = "http://www.aimprosolutions.com/visitor/track.asp";

 document.write ('<img  style="display:none"');
 document.write ('src="' + scriptlocation + '?' + pagedata + '">');
 //alert("hi")







		
	


//-->