$(document).ready(function(){
	//configuraPagina('notizie');
	//funzioni
	//caricaListaNotizie('recenti',false);
	//ricavo l'id e carico il dettaglio
	var qs = location.search;
        qs = qs.split("&");
	for(elem in qs){
            qs[elem] = qs[elem].split("=")[1];
            if(qs[elem] == "") qs[elem] = null;
        }
        vid = qs[0];
	//sortable
	//defineSortable();
});
$(window).load(function(){
	resizeFlashPlayer('#flashplayer',$('#flashplayer').width(),null);
	configuraPannelli();//leggei cookies e configura la pagina
	getBanner(3,"#mrp2");
	if(loadComments) loadComments();
});
$(window).resize(function(){
  resizeFlashPlayer('#flashplayer',$('#flashplayer').width(),null);
});

