// INIT
function init()
{
    bu_f_getContent("schwammlauf_widget.php");
    bu_f_getContent("links_widget.php");
    bu_f_getContent("inside_login.php");
    bu_f_getContent("agenda_widget.php");
    bu_f_getContent("news_apropos_widget.php");
    
    
    window.setTimeout('bu_f_widget_onoff("login_content")', 1000);
    setInterval("bu_f_checkAnchor()", 300);
}

function shutdown()
{
	
}



