var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Ashleigh's friends pay tribute by raising cash
"; arnews[0] += "GRIEVING friends of teenager Ashleigh Hall have released 100 balloons and planted trees to raise money in her memory."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:58:41 GMT"; arnews[0] += "
"; arnews[1]="Carols & Crumpets offers quaint gifts
"; arnews[1] += "The Tulsa Herb Society's Carols & Crumpets is a gift to all of us. The holiday festival, which is free to the public, offers wonderful herbal crafts, greenery, sought-after chutneys and vinegars, and that wonderful Snowflake Cafe."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:23:45 GMT"; arnews[1] += "
"; arnews[2]="Odd duck taking pet flyers presses luck in S.F.
"; arnews[2] += "The mystery continues. The shadowy character who has been threatening local residents who put up lost pet flyers is still prowling the streets, but he's pushing his luck."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Reader comments
"; arnews[3] += "The Tulsa Herb Society's Carols & Crumpets is a gift to all of us. The holiday festival, which is free to the public, offers wonderful herbal crafts, greenery, sought-after chutneys and vinegars, and that wonderful Snowflake Cafe."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:44:31 GMT"; arnews[3] += "
"; arnews[4]="Forum seeks nominations for 2009 Person of the Year
"; arnews[4] += "In a year of inspiring news stories, The Forum is once again seeking readersa choice for area Person of the Year."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:39:17 GMT"; arnews[4] += "
"; arnews[5]="Berks County school districts profit from deals criticized by auditor general
"; arnews[5] += "Several Berks County school districts profited in recent years from the controversial and complicated \"swaps\" that state Auditor General Jack Wagner criticized this week as being too risky for public funds."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 17:40:54 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("
");