var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="One Missed Call - Horror Movie- Trailer 2008 - Re
";
arnews[0] += "Several young people start receiving voice-mails from their future selves -- messages which include the date, time, and some of the details of their deaths. # To be released on:...";
arnews[0] += "
Publ.Date : Mon, 02 Mar 2009 20:50:16 GMT";
arnews[0] += "
";
arnews[1]="Moonlight - Good Team
";
arnews[1] += "Any private eye knows a lot about other people?s secrets. L.A. private eye Mick St. John (Alex O?Loughlin) has a secret of his own. He?s a vampire, dwelling in a covert...";
arnews[1] += "
Publ.Date : Sun, 01 Mar 2009 07:02:03 GMT";
arnews[1] += "
";
arnews[2]="40 Days and 40 Nights - Inside Info
";
arnews[2] += "Josh Hartnett and Shannyn Sossamon star in a romantic comedy about a young man who, after a nasty break up, vows to stay celibate during the 40 days of Lent. Complications arise...";
arnews[2] += "
Publ.Date : Tue, 16 Sep 2008 12:07:32 GMT";
arnews[2] += "
";
arnews[3]="40 Days and 40 Nights - Clip 3
";
arnews[3] += "Josh Hartnett and Shannyn Sossamon star in a romantic comedy about a young man who, after a nasty break up, vows to stay celibate during the 40 days of Lent. Complications arise...";
arnews[3] += "
Publ.Date : Tue, 16 Sep 2008 12:07:32 GMT";
arnews[3] += "
";
document.title=document.title+ " ";
arnews[4]="Shannyn Sossamon And Warewolf
";
arnews[4] += "Sept. 5, 2008. EXCLUSIVE Los Angeles, CA.American actress, Shannyn Sossamon was spotted leaving a dentist office when photographers took pictures of her and a crazy fan with a...";
arnews[4] += "
Publ.Date : Mon, 08 Sep 2008 08:06:30 GMT";
arnews[4] += "
";
arnews[5]="One Missed Call
";
arnews[5] += "Starring: Shannyn Sossamon, Edward Burns";
arnews[5] += "
Publ.Date : Wed, 02 Apr 2008 13:45:45 GMT";
arnews[5] += "
";
arnews[6]="Shannyn Sossamon Video
";
arnews[6] += "A musical video featuring pictures of the beautiful actress Shannyn Sossamon.";
arnews[6] += "
Publ.Date : Thu, 21 Feb 2008 10:56:30 GMT";
arnews[6] += "
";
arnews[7]="Celebrity Interviews: Shannyn Sossamon
";
arnews[7] += "Shannyn Sossamon of \"Moonlight\" puts the bite on \"Watch This!\" host, John Henson, as she dishes the dirt on the show, as well as her new movie \"Wristcutters: A Love Story\".";
arnews[7] += "
Publ.Date : Wed, 31 Oct 2007 20:20:56 GMT";
arnews[7] += "
";
arnews[8]="Shannyn Sossamon - [Mar-2002] - interview
";
arnews[8] += "[29-Mar-2002]";
arnews[8] += "
Publ.Date : Sat, 12 May 2007 02:51:48 GMT";
arnews[8] += "
";
arnews[9]="The Black Heart Procession - Not Just Words
";
arnews[9] += "This San Diego quintet create music filled with intrigue, drama, and impressionistic soundscapes. The hypnotically-shot clip for 'Not Just Words' finds the band (featuring members...";
arnews[9] += "
Publ.Date : Sat, 24 Feb 2007 08:48:31 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("