$(function() {
    var bg = '/images/slider.png';
    var wrap = $('<div id="faacfb_widget">');
    var ifr = '<iframe src="http://www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/pages/FAAC/184178761605158&amp;width=190&amp;height=360&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;header=true" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:190px; height:360px; margin:10px 0 0 35px;  background:#fff;" allowTransparency="true"></iframe>';
    wrap.html(ifr).css({'width':'232px','height':'420px','position':'absolute','position':'fixed','top':'170px','right':'-205px','background':'url("'+bg+'") no-repeat 0 0'});
    wrap.hover(function() {$(this).animate({right:0}, 300)}, function() {$(this).animate({right:-205}, 300)});
    $('body').append(wrap);
})
