var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Best bet: The Second City - Cedar Rapids Gazette
"; arnews[0] += "... Richard Kind, Linda Lavin, Eugene Levy, Tim Meadows, Anne Meara, Bill Murray, Mike Myers, Gilda Radner, Harold Ramis, Joan Rivers, Horatio Sanz, Amy Sedaris, Martin Short, Jerry Stiller, Nia Vardalos, George Wendt, to name a few. Some of their ..."; arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 22:54:00 GMT"; arnews[0] += "
"; arnews[1]="Inequality in Late Night: Five White Guys Walked Into a Studio... - Huffingtonpost.com
"; arnews[1] += "We just read Conan's statement to the people of planet Earth and we are so with you, Conan. Us gals at Bitches on a Budget stand in solidarity with your standing up for yourself and your principles. Galactically speaking, we need more people like you ..."; arnews[1] += "
Publ.Date : Wed, 13 Jan 2010 09:58:00 GMT"; arnews[1] += "
"; arnews[2]="Drawn That Way - Box Office Prophets
"; arnews[2] += "Watching Shrek the Third is like sucking on batteries. You're disgusted as you're watching it, and when it's over you wish you hadn't done it. I sucked on batteries this week when I watched Shrek the Third. It's the third film in the Shrek series ..."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 16:08: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("
");