var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="3 Hamilton Southeastern teams in state science contest
"; arnews[0] += "FISHERS -- Hamilton Southeastern Schools had three teams place in the top five of the 2010 Elementary Science Bowl state competition."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Duff and Serkis scoop film awards
"; arnews[1] += "Anne-Marie Duff and Andy Serkis have won the best acting prizes at the Evening Standard British Film Awards."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 23:46:09 GMT"; arnews[1] += "
"; arnews[2]="Weekend Caption Contest™ Winners
"; arnews[2] += "O'Reilly: \" Sarah Palin's right behind you Jon. \" Stewart: \" I just made poopy. \" 5 ) - \" A tingle goes up Jon Stewart's leg after Bill O'Reilly scolds him."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 09:29:41 GMT"; arnews[2] += "
"; arnews[3]="Gordon Brown admits the Granita Pact existed
"; arnews[3] += "Gordon Brown is for the first time to admit that he did strike a deal with Tony Blair to carve up the Labour leadership at Granita restaurant in Islington, it was reported today."; arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 19:17:09 GMT"; arnews[3] += "
"; arnews[4]="Tea Party Self Destructs With Conservative Fringes
"; arnews[4] += "When the Tea Parties were non political gatherings of Americans challenging the deficit spending, deficit in tax cuts and deficit in respecting the judgement and goodness of Americans to do the right thing I was a big fan."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 17:26:56 GMT"; arnews[4] += "
"; arnews[5]="It Wasn't Birtherism That Won the Elections in Virginia, New Jersey and Massachusetts
"; arnews[5] += "Hot Air has an exchange between Andrew Breitbart, a strong conservative with a good grip on reality, and Joseph Farah, the Birther nut who runs WorldNetDaily and tried to hijack the Tea Party Convention in Nashville last night."; arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 20:41:18 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("
");