var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="New Consensus Sees Stimulus Package as Worthy Step
"; arnews[0] += "Now that unemployment has topped 10 percent , some liberal-leaning economists see confirmation of their warnings that the $787 billion stimulus package President Obama signed into law last February was way too small."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:28:18 GMT"; arnews[0] += "
"; arnews[1]="Weekly Roundup
"; arnews[1] += "On Nouriel Roubini's Global EconoMonitor , Nouriel discusses the extent to which the U.S. labor market is struggling as job losses are likely to continue until the end of 2010 at the earliest, and the unemployment rate will most likely peak close to 11% and remain at a very high level for two years or more.A Please read The Worst is yet to Come: ..."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:07:00 GMT"; arnews[1] += "
"; arnews[2]="Rich Corner and Steve Evans keep Mitre on top of John Smitha s Mena s Darts League
"; arnews[2] += "MITRE held on to top spot in the John Smitha s Mena s Darts League despite a 5-4 division one defeat by St Paula s. Wins for Mitre pair Rich Corner and Steve Evans kept them in pole position."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 12:23:31 GMT"; arnews[2] += "
"; arnews[3]="Final starter
"; arnews[3] += "Bobby Frankel went out a winner. Entries for Wednesday's races at Hollywood Park were taken before Frankel died early Monday morning, so the Wednesday program listed Life By R R, who ran in the fifth race, as being trained by Frankel."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 05:28:58 GMT"; arnews[3] += "
"; arnews[4]="Old Friends to Open Auxiliary Farm in New York
"; arnews[4] += "Michael Blowen, founder and president of Old Friends, is pleased to announce the opening of his organization's first satellite facility for retired Thoroughbreds."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 18:14:30 GMT"; arnews[4] += "
"; arnews[5]="Founder Collective Debuts with $40m in the Bank
"; arnews[5] += "Back in June we reported news of a new venture firm called Founder Collective, which had gathered around $30 million in commitments."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 03:16:21 GMT"; arnews[5] += "
"; totcount = 6; 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("
");