// JavaScript Document
var quotes = 5;

var e_quote = new Array ();


var q = Math.round(quotes*Math.random());

e_quote[0] = "Organizations are only as effective as the individuals and teams who lead them.";

e_quote[1] = "Organizations are only as effective as the individuals and teams who lead them.";

e_quote[2] = "Organizations are only as effective as the individuals and teams who lead them.";

e_quote[3] = "Organizations are only as effective as the individuals and teams who lead them.";

e_quote[4] = "Organizations are only as effective as the individuals and teams who lead them.";

e_quote[5] = "Organizations are only as effective as the individuals and teams who lead them.";


var quote  = "<FONT class=\"quoteText\">" + e_quote[q] + "</FONT>";

