var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jenn Sierra: Pence: Pelosi plan is “Freight Train of Big Government”: Mike Pence talked with Heidi Collins about the health-c... http://bit.ly/2XrPiT
";
arnews[0] += "Pence: Pelosi plan is “Freight Train of Big Government”: Mike Pence talked with Heidi Collins about the health-c...";
arnews[0] += "
";
arnews[1]="James Hicks: ITN: Respectfully We Welcome The U.S.S. New York: CNN’s Heidi Collins reports Tweet This!Share this o.. http://tinyurl.com/ygelxvh
";
arnews[1] += "ITN: Respectfully We Welcome The U.S.S. New York: CNN’s Heidi Collins reports Tweet This!Share this o..";
arnews[1] += "
";
arnews[2]="Heidi Collins and I gab about how to avoid germs. I think I got her sick a few weeks ago...oops. Sorry, Heidi! http://tinyurl.com/9v426
";
arnews[2] += "Heidi Collins and I gab about how to avoid germs. I think I got her sick a few weeks ago...oops. Sorry, Heidi!";
arnews[2] += "
";
arnews[3]="CNN's Romans: Unemployment Benefits Extension 'Would Not Come Out of Your Pocket and My Pocket'
";
arnews[3] += "CNN's Romans: Unemployment Benefits Extension 'Would Not Come Out of Your Pocket and My Pocket' -";
arnews[3] += "
";
arnews[4]="CNN's Romans: Unemployment Benefits Extension 'Would Not Come Out of Your Pocket and My Pocket'
";
arnews[4] += "CNN's Romans: Unemployment Benefits Extension 'Would Not Come Out of Your Pocket and My Pocket' -";
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("