$(document).ready(function(){
	$(".pagewrapper").prepend("<div class=\"templateheader\"></div>");
	$(".templateheader").load("http://www.bedsttilfest.dk/template.html .templateheader2");
	$(".templateheader").after("<div class=\"templateleftnav2\"></div>");
	$(".templateleftnav2").load("http://www.bedsttilfest.dk/template.html .templateleftnav");
	$(".mycontent").addClass("templatecontent");
	$(".pagewrapper").addClass("templatepagewrapper");
	$(".mycontent").after("<div class=\"templatefooterDummy\"></div>");
	$(".templatefooterDummy").load("http://www.bedsttilfest.dk/template.html .templatefooter");
	$(".notemplatefooter").remove();
	
});

