var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="swinflunews: Alternative for the Swine Flu shot
";
arnews[0] += "Alternative for the Swine Flu shot -";
arnews[0] += "
";
arnews[1]="@WolfPac1 It's a fictional movie, with Charlie Sheen, is it not? Please answer my question about 9/11.
";
arnews[1] += "@WolfPac1 It's a fictional movie, with Charlie Sheen, is it not? Please answer my question about 9/11. -";
arnews[1] += "
";
arnews[2]="Gemma Boyle: I think its time to stick Charlie Sheen in the DVD player. Two and a Half Men Marathon here I come.
";
arnews[2] += "I think its time to stick Charlie Sheen in the DVD player. Two and a Half Men Marathon here I come.";
arnews[2] += "
";
arnews[3]="Politics: Google censors Charlie Sheen on YouTube. "It is common knowledge that Google complies with the laws in various countries and censors the search results in their search engine."
";
arnews[3] += "Google censors Charlie Sheen on YouTube. \"It is common knowledge that Google complies with the laws in various countries and censors the search results in their search engine.\" -";
arnews[3] += "
";
arnews[4]="Google censors Charlie Sheen on YouTube. "It is common knowledge that Google complies with the laws in various countries and censors the search results in their search engine."
";
arnews[4] += "Google censors Charlie Sheen on YouTube. \"It is common knowledge that Google complies with the laws in various countries and censors the search results in their search engine.\" -";
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("