var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Teens Take-On Legislature To Ban Texting While Driving
";
arnews[0] += "Lincoln, NE: Momentum is building to ban texting while driving in Nebraska. And you might surprised by who's leading the charge- teenagers.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:14:00 GMT";
arnews[0] += "
";
arnews[1]="College notes
";
arnews[1] += "The following local students have been named to the dean's list at Misericordiam University: Drew Abatangelo, Thomas Behrens, Danielle Gros and Frank Nutt of Montgomery; Gabrielle Diulio of Newburgh; Megan McChesney of Bloomingburg; Brian O'Neill of Monroe; and Alec Parker of Goshen.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 07:48:46 GMT";
arnews[1] += "
";
arnews[2]="Meet Rocco Rio Reynolds
";
arnews[2] += "\"I want to get pregnant just so I can wear the dress on the right. That's a good reason to get knocked-up, right?\" \"People are afraid of the reaction, good or bad.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 20:39:24 GMT";
arnews[2] += "
";
arnews[3]="Roundup for boys, girls basketball;.....
";
arnews[3] += "KENNEDY 65, SOUTHINGTON 54: SOUTHINGTON - The Eagles went 12-of-23 from the line in the fourth quarter as Kennedy pulled ahead of the Wildcats and won its first game this season.";
arnews[3] += "
Publ.Date : Sun, 31 Jan 2010 07:49:05 GMT";
arnews[3] += "
";
arnews[4]="Lady Orange capture third consecutive Division title
";
arnews[4] += "Indian Lake-Long Lake's Zach Mitchell looks for a pass while Crown Point's Will Glebus plays tight defense.";
arnews[4] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="'The Biggest Loser''s Migdalia Sebren: The Way Jillian Approached it Was Wrong
";
arnews[5] += "The green team wasn't having a fun time on the ranch this week, especially when they were given a two-pound penalty at the weigh-in after losing a challenge.";
arnews[5] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 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("