var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="The Mo'Nique Show - The Game Cast Reunion (Clip 1 of 3)
";
arnews[0] += "(Original Airdate: Friday November 13, 2009) The cast members all join MoNique on the set of her new talk show to dish about their lives, careers and The Game. (Clip 1 of 3)";
arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 12:29:40 GMT";
arnews[0] += "
";
arnews[1]="2009 NAACP Image Awards
";
arnews[1] += "Hollyscoop.com caught up with the stars at the 2009 NAACP Image Awards to see what they are looking forward to at the show. Interviews and appearances with Taraji P. Henson,...";
arnews[1] += "
Publ.Date : Sat, 28 Feb 2009 05:01:16 GMT";
arnews[1] += "
";
arnews[2]="Little Man - Clip - You stay close
";
arnews[2] += "A man, who is anxious to be a father, mistakes an extremely short-statured, baby-faced criminal on-the-lam, to be his newly adopted son.";
arnews[2] += "
Publ.Date : Tue, 16 Sep 2008 12:05:33 GMT";
arnews[2] += "
";
arnews[3]="Little Man - Clip - He ate my breakfast
";
arnews[3] += "A man, who is anxious to be a father, mistakes an extremely short-statured, baby-faced criminal on-the-lam, to be his newly adopted son.";
arnews[3] += "
Publ.Date : Tue, 16 Sep 2008 12:05:33 GMT";
arnews[3] += "
";
arnews[4]="The Adventures Of Joe Dirt Trailer
";
arnews[4] += "Former \"Saturday Night Live\" star David Spade stars as Joe Dirt, an idiot who works as an oil weller who is on the search for his parents who abandoned him when he was a baby at...";
arnews[4] += "
Publ.Date : Tue, 16 Sep 2008 12:03:05 GMT";
arnews[4] += "
";
arnews[5]="Little Man Trailer
";
arnews[5] += "A man, who is anxious to be a father, mistakes an extremely short-statured, baby-faced criminal on-the-lam, to be his newly adopted son.";
arnews[5] += "
Publ.Date : Tue, 16 Sep 2008 12:02:38 GMT";
arnews[5] += "
";
arnews[6]="Little Man - Clip - I see you
";
arnews[6] += "A man, who is anxious to be a father, mistakes an extremely short-statured, baby-faced criminal on-the-lam, to be his newly adopted son.";
arnews[6] += "
Publ.Date : Wed, 23 Jul 2008 13:55:52 GMT";
arnews[6] += "
";
arnews[7]="Brittany Daniel - Joe Dirt (KNAMB Horse edit)
";
arnews[7] += "Brittany Daniel riding on a horse in \"Joe Dirt\"";
arnews[7] += "
Publ.Date : Sun, 20 Apr 2008 15:11:11 GMT";
arnews[7] += "
";
document.title=document.title+ " ";
arnews[8]="Brittany Daniel - Kelly on "The Game" - Part 1 (Spoilers)
";
arnews[8] += "In this first video from our visit to the set of The Game, Brittany Daniel, who plays Kelly, answers your questions about filming love scenes with her buddy Coby Bell and how it...";
arnews[8] += "
Publ.Date : Mon, 12 Nov 2007 19:18:55 GMT";
arnews[8] += "
";
arnews[9]="Brittany Daniel - [Jan-2002] - interview
";
arnews[9] += "[16-Jan-2002] That 80s Show";
arnews[9] += "
Publ.Date : Thu, 17 May 2007 04:54:26 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("