
function random_imglink(){
  var myimages=new Array()
  //specify random images below. You can have as many as you wish
  myimages[0]="http://www.turbocargames.com/images/15.gif"
  myimages[1]="http://www.turbocargames.com/images/15.gif"
  myimages[2]="http://www.turbocargames.com/images/15.gif"
  myimages[3]="http://www.turbocargames.com/images/15.gif"
    myimages[4]="http://www.turbocargames.com/images/15.gif"
  myimages[5]="http://www.turbocargames.com/images/15.gif"
  myimages[6]="http://www.turbocargames.com/images/15.gif"
   myimages[7]="http://www.turbocargames.com/images/15.gif"
  myimages[8]="http://www.turbocargames.com/images/15.gif"
     myimages[9]="http://www.turbocargames.com/images/15.gif"
  myimages[10]="http://www.turbocargames.com/images/15.gif"
    myimages[11]="http://www.turbocargames.com/images/15.gif"
  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[0]="http://turbocargames1.freegamesx.com "
  imagelinks[1]="http://turbocargames1.freegamesx.com "
  imagelinks[2]="http://turbocargames1.freegamesx.com"
  imagelinks[3]="http://www.cafecafegames.com/"
    imagelinks[4]="http://www.allhotgames.net"
  imagelinks[5]="http://www.veryhotgames.net"
  imagelinks[6]="http://www.gamesgt.com"
   imagelinks[7]="http://www.dailycargames.com"
  imagelinks[8]="http://www.cubitgame.com/"
    imagelinks[9]="http://www.cyberarcadeworld.com"
  imagelinks[10]="http://www.games9.net"
   imagelinks[11]="http://www.dailycargames.com"
  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="100" height="100"></a>')
}

  random_imglink()
//-->
