
function createEspottingContentPage (sContentIdentifier, sTemplate, lHits, lAffiliateID, sUserHostIP, sReferralURL) {
	var sPathToEspottingScript = 'http://affiliate.es.espotting.com/search/content/implementations/EspottingVariableAffiliateIDContentAPI.asp'

	document.write("<scr"+"ipt language='Javascript' src='" + sPathToEspottingScript + "?Espotting_XSLFileName=" + sTemplate + "&Espotting_ContentIdentifier=" + sContentIdentifier + "&Espotting_Hits=" + lHits + "&Espotting_JavaScriptInclude=True&Espotting_AffiliateID=" + lAffiliateID + "&Espotting_UserHostIP=" + sUserHostIP + "&Espotting_ReferralURL=" + sReferralURL + "&Time=" + (new Date()).getTime() + "'></scr"+"ipt>");
}