var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bill Murry Confirms His Part in 'Ghostbusters 3' - The Celebrity Cafe.com
";
arnews[0] += "While Sigourney Weaver was touring to promote \"Avatar,\" some people asked her about the upcoming \"Ghostbusters 3\" film, and she let some plot spoilers get away from her. Not that any of this information would be kept secret in the trailers anyway ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:31:00 GMT";
arnews[0] += "
";
arnews[1]="Sigourney Weaver to play stripper in next! - The Gaea Times
";
arnews[1] += "LONDON - “Avatar” actress Sigourney Weaver insists her advancing age has never affected the amount of movie roles she has been offered and the 60-year-old is set to play a stripper in her next appearance. The actress has revealed she is set to ...";
arnews[1] += "
Publ.Date : Fri, 22 Jan 2010 02:45:00 GMT";
arnews[1] += "
";
arnews[2]="Sigourney Weaver considering reprising role in ‘Ghostbusters ... - The Gaea Times
";
arnews[2] += "WASHINGTON - Alien star Sigourney Weaver is considering reprising her role in the forthcoming Ghostbusters sequel. Weaver, 60, had previously denied reports that she would be joining former co-stars Bill Murray and Dan Aykroyd in a spooky new movie ...";
arnews[2] += "
Publ.Date : Fri, 15 Jan 2010 09:34:00 GMT";
arnews[2] += "
";
arnews[3]="Bill Murray Backs Up Sigourney Weaver's Ghostbusters 3 Spoilers - Reel Movie News
";
arnews[3] += "\"I know that my little son, Oscar – who was kidnapped from me – I think he has grown up to be a ghostbuster,\" adding, \"I might be in it and I see nothing wrong with being in it, although I don't think I will have a big part in it. I think Bill ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 20:33:00 GMT";
arnews[3] += "
";
arnews[4]="Bill Murray Confirms "Ghostbusters 3" Rumor - WorstPreviews.com
";
arnews[4] += "Sigourney Weaver recently revealed that Bill Murray's character in the third \"Ghostbusters\" movie will be a ghost. She said: \" I know that my little son, Oscar – who was kidnapped from me – I think he has grown up to be a ghostbuster. I might be ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT";
arnews[4] += "
";
arnews[5]="Mets, Pagan agree to one-year deal - The Sun News
";
arnews[5] += "Anti-smoking activists complain about Sigourney Weaver's otherwise enlightened character continually \"lighting up.\" Like most artists, Cameron deals honestly rather than idealistically with characters. As with every person in real life, each of his ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:04: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("