
function createEspottingContentPage (sContentIdentifier, sTemplate, lHits) {
	var sPathToEspottingScript = 'http://www.centraldocinema.it/EspottingContentAPI.asp'

	document.write("<scr"+"ipt language='Javascript' src='" + sPathToEspottingScript + "?Espotting_XSLFileName=" + sTemplate + "&Espotting_ContentIdentifier=" + sContentIdentifier + "&Espotting_Hits=" + lHits + "&Espotting_JavaScriptInclude=True&Time=" + (new Date()).getTime() + "'></scr"+"ipt>");
}