var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Alexander Payne Ditches Downsizing, Picks Up The Descendants
";
arnews[0] += "Alexander Payne Ditches Downsizing, Picks Up The Descendants -";
arnews[0] += "
";
arnews[1]="Alexander Payne Ditches Downsizing, Picks Up The Descendants
";
arnews[1] += "Alexander Payne Ditches Downsizing, Picks Up The Descendants -";
arnews[1] += "
";
arnews[2]="wowelster: Nat Faxon
";
arnews[2] += "Nat Faxon -";
arnews[2] += "
";
arnews[3]="The Daily What: FoD Video of the Day: NKOTB’s Joey McIntyre stars as Rogah in “MA Men,” a wicked pissah Mad Men spoof which answers the question no one was asking: What if Sterling-Cooper was based out of Beantown and run by a bunch of Massholes? Also starring: Rob Delaney, Rob’s brother Nate, and Happy Hour alums Nat Faxon and Jamie Denbo. [via.]
";
arnews[3] += "FoD Video of the Day: NKOTB’s Joey McIntyre stars as Rogah in “MA Men,” a wicked pissah Mad Men spoof which answers the question no one was asking: What if Sterling-Cooper was based out of Beantown and run by a bunch of Massholes? Also starring: Rob Delaney, Rob’s brother Nate, and Happy Hour alums Nat Faxon and Jamie Denbo. [via.] -";
arnews[3] += "
";
arnews[4]="FoD Video of the Day: NKOTB’s Joey McIntyre stars as Rogah in “MA Men,” a wicked pissah Mad Men spoof which answers the question no one was asking: What if Sterling-Cooper was based out of Beantown and run by a bunch of Massholes? Also starring: Rob Delaney, Rob’s brother Nate, and Happy Hour alums Nat Faxon and Jamie Denbo. [via.]
";
arnews[4] += "FoD Video of the Day: NKOTB’s Joey McIntyre stars as Rogah in “MA Men,” a wicked pissah Mad Men spoof which answers the question no one was asking: What if Sterling-Cooper was based out of Beantown and run by a bunch of Massholes? Also starring: Rob Delaney, Rob’s brother Nate, and Happy Hour alums Nat Faxon and Jamie Denbo. [via.] -";
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("