$(document).ready(function() {
// Fiks for rightcol høyde
	var mainHeight = $('#main').height();
	$('#rightColContent').height(mainHeight);
});