var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="La Bamba (1987)
";
arnews[0] += "This is the true story Ritchie Valens a young rock & roll singer who tragically died in an aircrash at the age of 17. The film follows Ritchie from his days in Paicoma, California...";
arnews[0] += "
Publ.Date : Mon, 23 Mar 1987 00:00:00 GMT";
arnews[0] += "
";
arnews[1]="Olmos, Morales on ‘Caprica,’ ‘The Plan’
";
arnews[1] += "\"Caprica\" star Esai Morales and \"Battlestar Galactica: The Plan\" director Edward James Olmos talk about how current events influenced the show and Olmos talks about directing \"The...";
arnews[1] += "
Publ.Date : Wed, 29 Jul 2009 20:06:57 GMT";
arnews[1] += "
";
arnews[2]="EXCULSIVE: Esai Morales Sings for You
";
arnews[2] += "We know he's talented and a hunk, but did you know Esai Morales , is also a singer? Although, not yet signed to a label, it won't be long, he can really sign. You get a little...";
arnews[2] += "
Publ.Date : Thu, 18 Jun 2009 19:53:08 GMT";
arnews[2] += "
";
arnews[3]="Esai Morales Talks About His "Green Diet"
";
arnews[3] += "Latin Heat caught up with Esai Morales at the Boyle Heights Technology Center's Gala Awards attended by a literal who's who of Hollywood on May 29, 2009. This time around, our...";
arnews[3] += "
Publ.Date : Sat, 30 May 2009 21:41:42 GMT";
arnews[3] += "
";
arnews[4]="Esai Morales * Polanski Unauthorized * Jericho * NYPD Blue
";
arnews[4] += "Esai Morales * Polanski Unauthorized * Jericho * NYPD Blue By realtvfilms Tags : blue , caprica , esai , jericho , morales , nypd , polanski , unauthorized";
arnews[4] += "
Publ.Date : Sun, 12 Apr 2009 06:40:00 GMT";
arnews[4] += "
";
arnews[5]="Esai Morales * Polanski Unauthorized * Jericho * NYPD Blue
";
arnews[5] += "Esai Morales * Polanski Unauthorized * Jericho * NYPD Blue";
arnews[5] += "
Publ.Date : Sun, 12 Apr 2009 06:23:34 GMT";
arnews[5] += "
";
arnews[6]="CAPRICA Release Date: 4/21/2009
";
arnews[6] += "CAPRICA director: cast: Eric Stoltz , Polly Walker , Alessandra Toressani , Esai Morales , Paula Malcomson genre: Sci-Fi studio: Universal Studios Home Video MPAA Rating: Not...";
arnews[6] += "
Publ.Date : Tue, 07 Apr 2009 04:14:33 GMT";
arnews[6] += "
";
document.title=document.title+ " ";
arnews[7]="Jericho - Season: Skeet Ulrich and Esai Morales' Memorable Moment
";
arnews[7] += "Skeet Ulrich and Esai Morales reminisce about their most memorable moments and scenes from Season 2.";
arnews[7] += "
Publ.Date : Mon, 22 Dec 2008 16:03:09 GMT";
arnews[7] += "
";
arnews[8]="Esai Morales Blasts the Phony "War on ____"
";
arnews[8] += "Award-winning actor Esai Morales (NYPD Blue, Jericho) lets loose in this clip from Real Time with Bill Maher. ... hbo real time war on terror drugs poverty aids crime prison rate...";
arnews[8] += "
Publ.Date : Sat, 12 Apr 2008 20:17:54 GMT";
arnews[8] += "
";
arnews[9]="Celebrity Interviews: Jericho: Esai Morales
";
arnews[9] += "\"Jericho\" star Esai Morales stops by TV Watercooler to talk about his new role on the show.";
arnews[9] += "
Publ.Date : Sat, 23 Feb 2008 00:03:58 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("