var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Randy Haddock: Nightmare On Elm Street (Trailer) Directed by Samuel Bayer and starring Jackie Earle Haley, Kyle Gallner, Katie Cassidy, Rooney Mara, Thomas Dekker, Kellan Lutz, Clancy Brown. Hits theaters April 2010. (via TheFilmStage)
";
arnews[0] += "Nightmare On Elm Street (Trailer) Directed by Samuel Bayer and starring Jackie Earle Haley, Kyle Gallner, Katie Cassidy, Rooney Mara, Thomas Dekker, Kellan Lutz, Clancy Brown. Hits theaters April 2010. (via TheFilmStage) -";
arnews[0] += "
";
arnews[1]="If Kyle Gallner doesnt accept my friend request on Myspace right now, I'm going to travel in time and punch his future children in the face.
";
arnews[1] += "If Kyle Gallner doesnt accept my friend request on Myspace right now, I'm going to travel in time and punch his future children in the face. -";
arnews[1] += "
";
arnews[2]="egoiste: The Haunting in Connecticut
";
arnews[2] += "The Haunting in Connecticut -";
arnews[2] += "
";
arnews[3]="So @Kyle_Gallner gets my hopes up by tweeting and all he says is "checking up"? GRR!!!
";
arnews[3] += "So @Kyle_Gallner gets my hopes up by tweeting and all he says is \"checking up\"? GRR!!! -";
arnews[3] += "
";
arnews[4]="Dr. Ben Mack: Jennifer's Body - Part 1 of 12 [MOVIE]
";
arnews[4] += "Jennifer's Body - Part 1 of 12 [MOVIE] -";
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("