$(document).ready(function(){ 
	
    $("#sidebar").height($(document).height() - 220);		   

});
