$(function(){
	// removes the rightContent on frontpage - temp solution
	$('#rightContent').css({
		display:'none'
	});
	
	
})


	
