var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Elmore wins season opener
";
arnews[0] += "Dyllan Brassfield scored a game high 20 points and the Elmore City-Pernell defense smothered the Ninnekah Owl offense Friday night as the Badgers won their season opener 62-37 on the Owls home court.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:26:47 GMT";
arnews[0] += "
";
arnews[1]="Gala: Venetian a voyagea sails NCH supporters to $600,000
";
arnews[1] += "Howard L. Cohen, MD, Physician of the Year, addressed attendees at the annual NCH Hospital Ball.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:34:19 GMT";
arnews[1] += "
";
arnews[2]="Hobson's Choice: LJ=CD?
";
arnews[2] += "I am certain: Marvin will have an absolute understanding for ALL that is expected or he's outta here.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:09:57 GMT";
arnews[2] += "
";
arnews[3]="Notts County 0-0 Aldershot
";
arnews[3] += "Mikhael Jamiez-Ruiz produced a superb display in the Aldershot goal as the visitors recorded a fourth straight clean sheet to frustrate Notts County.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:37:04 GMT";
arnews[3] += "
";
arnews[4]="Armored
";
arnews[4] += "Matt Dillon , Jean Reno , Laurence Fishburne , Skeet Ulrich , Amaury Nolasco , Andre Jamal Kinney , Milo Ventimiglia , Fred Ward , Columbus Short Genre: Action, Thriller MPAA Rating: PG-13 Official Website: Armoredmovie.com Review: Not Available DVD Review: Not Available DVD: Not Available Movie Poster: View here Production Stills: View here Plot ...";
arnews[4] += "
Publ.Date : Wed, 27 Feb 2008 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Next stop Enid for Wildcats
";
arnews[5] += "Thanksgiving weekend is about eating turkey, relaxing with family and watching the Salina Wildcats playing football.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 18:30:45 GMT";
arnews[5] += "
";
arnews[6]="Klum back on the runway
";
arnews[6] += "A celebrity charity event featuring beach volleyball, kayaking, wave-runner races, golf and a scavenger hunt in Jamaica.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 18:06:05 GMT";
arnews[6] += "
";
arnews[7]="Cyrus 'deeply saddened' by tour bus tragedy
";
arnews[7] += "A celebrity charity event featuring beach volleyball, kayaking, wave-runner races, golf and a scavenger hunt in Jamaica.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 18:05:56 GMT";
arnews[7] += "
";
totcount = 8;
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("