<!--



var Text = new Array()
Text[0] = "You are not the King of Castle Hill Ivan! - <i>Steve Conn</i>"
Text[1] = "There must be a campus solution. - <i> Buff Dan</i>"
Text[2] = "If you don't go with the probabilies you're screwed. - <i>D.T.</i>"
Text[3] = "Let me feel your slopers. - <i>John Kilpatric</i>"
Text[4] = "Gravity seems to favour lighter things. - <i>Ivan Vostinar</i>"
Text[5] = "If you just don't let go you'll send. - <i>Brendan Perkins</i>"
Text[6] = "If we're not going to shag some sheep today I want to climb god-damit. - <i>John Sherman</i>"
Text[7] = "It tests you in every pysical dimension not just pulling on holds. - <i>Matt</i>"
Text[8] = "Castle Hill is the Anti-Hueco Tanks. - <i>John Sherman</i>"
Text[9] = "there is nothing wrong with hard grading - its how hard the climbing is that's important! . - <i>John Palmer</i>"
Text[10] = "Anytime is a goodtime for bouldering, just like Mc Donalds . - <i>Chris Worthington</i>"
Text[11] = "Rock tends to attract primative people. - <i>Mark Watson</i>"
Text[12] = "As long as you take me bouldering I will do anything. - <i>Tigga</i>"
Text[13] = "Out at Dry Valley the other day someone said 'Ivan' and a boulder said 'who is that?'. - <i>Gomez</i>"
Text[14] = "This face is taunting me with its lack of holds. - <i>Gomez</i>"
Text[15] = "Redpoint is when you get pumped right? - <i>Martin Genet</i>"
Text[16] = "I would rather pull a tendon than get pumped. - <i>Martin Genet</i>"
Text[17] = "You are not the King of Castle Hill Ivan! - <i>Steve Conn</i>"

var randomize = Math.round(Math.random()*17)
var quote = Text[randomize]
document.write("<H4 align= center>'"+quote+"'</H4>");
//-->

