$(window).bind('scrollresize',function(){
$('#sidebar').stop(true,true).animate({
'top':$(document).scrollTop()+'px'
},500);
}).scroll().resize();