var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Patty: CNN's Kyra Phillips Uses Hasan 2Prove Military Is Bigoted&Cause PTSD-http://bit.ly/4eVy7I #news via@IseeNews[political correctness gone mad]
";
arnews[0] += "CNN's Kyra Phillips Uses Hasan 2Prove Military Is Bigoted&Cause PTSD-";
arnews[0] += "
";
arnews[1]="Marc Parent: CNN anchor on Hasan reveals US military bigoted, cause PTSD http://bit.ly/4eVy7I /@IseeNews @littlebytesnews
";
arnews[1] += "CNN anchor on Hasan reveals US military bigoted, cause PTSD";
arnews[1] += "
";
arnews[2]="lakelady: RT @mparent77772:CNN anchor on Hasan reveals US military bigoted, cause PTSD http://bit.ly/4eVy7I /@IseeNews @littlebytesnews
";
arnews[2] += "RT @";
arnews[2] += "
";
arnews[3]="Hello: tv for pc The General and the GI: CNN's Kyra Phillips talks to Gen. David Petraeus and Lt. Brian Brennan about a medical miracle -- turn...
";
arnews[3] += "tv for pc The General and the GI: CNN's Kyra Phillips talks to Gen. David Petraeus and Lt. Brian Brennan about a medical miracle -- turn...";
arnews[3] += "
";
arnews[4]="Richard Lui in for Kyra Phillips on CNN NewsRoom today.New mammogram guidelines still raising concerns and questions. Your thoughts? SH
";
arnews[4] += "Richard Lui in for Kyra Phillips on CNN NewsRoom today.New mammogram guidelines still raising concerns and questions. Your thoughts? SH";
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("