var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Live! - Interview with Bill Guttentag
";
arnews[0] += "Eva Mendes stars as an ambitious television executive in Academy Award-winning filmmaker Bill Guttentag's compelling satire \"LIVE!\".";
arnews[0] += "
Publ.Date : Mon, 20 Oct 2008 15:50:49 GMT";
arnews[0] += "
";
arnews[1]="Friday Night Lights - Clip - State Championship
";
arnews[1] += "Billy Bob Thornton stars as a straight arrow coach in this High School football flick set in the west Texas town of Odessa";
arnews[1] += "
Publ.Date : Tue, 16 Sep 2008 12:05:26 GMT";
arnews[1] += "
";
arnews[2]="Unmasked with Ryan Cabrera & Jay Hernandez
";
arnews[2] += "Ryan Cabrera and Jay Hernandez momentarily unmask themselves to Young Hollywood while attending a masquerade party to benefit the Alliance Foundation.";
arnews[2] += "
Publ.Date : Mon, 21 Jul 2008 08:38:14 GMT";
arnews[2] += "
";
arnews[3]="Hostel Star Jay Hernandez Speaks Out Against Fur
";
arnews[3] += "Hostel Star Jay Hernandez Speaks Out Against Fur";
arnews[3] += "
Publ.Date : Thu, 15 May 2008 00:00:00 GMT";
arnews[3] += "
";
arnews[4]="Jay Hernandez
";
arnews[4] += "the HOT actor from the movie Crazy/Beautiful";
arnews[4] += "
Publ.Date : Sun, 17 Feb 2008 17:26:31 GMT";
arnews[4] += "
";
arnews[5]="Jay Hernandez' Blog - Basketball Training
";
arnews[5] += "Advanced Basketball Trainer Jay Hernandez talks about basketball training";
arnews[5] += "
Publ.Date : Mon, 21 Jan 2008 20:28:32 GMT";
arnews[5] += "
";
document.title=document.title+ " ";
arnews[6]="Unmasked with Ryan Cabrera & Jay Hernandez
";
arnews[6] += "Ryan Cabrera and Jay Hernandez momentarily unmask themselves to Young Hollywood while attending a masquerade party to benefit the Alliance Foundation.";
arnews[6] += "
Publ.Date : Wed, 17 Oct 2007 23:31:52 GMT";
arnews[6] += "
";
arnews[7]="Crazy/Beautiful - Kirsten Dunst and Jay Hernandez
";
arnews[7] += "Kirsten Dunst and Jay Hernandez in Crazy/Beautiful!";
arnews[7] += "
Publ.Date : Sun, 12 Aug 2007 16:41:40 GMT";
arnews[7] += "
";
arnews[8]="Hostel Star Jay Hernandez Speaks Out Against Fur
";
arnews[8] += "PETATV wrote: \"Jay Hernandez appeared in Quentin Tarantino's \"\"Hostel\"\" as the vegetarian...";
arnews[8] += "
Publ.Date : Fri, 16 Mar 2007 23:16:00 GMT";
arnews[8] += "
";
arnews[9]="Hostel Star Jay Hernandez Speaks Out Against Fur
";
arnews[9] += "\"Jay Hernandez appeared in Quentin Tarantino's \"\"Hostel\"\" as the vegetarian Paxton. Now he's the star of an all new anti-fur ad for peta2. For ...";
arnews[9] += "
Publ.Date : Fri, 31 Mar 2006 00:00:00 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("