var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Children design dishes for celebrity chef Aiden Byrne at the Church Green in Lymm
";
arnews[0] += "Because the youngsters have designed a new childrena TMs menu at the award-winning Church Green in the village.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:47:43 GMT";
arnews[0] += "
";
arnews[1]="African choir to visit Stow
";
arnews[1] += "The African Children's Choir will perform at 7 p.m. Friday at Victory Life Church, 3833 Hudson Drive, Stow.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 09:01:54 GMT";
arnews[1] += "
";
arnews[2]="Generic celebration
";
arnews[2] += "Eva Golden and Nate Klingenberg of the Bexley High School Vocal Ensemble practice for the upcoming Winter Choral Concert.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 12:31:47 GMT";
arnews[2] += "
";
arnews[3]="Pastors reminded to honor calling at annual conference
";
arnews[3] += "Florida pastors didn't let the threat of Tropical Storm Ida stop them from encouraging one another in a singularly-focused 2009 Florida Baptist Pastors' Conference at Olive Baptist Church Nov.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 09:35:01 GMT";
arnews[3] += "
";
arnews[4]="Franklyn
";
arnews[4] += "Our review of Franklyn , published September 17th, 2009, is also available. Beyond reality.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Athletics: Marathons are off and running in San Francisco
";
arnews[5] += "San Francisco hosts nearly a dozen organized marathons, half-marathons, triathlons and walk/run events per year.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 05:52:14 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("