//inserted in index.html's
//umgeleitete bodyseite im frame aufrufen

try{
	a = top.location.search.substring(1,top.location.search.length);
	if(a != ''){ 
		for (i=1;i<5;i++){
	 		try {
			window.setTimeout('window.frames["pbodyfr"].location.replace(a)',500);
	 			i=5
	 		} catch (e) {
	 			
	 		}
		}
	}
}catch(e){

}



