if (top!= self)  
	if (location) 
		top.location.replace(self.location.href);
	else 
		top.document.location.replace(self.document.location.href); 
if (self.location.hostname.indexOf('dk') != -1)
	if (self.location.hostname.indexOf('post-boks') == -1)
		location='http://www.post-boks.dk' + self.location.pathname;
if (self.location.hostname.indexOf('ftp') != -1)
	location='http://www.post-boks.dk' + self.location.pathname;
