<!--
  if (self.location == top.location){
	var str=self.location.href;
	str=str.substr(str.indexOf("\/Pagine\/")+1);
	numSlash=str.match(/\//gi);

	var cont, loc="";
	for(cont=0; cont<numSlash.length; cont++){
		loc="../"+loc;
	}
	self.location=loc+"index.html?main="+str;
  }
  window.top.dx.location.replace("http://www.politicadomani.it/Frames/framedx.htm");
//-->