var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Movie & TV deals: iTunes best selling movies: "Dan In Real Life" Steve Carell (The 40-Year-Old Virgin, TV's The Office),... http://dealnay.com/49825
";
arnews[0] += "iTunes best selling movies: \"Dan In Real Life\" Steve Carell (The 40-Year-Old Virgin, TV's The Office),...";
arnews[0] += "
";
arnews[1]="Photograview: "Plan... to be surprised." ~ Steve Carell as Dan in 'Dan in Real Life'.
";
arnews[1] += "\"Plan... to be surprised.\" ~ Steve Carell as Dan in 'Dan in Real Life'.";
arnews[1] += "
";
arnews[2]="Derek Steen: "Plan... to be surprised." ~ Steve Carell as Dan in 'Dan in Real Life'.
";
arnews[2] += "\"Plan... to be surprised.\" ~ Steve Carell as Dan in 'Dan in Real Life'.";
arnews[2] += "
";
arnews[3]="rico: xcelsior: Glowpinkstah: OH MY GOD!!! I CAN’T WAIT TO SEE THISSS!! Date Night, featuring Steve Carell and Tiny Fey. AH! IS THIS FOR REAL!? The Office + 30 ROCK = FTW! I spot Olivia Munn, Franco, Wahlberg… I’m in!
";
arnews[3] += "xcelsior: Glowpinkstah: OH MY GOD!!! I CAN’T WAIT TO SEE THISSS!! Date Night, featuring Steve Carell and Tiny Fey. AH! IS THIS FOR REAL!? The Office + 30 ROCK = FTW! I spot Olivia Munn, Franco, Wahlberg… I’m in! -";
arnews[3] += "
";
arnews[4]="Phao Loo: Favorite: The Round Up 60: Nylithia and Date Night
";
arnews[4] += "Favorite: The Round Up 60: Nylithia and Date Night -";
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("