var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Courteney Cox to Star in 'Scream 4' - Celebrity Justice
";
arnews[0] += "Also joining the \"Cougar Town\" star, 45, on-set: husband David Arquette , whom she met while filming the first \"Scream\" film in 1996, and Neve Campbell , whose character, Sidney Prescott, was terrorized. The list of original cast members pretty much ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 17:55:00 GMT";
arnews[0] += "
";
arnews[1]="Courteney Cox ready to shriek again in 'Scream 4' - Morning Journal
";
arnews[1] += "CULVER CITY , Calif. (AP) — Courteney Cox isn’t done running from masked serial killers. The 45-year-old “Cougar Town” and “Friends” star says she’s excited about returning to the horror genre in “Scream 4,” the upcoming slasher ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 15:59:00 GMT";
arnews[1] += "
";
arnews[2]="Courteney Cox - Orlando Sentinel
";
arnews[2] += "Courteney Cox isn't done running from masked serial killers. The 45-year-old \"Cougar Town\" and \"Friends\" star says she's excited about returning to the horror genre in \"Scream 4,\" the upcoming slasher sequel being written by Kevin Williamson, who ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 15:18:00 GMT";
arnews[2] += "
";
arnews[3]="Courteney Cox Ready To Shriek Anew - CBS News
";
arnews[3] += "(AP) Courteney Cox isn't done running from masked serial killers. The 45-year-old \"Cougar Town\" and \"Friends\" star says she's excited about returning to the horror genre in \"Scream 4,\" the upcoming slasher sequel being written by Kevin Williamson ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 19:42:00 GMT";
arnews[3] += "
";
arnews[4]="Courteney Cox Talks Scream 4 - Coming Soon!
";
arnews[4] += "Courteney Cox hinted to The Associated Press what the setting might be for Scream 4 . Cox reunites in the fourth installment with her real-life husband David Arquette and Neve Campbell, who plays the series' lead character, Sidney Prescott. \"There ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 16:22:00 GMT";
arnews[4] += "
";
arnews[5]="Courteney Cox Excited for Scream 4 - Newser
";
arnews[5] += "\"I think that he's probably still deputy, and I've had a lot of kids,\" Cox continued. \"I don't know. I'm probably miserable, and then I'm sure a lot of murdering will happen.\" Courtney Cox, left, and husband David Arquette, right, enjoy FOX's Summer ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 16:51:00 GMT";
arnews[5] += "
";
arnews[6]="Courteney Cox Signs On For 'Scream 4' - Huffingtonpost.com
";
arnews[6] += "CULVER CITY, California — Courteney Cox isn't done running from masked serial killers. The 45-year-old \"Cougar Town\" and \"Friends\" star says she's excited about returning to the horror genre in \"Scream 4,\" the upcoming slasher sequel being written ...";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 13:02:00 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("