
function random_imglink(){
  var myimages=new Array()
  //specify random images below. You can have as many as you wish
  myimages[1]="http://www.freehairdressergames.com/files/image/extremehair.jpg"
  myimages[2]="http://www.freehairdressergames.com/files/image/SONIAS_SALON.gif"
  myimages[3]="http://www.freehairdressergames.com/files/image/pollys_hair_stylin_salon.jpg"
  
  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[1]="http://www.freehairdressergames.com/"
  imagelinks[2]="http://www.freehairdressergames.com/girls39-Hair-Games"
  imagelinks[3]="http://www.freehairdressergames.com/girls39-Hair-Games"
  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="170" height="130"><br>Hair Games</a>')
}

  random_imglink()
//-->

