if(top!=self)
  top.location=self.location;

<!--DocOzone's Javascript code, copyright 1999
//  --Circling BlueBalls DHTML script--
//  Feel free to borrow and modify this code, 
//  but be sure leave this credit in the source!  
//  Your pal,   -Dr. Thaddeus Ozone-    
//        http://www.ozones.com/

// this is the initialization and error trapping section
window.onerror=null;
netscape = (document.layers) ? 1:0;
goodIE = (document.all) ? 1:0;
//window.onResize="history.go(0); setup()";
document.onmousemove=MoveHandler;
var gotthere = 0;
var count = 0;
var loadedyet = 0;



    toplocation = new Array( 0,30,57,80,101,125,80,80,101,125,80 );
temptoplocation = new Array( 50,100,100,150,150,200,200,100,150,150,200,200 );
    leftlocation = new Array( 0,292,318,181,181,217,263,318,181,181,217,263 );
templeftlocation = new Array( 0,0,260,390,420,550,680,390,420,550,680 );
difftop = new Array( 0,0,0,0,0,0,0,0,0,0,0 );
diffleft = new Array( 0,0,0,0,0,0,0,0,0,0,0 );

if (netscape) {
   window.captureEvents(Event.MOUSEMOVE);
   window.onMouseMove = MoveHandler; 
   var layerstart = "document.";
   var layerleft = ".left";
   var layertop = ".top";
   var layerstyle = "";
   var windowWidth = window.innerWidth;
   var windowHeight = window.innerHeight;  }
else if (goodIE) {
   layerstart = "document.all.";
   layerleft = ".left";
   layertop = ".top";
   layerstyle = ".style";
   windowWidth=600;
   windowHeight=400; }
// end error trapping
   var Ypos2 = 72;
   var Xpos2 = 72;
function MoveHandler(e) {
if (loadedyet) {
if (netscape || goodIE) {
  Xpos2 = (netscape)?e.pageX:event.x
  Ypos2 = (netscape)?e.pageY:event.y
Xorigin = Xpos2;
Yorigin = Ypos2; 
if (Ypos2 > windowHeight/2) {
if (Xpos2 > windowWidth/2) { direction = 1;} 
else { direction = -1;} }
else {
if (Xpos2 > windowWidth/2) { direction = -1;} 
else { direction = 1;} }


// temper = windowWidth-windowWidth-(Xpos2*multiplier)-18
 temper = (Xpos2-windowWidth)*multiplier
window.status=Xpos2+"/"+Ypos2
eval(layerstart+"barcode"+layerstyle+layerleft+" = temper");
}}}

function setup() {
if (goodIE) {
windowWidth=document.body.clientWidth;
windowHeight=document.body.clientHeight; }
Xorigin = 204;
Yorigin = 147; 

  eval(layerstart+"justthatthing"+layerstyle+".visibility = 'visible'");
  eval(layerstart+"justthatthing"+layerstyle+layerleft+" = 12+((windowWidth-216-96)/2)");
  eval(layerstart+"question"+layerstyle+layerleft+" = windowWidth-96");
  eval(layerstart+"question"+layerstyle+".visibility = 'visible'");
  eval(layerstart+"bastel"+layerstyle+layerleft+" = 216+((windowWidth-216-96)/2)-180");
  eval(layerstart+"bastel"+layerstyle+".visibility = 'visible'");
  
  multiplier = (1200-windowWidth)/windowWidth;

if (netscape) { eval(layerstart+"barcode"+layerstyle+layertop+" = windowHeight-14"); }
if (goodIE) { eval(layerstart+"barcode"+layerstyle+layertop+" = windowHeight-30"); }
loadedyet=1;
spin();run(); 
}

function setup3() {
Xorigin = 204;
Yorigin = 147;
speed = -0.06;
OrbitSize = 200 }

function setup2() {
Xorigin = 480;
Yorigin = 208;
speed = -0.03;
OrbitSize = 100}

