/*$(document).ready(function()
{
	$.ajax({
		type: "POST",
		url: "http://" + window.location.hostname + "/ajax_php/track_js.php",
		dataType: "text",
		sucsess:  function(){ return false;}
	});		
	return false;		
});*/


