// INIT
function init()
{
  	bu_f_lang_get();
	init2();
  	
  	// window.setInterval('bu_f_checkwindowfooter();',3000);
  	
    window.setTimeout("init_facebook()", 1000);
};

function init2()
{
}

function init_facebook()
{
	$("w_facebook").innerHTML = '<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FRheintal-Duathlon%2F104287112976493&amp;width=170&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;header=false&amp;height=320" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:170px; height:280px;" allowTransparency="true"></iframe>';
		
};

function shutdown()
{
	
};




