self.defaultStatus = "Thomas Raupach Fotografie";

	function Init()
	{
	        if( pos = location.href.indexOf("?href=")!=-1 )
	        top.inhalt.location.href = location.href.substr(pos+6);
	} 
	
	
	
	/*zufaelliges Wechseln der Startseite*/
	
			function get_random()
				{
				    var ranNum= Math.round(Math.random()*4);
				    return ranNum;
				}
		
			function zufallsSeite()
				{
				var welcheSeite=get_random();
				
				var seite=new Array(6)
				seite[0]="htm/reise.htm";
				seite[1]="htm/verkehr.htm";
				seite[2]="htm/oekologie.htm";
				seite[3]="htm/gesundheit.htm";
				seite[4]="htm/gesellschaft.htm";
				seite[5]="htm/wirtschaft.htm";
				inhalt.location=seite[welcheSeite];
				}


