var arnews = new Array(10); totcount = 10; rnd = 1; arnews[0]="Speed Racer - Exclusive interview with Christina Ricci
"; arnews[0] += "Based on the classic 1960's Japanese animated series, Speed Racer chronicles the aspirations of a young race car driver as he attempts to obtain glory, with the help of his family..."; arnews[0] += "
Publ.Date : Thu, 26 Jun 2008 11:26:16 GMT"; arnews[0] += "
"; arnews[1]="Atmosphere: Christina Ricci Mix
"; arnews[1] += "From the album Sad Clown Bad Dub 7"; arnews[1] += "
Publ.Date : Mon, 28 Apr 2008 13:30:16 GMT"; arnews[1] += "
"; arnews[2]="Christina Ricci
"; arnews[2] += "Christina Ricci"; arnews[2] += "
Publ.Date : Sat, 26 Apr 2008 13:15:14 GMT"; arnews[2] += "
"; arnews[3]="Speed Racer Emile Hirsch, Christina Ricci
"; arnews[3] += "John Goodman, Susan Sarandon and Matthew Fox at the Toyota Grand Prix Long Beach photo op for the Speed Racer movie. www.gplb.com, www.montebubbles.com"; arnews[3] += "
Publ.Date : Thu, 24 Apr 2008 23:27:09 GMT"; arnews[3] += "
"; arnews[4]="Speed Racer - Christina Ricci Interview
"; arnews[4] += "Ms. Ricci takes a moment out of her busy schedule to discuss that feeling the audience will love in this revealing interview."; arnews[4] += "
Publ.Date : Thu, 24 Apr 2008 00:21:46 GMT"; arnews[4] += "
"; arnews[5]="Speed Racer - Christina Ricci Interview
"; arnews[5] += "Christina Ricci talks about being cast as Trixie in the Wachowski brothers' film \"Speed Racer.\""; arnews[5] += "
Publ.Date : Fri, 13 Apr 2007 04:34:33 GMT"; arnews[5] += "
"; document.title=document.title+ " "; arnews[6]="Christina Ricci is Trixie
"; arnews[6] += "Ricci talks Speed Racer."; arnews[6] += "
Publ.Date : Fri, 13 Apr 2007 00:00:00 GMT"; arnews[6] += "
"; arnews[7]="Christina Ricci (Black Snake Moan)
"; arnews[7] += "Christina Ricci felt so passionate about the Black Snake Moan script that she didn’t mind the risks she had to take in her role."; arnews[7] += "
Publ.Date : Fri, 23 Feb 2007 08:00:00 GMT"; arnews[7] += "
"; arnews[8]="CHRISTINA RICCI and JUSTIN TIMBERLAKE
"; arnews[8] += "The red carpet premiere for Black Snake Moan. Ricci talks to ReelzChannel about working with pop star Justin Timberlake."; arnews[8] += "
Publ.Date : Wed, 21 Feb 2007 00:26:57 GMT"; arnews[8] += "
"; arnews[9]="Anything Else - Jason Biggs & Christina Ricci Interview
"; arnews[9] += "Anything Else - Jason Biggs & Christina Ricci Interview"; arnews[9] += "
Publ.Date : Fri, 19 Sep 2003 01:56: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("
");document.write("
");