var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="MATTHEW FOX WASN'T SUPPOSED TO GET LOST - New Kerala
";
arnews[0] += "MATTHEW FOX was never intended to be a LOST regular - producers of the hit TV show planned to kill off his character in the second episode. The actor has become a familiar face on TV screens over the last few years, playing Dr. Jack Shephard in six ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:36:00 GMT";
arnews[0] += "
";
arnews[1]="Matthew Fox likes being Lost - NZCity
";
arnews[1] += "'Lost' star Matthew Fox likes being isolated. The hunky actor - who plays Dr. Jack Shephard in the US drama series - grew up on a small farm in Wyoming around 60 miles away from the nearest town, but rather than feel as though he was cut off from the ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 05:44:00 GMT";
arnews[1] += "
";
arnews[2]="Matthew Fox planning to retire from television after ABC's 'Lost' ends - Reality TV World
";
arnews[2] += "U.S. actor Matthew Fox says he has no plans to return to television after the sixth and final season of \"Lost\" ends. Fox, 43, starred in the 1990s family drama \"Party of Five\" for six seasons before heading up the cast of the supernatural series ...";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 21:09:00 GMT";
arnews[2] += "
";
arnews[3]="Matthew Fox interview - Daily Telegraph
";
arnews[3] += "Over the next hour these words will bang around inside my head like a pair of wooden cymbals. After a while the door opens and Fox’s previous interviewer comes out. I can’t help noticing that she looks a bit dazed, but I don’t think much about ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 16:57:00 GMT";
arnews[3] += "
";
arnews[4]="Matthew Fox Was Not Set to Be a 'Lost' Regular - AceShowbiz
";
arnews[4] += "Matthew Fox was never intended to be a \" Lost \" regular - producers of the hit TV show planned to kill off his character in the second episode. The actor has become a familiar face on TV screens over the last few years, playing Dr. Jack Shephard in ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 04:04:00 GMT";
arnews[4] += "
";
arnews[5]="Matthew Fox likes being Lost - Boston Globe
";
arnews[5] += "'Lost' star Matthew Fox likes being isolated. The hunky actor - who plays Dr. Jack Shephard in the US drama series - grew up on a small farm in Wyoming around 60 miles away from the nearest town, but rather than feel as though he was cut off from the ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 09:49:00 GMT";
arnews[5] += "
";
arnews[6]="'Lost' Star Matthew Fox Likes 'Isolation Lifestyle' - Post Chronicle
";
arnews[6] += "Matthew Fox, the hunky actor - who plays Dr. Jack Shephard in the US drama series - grew up on a small farm in Wyoming around 60 miles away from the nearest town, but rather than feel as though he was cut off from the world he enjoyed the lifestyle ...";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 15:18:00 GMT";
arnews[6] += "
";
arnews[7]="Matthew Fox says city life drives him 'nuts' - AZCentral.com
";
arnews[7] += "'Lost' star Matthew Fox likes being isolated. The hunky actor - who plays Dr. Jack Shephard in the drama series - grew up on a small farm in Wyoming around 60 miles away from the nearest town, but rather than feel as though he was cut off from the ...";
arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 16:01:00 GMT";
arnews[7] += "
";
arnews[8]="Matthew Fox Knows How ‘Lost’ Ends! - Showbizspy.com
";
arnews[8] += "MATTHEW Fox claims he knows what happens at the end of Lost . The actor — who plays Dr. Jack Shephard in the hit show — says he loves the power of knowledge, especially when he has people begging him for the answer. “It is kinda nice to know ...";
arnews[8] += "
Publ.Date : Thu, 04 Feb 2010 12:03:00 GMT";
arnews[8] += "
";
totcount = 9;
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("