var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Marsha Thompson's cast mates haven't Lost their differences
";
arnews[0] += "http://www.t5m.com/movies Marsha Thomason speaks exclusively to t5m about being moved by Halle Berry's Oscar speech, being inspired to push against ethnical type-casting and...";
arnews[0] += "
Publ.Date : Tue, 14 Jul 2009 15:29:06 GMT";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="British actress, Marsha Thomason, gets
";
arnews[1] += "http://www.t5m.com/movies Lost's Marsha Thomason shares the reality behind her LA story exclusively with t5m. From the latest script to the newest audition, the business that is...";
arnews[1] += "
Publ.Date : Tue, 14 Jul 2009 14:19:34 GMT";
arnews[1] += "
";
arnews[2]="British actress, Marsha Thomason, gets
";
arnews[2] += "www.t5m.com Lost's Marsha Thomason shares the reality behind her LA story exclusively with t5m. From the latest script to the newest audition, the business that is the Hollywood...";
arnews[2] += "
Publ.Date : Tue, 14 Jul 2009 14:19:16 GMT";
arnews[2] += "
";
arnews[3]="The Haunted Mansion - Cast Interviews
";
arnews[3] += "When a workaholic visits a haunted house with his family, he meets a whole host of ghosts that teach him a lesson about the importance of the family that he has neglected.";
arnews[3] += "
Publ.Date : Tue, 16 Sep 2008 12:05:49 GMT";
arnews[3] += "
";
arnews[4]="The Haunted Mansion - Music Video
";
arnews[4] += "When a workaholic visits a haunted house with his family, he meets a whole host of ghosts that teach him a lesson about the importance of the family that he has neglected.";
arnews[4] += "
Publ.Date : Tue, 16 Sep 2008 12:05:49 GMT";
arnews[4] += "
";
arnews[5]="The Haunted Mansion Trailer
";
arnews[5] += "When a workaholic visits a haunted house with his family, he meets a whole host of ghosts that teach him a lesson about the importance of the family that he has neglected.";
arnews[5] += "
Publ.Date : Tue, 16 Sep 2008 12:02:42 GMT";
arnews[5] += "
";
arnews[6]="The Haunted Mansion - Production Crew Interviews
";
arnews[6] += "When a workaholic visits a haunted house with his family, he meets a whole host of ghosts that teach him a lesson about the importance of the family that he has neglected.";
arnews[6] += "
Publ.Date : Wed, 23 Jul 2008 13:56:20 GMT";
arnews[6] += "
";
arnews[7]="Marsha Thomason interview
";
arnews[7] += "Marsha Thomason interview";
arnews[7] += "
Publ.Date : Thu, 24 Jan 2008 23:47:50 GMT";
arnews[7] += "
";
arnews[8]="Marsha Thomason
";
arnews[8] += "Marsha Thomason";
arnews[8] += "
Publ.Date : Thu, 24 Jan 2008 21:58:07 GMT";
arnews[8] += "
";
arnews[9]="Caffeine Trailer
";
arnews[9] += "Trailer for the feature film CAFFEINE starring Mena Suvari (American Beauty), Marsha Thomason (Haunted Mansion), Andrew Lee Potts (New Year's Day), Mike Vogel (Poseidon),...";
arnews[9] += "
Publ.Date : Wed, 09 Aug 2006 13:33:27 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("