var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Julia Allison: My manager Steven Grossman, with a few of his clients tonight at the W: Shannon Elizabeth, Kahi Lee from Design on a Dime, Miss Jay Alexander from America’s Next Top Model (and the guy below Jay is his Parisian boyfriend)
";
arnews[0] += "My manager Steven Grossman, with a few of his clients tonight at the W: Shannon Elizabeth, Kahi Lee from Design on a Dime, Miss Jay Alexander from America’s Next Top Model (and the guy below Jay is his Parisian boyfriend) -";
arnews[0] += "
";
arnews[1]="Hey, I Remember Her
";
arnews[1] += "Hey, I Remember Her -";
arnews[1] += "
";
arnews[2]="Tattle2.Me: Hey, I Remember Her
";
arnews[2] += "Hey, I Remember Her -";
arnews[2] += "
";
arnews[3]="Johnny John Peters: Shannon Elizabeth Is A Forgotten Hottie http://is.gd/4WZSf
";
arnews[3] += "Shannon Elizabeth Is A Forgotten Hottie";
arnews[3] += "
";
arnews[4]="ILC: Shannon Elizabeth The Private Life of Pippa Lee Premieres in NYC 2009-11-15
";
arnews[4] += "Shannon Elizabeth The Private Life of Pippa Lee Premieres in NYC 2009-11-15 -";
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("