var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="SDCC 2009: EXCL VIDEO: Into the Dead of Night with Brandon Routh, Sam Huntington, Anita Briem... http://www.movieweb.com/news/NEs7ctvyoZJdvz
";
arnews[0] += "SDCC 2009: EXCL VIDEO: Into the Dead of Night with Brandon Routh, Sam Huntington, Anita Briem...";
arnews[0] += "
";
arnews[1]="SDCC 2009: EXCL VIDEO: Dead of Night with Brandon Routh, Sam Huntington, Anita Briem and Gilbert Adler!
";
arnews[1] += "SDCC 2009: EXCL VIDEO: Dead of Night with Brandon Routh, Sam Huntington, Anita Briem and Gilbert Adler! -";
arnews[1] += "
";
arnews[2]="The Director's Cup: SDCC 2009: EXCL VIDEO: Dead of Night with Brandon Routh, Sam Huntington, Anita Briem and Gilbert Adler!
";
arnews[2] += "SDCC 2009: EXCL VIDEO: Dead of Night with Brandon Routh, Sam Huntington, Anita Briem and Gilbert Adler! -";
arnews[2] += "
";
arnews[3]="Are there other photoshoot sites out there other than Corbis & Contour? I need to search Anita Briem.
";
arnews[3] += "Are there other photoshoot sites out there other than Corbis & Contour? I need to search Anita Briem. -";
arnews[3] += "
";
arnews[4]="Daniel Stehle: Anita Briem is hot. Who, you ask? Watch Journey to the Center of the Earth!
";
arnews[4] += "Anita Briem is hot. Who, you ask? Watch Journey to the Center of the Earth!";
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("