var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Steer makes instant impact
";
arnews[0] += "NEWTON Ladies remain unbeaten following a 58-0 trouncing of Weston Hornets. Former England Academy star Clare Steer made an instant impact on her return to Newton colours.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:52:21 GMT";
arnews[0] += "
";
arnews[1]="St. Paul couple's foster care license revoked after man charged in toddler's 2009 death
";
arnews[1] += "A St. Paul couple who took in foster children have had their license revoked by the state after the man, Daniel Lee Wright, was charged last week with manslaughter, child endangerment and neglect in the death of a 19-month-old girl.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:02:24 GMT";
arnews[1] += "
";
arnews[2]="Don't be stupid, use your credit card
";
arnews[2] += "From time to time while driving around town I'll tune into a variety of talk show programs.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:29:46 GMT";
arnews[2] += "
";
arnews[3]="Spring Grove, Northeastern, York Catholic, William Penn take mock...
";
arnews[3] += "As the 2010 District Mock Trial competition proceeds toward the state championship, Spring Grove's No.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 07:21:20 GMT";
arnews[3] += "
";
arnews[4]="Spring Grove, New Hope, York Catholic, William Penn take mock trial honors
";
arnews[4] += "As the 2010 District Mock Trial competition proceeds toward the state championship, Spring Grove's No.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 21:08:05 GMT";
arnews[4] += "
";
arnews[5]="Charity chief set for face to face meet
";
arnews[5] += "By RICHARD CORNWELL Felixstowe editor richard.cornwell@eveningstar.co.uk> FELIXSTOWE: Volunteers from Felixstowe's under-threat Blue Cross centre are to voice their protests and concerns at a face-to-face meeting with the charity's chief.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 20:39:46 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("