var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Grubb & Ellis Company Reports Improved Second Quarter 2010 Results
";
arnews[0] += "
";
arnews[1]="Grubb & Ellis Company to Hold 2010 Second Quarter Conference Call on August 10
";
arnews[1] += "
";
arnews[2]="Grubb & Ellis Company Issues Statement Regarding Registration Rights Filing
";
arnews[2] += "
";
arnews[3]="Grubb & Ellis Launches Landauer Appraisal & Valuation
";
arnews[3] += "
";
arnews[4]="Grubb & Ellis Company Reports Improved First Quarter 2010 Results
";
arnews[4] += "
";
arnews[5]="Grubb & Ellis Company Names Michael J. Rispoli Executive Vice President and Chie...
";
arnews[5] += "
";
arnews[6]="Grubb & Ellis Company Announces Closing of Over-Allotment Option for Convertible...
";
arnews[6] += "
";
arnews[7]="Grubb & Ellis Company Declares Preferred Stock Dividend
";
arnews[7] += "
";
arnews[8]="Grubb & Ellis Regains Early Compliance With NYSE Listing Standards
";
arnews[8] += "
";
arnews[9]="Grubb & Ellis Company to Present at Investor Conference
";
arnews[9] += "
";
totcount = 10;
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("