if (self.name==top.name) {
	var elemento=document.location.href;
	var x=elemento.split("counsellor.it/counsellor_associazione/");
	var e2=x[1];
	document.location="http://www.counsellor.it/01.htm?dest="+e2;
}

