var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="2 file suit for racial bias at U.S. Steel - Post-Tribune
";
arnews[0] += "A Crown Point man and his father are suing their employer, U.S. Steel, for racial discrimination. According to the lawsuit, filed in the U.S. District Court in Hammond, David Walton Jr. worked for U.S. Steel as a crane operator when another employee ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 09:57:00 GMT";
arnews[0] += "
";
arnews[1]="Some post offices closed around Thanksgiving - Business First
";
arnews[1] += "Hours of operations will be posted at each local office, said David Walton, communications program specialist for the Kentuckiana District of the U.S. Post Office. Patrons also may call (800) ASK-USPS (275-8777) to find out their local office’s ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 18:43:00 GMT";
arnews[1] += "
";
arnews[2]="Walton and Braaksma - Holland Sentinel
";
arnews[2] += "Parents of the couple are Katherine and the late David Walton of Holland, Randall Braaksma and Laurie Beyer of Holland, and Carol and Rob McNairy of Orange City, IA. Kim Walton was maid of honor, and Libby Piotrzkowski, Deena Ismail ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 15:27:00 GMT";
arnews[2] += "
";
arnews[3]="Clampdown as motorists drive wrong way - Shropshire Star
";
arnews[3] += "Despite constant warnings, drivers are not taking heed,” said Constable David Walton.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 13:51:00 GMT";
arnews[3] += "
";
arnews[4]="Saturday mail processing to move - Bowling Green Daily News
";
arnews[4] += "It’s any mail that’s postmarked to be delivered, and that’s the process we’re looking to move,” said David Walton, a spokesman for the USPS. “They’re lucky; at some of these (facilities), they’re looking to move the whole entire plant ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 17:58:00 GMT";
arnews[4] += "
";
arnews[5]="USPS Holds Public Forum Regarding Nebo Post Office - iSurfHopkinsCo
";
arnews[5] += "NEBO, KY - After informing the citizens of Nebo via letter a couple of weeks ago, The US Postal Service hosted a public forum last Monday at the Nebo Christian Church to discuss the future of the Nebo Post Office. Two representatives from the post ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 15:42: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("