<!-- Begin hiding code
var intUpperRange = 8;
var intIndex =  Math.round ( Math.random() * intUpperRange );
quotes = new Array();
quotes[0] = "Most people have trouble differentiating between a sales pitch and sound financial advice."
quotes[1] = "Impatience causes people to rush into investments before knowing what they really are."
quotes[2] = "The best investments go to the most educated."
quotes[3] = "Only 6% of professionals will retire in a manner they have grown accustom to."
quotes[4] = "It&#39;s about delivering a solution that makes sense. It&#39;s that simple."
quotes[5] = "&quot;In all affairs it&#39;s a healthy thing now and then to hang a question mark on the things you have long taken for granted&quot; &#150; Bertrand Russell"
quotes[6] = "Financial independence means reaching a point where you never have to worry about money again."
quotes[7] = "Success in life doesn&#39;t happen by chance. It is the result of doing the right things in the right order at the right time."
quotes[8] = "Work/Life Balance, don&#39;t sacrifice either."

document.write(quotes[intIndex]);
// End hiding code  -->
