var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jen Showalter: I just walked by @ryansanders office. There's a 2" thick book there called Christian Apologetics...but hurried, I saw "Christina Applegate."
";
arnews[0] += "I just walked by @";
arnews[0] += "
";
arnews[1]="WomansWorld: Women's Health: Christina Applegate's Cover Shoot: http://bit.ly/PSQOE
";
arnews[1] += "Women's Health: Christina Applegate's Cover Shoot:";
arnews[1] += "
";
arnews[2]="Justin Wilcox: @Lian_O yes, that's it. christina applegate! i couldn't remember her last name. i think she is in remission with the cancer now.
";
arnews[2] += "@Lian_O yes, that's it. christina applegate! i couldn't remember her last name. i think she is in remission with the cancer now. -";
arnews[2] += "
";
arnews[3]="@fivetengal I heard it on the radio this am! Uh, Christina Applegate got breast cancer @ 37! I'm 38 and that scares me!
";
arnews[3] += "@fivetengal I heard it on the radio this am! Uh, Christina Applegate got breast cancer @ 37! I'm 38 and that scares me! -";
arnews[3] += "
";
arnews[4]="Jovemnoticias: Na #Globo: "Sobrevivendo ao Natal" (2004), comédia com Ben Affleck e Christina Applegate. Às 13h05.
";
arnews[4] += "Na";
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("