var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Richard Nash: #ff addendum Close Read is a devilishly smart sports/politics blog from NYer ed Amy Davidson. RT @tnyCloseRead: http://bit.ly/11S21p
";
arnews[0] += "";
arnews[0] += "
";
arnews[1]="Celebrity birthdays on Sept. 15
";
arnews[1] += "Celebrity birthdays on Sept. 15 -";
arnews[1] += "
";
arnews[2]="putyou: Celebrity Birthdays, September 15: Happy Birthday to:"8 Simple Rules" actress Amy Davidson (1979)[...] Read more.. http://bit.ly/3cAcc0
";
arnews[2] += "Celebrity Birthdays, September 15: Happy Birthday to:\"8 Simple Rules\" actress Amy Davidson (1979)[...] Read more..";
arnews[2] += "
";
arnews[3]="BUDHOE: Plastic plants: assessing the threat of weeds with phenotypic ...: ScienceAlert Amy Davidson is into plastic wee.. http://bit.ly/sWQSk
";
arnews[3] += "Plastic plants: assessing the threat of weeds with phenotypic ...: ScienceAlert Amy Davidson is into plastic wee..";
arnews[3] += "
";
arnews[4]="Freedom for Iran: Credit goes to Al Hayat, via New Yorker's Amy Davidson for that list.
";
arnews[4] += "Credit goes to Al Hayat, via New Yorker's Amy Davidson for that list.";
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("