var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="BeautyPassion: DAPHNE GUINNESS & AMBER VALLETTA WEAR NARS COSMETICS AT THE LAUNCH OF NARS 15X15!
";
arnews[0] += "DAPHNE GUINNESS & AMBER VALLETTA WEAR NARS COSMETICS AT THE LAUNCH OF NARS 15X15! -";
arnews[0] += "
";
arnews[1]="Johnny John Peters: Amber Valletta @ The Spy Next Door press still (1 UHQ) http://is.gd/4YrhC
";
arnews[1] += "Amber Valletta @ The Spy Next Door press still (1 UHQ)";
arnews[1] += "
";
arnews[2]="FashionPassion: Rachel Bilson: Amber Valletta for Monrow!
";
arnews[2] += "Rachel Bilson: Amber Valletta for Monrow! -";
arnews[2] += "
";
arnews[3]="WhoWhatWear: Got a chance to check out the Amber Valletta for Monrow collection at @RonHermanDotCom last night: gorgeous!
";
arnews[3] += "Got a chance to check out the Amber Valletta for Monrow collection at @";
arnews[3] += "
";
arnews[4]="Johnny John Peters: Amber Valletta & Lori Loughlin - Launch Of Amber Valletta - nov 19 - 10 hQ http://is.gd/50FyF
";
arnews[4] += "Amber Valletta & Lori Loughlin - Launch Of Amber Valletta - nov 19 - 10 hQ";
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("