<!--
jQuery(document).ready(function() {

	jQuery('#fb_like_box').hover(
			function() {
				jQuery(this).stop().animate({right: '0'}, 'slow');
			},
			function() {
				jQuery(this).stop().animate({right: '-237px'}, 'slow');
			}
	);
});

-->

