var arnews = new Array(5); totcount = 5; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="SME to write off $9.1 million - Great Falls Tribune "; arnews[0] += "Southern Montana Electric Generation and Transmission Cooperative lost $9.1 million of its investment in a power project planned east of Great Falls when construction of the coal-fired power plant never materialized, making it an \"impaired asset ..."; arnews[0] += " Publ.Date : Sat, 21 Nov 2009 14:50:00 GMT"; arnews[0] += " "; arnews[1]="Mr. X - Bleacherreport.com "; arnews[1] += "Rank: 437 of 17,094 I gravitated towards the Internet as a teen, partially because Computers are conducive to a person like me, whom is legally disabled by nystagmus. I seek to have a unique view of things. I'd rather do that than go with the pack. I ..."; arnews[1] += " Publ.Date : Sat, 21 Nov 2009 14:14:00 GMT"; arnews[1] += " "; arnews[2]="America's House of Lords Debates Health Care - Common Dreams "; arnews[2] += "The health care debate has been like a tennis match, bouncing from the Senate to the House and back again. Now it's back in the Senate, as the United States tries to end its status as the only advanced economy without universal health care for its ..."; arnews[2] += " Publ.Date : Sat, 21 Nov 2009 13:46:00 GMT"; arnews[2] += " "; arnews[3]="Reid health care bill helps both drugmakers and chiropractors - Texarkana Gazette "; arnews[3] += "Associated Press Senate Majority Leader Sen. Harry Reid, D-Nev., with Sens. Tom Harkin, D-Iowa, left, and Charles Schumer, D-N.Y., leaves a news conference Wednesday on Capitol Hill in Washington. WASHINGTON—Chiropractors get a lift in the Senate ..."; arnews[3] += " Publ.Date : Sat, 21 Nov 2009 13:24:00 GMT"; arnews[3] += " "; arnews[4]="ACROSS the BIG SKY - Great Falls Tribune "; arnews[4] += "BOZEMAN — Gallatin County health officials are stumped as to why there was so little demand for H1N1 flu shots at a recent clinic. Stephanie Murphy is the human resources director for the Gallatin City-County Health Department. She said about 10 ..."; arnews[4] += " Publ.Date : Sat, 21 Nov 2009 12:41:00 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]); } document.write(" |