var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Bonnaroo to feature DMB, Kings of Leon, Wonder
"; arnews[0] += "Bonnaroo is known for its eclectic lineup. This summer's roster takes it to a new level."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 15:12:09 GMT"; arnews[0] += "
"; arnews[1]="Base commander ruled out as suspect in earlier Trenton murder
"; arnews[1] += "Ontario Provincial Police investigators removed two grocery-sized bags of belongings on Tuesday after searching the Ottawa home of a Canadian Forces base commander charged with the first-degree murder of two women and the sexual assault of two others."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 15:05:52 GMT"; arnews[1] += "
"; arnews[2]="Police say no cold cases ruled out in Williams murder probe
"; arnews[2] += "AN OPP investigator leaves Col. Russell Williams's Ottawa home with two bags of potential evidence on Tuesday afternoon."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 14:50:41 GMT"; arnews[2] += "
"; arnews[3]="White Stripes Take Umbrage to USAF Reserves Ad
"; arnews[3] += "Were you shocked when you heard that White Stripes tune during a Super Bowl commercial for the Air Force Reserve? Well, it was nothing like the surprise Jack and Meg White had when they heard it."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 14:45:33 GMT"; arnews[3] += "
"; arnews[4]="MomentumHAPPY New Year
"; arnews[4] += "It was the best of times; it was the worst of times; it's January 1, 2009. As I write this, a song from Harburg and Arlen's score for \"The Wizard of Oz\" is running through my head."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 14:42:22 GMT"; arnews[4] += "
"; arnews[5]="White Stripes accuse Air Force Reserve of pinching their song used in Super Bowl ad
"; arnews[5] += "In this Monday June 25, 2007 picture, musicians Jack White, right, and Meg White of the band \"The White Stripes\" perform an impromptu concert in Whitehorse, Yukon, Canada."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 14:31:18 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("
");