function sparkquotes()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<i><p>"Consumption is fine, but will only get you so far along the road of satisfaction and success.<p><b>Contribute<br>Create<br>Comment<br>Collaborate</b><p>You\'ll get much farther, much faster.</i>" -Leif'); } // ConsumeOrContribute
if (ranNum == 1){document.write('<i>"If you\'re waiting for perfection before production, before sharing in the new world of social media, you\'re going to be waiting a looooooooooooooooooooooong time."</i> -Leif'); } // JoinTheMess
if (ranNum == 2){document.write('<i>"All these new social and information technologies are powerful.  Yet power can be creative or destructive.  The key to using technology productively and sustainably is to continually ask if your tech practices are serving your goals.  <p>Perhaps you first need to simply clarify your goals?"<i>-Leif'); } // SustainableTech
if (ranNum == 3){document.write('<i>"You have to learn the rules of the game. And then you have to play better than anyone else."<i>-Einstein'); } // EinsteinPlayRules
}
