		var links=new Array(50);		// Liste der Links, und die Nummern unter denen 		// sie in navileiste.js angesprochen werden		links[0] = "http://mitglied.lycos.de/blendstyle/DJTrackx.htm";		links[1] = "http://mitglied.lycos.de/blendstyle/EmCee.htm";		links[2] = "http://mitglied.lycos.de/blendstyle/pictures.htm";		links[3] = "http://mitglied.lycos.de/blendstyle/lyrics.htm";		links[4] = "http://pub16.bravenet.com/guestbook/show.php?usernum=1303861923&cpv=1";		links[5] = "http://62.67.217.222//threads.php?forum_id=7033";		links[6] = "http://mitglied.lycos.de/blendstyle/emcee.htm";		links[7] = "http://mitglied.lycos.de/blendstyle/DJDownload.htm";		links[8] = "http://mitglied.lycos.de/blendstyle/download.htm";		links[9] = "http://mitglied.lycos.de/blendstyle/ChillShotz.htm";		links[10] = "http://mitglied.lycos.de/blendstyle/Inspection.htm";		links[11] = "http://mitglied.lycos.de/blendstyle/OtherPicx.htm";		links[12] = "http://mitglied.lycos.de/blendstyle/karo.htm";		links[13] = "http://mitglied.lycos.de/blendstyle/IllThoughtz.htm";		links[14] = "http://mitglied.lycos.de/blendstyle/WordUp.htm";		links[15] = "http://mitglied.lycos.de/blendstyle/TheOneIAdore.htm";		links[16] = "http://mitglied.lycos.de/blendstyle/Weedend.htm";		links[17] = "http://mitglied.lycos.de/blendstyle/HeLeute.htm";		links[18] = "http://mitglied.lycos.de/blendstyle/diesergehtraus.htm";		// neu vom lazbold		function zeigPageImIFrame(urli) {			document.getElementById("myIFrame").src = links[urli];		}						/********		ALT		**********		// Zeigt die Seite zur Nummer an		function zeigPageImIFrame(<td width="99%"><IFRAME id="myIFrame" src="UltimateStartUp.html" width="100%" height="100%" FRAMEBORDER="0" MARGINHEIGHT="0" MARGINWIDTH="0" SCROLLING= NORESIZE></IFRAME></td> ) {			top.document.getElementById("myIFrame").src = links[urli];		}		*/