var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Comedy works best for OCD -Howie Mandel - North Bay Nugget
"; arnews[0] += "Comedian Howie Mandel hopes lots of fans buy his new autobiography-- Here's The Deal, Don't Touch Me--when it hits the shelves Nov. 25. But he hopes they skip the meet-and-greets and autograph signings he'll have to do on his promotional tour. The ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 12:43:00 GMT"; arnews[0] += "
"; arnews[1]="Lupe Fiasco felt like a rebel in new documentary 'The People Speak' - 39online.com
"; arnews[1] += "Rapper Lupe Fiasco feels like he was rebelling by taking part in the documentary \"The People Speak,\" which shines a light on people who spoke for social change throughout U.S. history. \"You feel like you're doing something that you're not supposed to ..."; arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 11:57:00 GMT"; arnews[1] += "
"; arnews[2]="Dusk crooning his way to the capital - Ottawa Sun
"; arnews[2] += "Canada is a world-leader at producing standup comedians. See Jim Carrey and Howie Mandel. But did you know we’re also one of the biggest exporters of crooners outside of Las Vegas. Michael Buble, Diana Krall, Paul Anka, Robert Goulet, Michael ..."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 21:50:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");