var frameset_geladen = "okay";
   
	 function SeiteLaden() {
      if(self.location.search.length > 0) {				 
				 var Search_Laenge = self.location.search.length;
         var info_url = self.location.search.substring(1,Search_Laenge);
					if(self.location.hash.length > 0) {
             Search_Laenge = self.location.hash.length;
             info_url += self.location.hash.substring(0,Search_Laenge);
          }	
					if(info_url == '/piercing/piercingschmuck_kategorien.html'){
					  self.menue.location.href = info_url;
						}
						else{
						     if(info_url == '/piercing/piercingschmuck_volltext.html'){
								   self.menue.location.href = info_url;
									 }
								 else{
								      self.main.location.href = info_url;
											}
								 }										
			} 
	 }