var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Live for Films: Night of the Demons – Trailer starring Diora Baird and Shannon Elizabeth http://bit.ly/2kG1sP
";
arnews[0] += "Night of the Demons – Trailer starring Diora Baird and Shannon Elizabeth";
arnews[0] += "
";
arnews[1]="Shockya: Bloody New Photo from 30 Days of Night Dark Days
";
arnews[1] += "Bloody New Photo from 30 Days of Night Dark Days -";
arnews[1] += "
";
arnews[2]="Christa Bledsoe: Diora Baird Learned Anyone Can Say They Are A Producer
";
arnews[2] += "Diora Baird Learned Anyone Can Say They Are A Producer -";
arnews[2] += "
";
arnews[3]="Christa Bledsoe: RT @thestarceleb Diora Baird Learned Anyone Can Say They Are A Producer | The Star Celeb http://bit.ly/s3zEX
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="Naked Celebrities: Diora Baird naked for Playboy: http://tumblr.com/x873z038y
";
arnews[4] += "Diora Baird naked for Playboy:";
arnews[4] += "
";
totcount = 5;
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("