var arnews = new Array(5); totcount = 5; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="St. Louis dog grooming business in legal tangle with PetSmart - St. Louis Post-Dispatch "; arnews[0] += "St. LOUIS — The owners of a dog grooming business in the Tower Grove South neighborhood got an embarrassing surprise during their grand opening a couple a weeks ago: a 16-page lawsuit from big-box retailer PetSmart. In the suit, PetSmart claims one ..."; arnews[0] += " Publ.Date : Sat, 21 Nov 2009 09:14:00 GMT"; arnews[0] += " "; arnews[1]="America's House of Lords Debates Health Care - New America Media "; arnews[1] += "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[1] += " Publ.Date : Sat, 21 Nov 2009 08:45:00 GMT"; arnews[1] += " "; arnews[2]="Wyo. ex-trooper gets prison term - Denver Post "; arnews[2] += "CHEYENNE — A former Wyoming state trooper was sentenced Friday to 15 years in prison for kidnapping a truck driver in what prosecutors say was an aborted murder plot. U.S. District Judge Alan B. Johnson said he regarded Frank lin Joseph Ryle's plan ..."; arnews[2] += " Publ.Date : Sat, 21 Nov 2009 07:55:00 GMT"; arnews[2] += " "; arnews[3]="Wyoming challenges Yellowstone snowmobile rules - Star-Tribune "; arnews[3] += "Park-guided snowmobilers enter the West Yellowstone, Mont., entrance to Yellowstone National Park in this December 2003 file photo. The proposed winter-use rules for Yellowstone and Grand Teton national parks were published Tuesday. CHEYENNE -- The ..."; arnews[3] += " Publ.Date : Sat, 21 Nov 2009 07:19:00 GMT"; arnews[3] += " "; arnews[4]="'She will never be innocent again' - Star-Tribune "; arnews[4] += "A 58-year-old man will spend at least 20 years behind bars for the sexual abuse of a 7-year-old girl in Casper, according to the sentence handed down by Natrona County District Judge Scott Skavdahl on Friday. \"I can imagine no more heinous crimes ..."; arnews[4] += " Publ.Date : Sat, 21 Nov 2009 07:05: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(" |