var arnews = new Array(10); totcount = 10; rnd = 1; document.title=document.title+ " "; arnews[0]="TV's Top 5 Moments for October 14, 2009
"; arnews[0] += "Plus: Jimmy Smits helps Ellen Twitter and more from Tuesday's shows"; arnews[0] += "
Publ.Date : Wed, 14 Oct 2009 21:00:00 GMT"; arnews[0] += "
"; arnews[1]="A CAPITOL FOURTH | Jimmy Smits & Elmo -- Happy Birthday USA
"; arnews[1] += "-winning cast of Jersey Boys, multi Grammy Award-nominee Michael Feinstein and acclaimed classical pianist Andrew von Oeyen. Featuring the most spectacular fireworks display..."; arnews[1] += "
Publ.Date : Fri, 03 Jul 2009 21:54:42 GMT"; arnews[1] += "
"; arnews[2]="Jimmy Smits hosts A Capitol Fourth on PBS - Video
"; arnews[2] += "JIMMY SMITS TO HOST A CAPITOL FOURTH, AMERICA'S NATIONAL INDEPENDENCE DAY CELEBRATION, ON PBS!"; arnews[2] += "
Publ.Date : Wed, 01 Jul 2009 11:36:40 GMT"; arnews[2] += "
"; arnews[3]="Jimmy Smits hosts A Capitol Fourth on PBS
"; arnews[3] += "Jimmy Smits hosts A Capitol Fourth on PBS"; arnews[3] += "
Publ.Date : Tue, 30 Jun 2009 18:23:37 GMT"; arnews[3] += "
"; arnews[4]="The Early Show : Hannah Storm With Jimmy Smits
"; arnews[4] += "Hannah Storm chats with Jimmy Smits about his new CBS drama, \"Cane,\" which chronicles the life of a wealthy Cuban family running a sugar and rum enterprise in the United States."; arnews[4] += "
Publ.Date : Sat, 16 May 2009 17:18:43 GMT"; arnews[4] += "
"; arnews[5]="Dexter: Jimmy Smits
"; arnews[5] += "Jimmy Smits joins the cast of Dexter."; arnews[5] += "
Publ.Date : Thu, 30 Oct 2008 15:15:12 GMT"; arnews[5] += "
"; arnews[6]="Dexter: Jimmy Smits Joins Dexter
"; arnews[6] += "Jimmy Smits joins the cast of Dexter."; arnews[6] += "
Publ.Date : Tue, 28 Oct 2008 18:28:40 GMT"; arnews[6] += "
"; arnews[7]="Jimmy Smits In 'Cane'
"; arnews[7] += "Hannah Storm chats with Jimmy Smits about his new CBS drama, \"Cane,\" which chronicles the life of a wealthy Cuban family running a sugar and rum enterprise in the United States."; arnews[7] += "
Publ.Date : Tue, 12 Feb 2008 20:00:42 GMT"; arnews[7] += "
"; arnews[8]="Web Extra: 60 Seconds With Jimmy Smits
"; arnews[8] += "Raw video: 60 seconds with Jimmy Smits chatting about his new CBS4 show \"Cane\" and other questions."; arnews[8] += "
Publ.Date : Mon, 24 Sep 2007 00:00:00 GMT"; arnews[8] += "
"; arnews[9]="Hispanic Heroes: Jimmy Smits
"; arnews[9] += "In high school, New Yorker Jimmy got the acting bug. Today he uses his success to help fellow Hispanic artists. In 1996, Jimmy Smits received the Hispanic Heritage Award. He went..."; arnews[9] += "
Publ.Date : Fri, 20 Oct 2006 15:55:12 GMT"; arnews[9] += "
"; totcount = 10; 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("
");