$(document).ready(function(){$(window).load(function(){var b=$(document).height();$(".sidebar").height(b+30)});if($(window).width()<930){$("#right").css("width","0px")}if($(window).width()>910){$("#right").css("width","50px")}$(window).bind("resize",a);function a(){if($(window).width()<910){$("#right").css("width","0px")}if($(window).width()>930){$("#right").css("width","50px")}var b=$(document).height();$(".sidebar").height(b+30)}});
