var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Albert Pujols Wins NL Cy Young Award (Satire) - Bleacherreport.com
";
arnews[0] += "The Baseball Writers Association of America has selected St. Louis Cardinals’ first baseman Albert Pujols as the 2009 National League Cy Young Award winner, according to a press release from Major League Baseball. “This is an incredible honor ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 15:28:00 GMT";
arnews[0] += "
";
arnews[1]="N.C. A&T to dedicate new building - Greensboro Business Journal
";
arnews[1] += "The speaker at the dedication ceremony will be Walter Johnson Jr., who was president of the freshman class and Student Government Association president during Proctor's tenure. He is currently a consultant with TVLS Investment Co. The new education ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 20:37:00 GMT";
arnews[1] += "
";
arnews[2]="Who writes next chapter? - Maryland Community Newspapers Online
";
arnews[2] += "After tying Whitman, Walter Johnson and Magruder, it was something of an afterthought entering the playoffs, but put a scare into Wootton in a one-goal loss Feb. 9. Gone is longtime goaltender Griffin Farha, but the Potomac school still has the ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 09:39:00 GMT";
arnews[2] += "
";
arnews[3]="Holderness tax rate set at $12.96 - Citizen
";
arnews[3] += "Taxpayers may call King or Town Administrator Walter Johnson at 603-968-.2145 if they have questions concerning their assessments or tax bills.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 08:14:00 GMT";
arnews[3] += "
";
arnews[4]="Board seeks bids for retaining wall around courthouse - Rankin Ledger
";
arnews[4] += "The hill, where atop sits Rankin County's Old Courthouse, has erosion issues on its northwest corner, and county officials say it's time to build a retaining wall to curb the weathering. The Board of Supervisors approved a measure earlier this month ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 05:50:00 GMT";
arnews[4] += "
";
arnews[5]="Maryland cross-country - Washington Post
";
arnews[5] += "When Chopticon senior Tyler Ostrowski began to approach the infamous \"Dip\" -- a deep ravine runners must traverse twice on Hereford's three-mile course -- he saw himself losing ground in the Maryland 3A state cross-country championship Saturday. More ...";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 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("