// -- --------------------------------- -- //
// -- Programmert av ToNico MediaDesign -- //
// -- URL www.tonico.no ------------------ //
// -- Hent ønsket side ------------------- //
var txt_tema;
var txt_tema0 = self.location.search.split('?');
var temp;
function slett_tegn(string) {
	temp = "";
	string = '' + string;
	splitstring = string.split(",");
	for(i = 0; i < splitstring.length; i++)
	temp += splitstring[i];
	txt_tema = temp;
	if (temp == '') { temp = 'start/start.htm' };
	window.open(temp,'nordaashoved');
}
	setTimeout("slett_tegn(txt_tema0)", 1000);
