var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Nov 16, 2009 - Mar 28, 2010: Race
";
arnews[0] += "Nov 16, 2009 - Mar 28, 2010: Race -";
arnews[0] += "
";
arnews[1]="Jessi: Reading led into movie night. White Palace. Susan Sarandon + James Spader +1990. That, my friends, is a hat trick.
";
arnews[1] += "Reading led into movie night. White Palace. Susan Sarandon + James Spader +1990. That, my friends, is a hat trick.";
arnews[1] += "
";
arnews[2]="Mert Tanaydin: The Music of Chance - Paul Auster'in romanı, Philip Haas uyarlaması, 1993 yapımı, başrollerinde James Spader ve Mandy Panitikin var...
";
arnews[2] += "The Music of Chance - Paul Auster'in romanı, Philip Haas uyarlaması, 1993 yapımı, başrollerinde James Spader ve Mandy Panitikin var...";
arnews[2] += "
";
arnews[3]="@threnners movie stars James Spader and Parker Posey #indiemoviecliche
";
arnews[3] += "@threnners movie stars James Spader and Parker Posey";
arnews[3] += "
";
arnews[4]="Shawn Collins: @copyblogger you're kidding, right? you think Ferris can compete with Molly Ringwald, Harry Dean Stanton, Jon Cryer, James Spader? PLEASE!
";
arnews[4] += "@";
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("