// JavaScript Document

function adjustsidebar(){
	var contentheight = $('#content').height();
	$('#rightNav').height(contentheight);	
}

