var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="BackOffice Associates Announces Donation To Lower Cape Outreach Council
";
arnews[0] += "BackOffice Associates, LLC , the leader in SAP data quality, data migration and data governance solutions, and headquartered on Cape Cod , announced today a $15,720 donation to the Lower Cape Outreach Council.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:13:52 GMT";
arnews[0] += "
";
arnews[1]="Jay Hancock: Rise in temp workers a sure, if slow, sign of recovery
";
arnews[1] += "But items keep crossing my desk suggesting that the economy continues to heal and that employers might start hiring by spring or summer.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 10:59:08 GMT";
arnews[1] += "
";
arnews[2]="Medicaid reporting draws questions from Feds, lawmakers
";
arnews[2] += "The state suspended, for one year ending in mid-2009, a school-focused Medicaid reimbursement program after muddy financial reporting raised red flags with federal agencies, a deputy health commissioner said Tuesday.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 10:42:31 GMT";
arnews[2] += "
";
arnews[3]="Elan set to report operating profit
";
arnews[3] += "Pharmaceutical firm Elan said today it expects to report operating profit before other charges or gains \"for the first time in several years\" in 2010.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 09:53:46 GMT";
arnews[3] += "
";
arnews[4]="Harlan ends skid against M'boro
";
arnews[4] += "The Harlan Lady Dragons can check another accomplishment off the list in a 2009-10 season that has already exceeded expectations.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 09:32:17 GMT";
arnews[4] += "
";
arnews[5]="School Notes
";
arnews[5] += "Students from Knightdale, Wendell, and Zebulon are among the 911 who have made the President's List or Dean's List for the Fall 2009 semester, according to the school.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 09:07:56 GMT";
arnews[5] += "
";
arnews[6]="College notebook: RFA grad league's - Runner of Week'
";
arnews[6] += "Mohawk Valley Community College transfer Durell Cull has wasted no time making a name for himself as a sprinter on the Oneonta State men's indoor track and field team.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Daily television guide
";
arnews[7] += "Chat 10 a.m. Matthew Gilbert on \"American Idol.'' Chat 11 a.m. Critic Devra First on restaurants.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 08:18:47 GMT";
arnews[7] += "
";
arnews[8]="How to Win American Idol
";
arnews[8] += "A creativity researcher cracks the pop-stardom code: It's not talent or looksa 'it's something far more improbable.";
arnews[8] += "
Publ.Date : Wed, 10 Feb 2010 07:52:45 GMT";
arnews[8] += "
";
totcount = 9;
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("