
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/smileygames.gif"
  myimages[1]="http://www.turbocargames.com/images/smileygames.gif"
  myimages[2]="http://www.turbocargames.com/images/smileygames.gif"
  myimages[3]="http://www.turbocargames.com/images/smileygames.gif"
    myimages[4]="http://www.turbocargames.com/images/smileygames.gif"
  myimages[5]="http://www.turbocargames.com/images/smileygames.gif"
    myimages[6]="http://www.turbocargames.com/images/smileygames.gif"
  myimages[7]="http://www.turbocargames.com/images/smileygames.gif"
  myimages[8]="http://www.turbocargames.com/images/smileygames.gif"
  myimages[9]="http://www.turbocargames.com/images/smileygames.gif"
    myimages[10]="http://www.turbocargames.com/images/smileygames.gif"
    myimages[11]="http://www.turbocargames.com/images/smileygames.gif"


  

  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[0]="http://www.cafecafegames.com"
  imagelinks[1]="http://turbocargames1.freegamesx.com "
  imagelinks[2]="http://turbocargames1.freegamesx.com"
  imagelinks[3]="http://turbocargames.top20free.com/"
    imagelinks[4]="http://turbocargames.top20free.com/"
  imagelinks[5]="http://turbocargames.top20free.com/"
    imagelinks[6]="http://www.allinnone.com"
  imagelinks[7]="http://www.muchflashgames.com"
    imagelinks[8]="http://www.hot-flash-games.com"
 imagelinks[9]="http://www.apakistan.com/"
   imagelinks[10]="http://www.allinnone.com/"
     imagelinks[11]="http://www.hotfunnyclub.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()
//-->
