var titleimages=new Array()
titleimages[0]="images/GOGlogo82.jpg"
titleimages[1]="images/GOGlogo70.jpg"
titleimages[2]="images/GOGlogo08.jpg"
titleimages[3]="images/GOGlogo10-2.jpg"
titleimages[4]="images/GOGlogo10.jpg"
titleimages[5]="images/GOGlogo10.jpg"
titleimages[6]="images/GOGlogo10.jpg"


var titlesize=new Array()
titlesize[0]="WIDTH=494 HEIGHT=396"
titlesize[1]="WIDTH=494 HEIGHT=235"
titlesize[2]="WIDTH=494 HEIGHT=336"
titlesize[3]="WIDTH=494 HEIGHT=223"
titlesize[4]="WIDTH=494 HEIGHT=334"
titlesize[5]="WIDTH=494 HEIGHT=334"
titlesize[6]="WIDTH=494 HEIGHT=334"

var titlecaption=new Array()
titlecaption[0]="The Gathering of the Green"
titlecaption[1]="The Gathering of the Green"
titlecaption[2]="The Gathering of the Green"
titlecaption[3]="The Gathering of the Green"
titlecaption[4]="The Gathering of the Green"
titlecaption[5]="The Gathering of the Green"
titlecaption[6]="The Gathering of the Green"

var titlelink=new Array()
titlelink[0]="highlights10.html"
titlelink[1]="highlights10.html"
titlelink[2]="highlights10.html"
titlelink[3]="highlights10.html"
titlelink[4]="highlights10.html"
titlelink[5]="highlights10.html"
titlelink[6]="highlights10.html"




var ry=Math.floor(Math.random()*titleimages.length)

document.write('<a href="'+titlelink[ry]+'"><img src="'+titleimages[ry]+'" '+' '+titlesize[ry]+'     border=0 ALT="'+titlecaption[ry]+'"></a>')

