     (function ($) {
         $(document).ready(function () {
             window.fbAsyncInit = function () {
                 FB.init({ status: true, cookie: true, xfbml: true });
             };
             (function () {
                 var e = document.createElement('script'); e.async = true;
                 e.src = 'http://connect.facebook.net/en_US/all.js';
                 document.getElementById('fb-root').appendChild(e);
             } ());
             $('#fb_like_box').hover(
                    function () {
                        $(this).stop().animate({ right: '243px' }, 'slow');
                    },
                    function () {
                        $(this).stop().animate({ right: '2px' }, 'slow');
                    }
                    );
         });
     })(jQuery);
