var arnews = new Array(5);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bar manager arrested after alleged obscenity - Journal Gazette and Times Courier
";
arnews[0] += "MATTOON -- A bull ride that allegedly involved riders going topless and bottomless led to obscenity charges for a local bar manager, according to a Mattoon police deputy chief. At 10:30 a.m. Jan. 22, Kevin L. Parrott, 54, of Mattoon received a ticket ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 22:03:00 GMT";
arnews[0] += "
";
arnews[1]="Hot Stove Luncheon Postponed To Wednesday - OurSports Central
";
arnews[1] += "Annual Event To Benefit Big Brothers/Big Sisters of Central Indiana INDIANAPOLIS -- Due to expected inclement weather, the Indianapolis Indians Annual Hot Stove Luncheon, originally scheduled for Tuesday Feb. 9, has been postponed until Wednesday Feb ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 17:06:00 GMT";
arnews[1] += "
";
arnews[2]="Promo Preview: Warm, fuzzy love - MiLB.com
";
arnews[2] += "The last two editions of this column have focused heavily on Hot Stove dinners, but that portion of the offseason promotional schedule has finally, mercifully come to a close. Now the focus shifts to that most sensuous of holidays: Valentine's Day ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 15:09:00 GMT";
arnews[2] += "
";
arnews[3]="Complete list of winners at 16th annual SAG Awards - The Gaea Times
";
arnews[3] += "—Cast: “Inglourious Basterds.” —Actor in a leading role: Jeff Bridges, “Crazy Heart.” —Actress in a leading role: Sandra Bullock, “The Blind Side.” —Supporting actor: Christoph Waltz, “Inglorious Basterds” —Supporting ...";
arnews[3] += "
Publ.Date : Sun, 24 Jan 2010 02:57:00 GMT";
arnews[3] += "
";
totcount = 4;
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("