
function AddGoogleStat(){
	
	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

	try {
		var pageTracker = _gat._getTracker("UA-9130084-1");
		pageTracker._trackPageview();
	} catch(err) {}

}

function AddAlexaStat(){
	
	document.write("<SCRIPT type='text/javascript' language='JavaScript' src='http://xslt.alexa.com/site_stats/js/t/c?url=www.ez-sw.com'></SCRIPT>");
	
}

function AddCNZZStat(){
	
	document.write("<script src=\"http://s32.cnzz.com/stat.php?id=1444191&web_id=1444191&show=pic\" language=\"JavaScript\" charset=\"gb2312\"></script>");
}

function AddAllStat(){
	
	AddCNZZStat();
	document.write("</p><br/>");
	document.write("<p>");
	AddAlexaStat();

	AddGoogleStat();
}