var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jones jumpstarts Preds
";
arnews[0] += "Jocelyn Jones fired three goals and an assist as the Vernon Advertising Works Predators swamped the Shuswap Tsunami 11-8 in Tween B ringette play Saturday at the Priest Valley Arena.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:07:16 GMT";
arnews[0] += "
";
arnews[1]="'Idol' spotlight on judges
";
arnews[1] += "Personnel shake-ups on \"American Idol,\" which premiered Tuesday, have turned attention to the judges.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:15:00 GMT";
arnews[1] += "
";
arnews[2]="Lady Cougers Basketball
";
arnews[2] += "Both the North Panola girls and boys basketball teams closed the regular season with mixed results Friday night against Rosa Fort in front of a packed house at the a oeCougar Den.a Senior Brittany Patton poured in 21 points to lead the Lady Cougars to a 52-43 win over Rosa Fort, thus wrapping up the number two seed in the Region 2-4A tournament ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 17:49:01 GMT";
arnews[2] += "
";
arnews[3]="Brittany Murphy & The Trouble With Prescription Drugs
";
arnews[3] += "Hollywood actress Brittany Murphy died towards the end of last year, which was actually really sad news.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 16:54:26 GMT";
arnews[3] += "
";
arnews[4]="Villanova takes top-5 showdown
";
arnews[4] += "Villanova's Antonio Pena went the high percentage route for 2 of his 10 points. Scottie Reynolds scored 19 of his 21 points in the final 13 minutes and No.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 15:00:26 GMT";
arnews[4] += "
";
totcount = 5;
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("