

	bild_file = new Array();
	bild_url = new Array();
	bild_text = new Array();

	bild_file[0]="<img border=1 width='160' height='120' SRC='../bdt/australien_ns_101.jpg' alt='der Mount Cook - Neuseelands höchster Berg'>";

	bild_url[0]="index.htm";

	bild_text[0]='der Mount Cook - Neuseelands höchster Berg'


 	// Zufallszahlengenerator
	function zufallszahl(n) {
     		zahl = Math.floor(Math.random() * (n + 1));
     	return zahl;
 	}


	function checkFrameset() {
		if(!parent.kopfFrame) {
                	frameCheck=confirm('Dies ist eine Unterseite von reisezielinfo.de. Möchten Sie die Hauptseite nachladen?');
                	if(frameCheck) {
                        	location.href="http://www.reisezielinfo.de/index.htm?" + location.pathname;

                		}
			}
		}
