var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="AJ Supreme: JENNIFER LOPEZ RESPONDS TO HER AMA COMEBACK FALL!
";
arnews[0] += "JENNIFER LOPEZ RESPONDS TO HER AMA COMEBACK FALL! -";
arnews[0] += "
";
arnews[1]="Jennifer Lopez Says AMA Fall 'Was Part Of The Choreography'
";
arnews[1] += "Jennifer Lopez Says AMA Fall 'Was Part Of The Choreography' -";
arnews[1] += "
";
arnews[2]="Shock and Awe at the American Music Awards: Taylor Swift, Jennifer Lopez, Adam Lambert Shake Up the Place (Fashion Wire Daily)
";
arnews[2] += "Shock and Awe at the American Music Awards: Taylor Swift, Jennifer Lopez, Adam Lambert Shake Up the Place (Fashion Wire Daily) -";
arnews[2] += "
";
arnews[3]="Jennifer Lopez Jokes About Her Fall
";
arnews[3] += "Jennifer Lopez Jokes About Her Fall -";
arnews[3] += "
";
arnews[4]="J.Lo to Ryan Seacrest: What fall? I meant to do that!
";
arnews[4] += "J.Lo to Ryan Seacrest: What fall? I meant to do that! -";
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("