var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Johnston - Brown
";
arnews[0] += "Sam and Sherri Johnston of Calhoun, La. are pleased to announce the engagement of their daughter, Laura Lee Johnston, to Justin Blake Brown, son of Randy and DeAnna Brown of Calhoun.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:42:18 GMT";
arnews[0] += "
";
arnews[1]="Warrior men win, but women fall in basketball
";
arnews[1] += "East Stroudsburg University made its first five three-pointers in a four-minute stretch to open the game and improved to 3-0 with a 109-61 win over Penn State-Allegheny on the second day of the Wolf's Bus Lines Classic at Shippensburg University on Saturday night.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:35:21 GMT";
arnews[1] += "
";
arnews[2]="H. Johnston
";
arnews[2] += "R.H. \"H\" Johnston, 78, of Dow, died Thursday, Nov. 19, 2009, at McAlester Regional Health Center.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:37:25 GMT";
arnews[2] += "
";
arnews[3]="Help animals keep their chance for bliss
";
arnews[3] += "Families often dump older dogs like Sweetie, 14, . But Buddy and Minnie welcomed her.";
arnews[3] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="eHealth scandal claims deputy health minister
";
arnews[4] += "Ontario deputy health minister Ron Sapsford, a key player at the heart of the province's $1-billion electronic health record scandal, has resigned.";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 00:47:01 GMT";
arnews[4] += "
";
arnews[5]="Michelle Obama does not have a larger staff than any other first lady
";
arnews[5] += "First Lady Michelle Obama This rumor has been floating around ever since an article was published on The Last Crusade arguing that Michelle Obama is spending too much money on staff considering the current economic state of the country.";
arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Bobbie Joanna (Reed) Wallace
";
arnews[6] += "Bobbie Joanna Wallace, 37, of McAlester, died Thursday, Nov. 5, 2009, in Tulsa. The family will receive visitors from 6 p.m. to 8 p.m. today at Bishop Funeral Home.";
arnews[6] += "
Publ.Date : Tue, 10 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Total Nut Job Sues For Custody of Celebrity Babies
";
arnews[7] += "There are a lot of complete wackos out in the U.S. prison system, but very few of them hand-write court papers and file lawsuits.";
arnews[7] += "
Publ.Date : Sat, 07 Nov 2009 22:31:29 GMT";
arnews[7] += "
";
arnews[8]="August 2: Iss. 30
";
arnews[8] += "Peter Frampton came alive at Coney Island's Asser Levy Park on Thursday night, belting out some of the live hits that made his \"Frampton Comes Alive\" LP the greatest live album ever .";
arnews[8] += "
Publ.Date : Tue, 27 Oct 2009 08:07:16 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("