var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Next Day Air (2009) movies free
";
arnews[0] += "Next Day Air (2009) movies free -";
arnews[0] += "
";
arnews[1]="izzy: @donald_faison Hi from the world of Scrubs fanaticism!
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Travis Tubbs: Had dream last night where friend-in-dream-only @donald_faison talked me into opening a shoe store when I know nothing about shoes. Um…ok.
";
arnews[2] += "Had dream last night where friend-in-dream-only @";
arnews[2] += "
";
arnews[3]="Protect Insurance Companies PSA from FOD Team, Will Ferrell, Jon Hamm, Olivia Wilde, Thomas Lennon, Donald Faison, Linda Cardellini, Masi Oka, Ben Garant, Jordana Spiro, lauren, Drew Antzis, and chad_carter - Video
";
arnews[3] += "Protect Insurance Companies PSA from FOD Team, Will Ferrell, Jon Hamm, Olivia Wilde, Thomas Lennon, Donald Faison, Linda Cardellini, Masi Oka, Ben Garant, Jordana Spiro, lauren, Drew Antzis, and chad_carter - Video -";
arnews[3] += "
";
arnews[4]="Protect Insurance Companies PSA from FOD Team, Will Ferrell, Jon Hamm, Olivia Wilde, Thomas Lennon, Donald Faison, Linda Cardellini, Masi Oka, Ben Garant, Jordana Spiro, lauren, Drew Antzis, and chad_carter - Video
";
arnews[4] += "Protect Insurance Companies PSA from FOD Team, Will Ferrell, Jon Hamm, Olivia Wilde, Thomas Lennon, Donald Faison, Linda Cardellini, Masi Oka, Ben Garant, Jordana Spiro, lauren, Drew Antzis, and chad_carter - Video -";
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("