var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Niraj: #redsox Coming Soon: Jonathan Papelbon's Dubious Taste In Cinema http://deadspin.com/5388660 #darkside #thedarksideofthelockerroom
";
arnews[0] += "";
arnews[0] += "
";
arnews[1]="Coming Soon: Jonathan Papelbon's Dubious Taste In Cinema - The Dark Side Of The Locker Room - Deadspin
";
arnews[1] += "Coming Soon: Jonathan Papelbon's Dubious Taste In Cinema - The Dark Side Of The Locker Room - Deadspin -";
arnews[1] += "
";
arnews[2]="Nelson Linda: New post, "Coming Soon: Jonathan Papelbon’s Dubious Taste In Cinema [Dark Side]" - http://bit.ly/2iHkUH
";
arnews[2] += "New post, \"Coming Soon: Jonathan Papelbon’s Dubious Taste In Cinema [Dark Side]\" -";
arnews[2] += "
";
arnews[3]="Kyle Hale: Clinchy: Jacoby Ellsbury’s Defensive Rating May Surprise You
";
arnews[3] += "Clinchy: Jacoby Ellsbury’s Defensive Rating May Surprise You -";
arnews[3] += "
";
arnews[4]="Kyle Bunch: Audrey Fukuman’s Bay Bridge Fail Whale for SF Weekly. Good stuff, especially the tiny tear on Newsom. Seeing this, I realize there are few other fail whale parodies that would bring a smile to my face: Jonathan Papelbon’s Playoff Fail Whale Ben Silverman’s NBC Fail Whale Paris Hilton’s Feature Film Career Fail Whale Rush Limbaugh’s NFL Fail Whale How have the Failblog guys not created a fail whale generator yet? Get on it, guys. [via]
";
arnews[4] += "Audrey Fukuman’s Bay Bridge Fail Whale for SF Weekly. Good stuff, especially the tiny tear on Newsom. Seeing this, I realize there are few other fail whale parodies that would bring a smile to my face: Jonathan Papelbon’s Playoff Fail Whale Ben Silverman’s NBC Fail Whale Paris Hilton’s Feature Film Career Fail Whale Rush Limbaugh’s NFL Fail Whale... -";
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("