var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Heroes star Adrian Pasdar arrested for DUI - abc40
";
arnews[0] += "The actor was pulled over after clocking 94 miles per hour on the 405 Freeway and was taken into custody at 2:59 a.m. when police determined he was under the influence, a spokesman for the California Highway Patrol said. According to Pasdar's booking ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 18:31:00 GMT";
arnews[0] += "
";
arnews[1]="Louis Gossett Jr. diagnosed with prostate cancer - The Sun News
";
arnews[1] += "LOS ANGELES -- Oscar-winning actor Louis Gossett Jr. says he is being treated for prostate cancer. In the announcement Tuesday, Gossett says the disease was caught early and he expects to make a full recovery. The 73-year-old actor says he is going ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:15:00 GMT";
arnews[1] += "
";
arnews[2]="Courts out of control - Desert Sun
";
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. The courts, and the system in general, have become utterly out of control when it comes to drunken driving, which is now firmly ...";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 09:07:00 GMT";
arnews[2] += "
";
arnews[3]="Canadian Near Dark Screening! - DREAD CENTRAL.COM
";
arnews[3] += "Starring Adrian Pasdar (Heroes), Lance Henriksen (Aliens, Millennium), and Bill Paxton (Aliens, Big Love). Presented in 35mm. Check out the Metro's official site for more information. And check out the groovy theatrical trailer to remember just how ...";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 14:23:00 GMT";
arnews[3] += "
";
arnews[4]="Friday Roundup, Video Edition: Cameron/Bigelow music video; if Oscar ... - Los Angeles Times Blogs
";
arnews[4] += "Devotees of Bigelow's early and under-appreciated vampire chiller \"Near Dark\" will spy that the film's leading man, future \"Heroes\" star Adrian Pasdar, in the video; Paxton, Henriksen and Goldstein were also featured in the film. One also gets the ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 20:37:00 GMT";
arnews[4] += "
";
arnews[5]="James Cameron's Cheesy '80s Music Video Starring Kathryn Bigelow! - cinematical
";
arnews[5] += "It's all serious and somber until he spies one beefcake lady melting iron and hammering on an anvil, some ladies of ill repute, and a lounging Adrian Pasdar (of Heroes and Near Dark fame), as he drives up to the local bar. Then all musical hell ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 15:00:00 GMT";
arnews[5] += "
";
totcount = 6;
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("