
function frameaufruf()
{
 if(top.location==self.location)
  {    
    h=window.location.pathname;
	n = h.length;
	h =h.substring(1,n);  
	if (h=="b2blinks.htm")
	{
		h="data_php/b2blinks.php";
	}
	if (h=="sammel.htm")
	{
		h="sammel.php";
	}
	if (h=="newsl.htm")
	{
		h="newsl.php";
	}
	haupt = "/?" + h;
	
   if(document.images)
      self.location.replace(haupt ); 
   else 
      self.location.replace = haupt  ;
	
  }
  
} 
