var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Phoebe G. Miller
"; arnews[0] += "Sept. 9, 1923 - Feb. 7, 2010 Phoebe G. Miller, 86, Kokomo, died at 8:30 p.m. Sunday, Feb."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:14:53 GMT"; arnews[0] += "
"; arnews[1]="Soccer teams begin district play
"; arnews[1] += "In soccer this week, the Mansfield and Legacy men's teams continued their efforts with wins."; arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Mets add Pridie to outfield mix
"; arnews[2] += "The Mets claimed Jason Pridie off waivers from the Twins on Tuesday, adding him to a growing outfield mix."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:45:00 GMT"; arnews[2] += "
"; arnews[3]="Another round-up
"; arnews[3] += "Bikini Kill are collecting stories for their archive. The former riot grrrls ask: Please add your Bikini Kill story to this blog! It can be totally off the top of your head and doesn't need to be fancy."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 14:10:00 GMT"; arnews[3] += "
"; arnews[4]="Tavistock 14, North Petherton 21
"; arnews[4] += "NORTH Petherton went to Tavistock on Saturday looking for their first win in four games, writes Luke Williams."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 13:20:47 GMT"; arnews[4] += "
"; arnews[5]="For W. Texas high school team, the moves are all
"; arnews[5] += "It's just after 3 o'clock on a Thursday afternoon, and though many eyes in the school must be straying toward the clocks, those of the Panther Paws flit constantly to the mirrors, checking their form, making sure everything is just right."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 05:08:55 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("
");document.write("
");