$(document).ready(function() {
//	alert();
	$('#sidebar').css("height", $('#content').css("height"));
});

