var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Harry Allen: Harry Zach Braff will do it for America and at least $700K an episode?
";
arnews[0] += "Zach Braff will do it for America and at least $700K an episode?";
arnews[0] += "
";
arnews[1]="Chris Hauselt: Which Zach Braff I like best? "Dunkin Donuts VO" Zach or "Puppy Who Sells Toilet Paper Zach"? Oh, hold on a sec [shotgun blast]
";
arnews[1] += "Which Zach Braff I like best? \"Dunkin Donuts VO\" Zach or \"Puppy Who Sells Toilet Paper Zach\"? Oh, hold on a sec [shotgun blast]";
arnews[1] += "
";
arnews[2]="Dan: Wait, so Zach Braff isn't leaving Scrubs?
";
arnews[2] += "Wait, so Zach Braff isn't leaving Scrubs?";
arnews[2] += "
";
arnews[3]="Jessica: Natalie Portman popped headphones onto Zach Braff’s head and said flatly, “This song will change your life.” The resulting sound was not only that of carefully composed dullness (thank you, Shins), but of a million wealthy white kids investing in dull acoustic music to soundtrack their own romantic melodrama. Youth culture is now practically sponsored by iTunes and Starbucks, and if that’s not a class statement, I don’t know what is.
";
arnews[3] += "Natalie Portman popped headphones onto Zach Braff’s head and said flatly, “This song will change your life.” The resulting sound was not only that of carefully composed dullness (thank you, Shins), but of a million wealthy white kids investing in dull acoustic music to soundtrack their own romantic melodrama. Youth culture is now practically... -";
arnews[3] += "
";
arnews[4]="Mitchell Gaston: @shanedawson Zach Braff.
";
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("