
var quotes=new Array()
var images=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='In March 2006, City of York HC were the first club in North Yorkshire to be granted the Clubs 1st Award.'
//images[0]='<img src=../images/ticker/retain_temp_k9_tkr.jpg>'

quotes[1]='In 1998 York Hockey Club and rivals, York Trojans merged to form The City of York Hockey Club, with now over 300 members.'
//images[1]='<img src=../images/ticker/k9_scaling_8_tkr.jpg>'

quotes[2]='The club has 9 mens teams, 4 ladies teams, one mixed team and several youth teams.'
//images[2]='<img src=../images/ticker/k9_scaling_1_tkr.jpg>'

quotes[3]='The club supports its members in gaining recognised umpiring qualifications. There is an umpires section on this website if you are interested.'
//images[3]='<img src=../images/ticker/k9_scaling_9_tkr.jpg>'



var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
document.write('<BR><BR>')
//document.write(images[whichquote])
//document.write('<BR><br>')
