var arnews = new Array(8);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="March means it's party time in Claremont - Inland Valley Daily Bulletin
";
arnews[0] += "In Claremont each year, the month is reserved for Party Parade, a series of activities, events and parties planned by the community, for the community. Proceeds benefit the Claremont Community Foundation and the many projects it supports. The Party ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:57:00 GMT";
arnews[0] += "
";
arnews[1]="Living & Style - Miller County Liberal
";
arnews[1] += "Welcome, Thomas Ray Taylor Jr. Cooper and Lila Grace would like to announce the birth of their brother, Thomas Ray Taylor Jr. Ray was born at Donalsonville Women’s Center on Wednesday, January 6, 2010, at 8:08 p.m. He weighed 7 pounds, 9 ounces ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:12:00 GMT";
arnews[1] += "
";
arnews[2]="Elwood residents escape house fire - Herald-Bulletin
";
arnews[2] += "ELWOOD, Ind. — An off-duty officer helped three people escape an Elwood house fire on Friday. Amy Taylor, 35, of Elwood, was returning to her home around 8:30 p.m. when she observed the fire at the house, located in the 1200 block of Elks Lane ...";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT";
arnews[2] += "
";
arnews[3]="High School Girls Basketball: Wynford finds its winning touch - Bucyrus Telegraph Forum
";
arnews[3] += "Keller scored 28 points -- 18 in the first half -- as the Royals rebounded from back-to-back losses to defeat Bucyrus 81-26 in a North Central Conference game at Alex Kish Memorial Gymnasium. \"It was (a career high),\" Wynford coach Amy Taylor-Sheldon ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 11:28:00 GMT";
arnews[3] += "
";
arnews[4]="Wynford, Col. Crawford top seeds in D-IV - Bucyrus Telegraph Forum
";
arnews[4] += "NEW RIEGEL -- The North Central Conference dominated the girls Division IV sectional tournament draws at New Riegel and Galion on Sunday. To the absolute surprise of no one, the state-ranked Wynford Royals (15-2) were named the top seed on the ballot ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 11:29:00 GMT";
arnews[4] += "
";
arnews[5]="Girls Hoops Tourney Draw: Despite record, Clear Fork rewarded for ... - Mansfield News Journal
";
arnews[5] += "MANSFIELD -- Four area teams earned top seeds and four more took second seeds during Sunday's girls basketball tournament draws, but the unlikeliest of them all was Clear Fork. The Colts, who carried a 4-11 record into the Division III sectional ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 15:04: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("