<!-- 
if (top.location == self.location){
 redir=''+self.location;
 redir=fname(redir);
 self.location.href = "goedemorgen.htm?mframe="+redir;
}



function fname(full_url){
	pos=full_url.lastIndexOf("/");
	if (pos>-1){
		full_url=full_url.substring(pos+1);
	}
return full_url;
}

// -->