//$(function (){
//  $("<div/>").css({
//    "float": "right",
//    width: 232,
//    height: 383,
//    background: "url('/images/facebook_slider.png') no-repeat",
//    display: "block",
//    right: -205,
//    padding: 0,
//    position: "fixed",
//    top: "50%",
//    "margin-top": -192,
//    "z-index": 1002
//  }).html(
//    $("<div/>").css({
//      color: "#fff",
//      padding: "10px 5px 0 35px"
//    }).html(
//      $("<div/>").css({
//        "background-color": "#fff"
//      }).html(
//        $("<iframe src=\"http://www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/pages/JOT-BE-NIERUCHOMO%C5%9ACI/106571209377336&amp;width=190&amp;colorscheme=light&amp;connections=9&amp;stream=false&amp;header=false&amp;height=365\" scrolling=\"no\" frameborder=\"0\" allowTransparency=\"true\"/>").css({
//          border: "none",
//          overflow: "hidden",
//          width: 190,
//          height: 365
//        })
//      )
//    )
//  ).hover(function(){
//    $(this).stop(true, false).animate({
//      right: 0
//    },"medium");
//  },function(){
//    $(this).stop(true, false).animate({
//      right: -205
//    },"medium");
//  },500).appendTo('body');
//});

