
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/11.gif"
  
  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[1]="http://freegames96.com/"
  imagelinks[2]="http://www.topgirlgames.net/"
  imagelinks[3]="http://www.topdressupgirl.com"
  imagelinks[4]="http://www.weddingofdress.com"
  imagelinks[5]="http://www.topdollgames.com"
  imagelinks[6]="http://www.topdressupgames.com"
  imagelinks[7]="http://www.freeonlinegames007.com"
  imagelinks[8]="http://www.davesdaily.com/e/?i=13719"
  imagelinks[9]="http://www.myfreeonlinegames.info/"
  imagelinks[10]="http://www.arcademicro.com"
  imagelinks[11]="http://www.gamesgoal.com/"
  
  var ry=Math.floor(Math.random()*myimages.length)

  if (ry==0)
     ry=1
     document.write('<a href='+'"'+imagelinks[ry]+'"'+' target="_blank" rel="nofollow"><img src="'+myimages[ry]+'" border=0 width="100" height="100"></a>')
}

  random_imglink()
//-->
