var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Beulah Garrett: RT @thebcast: Does Katie Couric Holiday Poem Advocate for ObamaCare? http://bit.ly/4QIsdE #tcot #thebcast
";
arnews[0] += "RT @";
arnews[0] += "
";
arnews[1]="Katie Couric, you look good, won't you back that azz up, you's a fine anchorwoman, won't you back that azz up [Spiffy]
";
arnews[1] += "Katie Couric, you look good, won't you back that azz up, you's a fine anchorwoman, won't you back that azz up [Spiffy] -";
arnews[1] += "
";
arnews[2]=""CBS Evening News" anchor Katie Couric visited Brookhaven on November 17 to film part of a "60 Minutes" segment on "smart" drugs.
";
arnews[2] += "\"CBS Evening News\" anchor Katie Couric visited Brookhaven on November 17 to film part of a \"60 Minutes\" segment on \"smart\" drugs. -";
arnews[2] += "
";
arnews[3]="Katie Couric, you look good, won't you back that azz up, you's a fine anchorwoman, won't you back that azz up [Spiffy]
";
arnews[3] += "Katie Couric, you look good, won't you back that azz up, you's a fine anchorwoman, won't you back that azz up [Spiffy] -";
arnews[3] += "
";
arnews[4]="Katie Couric, you look good, won't you back that azz up, you's a fine anchorwoman, won't you back that azz up [Spiffy]
";
arnews[4] += "Katie Couric, you look good, won't you back that azz up, you's a fine anchorwoman, won't you back that azz up [Spiffy] -";
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("