var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Hope: How Did Star Jones Reynolds Lose Weight?
";
arnews[0] += "How Did Star Jones Reynolds Lose Weight? -";
arnews[0] += "
";
arnews[1]="Hope: How Did Star Jones Reynolds Lose Weight? http://snipr.com/2hhiu
";
arnews[1] += "How Did Star Jones Reynolds Lose Weight?";
arnews[1] += "
";
arnews[2]="Latest News: Star Jones (47)
";
arnews[2] += "Star Jones (47) -";
arnews[2] += "
";
arnews[3]="DryerBuzz: Al "Star Jones" Reynolds Will Bring "IT" Up One More Time to Shut It Down One Last Time http://post.ly/8Hwx
";
arnews[3] += "Al \"Star Jones\" Reynolds Will Bring \"IT\" Up One More Time to Shut It Down One Last Time";
arnews[3] += "
";
arnews[4]="DryerBuzz: Al “Star Jones” Reynolds Will Bring “IT” Up One More Time to Shut It Down One Last Time
";
arnews[4] += "Al “Star Jones” Reynolds Will Bring “IT” Up One More Time to Shut It Down One Last Time -";
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("