var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Beam: Space program is a stellar waste
"; arnews[0] += "While discussing his spending priorities, President Obama used an image we can all understand: the shrinking family budget."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 11:43:02 GMT"; arnews[0] += "
"; arnews[1]="To The Point
"; arnews[1] += "I remember that President Obama has repeatedly told the citizens of America that for 95 percent of Americans our taxes would not go up 'one thin dime.' I just received my retirement check for January and discovered my taxes did not go up 'one thin dime,' they went up 164 thin dimes and 6 pennies."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Senator Gary Stevens Capitol Report for February 8, 2010
"; arnews[2] += "Capitol Report for February 8, 2010 by Senator Gary Stevens Hello from the Capitol."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 04:05:43 GMT"; arnews[2] += "
"; arnews[3]="Sun up on Sunday League
"; arnews[3] += "Berkhamsted Sunday Football League round-up FOR just the second time in two months a full programme of Sunday League games was played."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 17:52:10 GMT"; arnews[3] += "
"; arnews[4]="Drumbeat: February 8, 2010
"; arnews[4] += "Sir Richard Branson and fellow leading businessmen will warn ministers this week that the world is running out of oil and faces an oil crunch within five years."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 17:29:48 GMT"; arnews[4] += "
"; arnews[5]="Two Men Charged with Promoting Prostitution, Also Built, Sold Luxury Condos
"; arnews[5] += "New information tonight about two men charged with promoting prostitution in Branson."; arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 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("
");