var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Iowa briefs
"; arnews[0] += "The Iowa Department of Public Health is reporting three more H1N1 flu-related deaths."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:28:25 GMT"; arnews[0] += "
"; arnews[1]="Children design dishes for celebrity chef Aiden Byrne at the Church Green in Lymm
"; arnews[1] += "Because the youngsters have designed a new childrena TMs menu at the award-winning Church Green in the village."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 14:47:43 GMT"; arnews[1] += "
"; arnews[2]="Local Roundup Umes volleyball reaches Meac semis
"; arnews[2] += "The University of Maryland Eastern Shore volleyball team opened the MEAC tournament with a 3-0 victory over Norfolk State in the quarterfinals on Friday."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="No rest for Lady Raiders
"; arnews[3] += "Austin Peay has every bit of MTSU's attention the Tennessee Lady Vols will Wednesday night when they play at Murphy Center."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Friday's girls basketball roundup
"; arnews[4] += "Andrew 45, Oak Lawn 42: Jenna Kotas scored 16 to lead Andrew at its own tournament."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:33:32 GMT"; arnews[4] += "
"; arnews[5]="Retail's Magic Numbers
"; arnews[5] += "Almost 40 years later, former fund manager Peter Temple dragged out the formula in his book \"Magic Numbers For Stock Investors\". I pulled it off my bookshelf recently and thought it would make a good topic for an article."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:30:42 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("
");