
browserVer=parseInt(navigator.appVersion);
if(browserVer >=3)
  ok = 0;
else
  ok= 1;
  
if (ok == 0)
 {
 	if(top.frames.length <2){
	//top.location.href="http://gabi.munet.de/index.html";
	top.location.href="http://bauer-gabriele.de/index.html";
	}
	
}



