/**
 * @author giulioganci
 */
$(document).ready(function() {
	
	$("a.popup_mediattiva").fancybox({frameWidth: 830, frameHeight: 650});
	
});

