var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Celebrity Gossip: Hasbeen Rating: Sofia Milos @ "Assassin's Creed II" Launch in W.: You have to admit, Sofia is lookin' pretty.. http://bit.ly/2RydHI
";
arnews[0] += "Hasbeen Rating: Sofia Milos @ \"Assassin's Creed II\" Launch in W.: You have to admit, Sofia is lookin' pretty..";
arnews[0] += "
";
arnews[1]="ILC: Sofia Milos The Launch Of “Assassin’s Creed II” 11/11/09
";
arnews[1] += "Sofia Milos The Launch Of “Assassin’s Creed II” 11/11/09 -";
arnews[1] += "
";
arnews[2]="ILC: Sofia Milos – Marc Ecko Enterprises Style Suite – Day 2 West Hollywood, Jun. 4, 2004
";
arnews[2] += "Sofia Milos – Marc Ecko Enterprises Style Suite – Day 2 West Hollywood, Jun. 4, 2004 -";
arnews[2] += "
";
arnews[3]="Johnny John Peters: Sofia Milos @ The Rally For Kids With Cancer - Start Your Engines Brunch in Miami Beach - nov 21 - http://is.gd/51a2v
";
arnews[3] += "Sofia Milos @ The Rally For Kids With Cancer - Start Your Engines Brunch in Miami Beach - nov 21 -";
arnews[3] += "
";
arnews[4]="Johnny John Peters: Sofia Milos @ Rally For Kids With Cancer Celebrity Draft Party in Miami Beach, November 20 - 14 http://is.gd/51gBY
";
arnews[4] += "Sofia Milos @ Rally For Kids With Cancer Celebrity Draft Party in Miami Beach, November 20 - 14";
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("