var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Michelle Lombardo - sexy and well read
";
arnews[0] += "Michelle Lombardo - sexy and well read -";
arnews[0] += "
";
arnews[1]="Omid Ashtari: I'm in love ... RT @SI_Swimsuit: Swimsuit Photo of the Day: 2005 Michelle Lombardo in Belize - http://bit.ly/2cxmsf
";
arnews[1] += "I'm in love ... RT @";
arnews[1] += "
";
arnews[2]="Jeff Ramirez: Michelle lombardo... The dirty things I'd do.... Ppl need to google her
";
arnews[2] += "Michelle lombardo... The dirty things I'd do.... Ppl need to google her";
arnews[2] += "
";
arnews[3]="Grey Day: #GIRLTRASH! @ last nite's freaking awesome! PowerUp Gala: Michelle Lombardo, Mandy Musgrave, Lisa Rieffel, Rose R... http://post.ly/BLTL
";
arnews[3] += "";
arnews[3] += "
";
arnews[4]="Grey Day: RT @killola #GIRLTRASH! @ last nite's PowerUp Gala: Michelle Lombardo, Mandy Musgrave, Lisa Rieffel, Rose Rollins... http://post.ly/BLUx
";
arnews[4] += "RT @";
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("