
// reports display only certain content
//-------------------------------------------------------------------------------------------------------
function go_cc(host, content, page, country, language){
	// content is not used anymore
	window.location.href = host+'reports/5011.html?cc='+country+'&ln='+language
};
//-------------------------------------------------------------------------------------------------------
