var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Tim Grobaty: Put on your shades, LB; filming is everywhere
"; arnews[0] += "Rob Morrow and a crew member were part of the scene this week during filming for the TV series NUMB3RS at the Linden Avenue/First Street intersection in Long Beach s East Village."; arnews[0] += "
Publ.Date : Fri, 29 Jan 2010 07:55:26 GMT"; arnews[0] += "
"; arnews[1]="Numb3rs: The Fifth Season
"; arnews[1] += "Terrorism. Conspiracy. Revenge. Murder. Sabotage. Magic. Kidnapping. Mathematics and one near-death experience for a major character."; arnews[1] += "
Publ.Date : Thu, 03 Dec 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="The Nightly Turbo: Charity Poker, Absolute Poker's New Look, and More
"; arnews[2] += "You should be playing poker , not searching for news. That's why we're here. If it's going on in poker, we'll probably be telling you about it."; arnews[2] += "
Publ.Date : Wed, 25 Nov 2009 02:33:10 GMT"; arnews[2] += "
"; arnews[3]="Continue reading
"; arnews[3] += "COERCION: Detectives Bernard and Lupo suspect a violent armed robbery is part of a shakedown on 'Law & Order' at 8 p.m. on NBC."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 07:16:09 GMT"; arnews[3] += "
"; arnews[4]="Hollywood Stars Joined in a Celebration of Babies
"; arnews[4] += "March of Dimes hosted the Fourth Annual Celebration of Babies luncheon to recognize prominent individuals who are celebrating the birth of their children and who are role models for March of Dimes commitment to improve the health of babies."; arnews[4] += "
Publ.Date : Mon, 09 Nov 2009 02:41:48 GMT"; arnews[4] += "
"; arnews[5]="TV Ratings: Yankees win; Ugly Betty ratings muy fea; Jay Leno hits lows
"; arnews[5] += "Updated with full details at 10/17 at 10:45a PDT. FOX won the night with the first game of the MLB American League Championship series featuring the Angels vs."; arnews[5] += "
Publ.Date : Sat, 17 Oct 2009 16:21:02 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("
");