var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Tunes from trash: Portsmouth students make music from junk with local artist's help
"; arnews[0] += "New Franklin fourth-grader Max Sirmaian pinwheeled across the stage like a lead guitarist on Monday with a washboard around his neck and a metal spoon in each hand."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 10:26:28 GMT"; arnews[0] += "
"; arnews[1]="Oil and gas report
"; arnews[1] += "DUVAL COUNTY EOG Resources of Houston has filed a permit to horizontally drill the No."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 16:20:24 GMT"; arnews[1] += "
"; arnews[2]="Campus report
"; arnews[2] += "CHICAGO – Timothy M. Heagney Jr. of Huntley was named to the Dean's List for the fall semester at Loyola School of Education."; arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Mix Magazine Announces Third Annual Mix Nashville Pro Audio Event
"; arnews[3] += "Penton Media's Mix magazine announced programming today for the third annual Mix Nashville, a professional audio event being held May 25-26, 2010, at Soundcheck Nashville."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 12:12:52 GMT"; arnews[3] += "
"; arnews[4]="Traffic cameras to come down
"; arnews[4] += "TRAFFIC CAMERA a ' The Red Light Enforcement Program will end March 31. Traffipax notified the city of Cleveland it would decomission five cameras such as this one at Raider Drive and Keith Street because it was losing money."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 12:06:45 GMT"; arnews[4] += "
"; arnews[5]="Caldwell definitely his own man
"; arnews[5] += "Born: Jan. 16, 1955, in Beloit, Wis. Wife: Cheryl. Children: Jimmy, Jermaine, Jared and Natalie."; arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 09:33:39 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("
");