var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="ariel: Taryn Manning
";
arnews[0] += "Taryn Manning -";
arnews[0] += "
";
arnews[1]="Julien Houbrechts: Taryn Manning – So Talented
";
arnews[1] += "Taryn Manning – So Talented -";
arnews[1] += "
";
arnews[2]="Johnny John Peters: Taryn Manning @ The NYLON Magazine November Issue Launch Party in Los Angeles, November 4 - 8 HQs http://is.gd/4O3T1
";
arnews[2] += "Taryn Manning @ The NYLON Magazine November Issue Launch Party in Los Angeles, November 4 - 8 HQs";
arnews[2] += "
";
arnews[3]="Mădălin Oprea: Zac Efron shows off his jeans at G-Star's Hollywood fiesta - Los Angeles Times
";
arnews[3] += "Zac Efron shows off his jeans at G-Star's Hollywood fiesta - Los Angeles Times -";
arnews[3] += "
";
arnews[4]="Gossip Feeds: dlisted: Birthday Sluts : Sally Field (63) Emma Stone (21) Taryn Manning (31) Rebecca Romjin (37) Thand.. http://bit.ly/1EGxRZ
";
arnews[4] += "dlisted: Birthday Sluts : Sally Field (63) Emma Stone (21) Taryn Manning (31) Rebecca Romjin (37) Thand..";
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("