var arnews = new Array(6); totcount = 6; rnd = 0; arnews[0]="Jimmy Smits Salsas with Ellen
"; arnews[0] += "

After starting this season with her dance to "Calle Ocho," Ellen is ready to expand her dancing skills. Since Jimmy Smits is narrating a PBS documentary on Latin music, he gave her a lesson in salsa.

Add this to your queue
Duration: 01:39

"; arnews[0] += "
"; arnews[1]="Jimmy Smits In 'Cane'
"; arnews[1] += "

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.

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Hispanic Heroes - Jimmy Smits
"; arnews[2] += "

In a Hispanic Heroes video, NYPD Blue star Jimmy Smits talks about coming from a middleclass family in Brooklyn, New York. He reveals that in high school he caught the acting bug and quit the football team to join the drama club.

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Atmosphere on looking like Jimmy Smits
"; arnews[3] += "

Atmosphere on looking like Jimmy Smits

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="A conversation with Jimmy Smits
"; arnews[4] += "

with Jimmy Smits on Mar 31, 2000

Add this to your queue
Duration: 14:00

"; arnews[4] += "
"; arnews[5]="Jimmy Smits
"; arnews[5] += "

Jimmy Smits talks about getting killed off of "NYPD Blue" and "Miami Vice." (4:51)

Add this to your queue
Duration: 00:00

"; 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("
");