var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Courteney Cox to return in Scream 4
"; arnews[0] += "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 wrote the first two films in the popular horror trilogy."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 04:40:17 GMT"; arnews[0] += "
"; arnews[1]="MTV inks deal to air 'This Is It'
"; arnews[1] += "MTV has acquired the rights to air 'This Is It,' the documentary about Michael Jackson ."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 12:18:04 GMT"; arnews[1] += "
"; arnews[2]="Courteney Cox ready to shriek again in 'Scream 4'
"; arnews[2] += "CULVER CITY, California - Courteney Cox isn't done running from masked serial killers."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Courteney Cox is excited for Scream 4
"; arnews[3] += "Cougar Town and Friends star Courteney Cox is looking forward to the next installment in the Scream franchise."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 03:17:09 GMT"; arnews[3] += "
"; arnews[4]="Bob Weinstein: a We Want the Miramax Name Back, Ia ll Tell You That Mucha
"; arnews[4] += "The journey to get The Road on the big screen has been fraught with nearly as much peril as the plot of the book."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 00:43:00 GMT"; arnews[4] += "
"; arnews[5]="'Cougar Town' star Courteney Cox ready to shriek again in 'Scream 4'
"; arnews[5] += "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 wrote the first two films in the popular horror trilogy."; arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 23:52:37 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("
");document.write("
");