var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Justin Carlson: doing my best seth meyers impression "really #bengals? you lost to the #raiders? really?"
";
arnews[0] += "doing my best seth meyers impression \"really";
arnews[0] += "
";
arnews[1]="Facebook Conservatives: Al Gore On "Saturday Night Live:" "I'm Just Going To Start Acting Crazy"
";
arnews[1] += "Al Gore On \"Saturday Night Live:\" \"I'm Just Going To Start Acting Crazy\"";
arnews[1] += "
";
arnews[2]="Total Exposure: RT @LettermanOnSET: Sharon Stone, Seth Meyers on the show tonight. Wyclef Jean performs... http://bit.ly/5iGXlk
";
arnews[2] += "RT @";
arnews[2] += "
";
arnews[3]="Phil Rankin: Sunday Routine | Seth Meyers: Mostly, It’s About Recovering From ‘S.N.L.’
";
arnews[3] += "Sunday Routine | Seth Meyers: Mostly, It’s About Recovering From ‘S.N.L.’ -";
arnews[3] += "
";
arnews[4]="Brian Donnelly: Story on how Seth Meyers recovers from a week of SNL http://bit.ly/7jtnwW Nice to see even comedy writers make time to call Mom.
";
arnews[4] += "Story on how Seth Meyers recovers from a week of SNL";
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("