var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jessica: IM NOT A PLASTIC BAGStart From 20 Units Free Shipping
";
arnews[0] += "IM NOT A PLASTIC BAGStart From 20 Units Free Shipping -";
arnews[0] += "
";
arnews[1]="Reese Witherspoon [A Sonnet for the Lunatics]
";
arnews[1] += "Reese Witherspoon [A Sonnet for the Lunatics] -";
arnews[1] += "
";
arnews[2]="Larry: about how can i watch the interview of joaquin phoenix and reese witherspoon on the oprah winfrey show?...
";
arnews[2] += "about how can i watch the interview of joaquin phoenix and reese witherspoon on the oprah winfrey show?... -";
arnews[2] += "
";
arnews[3]="Random Thoughts : Reese Witherspoon keeps secret: Indo-Asian News Service London, Oct 18 (IANS) Oscar winning actre... http://bit.ly/7rFj20
";
arnews[3] += "Random Thoughts : Reese Witherspoon keeps secret: Indo-Asian News Service London, Oct 18 (IANS) Oscar winning actre...";
arnews[3] += "
";
arnews[4]="The Netshow @ friendfeed: Mein Late-Night-Kollege Conan O'Brien begrüßt Reese Witherspoon in der Tonight Show: http://tinyurl.com/yjx2y9c #Neid #schön
";
arnews[4] += "Mein Late-Night-Kollege Conan O'Brien begrüßt Reese Witherspoon in der Tonight Show:";
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("