var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Vanessa Rosella: Vanessa was just looking at People Magazine's Sexiest Man Alive issue online and realized that she met 3 of the top sexy men (David Beckham, Gilles Marini and John Cho) on Sunday....and yes, yes they ARE!
";
arnews[0] += "Vanessa was just looking at People Magazine's Sexiest Man Alive issue online and realized that she met 3 of the top sexy men (David Beckham, Gilles Marini and John Cho) on Sunday....and yes, yes they ARE!";
arnews[0] += "
";
arnews[1]="Desiree' R.: Watching Flash Forward, John Cho is Awesome!
";
arnews[1] += "Watching Flash Forward, John Cho is Awesome!";
arnews[1] += "
";
arnews[2]="channelAPA.com: John Cho talks about Star Trek scene with drill platform
";
arnews[2] += "John Cho talks about Star Trek scene with drill platform -";
arnews[2] += "
";
arnews[3]="Carole: FlashForward – Believe (1.09)
";
arnews[3] += "FlashForward – Believe (1.09) -";
arnews[3] += "
";
arnews[4]="Koiyuki: john cho is one of the sexiest men alive (again)
";
arnews[4] += "john cho is one of the sexiest men alive (again) -";
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("