
var quotes=new Array()

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

quotes[0]='<span class="bodynews"><b>Experience the GM brand?</b><br>General Motors (GM), the industry\'s largest advertiser and the largest automobile maker in the world, is facing hard times. How is GM tackling their problems?<a href="http://blogfonk.fonkstra.com/2005/11/bloglumn-experience-gm-brand.html" class="bodynewsover"> <br>Read complete item</a>'

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

