// JavaScript Document
var adressarray= new Array(
      
	  "php/1.php",
      "php/2.php",
      "php/3.php",
      "php/4.php",
      "php/5.php",
      "php/6.php",
      "php/7.php",
      "php/8.php",
      "php/9.php",
      "php/10.php",
      "php/11.php",
      "php/12.php",
      "php/13.php",
      "php/14.php",
      "php/15.php",
      "php/16.php",
      "php/17.php",
      "php/18.php",
      "php/19.php",
      "php/20.php",
      "php/21.php",
      "php/22.php",
      "php/23.php",
      "php/24.php",
      "php/25.php",
      "php/26.php",
      "php/27.php",
      "php/28.php",	  
      "php/29.php",
      "php/30.php",
      "php/31.php",
      "php/32.php",
      "php/33.php",
      "php/34.php",
      "php/35.php",
      "php/36.php"
	  
	  );
	  
var textarray= new Array
(

"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",						 
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",						 
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",						 
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",						 
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>",
"<IMG SRC='tn_deckblatt.png' BORDER=0 WIDTH=64 HEIGHT=100>"

);
						 


for ( i = 1 ; i<=36 ; i++)
{

var randomno=Math.floor((Math.random()*adressarray.length));


if (adressarray[randomno] != 0 )
	{
		url="<a href=\"javascript:openWin('"+adressarray[randomno]+"')\">" 
		url+=textarray[0];url+="</a>"
		document.write (url);
		adressarray[randomno] = 0;

			if ( i == 9 || i == 18 || i == 27 || i == 36 )
				{
					document.write ("<br>");
				}
			
				}
			else
				{ 
					i--;
				}

	}


