var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Dollar and commodities trades under threat - Reuters
"; arnews[0] += "There is loads of cash on the sidelines and there's been a constant trickle into the market and keeping the tide going,\" said Paul Kim, director of portfolio management at FundQuest. \"They will keep the foot on for a little bit more but that's until ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:24:00 GMT"; arnews[0] += "
"; arnews[1]="GLOBAL MARKETS WEEKAHEAD-Dollar/commods trades under threat - Forex Pros
"; arnews[1] += "There is loads of cash on the sidelines and there's been a constant trickle into the market and keeping the tide going,\" said Paul Kim, director of portfolio management at FundQuest. \"They will keep the foot on for a little bit more but that's until ..."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:08:00 GMT"; arnews[1] += "
"; arnews[2]="Outlook: Dollar, commodities trades under threat - Economic Times
"; arnews[2] += "LONDON: Trades betting on higher commodities and equities and a weak dollar may see a quick and sharp reversal if a renewed rise in oil prices fans inflation concerns and prompts early exit from ultra-easy monetary policy. These trades exploiting ..."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:52:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");