var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Honorable Mention ...
";
arnews[0] += "Sunday, February 7, 2010 Send listings to communityweekly @ fosters.com. SARATOGA SPRINGS, N.Y. - Molly Gile, Class of 2013 at Skidmore College, earned honors for the fall semester.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 09:59:05 GMT";
arnews[0] += "
";
arnews[1]="Youth briefs
";
arnews[1] += "Washington's seventh-grade girls basketball teams lost two games to Geneva North on Jan.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 10:51:06 GMT";
arnews[1] += "
";
arnews[2]="The Final Score
";
arnews[2] += "Avenging an early-season 5-0 loss, shackling defense allowed Andover to achieve a 1-1 tie with league power Arlington.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 15:38:45 GMT";
arnews[2] += "
";
arnews[3]="3 freed inmates to discuss wrongful convictions at Missouri journalism school
";
arnews[3] += "Three men sent to prison for murder but later released are coming together in Columbia Wednesday night to draw public attention to wrongful convictions.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 10:09:44 GMT";
arnews[3] += "
";
arnews[4]="2010 Star Search winners announced
";
arnews[4] += "The Sweetwater High School Auditorium was packed with stars and their fans on Saturday, Jan.";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 18:04:28 GMT";
arnews[4] += "
";
arnews[5]=""We Are the World" Will Be Performed Again for Haitian Earthquake Relief
";
arnews[5] += "I don't have to worry about medical care for my children and even if such a tragedy were to occur in my city, we have such a large infrastructure of health care that worry about treatment would be the only anxious thought in my mind instead of where can I go to get help.";
arnews[5] += "
Publ.Date : Fri, 22 Jan 2010 18:30:53 GMT";
arnews[5] += "
";
arnews[6]="Photos of the Week
";
arnews[6] += "This Just In ... Kevin Fischer is an award-winning veteran broadcaster who has been seen and heard on Milwaukee TV and radio stations for nearly three decades.";
arnews[6] += "
Publ.Date : Sun, 17 Jan 2010 15:33:53 GMT";
arnews[6] += "
";
arnews[7]="Business Marketplace set for Jan. 26
";
arnews[7] += "Norman Chamber of Commerce Business Marketplace is an opportunity to showcase your products and services to more than 300 business and community members.";
arnews[7] += "
Publ.Date : Sat, 16 Jan 2010 12:31:25 GMT";
arnews[7] += "
";
totcount = 8;
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("