var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Malema and 'messiah' slug it out
";
arnews[0] += "The ANC was yesterday still mum on the controversy sparked by the party's youth league leader Julius Malema who - in a racist jibe - described deputy minister of transport, Jeremy Cronin, as a \"white messiah\" on Thursday.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:00:01 GMT";
arnews[0] += "
";
arnews[1]="Meet the Winkelmans
";
arnews[1] += "Breakfasting with the Winkelmans is like parachuting into a long-running situation comedy.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:58:57 GMT";
arnews[1] += "
";
arnews[2]="Vatican not impressed with new Twilight flick
";
arnews[2] += "The widely popular movie, The Twilight Saga: New Moon , opened in theaters this week.";
arnews[2] += "
Publ.Date : Sat, 07 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Young Watford chefs do battle
";
arnews[3] += "SEVEN young chefs from Watford schools competed this morning, striving to cook the tastiest and most nourishing two-course meal possible for A 14.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:46:40 GMT";
arnews[3] += "
";
arnews[4]="Central Florida bounces Auburn
";
arnews[4] += "A.J Tyler had 19 points and eight rebounds as Central Florida defeated Auburn 84-74 at the Glenn Wilkes Classic on Friday night at Daytona Beach, Fla.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:37:50 GMT";
arnews[4] += "
";
arnews[5]="Teens say wet road to blame
";
arnews[5] += "A Sunbury teenager and a Dalmatia woman remained hospitalized in critical condition late Friday after a three-vehicle crash Thursday afternoon on Route 147 in Upper Augusta Township.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Boys Basketball Jamboree: Big 4 hit the floor to a show what they can doa
";
arnews[6] += "Mike Saylor probably summed up Friday's evening of high school basketball exhibition play at Terre Haute North the best.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 08:50:51 GMT";
arnews[6] += "
";
arnews[7]="Movie capsule reviews
";
arnews[7] += "Gabourey Sidibe stars as Claireece \"Precious'' Jones in \"Precious: Based on the Novel 'Push' by Sapphire.'' New releases 1 2 Black Dynamite In the spoof that bears his name, Black Dynamite sports every outfit in the blaxploitation look book: leather, denim, Afro.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 08:27:42 GMT";
arnews[7] += "
";
arnews[8]="Wildcats roll onward
";
arnews[8] += "The undefeated Godley Wildcats punched their ticket to the Class 2A Division I regional final on Friday night after a 34-13 victory over Winnsboro at Midlothian ISD Stadium.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 07:49:26 GMT";
arnews[8] += "
";
totcount = 9;
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("