var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Video Game Awards 2009 present premieres and fan favorites
"; arnews[0] += "Outstanding achievements in games, designers, animation, breakthrough technology, and more will be honored at the Video Games Awards 2009 on December 12."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:13:52 GMT"; arnews[0] += "
"; arnews[1]="Mixed weekend for Bees
"; arnews[1] += "A FANTASTIC performance from the Bracknell Bees ensured that Sheffield's six-game winning streak was brought to a halt with a 6-3 beating at the Hive."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="The Weekly Wrap: Nov. 14 - Nov. 20
"; arnews[2] += "The Weekly Wrap walks readers through the last seven days in MMA, recapping and putting into context the week's top story, important news and notable quotes."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:01:06 GMT"; arnews[2] += "
"; arnews[3]="Water polo player charged with baby's murder
"; arnews[3] += "Keli Lane outside Westmead Coronera TMs Court. No body found ... police search a house in Gladesville in August last year."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 07:29:42 GMT"; arnews[3] += "
"; arnews[4]="Thirteen years later, Tegan's mother charged
"; arnews[4] += "IF TEGAN LANE were alive today, she would be 13. Police have never found her body, but they believe they have finally gathered the evidence to prove her mother, Keli Lane, killed her soon after her birth in 1996."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 05:15:58 GMT"; arnews[4] += "
"; arnews[5]="Team 4: Legal Loophole Lets Drunk Drivers Back On Road
"; arnews[5] += "Every year, more than 50,000 Pennsylvania drivers get caught driving drunk, and they're all allowed to keep driving after getting arrested."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 04:56:42 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("
");