function random_imglink(){
  var myimages=new Array()
  //specify random images below. You can have as many as you wish
  myimages[1]="http://www.girlgames247.com/out/1.gif"
  myimages[2]="http://www.girlgames247.com/out/2.gif"
  myimages[3]="http://www.girlgames247.com/out/3.gif"
  myimages[4]="http://www.girlgames247.com/out/4.gif"
  myimages[5]="http://www.girlgames247.com/out/5.gif"
  myimages[6]="http://www.girlgames247.com/out/6.gif"
  myimages[7]="http://www.girlgames247.com/out/7.gif"
  myimages[8]="http://www.girlgames247.com/out/8.gif"
  myimages[9]="http://www.girlgames247.com/out/9.gif"
  myimages[10]="http://www.girlgames247.com/out/10.gif"
  myimages[11]="http://www.girlgames247.com/out/11.gif"
  myimages[12]="http://www.girlgames247.com/out/12.gif"

  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[1]="http://www.freegames.net/babysitting-games-for-girls.php"
  imagelinks[2]="http://www.freegames.net/barbie-dress-up-games-for-girls.php"
  imagelinks[3]="http://www.freegames.net/fairy-games.php"
  imagelinks[4]="http://www.freegames.net/restaurant-games.php"
  imagelinks[5]="http://www.freegames.net/haircutting-salon-games.php"
  imagelinks[6]="http://www.freegames.net/princess-games.php"
  imagelinks[7]="http://www.freegames.net/hotel-games-online.php"
  imagelinks[8]="http://www.freegames.net/love-games-for-girls.php"
  imagelinks[9]="http://www.freegames.net/shopping-games.php"
  imagelinks[10]="http://www.freegames.net/spa-games.php"
  imagelinks[11]="http://www.freegames.net/wedding-games-for-girls.php"
  imagelinks[12]="http://www.freegames.net/princess-games.php"
  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()
//-->

