var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="The Director's Cup: Anna Kendrick on SCOTT PILGRIM VS. THE WORLD
";
arnews[0] += "Anna Kendrick on SCOTT PILGRIM VS. THE WORLD -";
arnews[0] += "
";
arnews[1]="Scott Pilgrim: Anna Kendrick says Scott Pilgrim film (AK = Stacey Pilgrim) is “going to make the fastest movie you've seen look like a Merchant Ivory film”
";
arnews[1] += "Anna Kendrick says Scott Pilgrim film (AK = Stacey Pilgrim) is “going to make the fastest movie you've seen look like a Merchant Ivory film” -";
arnews[1] += "
";
arnews[2]="Scott Pilgrim: RT @colliderfrosty: Anna Kendrick on SCOTT PILGRIM VS. THE WORLD http://bit.ly/8UoAht
";
arnews[2] += "RT @colliderfrosty: Anna Kendrick on SCOTT PILGRIM VS. THE WORLD";
arnews[2] += "
";
arnews[3]="Matt Porter: # ukceleb Clooney 'gave Twilight star dating rules': Twilight's Anna Kendrick says that she was given .. http://bit.ly/08MK2S2
";
arnews[3] += "# ukceleb Clooney 'gave Twilight star dating rules': Twilight's Anna Kendrick says that she was given ..";
arnews[3] += "
";
arnews[4]="Jon Tilton: I'm loving all of this "you're not prepared for how awesome this movie will be" talk surrounding Scott Pilgrim. http://bit.ly/8UoAht
";
arnews[4] += "I'm loving all of this \"you're not prepared for how awesome this movie will be\" talk surrounding Scott Pilgrim.";
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("