var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="In faith journal
";
arnews[0] += "21, 8 to 10 a.m., Big community breakfast at the Presbyterian Kirk, 180 Brunswick St., St.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:39:31 GMT";
arnews[0] += "
";
arnews[1]="Ohio State knocks off St. Lawrence
";
arnews[1] += "Natalie Spooner scored with 5 minutes, 22 seconds left in the third period to lead the Ohio State University women's hockey team to a 4-3 victory over St.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:31:45 GMT";
arnews[1] += "
";
arnews[2]="Kelbrook crash victim's family raise money for air ambulance
";
arnews[2] += "THE family of a Barnoldswick woman who was tragically killed in a road accident in Kelbrook in October, have started a fundraising effort to raise money for the Air Ambulance who attended the scene.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:23:01 GMT";
arnews[2] += "
";
arnews[3]="Fund has begun to fix up Lancaster's Bulfinch Church
";
arnews[3] += "At her age, no one could blame her for needing some sprucing up. The First Church of Christ Unitarian, known as the Fifth Meeting House or the Bulfinch Church, has been in use since 1816.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:35:49 GMT";
arnews[3] += "
";
arnews[4]="This week's theatre previews
";
arnews[4] += "Cat On A Hot Tin Roof stars James Earl Jones, Phylicia Rashad, Adrian Lester and Sanaa Lathan.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:05:14 GMT";
arnews[4] += "
";
arnews[5]="Hopkins alumni gather for Center for Talented Youth reunion
";
arnews[5] += "On Tuesday, the Center for Talented Youth held a reunion for participants of the program as an opportunity to reconnect and share their experiences.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 05:00:00 GMT";
arnews[5] += "
";
arnews[6]="Turning A Corner
";
arnews[6] += "In the many stages of building the women's basketball program at Franklin & Marshall , this season presents its own set of unique challenges.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 22:30:14 GMT";
arnews[6] += "
";
arnews[7]="Diplomat basketball: Turning a corner...
";
arnews[7] += "In the many stages of building the women's basketball program at Franklin & Marshall, this season presents its own set of unique challenges.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 14:57:53 GMT";
arnews[7] += "
";
arnews[8]="Palin fans line up early for book-signing
";
arnews[8] += "Michael Konkus, right, and daughter Mary of London are the first two in line at Borders on Sawmill Road.";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 12:34: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("