
function random_imglink(){
  var myimages=new Array()
  //specify random images below. You can have as many as you wish
  myimages[1]="http://www.freedrivinggames.net/files/image/talladeganights.jpg"
  myimages[2]="http://www.freedrivinggames.net/files/image/parkmycar.jpg"
  myimages[3]="http://www.freedrivinggames.net/files/image/redlinerumble.gif"
  myimages[4]="http://www.parkinggames247.com/files/image/day_drive.gif"
  myimages[5]="http://www.bikegames247.com/files/image/fmxteam.jpg"
	 
  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[1]="http://www.freedrivinggames.net/"
  imagelinks[2]="http://www.racerarcade.com/"
  imagelinks[3]="http://www.racinggames247.com/"
  imagelinks[4]="http://www.parkinggames247.com/"
  imagelinks[5]="http://www.bikegames247.com/"
  var ry=Math.floor(Math.random()*myimages.length)

  if (ry==0)
     ry=1
     document.write('<a class="gamelink" href='+'"'+imagelinks[ry]+'"'+' target="_blank"><img src="'+myimages[ry]+'" border=0 width="155" height="125"> Car Games</a>')
}

  random_imglink()
//-->

