$(document).ready(function() {
	$(".profilert input").jLabel();
	
	$("#smuler a").each(function() {
		if($(this).text() == "Nyheter") {
			$(this).text("Aktuelt");
		}
	});
})
