var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Who needs Posh? Now we have our All White WAGs
";
arnews[0] += "Samantha Powell, left, and Deanna Donovan laugh at links between themselves and WAGs such as Cheryl Cole.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:21:02 GMT";
arnews[0] += "
";
arnews[1]="Records fall to SSA swimmers
";
arnews[1] += "The SSA Wet 'N' Wildcats tackled the three-day Madison Thanksgiving Invitational this past weekend.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 16:09:20 GMT";
arnews[1] += "
";
arnews[2]="People in the News: Scholars from Boston University, The Governor's Academy & Phillips Exeter
";
arnews[2] += "DEANa S LIST. Chantal M. De Bakker, of Hollis, was named to the deana s list for the spring 2009 semester at Boston University.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 16:52:56 GMT";
arnews[2] += "
";
arnews[3]="Middle school hosts solo and ensemble fest
";
arnews[3] += "CHARLOTTE - On Nov. 14, Charlotte Middle School hosted the 2009 District VIII Junior High Solo and Ensemble Festival.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Nov. 19 high school notebook: Shafter grad Jelmini wins magazine's national award
";
arnews[4] += "It wouldn't be wise for locals to forget about Anna Jelmini even though she's moved on to throw for Arizona State.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 06:06:00 GMT";
arnews[4] += "
";
arnews[5]="Lottery: It might be you...but pray it isn't
";
arnews[5] += "AS LES and Samantha Scadding, a married couple from Newport, South Wales, and a syndicate of seven IT workers from Liverpool count out their shares of the 91million jackpot in the EuroMillions lottery, the rest of us should be counting our blessings.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 16:00:53 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("