var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jazz fans swing to the music at Chesterton's Big Band Bash
";
arnews[0] += "The big-band era was alive and well at the WaterBird Lakeside Banquet Center recently for the 14th straight year, thanks to the Chesterton High School jazz program's swing musicians.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:31:39 GMT";
arnews[0] += "
";
arnews[1]="Mildred E. Lull
";
arnews[1] += "Mildred E. Lull, 89, died Sunday, Feb. 7, at the Hanover Hospital. Born Dec. 26, 1920, near Mahaska, she was the daughter of Charles and Minnei Brown.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Deadline approaching for wastewater plant
";
arnews[2] += "With a deadline a week away the Tucumcari Community Development will approach the city commissioners on Thursday to keep stimulus money in the area.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:17:20 GMT";
arnews[2] += "
";
arnews[3]="Court considers restitution for child-porn victims
";
arnews[3] += "Every day, \"Misty\" finds out that another pedophile has been caught with images of her.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:16:56 GMT";
arnews[3] += "
";
arnews[4]="New Public Service Ads are Part of the First Lady Michelle Obama's...
";
arnews[4] += "PSAs Featuring Scholastic Media's Maya & Miguel and Warner Bros.' Looney Tunes' Legendary Characters, along with Top Athletes, Encourage Children to Play Every Day WASHINGTON, D.C., - As part of First Lady Michelle Obama's Let's Move! initiative, she has partnered with the U.S. Department of Health and Human Services and the Ad Council today ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:51:14 GMT";
arnews[4] += "
";
arnews[5]="Winter athletes fight for endorsement deals
";
arnews[5] += "The TV ad opens with a Michael Phelps pool plunge. Hardly a creative splash. But then a swimming Phelps explodes through the pool wall into a street, churning up pavement, butterfly-stroking next through a wheat field until, finally, he plows up an empty highway toward Vancouver's snowy peaks.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 23:03:16 GMT";
arnews[5] += "
";
arnews[6]="Multiple Child Assault, Sex Charges Jail Couple From South Hunt County
";
arnews[6] += "A stack of indictments by a Hunt County Grand Jury charge a South Hunt County couple with multiple acts of indecency, injury and sexual assault to children.";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
arnews[7]=""bye,bye bottle"
";
arnews[7] += "This is a group for April and May 2009 mommies. Their will be no negativity tolerated.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 09:41:52 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("