var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Liv: Hmm. We have a Bradley Cooper staying here tonight. I thought the hotel felt a little shirtless tonight.
";
arnews[0] += "Hmm. We have a Bradley Cooper staying here tonight. I thought the hotel felt a little shirtless tonight.";
arnews[0] += "
";
arnews[1]="Luna.lx: All About Steve:太难看了……就算有Bradley Cooper的颜 我也觉得太难看了……为毛Bradley你就不可以好好的演一个滥俗love story给我看呢?不然演动作片耍帅也是可以的吖,不要浪费你完美的颜!
";
arnews[1] += "All About Steve:太难看了……就算有Bradley Cooper的颜 我也觉得太难看了……为毛Bradley你就不可以好好的演一个滥俗love story给我看呢?不然演动作片耍帅也是可以的吖,不要浪费你完美的颜!";
arnews[1] += "
";
arnews[2]="Sarah Reed: Watching He's Just Not That Into You. UNF Bradley Cooper!
";
arnews[2] += "Watching He's Just Not That Into You. UNF Bradley Cooper!";
arnews[2] += "
";
arnews[3]="Allyberg: FUCK YES. Finally found the song memories skit from the Bradley Cooper episode of SNL online.
";
arnews[3] += "FUCK YES. Finally found the song memories skit from the Bradley Cooper episode of SNL online.";
arnews[3] += "
";
arnews[4]="Deal Nay: SAVE $11 - All About Steve $18.99
";
arnews[4] += "SAVE $11 - All About Steve $18.99 -";
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("