var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Military news - Sun Chronicle
"; arnews[0] += "FOXBORO - Sgt. Michael Johns returned home to Fort Bragg, N.C. on Nov. 12 after a year-long deployment to Iraq. The son of Michael and Janis Johns of Foxboro, he was promoted to sergeant Oct. 1 and had been awarded the Combat Infantry Badge in March ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 06:02:00 GMT"; arnews[0] += "
"; arnews[1]="Twitterers Crash Teaparty Organizing Session - DAILY KOS
"; arnews[1] += "TheFatLadySings's diary :: :: According to Warranted Wiretaps, Michael Johns, an architect of Bush's \"Medicare Reform\" Giveaway to private insurance and pharmaceutical companies and an early proponent of the Reagan Doctrine, helped to organize the ..."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 12:45:00 GMT"; arnews[1] += "
"; arnews[2]="Twitterers, Comedians "Punk" Teaparty Organizer Conference Call - Huffingtonpost.com
"; arnews[2] += "On Tuesday evening, several organizers of the Teaparty Movement and of the ultraconservative website 73wire.com, including healthcare executive and conservative activist Michael Johns and Eric Odom , founder of the American Liberty Alliance, hosted a ..."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 19:40:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");