var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Lose Your Weight: Nancy O'Dell: Weight Loss http://bit.ly/1hVoDa
";
arnews[0] += "Nancy O'Dell: Weight Loss";
arnews[0] += "
";
arnews[1]="healthy alternatives: Nancy O'Dell: Weight Loss http://bit.ly/2XuwRQ
";
arnews[1] += "Nancy O'Dell: Weight Loss";
arnews[1] += "
";
arnews[2]="Nancy O'Dell, Jake Gyllenhaal & More Sing 'Sesame Street' Theme: http://bit.ly/12rCjf
";
arnews[2] += "Nancy O'Dell, Jake Gyllenhaal & More Sing 'Sesame Street' Theme:";
arnews[2] += "
";
arnews[3]="@crystal I'm pretty sure that @nxs is NOT Nancy O'Dell from Access Hollywood. /narc (oops I'm going to lose a follower now that I told!) :p
";
arnews[3] += "@crystal I'm pretty sure that @nxs is NOT Nancy O'Dell from Access Hollywood. /narc (oops I'm going to lose a follower now that I told!) :p -";
arnews[3] += "
";
arnews[4]="Nancy O'Dell
";
arnews[4] += "Nancy O'Dell";
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("