var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="For Idol-loving peeps, Archie, David, Jordin, Kelly, and Brooke are on sale today. You can get a $3 credit here http://bit.ly/5hKetY
";
arnews[0] += "For Idol-loving peeps, Archie, David, Jordin, Kelly, and Brooke are on sale today. You can get a $3 credit here";
arnews[0] += "
";
arnews[1]="Crazy Days and Nights: Courteney Cox's Family Matter Shuts Down ...
";
arnews[1] += "Crazy Days and Nights: Courteney Cox's Family Matter Shuts Down ... -";
arnews[1] += "
";
arnews[2]="Valeria: pineappleupsidedown:littlemissdorkette: You wanna know what I think? I think Nathan likes tutor girl, but I think tutor girl likes Lucas. And I know I like Lucas, and I don’t know who the hell you like anymore. This is turning into one big love.. rectangle plus one, whatever that is! — Brooke Davis I miss the old One Tree Hill!
";
arnews[2] += "pineappleupsidedown:littlemissdorkette: You wanna know what I think? I think Nathan likes tutor girl, but I think tutor girl likes Lucas. And I know I like Lucas, and I don’t know who the hell you like anymore. This is turning into one big love.. rectangle plus one, whatever that is! — Brooke Davis I miss the old One Tree Hill! -";
arnews[2] += "
";
arnews[3]="tony morgan: Tony Brooke and I are buying new tires for our old minivan today. There's no way to feel manly buying tires for a minivan.
";
arnews[3] += "Brooke and I are buying new tires for our old minivan today. There's no way to feel manly buying tires for a minivan.";
arnews[3] += "
";
arnews[4]="tony morgan: Brooke and I are buying new tires for our old minivan today. There's no way to feel manly buying tires for a minivan.
";
arnews[4] += "Brooke and I are buying new tires for our old minivan today. There's no way to feel manly buying tires for a minivan.";
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("