if (typeof(window.onload) == "function") { 
	var fcnt = window.onload;
	var isDefined = true;
}

window.onload = function() {
	if (isDefined) fcnt();
	var links = document.getElementsByTagName("a");
	var i;
	
	var url = document.location.href;
	var regex = /[\?&](.+?)=([^&#]*)/gi;
	var results = regex.exec(url);
	
	try {
		document.getElementById('kursnummer').value = results[2];
	} catch (ex) {
	}
	
	for (i = 0; i < links.length; i++) {
		link = links[i];
		if (link.href == "/app/1135111/433281211/" || link.href == "http://www9.jimdo.com/app/1135111/433281211/") {
			link.href = "http://www9.jimdo.com/app/1135111/433290311/";
		} else if (link.href == "http://www.theaterplatzwallis.ch/home/anstehende-kurse/") {
			link.href = "http://www.theaterplatzwallis.ch/kurse/kurse/";
		} else if (link.href == "/app/1135111/433285211/" || link.href =="http://www9.jimdo.com/app/1135111/433285211/") {
			link.href = "http://www9.jimdo.com/app/1135111/432814511/";
		} else if (link.href == "http://www.theaterplatzwallis.ch/home/auff%C3%BChrungskalender/") {
			link.href = "http://www.theaterplatzwallis.ch/kalender/";
		} else if (link.href == "/app/1135111/432814711/" || link.href =="http://www9.jimdo.com/app/1135111/432814711/") {
			link.href = "http://www9.jimdo.com/app/1135111/441171211/";
		} else if (link.href == "http://www.theaterplatzwallis.ch/archiv/") {
			link.href = "http://www.theaterplatzwallis.ch/archiv/kurse/";
		}
	}
	
	document.getElementById('contentfooter').innerHTML = "<html><p>&copy; 2009 Theaterplatz Wallis</p></html>";
}

