var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lost ’s Jorge Garcia on Playing Happy Hurley - Nymag.com
";
arnews[0] += "In last Tuesday's Lost premiere, we learned that detonating a nuclear bomb in 1977 can create two alternate dimensions and baffle even viewers who've managed to follow the wacky science of the show's first five seasons. To help explain further, we ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:33:00 GMT";
arnews[0] += "
";
arnews[1]="Jorge Garcia's New 'Lost' Podcast Just Melted My Brain - Tvsquad.com
";
arnews[1] += "Jorge Garcia, the dude who plays Hurley on 'Lost' , has launched a new weekly podcast about the show's final season, lovingly titled \"Geronimo Jack's Beard.\" You can download the first episode now, which features Jorge and co-host Beth Shady ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 01:05:00 GMT";
arnews[1] += "
";
arnews[2]="On Lost : A Fresh Start, and Jorge Garcia Interview - Huffingtonpost.com
";
arnews[2] += "This week's season premiere of Lost showed that the creative team behind the show is not resting on their laurels. It's rather daring to think that not only have they gone from flashbacks to flashforwards which was mind blowing at the end of season 3 ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT";
arnews[2] += "
";
arnews[3]="Jorge Garcia 'hoping for Lost closure' - Digital Spy
";
arnews[3] += "Jorge Garcia has admitted that he is hoping for closure on Lost . The 36-year-old actor, who plays Hugo 'Hurley' Reyes on the ABC series, told zap2it that Cynthia Watros's return as Libby may conclude the romance between their alter egos. \"Yeah, I ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 15:54:00 GMT";
arnews[3] += "
";
arnews[4]="Jorge Garcia launches 'Lost' podcast - Digital Spy
";
arnews[4] += "Lost star Jorge Garcia has launched a new podcast to discuss the final season of the hit series. The weekly audio show, called 'Geronimo Jack's Beard', made its debut on Wednesday, the day after the new season of Lost premiered on ABC, reports Pop ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 23:51:00 GMT";
arnews[4] += "
";
totcount = 5;
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("