// lascia explorer 6
//alert(Browser.Engine.version);
if(typeof browserver != "undefined" && browserver==6){
		new Element('div', {
			styles: {
				padding: 4,
				backgroundColor: '#ffff99'
			},
			html: '<b>NOTE</b>:... stai usando <b>explorer 6</b>...il sito &egrave; ottimizzato per <b>explorer 7</b> o successivi... passa a <b><a href="http://www.microsoft.com/italy/windows/downloads/ie/getitnow.mspx">nuova versione</a></b>...'
		}).inject(document.body, 'top');
}

