function _init_header_home() {
    xmlhttpPost("header_home.asp","form","contenuto_home_banner_crossfade","" + render_loading,"_init_home_post_header_home();_menubar_bind_handler();");
}

function _init_home_post_header_home() {
        $(function(){
	    $('ul#slideshow').fuFade({
		    speed: 6000,
		    timeout: 10000
	    });
       });
       
}    

function _menubar_bind_handler(){
    _init_menubar();
}


