$(document).ready(
function (){
	auto_popup();
}				  
 );
function auto_popup(){
	var t4p;
	t4p = $("#testo_x_popup");
	if(String(location.search).match("[&?]autopopup=1")){
	}
	if(t4p.size()>0){
		t4p.hide();
		$.popup.show($(document).find("title").html(),t4p.html(),{convertNLtoBR:false});
	}
}