$(document).ready(function(){
	var hojd = $('#content').height();
	$('#rightsidebar').css('height', hojd);

});
