var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Johnny John Peters: Karina Smirnoff - Swatch Times Square flagship store grand re-opening in NYC 11/12/2009 16 pics http://is.gd/4UFyU
";
arnews[0] += "Karina Smirnoff - Swatch Times Square flagship store grand re-opening in NYC 11/12/2009 16 pics";
arnews[0] += "
";
arnews[1]="@Karina_Smirnoff yay! Karina, i love you more for that! Go philippines... How you been, btw? Be safe. xox
";
arnews[1] += "@Karina_Smirnoff yay! Karina, i love you more for that! Go philippines... How you been, btw? Be safe. xox -";
arnews[1] += "
";
arnews[2]="Karina Smirnoff @Carnival du Vin
";
arnews[2] += "Karina Smirnoff @Carnival du Vin -";
arnews[2] += "
";
arnews[3]="Photo Gallery: Karina Smirnoff wows top chefs at Carnival du Vin
";
arnews[3] += "Photo Gallery: Karina Smirnoff wows top chefs at Carnival du Vin -";
arnews[3] += "
";
arnews[4]="Liz: @Karina_Smirnoff your Jive! It was amazing; Your coreography was so fun and every element was fantastic!
";
arnews[4] += "@";
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("