var arnews = new Array(5);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Portsmouth approves school strategic plan
";
arnews[0] += "In a nearly 3-hour session tonight, the Portsmouth School Committee approved by a 4-3 vote a strategic plan for the district reflecting broad community input gathered and refined in a 10-month process.";
arnews[0] += "
Publ.Date : Wed, 14 Oct 2009 04:00:07 GMT";
arnews[0] += "
";
arnews[1]="Rantoul and Die
";
arnews[1] += "Paul Dillon plays a blowhard with anger-management issues in the play directed by Erin Quigley.";
arnews[1] += "
Publ.Date : Tue, 09 Jun 2009 20:34:28 GMT";
arnews[1] += "
";
totcount = 2;
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("