Ext.onReady(function(){
	setTimeout(function(){
	        Ext.get('via_loading').remove();
        	Ext.get('via_loading-mask').fadeOut({remove:true});
	//	showpromo();
            //var p = showpromo();
            //setTimeout(function(){p.close();},20000);
	    }, 4000);
});

function showpromo(){
				var p = new Ext.Window({
					autoScroll: false,
					autoLoad: {url: 'testi/vacanze.htm'},
					title: 'Avviso',
					layout:'fit',
					autoHeight:true,
                    width: 310,
					closeAction:'close',
					plain: true,
					modal: false,
					shadow: true,
                    border: false,
                    closable: true,
					y: 215
					});
				p.show();
                return p;
}
