$(document).ready(function(){
	fbfbhid = true; 
													
	$('#fbfb')
		.css({'display':'block','top':'100px','left':'-301px'})
		.html('<fb:fan profile_id="73301094777" stream="1" connections="10" width="300"></fb:fan>')
		.scrollFollow({offset: 60})
		.live("mouseover", function(){ if (fbfbhid) { fbfbhid=false; $('#fbfb').css({'background-position':'0px 0px'}).animate({left:'0px'},500); } })
		.live("click", function(){if(!fbfbhid){fbfbhid=true;$('#fbfb').animate({left:'-301px'},500,function(){$(this).css({'background-position':'-51px 0px'});});}});
	
	FB.init("a1c85e65c2e057016d499175198b5db4");
});