/* index page functions  */

if( ! self.location.href.match(/www/) ){self.location.href="http://www.suedmilch.de"}

window.onload=function(){
//alert(self.frames[0].location.href);
   // setTimeout( 'if(!self.frames[0].location.href.match(/main\.htm/)){self.frames[0].location="browsernote.htm"}', 2000 )

var topQs=document.location.search.substring(1,100);
if(topQs && topQs.length>1){
    var goHere="main.htm?"+topQs;
   // alert("TOP - goHere:"+goHere)
    self.frames[0].location=goHere;
}
else{ self.frames[0].location="splash.htm"}

var ogg=setTimeout("document.getElementById('MEHRINFO').style.display='none'",2000)

}


