var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Greys Gabble: Just Posted: SPOILER: Chyler Leigh Tells All! http://awe.sm/21Il
";
arnews[0] += "Just Posted: SPOILER: Chyler Leigh Tells All!";
arnews[0] += "
";
arnews[1]="Allen S.: @JoseSPiano I am happy for the whole Callie thing though. Oh, and Chyler Leigh is gorgeous. Wow. As in jaw-dropping.
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Tattle2.Me: Rebecca Gayheart’s Prenatal Yoga
";
arnews[2] += "Rebecca Gayheart’s Prenatal Yoga -";
arnews[2] += "
";
arnews[3]="Rebecca Gayheart’s Prenatal Yoga
";
arnews[3] += "Rebecca Gayheart’s Prenatal Yoga -";
arnews[3] += "
";
arnews[4]="ebaypro: Not Another Teen Movie (DVD, 2005) Chyler Leigh
";
arnews[4] += "Not Another Teen Movie (DVD, 2005) Chyler Leigh -";
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("