var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Manchester League round-up
";
arnews[0] += "ATHERTON Town pulled off the result of the weekend with their 3-1 victory at Premier League leaders Wythenshawe Amateurs.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 17:53:06 GMT";
arnews[0] += "
";
arnews[1]="Album Review: 'For Your Entertainment' by Adam Lambert
";
arnews[1] += "At last, an \"American Idol\" finalist with a personality to match the pipes. That was the nearly universal take on Adam Lambert when he finished second last spring to the bland Kris Allen in the nationally televised popularity contest.";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 17:52:07 GMT";
arnews[1] += "
";
arnews[2]="Prep notebook: All-star games ahead for area's top senior football players
";
arnews[2] += "The football season wrapped up for area private schools Friday with Hilton Head Christian's 33-14 victory against Northwood Academy in the SCISAA Class 2-A championship game, but several seniors from local teams have one game left in their high school football careers.";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 13:50:56 GMT";
arnews[2] += "
";
arnews[3]="Adam Lambert's debut sticks to the formula
";
arnews[3] += "That was the nearly universal take on Adam Lambert when he finished second last spring to the bland Kris Allen in the nationally televised popularity contest.";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Thanksgiving re-created
";
arnews[4] += "Step back in time to the first Thanksgiving and you won't find a slice of turkey or even a cranberry on the table.";
arnews[4] += "
Publ.Date : Mon, 23 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="First Thanksgiving feast re-created
";
arnews[5] += "Step back in time to the first Thanksgiving and you won't find a slice of turkey or even a cranberry on the table.";
arnews[5] += "
Publ.Date : Tue, 24 Nov 2009 05:27:59 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("