function showCounter()
{
	var statUrl = "/common/counter/counter.jsp";
	var script = "<script src=\""+statUrl+"\"></script>";
	document.write(script);
}
showCounter();