var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="@LibArtsAndMinds @kady Yes, she also wrote as Dion's wife, saying he was treated badly. Headlines are imprecise science. This is news.
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="With you here, mr. RT @wicary: @LibArtsAndMinds As author of the headline, @kady is right - name recognition is the issue.
";
arnews[1] += "With you here, mr. RT @";
arnews[1] += "
";
arnews[2]="@AureliaCotta occasionally, it sucks to be a political spouse. regardless of your sex.
";
arnews[2] += "@AureliaCotta occasionally, it sucks to be a political spouse. regardless of your sex. -";
arnews[2] += "
";
arnews[3]="@kady Remember Senate cttee discussion re televised Red Chamber debates: What was recommendation & response? #cdnsen #cdnpoli
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="RT @politico Obama takes friendly fire on economy - Martin Kady II - POLITICO.com http://bit.ly/8XYUUk Watch the video
";
arnews[4] += "RT @politico Obama takes friendly fire on economy - Martin Kady II - POLITICO.com";
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("