var arnews = new Array(10); totcount = 10; rnd = 0; document.title=document.title+ " "; arnews[0]="Mexico shootout kills 25 drug suspects
"; arnews[0] += "A shootout between soldiers and suspected drug dealers in northeast Mexico left 25 suspects dead, the military said. Authorities also confiscated a weapons cache and 23 vehicles, two painted to look like military vehicles."; arnews[0] += "
Publ.Date : Fri, 03 Sep 2010 11:18:20 EDT"; arnews[0] += "
"; arnews[1]="Discovery gunman smuggled immigrant
"; arnews[1] += "The gunman who held three people hostage at the Discovery Channel headquarters was once convicted of smuggling an illegal immigrant into the country from Mexico."; arnews[1] += "
Publ.Date : Fri, 03 Sep 2010 12:32:59 EDT"; arnews[1] += "
"; arnews[2]="Feds not keeping tabs on furloughed prisoners, inspector says
"; arnews[2] += "Federal prison officials fail to properly keep track of thousands of inmates who are granted unescorted furloughs when they are temporarily released, an investigation by the Justice Department's inspector general has concluded."; arnews[2] += "
Publ.Date : Thu, 02 Sep 2010 18:30:40 EDT"; arnews[2] += "
"; arnews[3]="'Hostile' juror may derail actress' marriage-fraud trial
"; arnews[3] += "The sham marriage trial of actress Fernanda Romero, which the judge has likened to a soap opera, appeared threatened with a mistrial Friday after a dramatic turn a day earlier."; arnews[3] += "
Publ.Date : Fri, 03 Sep 2010 01:51:09 EDT"; arnews[3] += "
"; arnews[4]="Puppies tossed into river; video spurs outrage
"; arnews[4] += "A video apparently showing a young woman throwing live puppies into a river has sparked outrage across the Internet."; arnews[4] += "
Publ.Date : Wed, 01 Sep 2010 13:40:52 EDT"; arnews[4] += "
"; arnews[5]="Doc died in boyfriend's chimney, police say
"; arnews[5] += "The decomposed body of a California doctor was found lodged in her boyfriend's chimney, several days after she had apparently attempted to get inside his home, police said."; arnews[5] += "
Publ.Date : Wed, 01 Sep 2010 14:02:49 EDT"; arnews[5] += "
"; arnews[6]="'My own dad tried to kill me'
"; arnews[6] += "Chris Keith was 12 when his grandparents explained his family didn't die in a wreck. Not only had his dad killed his mother and brother, but before killing himself, he put a.38-caliber to Chris' head and pulled the trigger."; arnews[6] += "
Publ.Date : Fri, 03 Sep 2010 10:53:58 EDT"; arnews[6] += "
"; arnews[7]="Chelsea's legacy: tougher laws
"; arnews[7] += "Chelsea King and Amber Dubois's murders by sex offender John Gardner led to a slew of proposed legislation aimed at protecting children. The bills await Gov. Schwarzenegger's signature, but will other states follow?"; arnews[7] += "
Publ.Date : Thu, 02 Sep 2010 19:11:25 EDT"; arnews[7] += "
"; arnews[8]="CNN viewers: Wayne Williams 'guilty'
"; arnews[8] += "Three decades after serial killings of African-Americans in Georgia shook much of the nation, most respondents to a nonscientific CNN poll say Wayne Williams committed what came to be called the Atlanta Child Murders."; arnews[8] += "
Publ.Date : Thu, 02 Sep 2010 12:56:28 EDT"; arnews[8] += "
"; arnews[9]="Police: T.I., wife arrested in L.A.
"; arnews[9] += "T.I. and his wife were arrested after police said they smelled marijuana coming from the couple's car. The rapper served time last year for attempting to buy machine guns in a grocery store parking lot."; arnews[9] += "
Publ.Date : Thu, 02 Sep 2010 17:21:24 EDT"; arnews[9] += "
"; totcount = 10; 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("
");