var arnews = new Array(6); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="David Simon - Baltimore Sun
"; arnews[0] += "David Simon is an award-winning journalist, author and television producer known for \"The Wire,\" \"Homicide: Life on the Street\" and \"The Corner\" and the books that inspired those shows. The former Baltimore Sun crime reporter took a leave of absence ..."; arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 22:27:00 GMT"; arnews[0] += "
"; arnews[1]="Your Pictures of Scotland: 14 Nov - 20 Nov - BBC UK News
"; arnews[1] += "Kevin McAnna from County Durham photographed two swans at the Caerlaverock Wildfowl and Wetlands Trust. Catherine Clark sent this picture of her niece Emma Clark with her treasures from the Shell Beach at Loch Fyne. A poignant shot of a small boy ..."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 11:31:00 GMT"; arnews[1] += "
"; arnews[2]="Franklin County area police log - Public Opinion
"; arnews[2] += "Incident C2009-11749) SIMPLE ASSAULT: Bruce Edward Burns, 30, Chambersburg, was charged with simple assault following a call for domestic violence at 2:56 p.m. Wednesday, according to Chambersburg Police."; arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 21:54:00 GMT"; arnews[2] += "
"; arnews[3]="Volunteer Opportunities - Medford Mail Tribune
"; arnews[3] += "The Mail Tribune publishes this volunteer opportunities column to inform the public about a variety of volunteer needs and explain how readers can get involved. For more information, contact Terry Poland at 776-4495 or e-mail tpoland@mailtribune.com ..."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT"; arnews[3] += "
"; totcount = 4; 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("
");