var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Saturday Afternoon at the Opera
";
arnews[0] += "The romantic entanglements of Shakespeare's A Midsummer Night's Dream have inspired movies, novel plots, and, of course, music.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:19:29 GMT";
arnews[0] += "
";
arnews[1]="Cuthbertson wins first-ever basketball game
";
arnews[1] += "The scoreboard read 68-32 when the Cuthbertson students rushed the court Friday night after the final second ticked away, but history will record the first victory in the school's history as 70-32 over visiting Union Academy.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:56:04 GMT";
arnews[1] += "
";
arnews[2]="Review: Precious
";
arnews[2] += "In addition to being raped by her father, Claireece Precious Jones is verbally and physically abused by her mother in the film Precious: Based on the Novel Push by Sapphire.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 14:07:47 GMT";
arnews[2] += "
";
arnews[3]="6-10: "Shareholders Meeting" 2009.11.19
";
arnews[3] += "Cast: Steve Carell, Rainn Wilson, John Krasinski, Jenna Fischer, B.j. Novak, Ed Helms, Leslie david Baker, Brian Baumgartner, Kate Flannery, Angela Kinsey, Oscar Nunez, Phyllis Smith, Paul Lieberstein, Mindy Kaling, Creed Bratton, Craig Robinson, Ellie Kemper, Andy Buckley Crew: Ben Silverman , Greg Daniels , Ricky Gervais , Stephen Merchant , ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 03:47:46 GMT";
arnews[3] += "
";
arnews[4]="Double bill pairs drama and dance pieces
";
arnews[4] += "The Late Night Theatre double bill entitled \"Exposed\" is part drama and part dance: \"This is a Play\" by Daniel MacIvor and \"The Natalia Gallery\" - six short dance pieces by various choreographers.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Slone, Gaines highlight AP Southeast District Team
";
arnews[5] += "Oak Hilla TMs Jesse Slone prepares to take the snap during a playoff game against Ridgewood.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 07:30:14 GMT";
arnews[5] += "
";
arnews[6]="Injury, illness plague Stayner Siskins
";
arnews[6] += "Midland, Midland, Midland, if Stayner Siskins didn't have to play the Flyers their record and confidence would be far better.A Midland was in town again Thursday night and despite the fact Stayner won the game it wasn't exactly a landslide.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 14:02:00 GMT";
arnews[6] += "
";
arnews[7]="Comedian Stephen Lnych stirs things up at the Portsmouth Music Hall
";
arnews[7] += "According to his biography, comedian Stephen Lynch was raised by a former priest and nun.";
arnews[7] += "
Publ.Date : Tue, 17 Nov 2009 06:59:38 GMT";
arnews[7] += "
";
arnews[8]="Cardboard box campaign a success
";
arnews[8] += "By the time the oversized cardboard box was taken down in Champlain Place's parking lot early Saturday evening, Jennifer Marr had spent about 27 hours in or around it.";
arnews[8] += "
Publ.Date : Mon, 16 Nov 2009 13:45:28 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("