var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="NBC's "Las Vegas" Autographed & Framed Cast Photo (Dallas - Ft Worth, TX) $200
";
arnews[0] += "NBC's \"Las Vegas\" Autographed & Framed Cast Photo (Dallas - Ft Worth, TX) $200";
arnews[0] += "
";
arnews[1]="Bill Inman: Hangin' in Palm Springs-just said hello 2 high school football teammate James Lesure (TV show Las Vegas)-good guy http://twitpic.com/3xzx5
";
arnews[1] += "Hangin' in Palm Springs-just said hello 2 high school football teammate James Lesure (TV show Las Vegas)-good guy";
arnews[1] += "
";
arnews[2]="Lincoln Burrows: James Lesure
";
arnews[2] += "James Lesure -";
arnews[2] += "
";
arnews[3]="SupaFan - James Lesure Fans
";
arnews[3] += "SupaFan - James Lesure Fans -";
arnews[3] += "
";
arnews[4]="New: SupaFan - James Lesure Fans (entertainment)
";
arnews[4] += "New: SupaFan - James Lesure Fans (entertainment) -";
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("