var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Area teams enjoy muddy evening
";
arnews[0] += "The warrant stated that she used checks belonging to Laraie M. Brooks. Bond was set at $3,000. See archived 'Crime' stories>>";
arnews[0] += "
Publ.Date : Mon, 14 May 2007 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Young Farmers, FFA'ers and 4-H member Activities
";
arnews[1] += "One of the nice things about being associated with the Gordon County Young Farmers is being around people who are involved as agricultural leaders in the county.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 20:58:03 GMT";
arnews[1] += "
";
arnews[2]="Oakland County executive says he's set to run in 2012
";
arnews[2] += "Oakland County Executive L. Brooks Patterson said Tuesday that he's in good health and hopes to run for re-election when his term expires in 2012.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 20:16:08 GMT";
arnews[2] += "
";
arnews[3]="L. Brooks Patterson
";
arnews[3] += "Oakland County Executive L. Brooks Patterson said Tuesday that he's in good health and hopes to run for re-election when his term expires in 2012.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 14:14:31 GMT";
arnews[3] += "
";
arnews[4]="John William (Bill) Tressler, 79
";
arnews[4] += "DUNKIRK - John William 'Bill' Tressler, 79, went to be with the Lord Saturday, November 14, 2009.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Fort Hood captain: Hasan wanted patients to face war crimes charges
";
arnews[5] += "By BROOKS EGERTON / The Dallas Morning News begerton@dallasnews.com / The Dallas Morning News s Dave Michaels and Lee Hancock contributed to this report.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 08:56:36 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("