var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Tony: Updated: Albert Reed - Model and All-round Good-looking Guy: Albert Reed is a male model, best known for.. http://bit.ly/SHU1J
";
arnews[0] += "Updated: Albert Reed - Model and All-round Good-looking Guy: Albert Reed is a male model, best known for..";
arnews[0] += "
";
arnews[1]="Tony: Updated: Albert Reed - Model and All-round Good-looking Guy: Albert Reed is a male model, best kno.. http://bit.ly/EAHkq #dwts
";
arnews[1] += "Updated: Albert Reed - Model and All-round Good-looking Guy: Albert Reed is a male model, best kno..";
arnews[1] += "
";
arnews[2]="Cronaca24.org: Anaheim Ducks, Trevor Ariza, Albert Reed & LRG Take Center Stage at 2nd Annual Style Week Orange County™
";
arnews[2] += "Anaheim Ducks, Trevor Ariza, Albert Reed & LRG Take Center Stage at 2nd Annual Style Week Orange County™ -";
arnews[2] += "
";
arnews[3]="Olga Shah: Anaheim Ducks, Trevor Ariza, Albert Reed & LRG Take Center Stage ... - Business Wire (press release)
";
arnews[3] += "Anaheim Ducks, Trevor Ariza, Albert Reed & LRG Take Center Stage ... - Business Wire (press release) -";
arnews[3] += "
";
arnews[4]="Tony: @CynGagen I agree about the talent - but not all viewers do (albert reed springs to mind). part of the fun is getting to know them all.
";
arnews[4] += "@";
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("