var j = jQuery.noConflict();

j(document).ready(function(){
    j("#fblikeboxright").hover(
        function(){j(this).stop(true,false).animate({right: 0}, 500);},
        function(){j("#fblikeboxright").stop(true,false).animate({right: -207}, 500);}
    );
});
