var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mr. Erv Server: Thanksgiving, man. Not a good day to be my pants. Kevin James
";
arnews[0] += "Thanksgiving, man. Not a good day to be my pants. Kevin James";
arnews[0] += "
";
arnews[1]="Joshua T. Pass: Just landed in Dallas! The flight attendants looked just like owen wilson and kevin james. They said they were from l.a....hmmm
";
arnews[1] += "Just landed in Dallas! The flight attendants looked just like owen wilson and kevin james. They said they were from l.a....hmmm";
arnews[1] += "
";
arnews[2]="Joshua T. Pass: Just landed in Dallas! The flight attendants looked just like owen wilson and kevin james. They said they were from l.a....hmmm
";
arnews[2] += "Just landed in Dallas! The flight attendants looked just like owen wilson and kevin james. They said they were from l.a....hmmm";
arnews[2] += "
";
arnews[3]="Karl Stier: Kevin James Pole Dancing
";
arnews[3] += "Kevin James Pole Dancing -";
arnews[3] += "
";
arnews[4]="iTunes UK Films: iTunes UK films top 100: "I Now Pronounce You Chuck & Larry" Adam Sandler and Kevin James star as best friends... http://tinyurl.com/kpa6fh
";
arnews[4] += "iTunes UK films top 100: \"I Now Pronounce You Chuck & Larry\" Adam Sandler and Kevin James star as best friends...";
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("