var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Tommy Martin: Botkier Michelle Satchel by Michelle Trachtenberg and Monica Botkier
";
arnews[0] += "Botkier Michelle Satchel by Michelle Trachtenberg and Monica Botkier -";
arnews[0] += "
";
arnews[1]="JLA: Photo: Michelle Trachtenberg thingsthatexciteme: http://tumblr.com/xjv462s9z
";
arnews[1] += "Photo: Michelle Trachtenberg thingsthatexciteme:";
arnews[1] += "
";
arnews[2]="JLA: Michelle Trachtenberg thingsthatexciteme: Michelle Trachtenberg
";
arnews[2] += "Michelle Trachtenberg thingsthatexciteme: Michelle Trachtenberg -";
arnews[2] += "
";
arnews[3]="fashionfriendfeed: Michelle Trachtenberg: Victoria's Secret: Ella siempre luce elegante en todo evento de moda, y anoche (19 de no.. http://bit.ly/07rOyjJ
";
arnews[3] += "Michelle Trachtenberg: Victoria's Secret: Ella siempre luce elegante en todo evento de moda, y anoche (19 de no..";
arnews[3] += "
";
arnews[4]="LadyLux: Gossip Girl Michelle Trachtenberg will make jewelry for Coach http://ow.ly/Emq3
";
arnews[4] += "Gossip Girl Michelle Trachtenberg will make jewelry for Coach";
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("