var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Adamsville News
";
arnews[0] += "The un-audited 2009 Salem Township annual financial report is complete. To view a copy, call Walter Kreis, fiscal officer, at 252-6742. Salem Township Trustees are: Bob Bowden, president, Gary Heil, vice president and Steven Matthews is the third member.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Lady Redskins ease past Sweetwater on Senior Night
";
arnews[1] += "The Sweetwater Lady Wildcats looked to have a big upset in line against the Loudon Lady Redskins on Tuesday night.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 16:31:51 GMT";
arnews[1] += "
";
arnews[2]="Cecil June Allmon
";
arnews[2] += "Cecil June Allmon passed away February 1, 2010, at Mitchell Manor Convalescent Center in McAlester, Okla.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 10:11:58 GMT";
arnews[2] += "
";
arnews[3]="Cecil June Allmon
";
arnews[3] += "Cecil June Allmon passed away February 1, 2010 at Mitchell Manor Convalescent Center in McAlester, OK.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 09:53:07 GMT";
arnews[3] += "
";
arnews[4]="Lady Wildcats edge archrival Sequoyah in overtime
";
arnews[4] += "It took an extra period to decide the county and district rivalry between Sweetwater and Sequoyah Thursday night at the Chop House.";
arnews[4] += "
Publ.Date : Mon, 01 Feb 2010 16:01:56 GMT";
arnews[4] += "
";
arnews[5]="NOC Enid men, women on the road tonight
";
arnews[5] += "Northern Oklahoma College's men and women's basketball teams return to action tonight after a seven-day layoff when they travel to meet Northeastern A&M College at 6 p.m. tonight in Miami.";
arnews[5] += "
Publ.Date : Sun, 31 Jan 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="FSU men's tennis rebounds to beat LSU
";
arnews[6] += "The No. 13 Florida State men's tennis team responded well a day after falling to Wisconsin.";
arnews[6] += "
Publ.Date : Sun, 31 Jan 2010 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("