var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bell County outmuscles Dragons in district play
";
arnews[0] += "The Bell County Bobcats shot 50 percent from the field on Monday to overpower visiting Harlan 67-41 in 52nd District action.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:27:42 GMT";
arnews[0] += "
";
arnews[1]="EBR Animal Control rescues stray dogs, offers them for adoption
";
arnews[1] += "Kaitlin Saragusa, mass communication freshman, volunteers Wednesday with Karma, a rescued dog at the East Baton Rouge Animal Control and Rescue Center.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 07:19:47 GMT";
arnews[1] += "
";
arnews[2]=""One Tree Hill" actor, musician Michael Grubbs has big week ahead
";
arnews[2] += "Michael Grubbs, lead singer for band Wakey!Wakey!, also has a recurring role on 'One Tree Hill.' Photo courtesy of Family Records By John Staton John.Staton@StarNewsOnline.com Published: Tuesday, January 26, 2010 at 11:17 a.m. Last Modified: Tuesday, January 26, 2010 at 11:17 a.m. Michael Grubbs, the lead singer and songwriter for Brooklyn indie ...";
arnews[2] += "
Publ.Date : Tue, 26 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="James Thurman nominated to rank of general
";
arnews[3] += "President Barack H. Obama officially nominated Lt. Gen. James D. Thurman, Deputy Chief of Staff for Operations, to the rank of general.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 22:22:32 GMT";
arnews[3] += "
";
arnews[4]="Prep Notebook for Feb. 8
";
arnews[4] += "After the pair of schools combined for nine individual Region 8-AAA championships on Saturday, Bluffton High School and Hilton Head High will be back in the team mind-set in full force this week, beginning with tonight's second round of the Class 3-A postseason.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 06:29:13 GMT";
arnews[4] += "
";
arnews[5]="Births February 7, 2010
";
arnews[5] += "ARCHER, Tyler Marie, daughter, was born Jan. 27 to Kathi and Rob Archer of Leesburg.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 11:16:21 GMT";
arnews[5] += "
";
arnews[6]="Football honors leaders at event
";
arnews[6] += "UL's football team held its annual postseason banquet on Saturday night at the Hilton Towers, taking one last time to reflect on the 2009 season.";
arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Bobcats take 5 titles, Seahawks get 4 at region wrestling tourney
";
arnews[7] += "David Beck used a rather simple phrase to describe the way he approaches each wrestling match -- tunnel vision.";
arnews[7] += "
Publ.Date : Sun, 07 Feb 2010 08:43:07 GMT";
arnews[7] += "
";
arnews[8]="Cyclones reach out to fans with social media, Internet
";
arnews[8] += "Tyler Rutherford's corner of Iowa State's athletics offices can be described as organized chaos.";
arnews[8] += "
Publ.Date : Sun, 07 Feb 2010 08:30:42 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("