
function random_imglink(){
  var myimages=new Array()
  //specify random images below. You can have as many as you wish
  myimages[1]="http://www.freedressupgames.net/files/image/vanessas-naughtypics.gif"
  myimages[2]="http://www.freedressupgames.net/files/image/CakeMania3.gif"
  myimages[3]="http://www.freedressupgames.net/files/image/Bratz_Haunted_House.gif"
  myimages[4]="http://www.freedressupgames.net/files/image/DoraAndTheLostValentine.gif"
  myimages[5]="http://www.freedressupgames.net/files/image/kindergarten.jpg"
	 
  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[1]="http://www.freedressupgames.net/"
  imagelinks[2]="http://www.freedressupgames.net/dressupgames-3/Cooking-Games"
  imagelinks[3]="http://www.freedressupgames.net/dressupgames-1/Bratz-Games"
  imagelinks[4]="http://www.freedressupgames.net/dressupgames-122/Dora-Games"
  imagelinks[5]="http://www.freedressupgames.net/kids-games.php"
  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="155" height="125"><center>Dress up Games</center></a>')
}

  random_imglink()
//-->