var OrbitSize = 200;
count=1; delay=100; direction = -1;
Count = new Array ( 0, .63, 1.26, 1.89, 2.52, 3.15, 3.78, 4.41, 5.04, 5.67 );
Xpoint = new Array ( 0, .63, 1.26, 1.89, 2.52, 3.15, 3.78, 4.41, 5.04, 5.67 );
Ypoint = new Array ( 0, .63, 1.26, 1.89, 2.52, 3.15, 3.78, 4.41, 5.04, 5.67 );
var speed = -0.06;
var offset = 1;

  function spin() {
for ( j = 0 ; j <= 9 ; j++ ) {
Count[j] = Count[j] + (speed*direction);	
	Xpoint[j] = Xorigin + ((OrbitSize*Math.sin(Count[j])*offset));	
	Ypoint[j] = Yorigin + (OrbitSize*Math.cos(Count[j])); }
setTimeout('spin()',3); }

function run() {
   count++; 
  for ( j = 0 ; j <= 9 ; j++ ) {
difftop[j]  = Ypoint[j] -  temptoplocation[j];
diffleft[j] = Xpoint[j] - templeftlocation[j];
diff = 30;
temptoplocation[j] = temptoplocation[j] + difftop[j]/diff;
templeftlocation[j] = templeftlocation[j] + diffleft[j]/diff;
  eval(layerstart+"a"+j+layerstyle+layerleft+" = templeftlocation["+j+"]");
  eval(layerstart+"a"+j+layerstyle+layertop+" = temptoplocation["+j+"]"); }
setTimeout('run()', 25) }


function init(){}
function positionierung(){}


// Bildinformationen
var	imgURL		= "img/top.gif"
var	imgWidth	= 25	// Breite
var	imgHeight	= 38	// Hoehe

// Intervall fuer Positionspruefung in ms
var	posInterval	= 25

// Extraabstaende
var	extraX		= 20	// Abstand fuer vertikalen Rollbalken
var	extraY		= 20	// Abstand fuer horizontalen Rollbalken

// Position
var	wPosition	= 3	// 1: oben links, 2: oben rechts, 3: unten rechts, 4: unten links

// Zentrieren des Hintergrundbilds
function positionierung()
{
	var	ntop
	var	nleft

	if(document.Marke)
	{
		with(document.Marke)
		{
			ntop	= window.pageYOffset
			nleft	= window.pageXOffset
			if(wPosition == 3 || wPosition == 4)
				ntop	+= innerHeight - imgHeight
			if(wPosition == 2 || wPosition == 3)
				nleft	+= innerWidth - imgWidth
			if(scrollbars.visible)
			{
				if(wPosition == 3 || wPosition == 4)
					ntop	-= extraX
				if(wPosition == 2 || wPosition == 3)
					nleft	-= extraY
			}
			if(ntop != top || nleft != left)
			{
				top	= ntop
				left	= nleft
			}
		}
	}
	else if(Marke)
	{
		with(Marke)
		{
			ntop	= document.body.scrollTop
			nleft	= document.body.scrollLeft
			if(wPosition == 3 || wPosition == 4)
				ntop	+= Number(document.body.clientHeight) - imgHeight
			if(wPosition == 2 || wPosition == 3)
				nleft	+= Number(document.body.clientWidth) - imgWidth
			if(ntop != style.top || nleft != style.left)
			{
				style.top	= ntop
				style.left	= nleft
			}
		}
	}
	else
		return
}

// Initialisierung der Darstellung
function init()
{
	if(document.Marke)
		with(document.Marke.document)
		{
			open("text/html")
			write("<A HREF=\"#top\" onClick=\"positionierung(); return true\"><IMG SRC=\"" + imgURL + "\" " +
				"BORDER=0 " +
				"WIDTH=" + imgWidth + " " +
				"HEIGHT=" + imgHeight + " ALT=\"Seitenanfang\"></A>")
			close()
			width	= imgWidth
			height	= imgHeight
		}
	else if(Marke)
		with(Marke)
		{
			innerHTML	= "<A HREF=\"#top\" onClick=\"positionierung(); return true\"><IMG SRC=\"" + imgURL + "\" " +
					"BORDER=0 " +
					"WIDTH=" + imgWidth + " " +
					"HEIGHT=" + imgHeight + " ALT=\"Seitenanfang\"></A>"
			style.width	= imgWidth
			style.height	= imgHeight
		}
	else
		return
	positionierung()
	if(document.Marke)
		document.Marke.visibility	= "show"
	else
		Marke.visibility	= "visible"
	setInterval("positionierung()", posInterval)
}





