﻿function random_imglink(){
  var img=new Array()
  img[1]="images/golf-cm/bcks-rn.jpg"
  img[2]="images/golf-cm/eag-gln.jpg"
  img[3]="images/golf-cm/emerld.jpg"
  img[4]="images/golf-cm/hidoaks.jpg"
  img[5]="images/golf-cm/mpcc.jpg"
  img[6]="images/golf-cm/phct.jpg"
  img[7]="images/golf-cm/pleashl.jpg"
  img[8]="images/golf-cm/rverwd.jpg"
  img[9]="images/golf-cm/snwsnk.jpg"
  img[10]="images/golf-cm/stivs.jpg"
  img[11]="images/golf-cm/thpnes.jpg"
  img[12]="images/golf-cm/tulmr.jpg"
  img[13]="images/golf-cm/wndbrk.jpg"
  var ry=Math.floor(Math.random()*img.length)

  if (ry==0)
     ry=1
     document.write('<img src="'+img[ry]+'" border="0" />')
}

  random_imglink()

