function getFanBox( fb_api_key, fb_profile_id )
{
	FB.init( fb_api_key );
	$( '#FB_HiddenContainer' ).css( 'left', '-1000px' );
	return $.forge( 'fb:fan' )
		.attr( 'profile_id', fb_profile_id )
		.attr( 'stream', '' )
		.attr( 'connections', '10' )
		.attr( 'width', '300' )
	;
}