if (top.location == self.location){

if (top.location == 'http://www.b-com.dk/menu.htm' || top.location == 'http://www.b-com.dk/header.htm' || top.location == 'http://www.b-com.dk/info.htm'){
top.location = 'index.php';

}else{
top.location = 'index.php?redir=' + self.location;
}
}
