var arnews = new Array(5); totcount = 5; rnd = 1; document.write("
"); document.write("From CNN and Money magazine, CNNMoney.com combines business news and in-depth market analysis with practical advice and answers to personal finance questions.
"); document.write("World business news - CNNMoney.com
"); document.write("Updated :
"); document.write("
"); document.title=document.title+ " - World business news - CNNMoney.com"; document.title=document.title+ " "; arnews[0]="Italy, Spain downgraded by Fitch
"; arnews[0] += "Fitch downgraded the sovereign debt ratings Friday of five European countries, with Italy and Spain taking the biggest hit."; arnews[0] += "
Publ.Date : Fri, 27 Jan 2012 14:48:39 EST"; arnews[0] += "
"; arnews[1]="IMF calls for larger 'firewall' in Europe
"; arnews[1] += "The director of the International Monetary Fund said Monday that Europe needs a stronger financial firewall to stop the spread of debt contagion in the eurozone,"; arnews[1] += "
Publ.Date : Mon, 23 Jan 2012 12:18:48 EST"; arnews[1] += "
"; arnews[2]="Keystone: China connection overblown
"; arnews[2] += "When President Obama rejected the Keystone oil sands pipeline expansion last week, critics immediately sounded the China alarm."; arnews[2] += "
Publ.Date : Mon, 23 Jan 2012 05:18:48 EST"; arnews[2] += "
"; arnews[3]="Greek debt talks in limbo
"; arnews[3] += "Greek debt talks are said to be progressing but officials have yet to announce a deal to scale back the nation's overwhelming debt load."; arnews[3] += "
Publ.Date : Sun, 22 Jan 2012 13:10:46 EST"; arnews[3] += "
"; arnews[4]="A world in chaos? That may be a good thing.
"; arnews[4] += "Too much is happening in the world. Politically, economically, and culturally momentous news is occurring on every continent seemingly every day, and it's overwhelming for the hapless citizen striving to stay on top of it all. If you want to impose order on the chaos, at least in your own mind, here's a suggestion: Just remember a, b, c, d. Four large, interrelated forces are driving the action globally, and they conveniently begin with those letters."; arnews[4] += "
Publ.Date : Fri, 20 Jan 2012 15:25:15 EST"; arnews[4] += "
"; totcount = 5; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");