var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Reading Tonight: Wills to Power
";
arnews[0] += "At Third Place Ravenna, Christina Dudley reads from her novel Mourning Becomes Cassandra .";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:22:53 GMT";
arnews[0] += "
";
arnews[1]="Devon U-20s win first group game
";
arnews[1] += "Devon Under-20s got their National Cup campaign off to a solid start with a 21-8 victory over Somerset.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 09:55:43 GMT";
arnews[1] += "
";
arnews[2]="Neuqua finishes fifth at state championships
";
arnews[2] += "February 9, 2010 From Submitted Reports Neuqua Valley's varsity cheerleading team finished in the middle of the pack at the IHSA state finals Saturday at the U.S. Cellular Coliseum in Bloomington.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:01:00 GMT";
arnews[2] += "
";
arnews[3]="TNT series returns in March to film in the Rose City
";
arnews[3] += "Actor Timothy Hutton, center in blue suit, stands behind the camera during filming of an episode of his hit TNT show \"Leverage.\" Electric Entertainment is coming back to Portland in March to film another season of the series.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 13:39:59 GMT";
arnews[3] += "
";
arnews[4]="SmackDown!/ECW live event results from Waco, plus upcoming WWE live events around Texas
";
arnews[4] += "WWE brings live action back to Texas at the end of this month. World Wrestling Entertainment World Wrestling Entertainment brought the SmackDown! and ECW brands to the Heart O' Texas Coliseum this past Saturday night in Waco.";
arnews[4] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="WW II veteran Cy Denne proudly served as tank driver
";
arnews[5] += "Sylvester \"Cy\" Denne never made anything without his trademark signature. \"Everything had his name and phone number on it,\" said Denne's granddaughter Kristen \"Kissie\" Wagner of North Huntingdon.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 07:35:49 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("