var arnews = new Array(652);
totcount = 20;
rnd = 0;
document.write("
");
document.write("Yahoo! Finance: CHRW News
");
document.write("Updated : Thu, 02 Sep 2010 15:39:04 GMT
");
document.write("
");
document.title=document.title+ " - Yahoo! Finance: CHRW News";
document.title=document.title+ " ";
arnews[0]="UPDATE - UTi Worldwide Q2 beats on higher volumes, shares jump
";
arnews[0] += "";
arnews[0] += "
Publ.Date : Thu, 02 Sep 2010 15:39:04 GMT";
arnews[0] += "
";
arnews[1]="Icahn Buys $24.7M More in Motorola Shares
";
arnews[1] += "";
arnews[1] += "
Publ.Date : Wed, 01 Sep 2010 13:41:56 GMT";
arnews[1] += "
";
arnews[2]="Nick Godt's Market Medics: Denial symptom No. 36: Cyclicals stocks lead
";
arnews[2] += "[at MarketWatch] - Something is going to have square away in an increasingly unbalanced market equation over the coming months, if not weeks.";
arnews[2] += "
Publ.Date : Wed, 01 Sep 2010 04:01:00 GMT";
arnews[2] += "
";
arnews[3]="The One Thing to Know About United Parcel Service
";
arnews[3] += "";
arnews[3] += "
Publ.Date : Tue, 31 Aug 2010 22:34:53 GMT";
arnews[3] += "
";
arnews[4]="Sell Signal on 36% Profit Increase Has Analysts in Math Denial
";
arnews[4] += "";
arnews[4] += "
Publ.Date : Mon, 30 Aug 2010 20:30:01 GMT";
arnews[4] += "
";
arnews[5]="Is Pacer International a Short?
";
arnews[5] += "";
arnews[5] += "
Publ.Date : Fri, 27 Aug 2010 18:00:33 GMT";
arnews[5] += "
";
arnews[6]="C.H. Robinson Worldwide to Participate in the UBS Best of Americas Conference
";
arnews[6] += "[Business Wire] - EDEN PRAIRIE, Minn.----C.H. Robinson Worldwide, Inc. will deliver a company presentation at the UBS Fifth Annual Best of Americas Conference on September 10, 2010. The conference will be held at the UBS offices in London, England.";
arnews[6] += "
Publ.Date : Wed, 25 Aug 2010 20:15:00 GMT";
arnews[6] += "
";
arnews[7]="Research on CH Robinson Worldwide and Werner Enterprises -- The Irony of Recovery
";
arnews[7] += "";
arnews[7] += "
Publ.Date : Tue, 24 Aug 2010 13:12:00 GMT";
arnews[7] += "
";
arnews[8]="Cashing In On Low-Debt Companies
";
arnews[8] += "";
arnews[8] += "
Publ.Date : Tue, 24 Aug 2010 08:01:00 GMT";
arnews[8] += "
";
arnews[9]="A Long Row to Hoe
";
arnews[9] += "";
arnews[9] += "
Publ.Date : Mon, 23 Aug 2010 19:42:13 GMT";
arnews[9] += "
";
arnews[10]="[$$] Takeover Bets Play Out in Terex, Akamai Technologies
";
arnews[10] += "";
arnews[10] += "
Publ.Date : Sat, 21 Aug 2010 01:01:54 GMT";
arnews[10] += "
";
arnews[11]="[$$] Electronic Arts, Down for the 'Pin'? Possibly
";
arnews[11] += "";
arnews[11] += "
Publ.Date : Thu, 19 Aug 2010 23:27:14 GMT";
arnews[11] += "
";
arnews[12]="Broadcom Keeps Dividend Level
";
arnews[12] += "";
arnews[12] += "
Publ.Date : Fri, 13 Aug 2010 20:13:00 GMT";
arnews[12] += "
";
arnews[13]="[video] Daily Dividend Report: AT, BRCM, CHRW, CCJ, LNC
";
arnews[13] += "";
arnews[13] += "
Publ.Date : Fri, 13 Aug 2010 20:10:01 GMT";
arnews[13] += "
";
arnews[14]="C H ROBINSON WORLDWIDE INC Files SEC form 8-K/A, Change in Directors or Principal Officers
";
arnews[14] += "";
arnews[14] += "
Publ.Date : Thu, 12 Aug 2010 20:19:44 GMT";
arnews[14] += "
";
arnews[15]="C H ROBINSON WORLDWIDE INC Files SEC form 8-K, Other Events
";
arnews[15] += "";
arnews[15] += "
Publ.Date : Thu, 12 Aug 2010 20:19:22 GMT";
arnews[15] += "
";
arnews[16]="C.H. Robinson Worldwide Declares Quarterly Cash Dividend
";
arnews[16] += "[Business Wire] - MINNEAPOLIS----C.H. Robinson Worldwide, Inc. announced that its Board of Directors today declared a regular quarterly cash dividend of 25 cents per share, payable on October 1, 2010, to shareholders of record on September 3, 2010.";
arnews[16] += "
Publ.Date : Thu, 12 Aug 2010 20:15:00 GMT";
arnews[16] += "
";
arnews[17]="C H ROBINSON WORLDWIDE INC Financials
";
arnews[17] += "";
arnews[17] += "
Publ.Date : Thu, 12 Aug 2010 17:05:14 GMT";
arnews[17] += "
";
arnews[18]="C H ROBINSON WORLDWIDE INC Files SEC form 10-Q, Quarterly Report
";
arnews[18] += "";
arnews[18] += "
Publ.Date : Mon, 09 Aug 2010 15:36:15 GMT";
arnews[18] += "
";
arnews[19]="Best and Worst Performing S&P 500 Stocks on Earnings Days
";
arnews[19] += "";
arnews[19] += "
Publ.Date : Fri, 06 Aug 2010 18:24:42 GMT";
arnews[19] += "
";
totcount = 20;
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("