var arnews = new Array(9);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="UPDATED: Cast of the Strause Brothers' Skyline Expands by Two - DREAD CENTRAL.COM
";
arnews[0] += "Per Variety Reed joins the previously announced Kate Mara, Eric Balfour, and Laz Alonso on the project. \"After a late night party, a group of friends are awoken in the dead of the night by an eerie light beaming through the window. Like moths to a ...";
arnews[0] += "
Publ.Date : Wed, 27 Jan 2010 18:17:00 GMT";
arnews[0] += "
";
arnews[1]="Brittany Murphy Laid To Rest In Los Angeles; Family Asks Fans To Light ... - Access Hollywood
";
arnews[1] += "Brittany Murphy ’s friends and family gathered at Forest Lawn Memorial Park Hollywood ... Among those who gathered at the service were Brittany’s widower, Simon Monjack, and actor and a former bandmate of Brittany’s – Eric Balfour.";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 23:54:00 GMT";
arnews[1] += "
";
arnews[2]="LINDSAY PULSIPHER (The Beast and True Blood) Exclusive Interview - Daemon's TV
";
arnews[2] += "Lindsay Pulsipher has also been cast in the new season of True Blood as Jason Stackhouse's new romantic interest, Crystal Norris. She talked about her experience shooting the first episode and the first weird encounter between her character and Jason ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 22:41:00 GMT";
arnews[2] += "
";
totcount = 3;
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("