/*jQuery(function(){
	if(navigator.userAgent.indexOf('MSIE 6.0') > -1) {
		ff.pluginLoad("jquery.ui", "/themes/library/jquery.ui/jquery.ui.js",function(){	
			var pippo = '<div id="ballot-screen"><h2>Il web browser che stai utilizzando è obsoleto</h2><p>Per poter visualizzare correttamente questo sito è necessario aggiornare internet explorer ad una versione più recente o installarne un browser alternativo (consigliato)</p><p align="center"><a href="http://www.mozilla-europe.org" target="_blank"><img src="' + ff.site_path + '/themes/site/images/browsers/ff.png" /></a><a href="http://www.google.com/chrome" target="_blank"><img src="' + ff.site_path + '/themes/site/images/browsers/ch.png" /></a><a href="http://www.apple.com/it/safari/" target="_blank"><img src="' + ff.site_path + '/themes/site/images/browsers/sf.png" /></a><a href="http://www.microsoft.com/windows/Internet-explorer/default.aspx" target="_blank"><img src="' + ff.site_path + '/themes/site/images/browsers/ie.png" /></a></p></div>';
			jQuery(".Content").append(pippo);
			jQuery("#ballot-screen").dialog({
				width: 500,
				autoOpen: true,
				modal: true
			});
		}, false);
	}
});*/
