var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Validating Celebs: Hill Harper @hillharper http://bit.ly/45lvFi is an American actor who plays CSI Sheldon Hawkes on CSI: NY.
";
arnews[0] += "Hill Harper @";
arnews[0] += "
";
arnews[1]="Kristen Smith: has read Letters to a Young Sister: DeFINE Your Destiny by Hill Harper - http://bit.ly/3QtaBw
";
arnews[1] += "has read Letters to a Young Sister: DeFINE Your Destiny by Hill Harper -";
arnews[1] += "
";
arnews[2]="Washington Watch National ID Program in Deep Trouble, as Budget Is Cut 40%
";
arnews[2] += "Washington Watch National ID Program in Deep Trouble, as Budget Is Cut 40% -";
arnews[2] += "
";
arnews[3]="[ARU Book Club] The Conversation by Hill Harper
";
arnews[3] += "[ARU Book Club] The Conversation by Hill Harper -";
arnews[3] += "
";
arnews[4]="Post: [ARU Book Club] The Conversation by Hill Harper http://alumniroundup.com/?p=4178
";
arnews[4] += "Post: [ARU Book Club] The Conversation by Hill Harper";
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("