function PrintDate()
     {
      var now=new Date(); var day=now.getDate(); var dow=now.getDay(); 
      var cdow=new Array("Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag");
      var mnth=now.getMonth(); var comnth=new Array   
         ("Januar","Februar","M&auml;rz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember");
      var year=now.getYear(); var dtmstr=cdow[dow] + ", " + day + ". " + comnth[mnth] + " " + year;   
      return(dtmstr) 
     }


function MM_swapImgRestore() { //v2.0
  if (document.MM_swapImgData != null)
    for (var i=0; i<(document.MM_swapImgData.length-1); i+=2)
      document.MM_swapImgData[i].src = document.MM_swapImgData[i+1];
}

function MM_preloadImages() { //v2.0
  if (document.images) {
    var imgFiles = MM_preloadImages.arguments;
    if (document.preloadArray==null) document.preloadArray = new Array();
    var i = document.preloadArray.length;
    with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){
      preloadArray[i] = new Image;
      preloadArray[i++].src = imgFiles[j];
  } }
}

function MM_swapImage() { //v2.0
  var i,j=0,objStr,obj,swapArray=new Array,oldArray=document.MM_swapImgData;
  for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) {
    objStr = MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1];
    if ((objStr.indexOf('document.layers[')==0 && document.layers==null) ||
        (objStr.indexOf('document.all[')   ==0 && document.all   ==null))
      objStr = 'document'+objStr.substring(objStr.lastIndexOf('.'),objStr.length);
    obj = eval(objStr);
    if (obj != null) {
      swapArray[j++] = obj;
      swapArray[j++] = (oldArray==null || oldArray[j-1]!=obj)?obj.src:oldArray[j];
      obj.src = MM_swapImage.arguments[i+2];
  } }
  document.MM_swapImgData = swapArray; //used for restore
}


           /* Navigationsleiste */


function navto(lokation) 
   {
     top.Inhalt.location.href   = '../' +  lokation +'/index.html';

   }

function navto2(lokation, file) 
   {
     top.Inhalt.location.href   = '../' +  lokation + '/' + file + '.html';

   }

function dyntext(header,text)
   {

if (header == '') 
   { 
     header = ' '; 
     text   = ' '; 
   }

if (navigator.appName == "Netscape") 
   {
     document.displayField.document.open();
     document.displayField.document.write('<FONT FACE="Verdana, Arial, Helvetica" SIZE=-1 COLOR="#333333"><B>'+space+header+'</B></FONT><BR><FONT FACE="Helvetica, Tahoma, Arial" SIZE=-2 COLOR="#333333"><b>'+text+'</b></FONT>');
     document.displayField.document.close();
   }
else
   {
     document.all['displayField'].innerHTML='<FONT FACE="Verdana, Arial, Helvetica" SIZE=-1 COLOR="#333333"><div align="center">'+header+'</div></FONT><FONT FACE="Verdana, Arial, Helvetica" SIZE=-2 COLOR="#333333">'+text+'</FONT>'
if (header == '') 
   {
     header = 'Willkommen im Hideout!'; msg(header); return true;
   }   
   }
   }

     window.defaultStatus = "Willkommen auf unserer Homepage   |   Copyright © 2000 Jacqui Hochstein";


function MM_displayStatusMsg(msgStr) 
   {
     status=msgStr;
     document.MM_returnValue = true;
   }

function OpenWnd(site)
   {
     oeffnen = window.open(site,"Formular","width=570,height=390");
     oeffnen.focus(); 
   }

function statusmsg(txt) 
   { 
     window.status = txt; setTimeout("nomsg()",5500);
   }
    
function msg(txt) 
   { 
     window.status = txt; 
   }