function random_imglink(){  var myimages=new Array()  //specify random images below. You can have as many as you wish  myimages[1]="../../images/Header/Street_Fighter_Header.png"  myimages[2]="../../images/Header/header_low_WOW.png"  myimages[3]="../../images/Header/Pac-Man_000.png"  myimages[4]="../../images/Header/FLCL_000.png"  myimages[5]="../../images/Header/FLCL_001.png"  myimages[6]="../../images/Header/Osaka_000.png"  myimages[7]="../../images/Header/IRIA_000.png"  myimages[8]="../../images/Header/SMB_000.png"   myimages[9]="../../images/Header/header_low.jpg"   myimages[10]="../../images/Header/Gamesplus001.png"    myimages[10]="../../images/Header/MM000.png"	 myimages[11]="../../images/Header/A2600/ET.png"	  myimages[12]="../../images/Header/A2600/Moon_Patrol.png"	   myimages[13]="../../images/Header/A2600/Q-Bert.png"	    myimages[14]="../../images/Header/A2600/Snoopy_Vs_RB.png"		 myimages[15]="../../images/Header/A2600/Taz.png"		  myimages[16]="../../images/Header/NES/Cheetah_Men_2.png"		 myimages[17]="../../images/Header/Colecovision/Colecovision_000.png"		 myimages[18]="../../images/Header/Colecovision/Pitfall_000.png"		 myimages[19]="../../images/Header/BBC/Kremlin.png"		 myimages[20]="../../images/Themes/Ghostbusters/GhostHeader/GhostB000.png"  myimages[21]="../../images/Themes/Ghostbusters/GhostHeader/GhostB001.png"  myimages[22]="../../images/Themes/Ghostbusters/GhostHeader/GhostB002.png"  myimages[23]="../../images/Themes/Ghostbusters/GhostHeader/GhostB003.png"  myimages[24]="../../images/Themes/Ghostbusters/GhostHeader/GhostB004.png"     var ry=Math.floor(Math.random()*myimages.length)  if (ry==0)     ry=1     document.write('<img src="'+myimages[ry]+'" border=0></a>')}  random_imglink()