var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="End
"; arnews[0] += "Republican representative Jim Ramstad easily won re-election to the U.S. Congress in Minnesota 3rd District."; arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 22:00:31 GMT"; arnews[0] += "
"; arnews[1]="End
"; arnews[1] += "Republican representative Jim Ramstad easily won re-election to the U.S. Congress in Minnesota 3rd District."; arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 18:07:59 GMT"; arnews[1] += "
"; arnews[2]="End
"; arnews[2] += "In early Washington County results, Democrats showed strength in state races. In the race for governor, Mike Hatch leads Gov."; arnews[2] += "
Publ.Date : Thu, 29 Oct 2009 17:42:56 GMT"; arnews[2] += "
"; arnews[3]="TV superstars form their own band and give it all to charity.
"; arnews[3] += "You'll recognize a lot of these faces. Wednesday, October 21, 2009 For today only, Hugh Laurie of \"House,\" Greg Grunberg of \"Heroes,\" James Denton of \"Desperate Housewives,\" and the other members of \"Band From TV,\" are offering their album for $1.99. All the money goes to charity."; arnews[3] += "
Publ.Date : Wed, 21 Oct 2009 18:35:50 GMT"; arnews[3] += "
"; arnews[4]="TV superstars form their own band and give it all to charity.
"; arnews[4] += "You'll recognize a lot of these faces. Wednesday, October 21, 2009 For today only, Hugh Laurie of \"House,\" Greg Grunberg of \"Heroes,\" James Denton of \"Desperate Housewives,\" and the other members of \"Band From TV,\" are offering their album for $1.99. All the money goes to charity."; arnews[4] += "
Publ.Date : Wed, 21 Oct 2009 16:42:47 GMT"; arnews[4] += "
"; totcount = 5; 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("
");