var url = window.location.href;
var get = url.substr(url.indexOf("?")+1).toLowerCase();
if(url.indexOf("?") < 0) get = '';
var htk = get.indexOf(":");
var ht2 = get.indexOf("%3A");
// alert(get + ' | ' + htk + ' | ' + ht2 + ' | ' + url.indexOf("?")+1);
if(htk > -1 || ht2 > -1)
{
	// alert('vai');
	document.location.href = 'http://www.tredueuno.it/atc/atc.php?url=' + escape(url) + '&sap=' + sap;
	// document.location.href = '../www.tredueuno.it/atc/atc.php?url=' + escape(url) + '&sap=' + sap;
}
