var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Is Jennifer Lopez Denying Her Fall At Last Night’s AMAs?
";
arnews[0] += "Is Jennifer Lopez Denying Her Fall At Last Night’s AMAs? -";
arnews[0] += "
";
arnews[1]="Tattle2.Me: Is Jennifer Lopez Denying Her Fall At Last Night’s AMAs?
";
arnews[1] += "Is Jennifer Lopez Denying Her Fall At Last Night’s AMAs? -";
arnews[1] += "
";
arnews[2]="Kam Hubbard: J.Lo on her fall at AMAs: Jennifer Lopez jokes with Ryan Seacrest, what fall? I meant to do that!
";
arnews[2] += "J.Lo on her fall at AMAs: Jennifer Lopez jokes with Ryan Seacrest, what fall? I meant to do that! -";
arnews[2] += "
";
arnews[3]="radiojen: "The measure of things is not what happens when you fall, it's how you handle when you fall." - J Lo to Ryan Seacrest
";
arnews[3] += "\"The measure of things is not what happens when you fall, it's how you handle when you fall.\" - J Lo to Ryan Seacrest";
arnews[3] += "
";
arnews[4]="Vickie Wyman: @DebJorge I hate to admit it but you are so right!! Must be Ryan Seacrest kept him at bay on #Idol
";
arnews[4] += "@";
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("