//document.write("<img src='http://contentxn.com/contentxn/publisher/track_website_blog_traffic.php'>");
//<img src='http://contentxn.com/contentxn/publisher/track_website_blog_traffic.php' >
/*var xmlHttp function web_track(){	//alert("2");	var prev_url = document.referrer;	var current_url =location.href;	var now = new Date();	var hours = now.getHours();	var minutes = now.getMinutes();	var seconds = now.getSeconds();	var day=now.getDate();	var month=now.getMonth();	var year=now.getYear();	var hostnames = location.hostname;  	var live_date = day+'/'+(month+1)+'/'+(year+1900);	var right_time = hours+':'+minutes+':'+seconds;	xmlHttp=GetXmlHttpObject();	if (xmlHttp==null)	{alert ("Your browser does not support AJAX!");	return;	} /*var url = "http://contentxn.com/contentxn/publisher/track_website_blog_traffic.php?live_date="+live_date+"&right_time="+right_time+"&hostname="+hostnames+"&current_url="+current_url;//alert(url);	*///document.write(id);//document.getElementById('txtHint').innerHTML = "<p>Please Wait....</p>";	xmlHttp.onreadystatechange=stateChanged;xmlHttp.open("GET",url,true);xmlHttp.send(null);}function stateChanged() { if (xmlHttp.readyState==4){ //document.getElementById("show_que").innerHTML=xmlHttp.responseText;//document.write(responseText);	}}*/
//alert("1");
function web_track(val,val1){var prev_url = document.referrer;	var current_url =location.href;	var now = new Date();	var hours = now.getHours();	var minutes = now.getMinutes();	var seconds = now.getSeconds();	var day=now.getDate();	var month=now.getMonth();	var year=now.getYear();	var hostnames = location.hostname;  	var live_date = day+'/'+(month+1)+'/'+(year+1900);	var right_time = hours+':'+minutes+':'+seconds;	newImage = new Image(); newImage.src = "http://contentxn.com/contentxn/publisher/track_website_blog_traffic.php?live_date="+live_date+"&right_time="+right_time+"&hostname="+hostnames+"&current_url="+current_url+"&prev_url="+prev_url+"&val="+val+"&val1="+val1;}web_track(value,value1);
//web_track();/*function GetXmlHttpObject(){var xmlHttp=null;	try	{	// Firefox, Opera 8.0+, Safari	xmlHttp=new XMLHttpRequest();	}	catch (e){	// Internet Explorer try{xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");}/*catch (e){			xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");*/ //}}	return xmlHttp;}
