
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.


quotes[0]='<b>Let\'s create value! And the right kind...</b><br><br>Today, the vast majority of businesspeople are uninhibitedly chanting the new litany of creating value... <a href="ideas/0.html">Read more</a>' 

quotes[1]='<b>If we\'re not registering growth, let\'s change it.</b><br><br>The race to be the biggest, for productivity or the dominant position... <a href="ideas/1.html">Read more</a>' 

quotes[2]='<b>Nothing to fear but ??</b> For an end to anxiety marketing.<br>Has marketing become so powerless that it must exploit fear as a last resort to drive our social and economic activities ?... <a href="ideas/2.html">Read more</a>'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
