
function random_imglink(){
  var myimages=new Array()
  //specify random images below. You can have as many as you wish
  myimages[1]="http://www.freecookinggames.net/out/1.gif"
  myimages[2]="http://www.freecookinggames.net/out/2.gif"
  myimages[3]="http://www.freecookinggames.net/out/3.gif"
  myimages[4]="http://www.freecookinggames.net/out/4.gif"
  myimages[5]="http://www.freecookinggames.net/out/5.gif"
  myimages[6]="http://www.freecookinggames.net/out/6.gif"
  myimages[7]="http://www.freecookinggames.net/out/7.gif"
  myimages[8]="http://www.freecookinggames.net/out/8.gif"
  myimages[9]="http://www.freecookinggames.net/out/9.gif"
  myimages[10]="http://www.freecookinggames.net/out/10.gif"
  myimages[11]="http://www.freecookinggames.net/out/1.gif"
  myimages[12]="http://www.freecookinggames.net/out/2.gif"
  myimages[13]="http://www.freecookinggames.net/out/3.gif"
  myimages[14]="http://www.freecookinggames.net/out/4.gif"
  myimages[15]="http://www.freecookinggames.net/out/5.gif"
  myimages[16]="http://www.freecookinggames.net/out/6.gif"
  myimages[17]="http://www.freecookinggames.net/out/7.gif"
  myimages[18]="http://www.freecookinggames.net/out/8.gif"
  myimages[19]="http://www.freecookinggames.net/out/9.gif"
  myimages[20]="http://www.freecookinggames.net/out/10.gif"
  
  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[1]="http://www.muchflashgames.com/"
  imagelinks[2]="http://www.hot-flash-games.com/"
  imagelinks[3]="http://www.cafecafegames.com/"
  imagelinks[4]="http://www.playsite247.com/"
  imagelinks[5]="http://www.playsite247.com/"
  imagelinks[6]="http://www.playsite247.com/"
  imagelinks[7]="http://www.playsite247.com/"
  imagelinks[8]="http://www.freegames96.com/"
  imagelinks[9]="http://www.myfreeonlinegames.info/"
  imagelinks[10]="http://www.arcademicro.com/"
  imagelinks[11]="http://www.gamesgoal.com/"
  imagelinks[12]="http://www.topdollgames.com/"
  imagelinks[13]="http://www.cyberarcadeworld.com/"
  imagelinks[14]="http://www.topgirlgames.net/"
  imagelinks[15]="http://www.topdressupgames.com/"
  imagelinks[16]="http://www.topdressupgirl.com/"
  imagelinks[17]="http://www.freeonlinegames007.com/"
  imagelinks[18]="http://www.weddingofdress.com/"
  imagelinks[19]="http://www.gamecrash.com/"
  imagelinks[20]="http://www.games9.net/"
  
  var ry=Math.floor(Math.random()*myimages.length)

  if (ry==0)
     ry=1
     document.write('<a href='+'"'+imagelinks[ry]+'"'+' target="_blank"><img src="'+myimages[ry]+'" border=0 width="100" height="100"></a>')
}

  random_imglink()
//-->
