$(document).ready(
	function () {
		$("#pageHead a").attr("href", "http://www.finansjob.dk");
		if ($("#topMenu").height() > $("#template_page").height() - 50) {
			$("#template_page").height($("#topMenu").height() + 50);
		}
		
		var headertext = $("#template_page_contents h1:first").html();
		if (headertext) {
			$("#template_header").append("<h1>" + headertext + "</h1>");
		}
	}
)
