var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="'24' First Look : Freddie Prinze, Jr. as Jack's Wingman, http://bit.ly/d2uHs
";
arnews[0] += "'24' First Look : Freddie Prinze, Jr. as Jack's Wingman,";
arnews[0] += "
";
arnews[1]="Just realized Freddie Prinze Jr. plays Starbuck's fiancee on 24...and in real life he is MARRIED TO BUFFY THE VAMPIRE SLAYER. Not bad. #sdcc
";
arnews[1] += "Just realized Freddie Prinze Jr. plays Starbuck's fiancee on 24...and in real life he is MARRIED TO BUFFY THE VAMPIRE SLAYER. Not bad.";
arnews[1] += "
";
arnews[2]="Just realized Freddie Prinze Jr. plays Starbuck's fiancee on 24...and in real life he is MARRIED TO BUFFY THE VAMPIRE SLAYER. Not bad. #sdcc
";
arnews[2] += "Just realized Freddie Prinze Jr. plays Starbuck's fiancee on 24...and in real life he is MARRIED TO BUFFY THE VAMPIRE SLAYER. Not bad.";
arnews[2] += "
";
arnews[3]="24: confira a primeira foto de Freddie Prinze Jr. com Jack Bauer - http://tinyurl.com/ykdoqow
";
arnews[3] += "24: confira a primeira foto de Freddie Prinze Jr. com Jack Bauer -";
arnews[3] += "
";
arnews[4]="Freddie Prinze Jr. in Season 8 of 24 First Look - Daemon's TV (blog)
";
arnews[4] += "Freddie Prinze Jr. in Season 8 of 24 First Look - Daemon's TV (blog) -";
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("