var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Keith Booe: @Hip_M0M That show is HILARIOUS and Megyn Price is freaking HOT! I'm not seeing the resemblance though, except for the equal hotness! :)
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Mark Turok: @Hip_M0M I don't watch that show either. Megyn kind of reminds me of Helen Hunt a little bit. Background: http://tr.im/qIo5
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Evert Bopp: Megyn Price. Yum.
";
arnews[2] += "Megyn Price. Yum.";
arnews[2] += "
";
arnews[3]="Evert: Megyn Price. Yum.
";
arnews[3] += "Megyn Price. Yum.";
arnews[3] += "
";
arnews[4]="Johnny John Peters: Megyn Price @ The 12th Annual Lili Claire Foundation Luncheon ( Beverly Hills, CA ) 10-04-2009 HQ http://is.gd/3Yhi8
";
arnews[4] += "Megyn Price @ The 12th Annual Lili Claire Foundation Luncheon ( Beverly Hills, CA ) 10-04-2009 HQ";
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("