
m="Schreiber";
d="ass-automaten";
tdl="de";


if (top.frameset_geladen + "" != "okay")
   {
   if ( navigator.appName!="Netscape" || navigator.appVersion.charAt(0)!="4" || window.innerHeight!=0 || window.innerWidth!=0)
      { top.location.href = "index.html"; }
   }
else
   {
   top.document.title = document.title;
   }

function w()
{document.write( m+"@"+d+"."+tdl );}

function dotReset()
{
for ( i=10; i<130; i+=10 )
   {
   if ( i < 100)
      {dot= "dot_0"+i;}
   else   
      {dot= "dot_" + i;}
   eval( "top.nav.document.images['"+dot+"'].src='p/n/dot0.gif'" );
   }
}
