var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Louis Gossett Jr. diagnosed with prostate cancer
";
arnews[0] += "Oscar-winning actor Louis Gossett Jr. says he is being treated for prostate cancer.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:37:50 GMT";
arnews[0] += "
";
arnews[1]="Recap: Heroes, season 4 finale, episode 19
";
arnews[1] += "Mini-review: Tracy helps Claire and Noah escape a tight situation, Peter and Sylar join forces despite Matt's protestations and Hiro is forced to let Charlie go for good.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:15:37 GMT";
arnews[1] += "
";
arnews[2]="Courts out of control
";
arnews[2] += "It is outrageous that actor Adrian Pasdar had to post $15,000 bail to get out of custody on his misdemeanor DUI arrest.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Canadian Near Dark Screening
";
arnews[3] += "When Near Dark originally hit theaters, it really struggled to find an audience.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 16:18:04 GMT";
arnews[3] += "
";
arnews[4]="Must Watch: James Cameron's Long-Lost Video Starring Ex Kathryn Bigelow as a Sexy Cowgirl
";
arnews[4] += "The minds at Movieline are reeling today after a tipster sent us a collaboration between Oscar-nominated exes James Cameron and Kathryn Bigelow that we never knew existed: a 1988 music video called \"Reach\" that Cameron directed for Bill Paxton's short-lived rock band Martini Ranch , in which he cast imminent wife and future Hurt Locker director ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 22:50:45 GMT";
arnews[4] += "
";
arnews[5]="See Kathyrn Bigelow hunt Bill Paxton in a James Cameron Music Video - Yes, Really
";
arnews[5] += "Much has been made about the upcoming Oscars battle between exes Kathyrn Bigelow and James Cameron - with their movies, The Hurt Locker and Avatar , respectively, tied with a leading nine nominations each - but as you'll see from this crazy music video, they often had a lot of fun when they were still on speaking terms.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 21:46:48 GMT";
arnews[5] += "
";
arnews[6]="A supervillain's walk in the Park
";
arnews[6] += "THE name Ray Park might sound alien to some. But to action movie and sci-fi fans, he might be a familiar face, known for his martial arts and kick-butt stunts.";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 10:48:24 GMT";
arnews[6] += "
";
totcount = 7;
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("