/*
Script obtained from Wsabstract.com
For this script and more
Visit Java-Scripts.net or Wsabstract.com
*/

var x='';
quote0='"The nice thing about teamwork is that you always have others on your side"<br>– Margaret Carty'
quote1='"If everyone is moving forward together, then success takes care of itself."<br>– Henry Ford'
quote2='"When a team outgrows individual performance and learns team confidence, excellence becomes a reality."<br>- Joe Paterno'
quote3='"Build for your team a feeling of oneness, of dependence on one another<br>and of strength to be derived by unity."<br>– Vince Lombardi'
quote4='"Great teamwork is the only way we create the breakthroughs that define our careers."<br>– Pat Riley'
quote5='"It is amazing how much you can accomplish when it doesn\'t matter who gets the credit."<br>– Harry S. Truman'
quote6='"Stated simply, teamwork is less me and more we."<br>- Unknown'
quote7='"If I could solve all the problems myself, I would."<br>– Thomas Edison'
quote8='"Just because you wear the same jersey doesn\'t make you a team."<br>- Buchholz and Roth'
quote9='"Overcoming barriers to performance is how groups become teams."<br>- Katzenbach & Smith'
quote10='"Coming together is a beginning. Keeping together is progress. Working together is success."<br>- Henry Ford'



ran_number = (Math.round(Math.random()*10))
document.write(x + eval("quote"+ran_number));

