﻿    <!--//--><![CDATA[//><!--
    var theArray = new Array()
    						
    theArray[0] = "&quot;What I learnt in just a few weeks would have taken years of experience for me to learn on my own&quot; T.F, Graduated 2008, Prop Equity Trader";
    theArray[1] = "&quot;I came away with sound knowledge of the market place&quot; ST, Graduated 2007, Derivative Trader";
    theArray[2] = "&quot;The course was great! I couldn't recommend it highly enough!&quot; NW, Graduated 2008, Prop Equity Trader";
    theArray[3] = "&quot;The training program gave me all the requisite skills and understanding of professional securities trading I needed&quot; WN, Graduated 2007, Prop Equity Trader";
    theArray[4] = "&quot;I learnt everything from interpretation of economic data to detailed trading strategy&quot; GA, Graduated 2007, Prop Equity Trader";
    theArray[5] = "&quot;I went straight onto a trading desk as a confident and profitable trader from my first week&quot; GA, Graduated 2007, Prop Equity Trader";
    theArray[6] = "&quot;I got employment in a leading City trading house in London&quot; DN, Graduate 2007, Prop Equity Trader";
    theArray[7] = "&quot;I use the knowledge and experience learned from this course every day in my trading&quot; CH, Graduate 2008, Prop Equity Trader";

    
    <!--//--><![CDATA[//><!--

    startList = function() {
	    if (document.all&&document.getElementById) {
		    navRoot = document.getElementById("nav");
		    for (i=0; i<navRoot.childNodes.length; i++) {
			    node = navRoot.childNodes[i];
			    if (node.nodeName=="LI") {
				    node.onmouseover=function() {
					    this.className+=" over";
				    }
				    node.onmouseout=function() {
					    this.className=this.className.replace(" over", "");
				    }
			    }
		    }
	    }
	    document.getElementById("quotes").innerHTML = theArray[Math.floor((7-(0-1))*Math.random())];
    }
    window.onload=startList;

    //--><!]]>
