var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="wu: ‘WHIP IT’ Premiere Drew Barrymore, Ellen Page, Eve, Shenae Grimes, Zoe Bell
";
arnews[0] += "‘WHIP IT’ Premiere Drew Barrymore, Ellen Page, Eve, Shenae Grimes, Zoe Bell -";
arnews[0] += "
";
arnews[1]="movienews: Ferrara Exits The "Game of Death"
";
arnews[1] += "Ferrara Exits The \"Game of Death\" -";
arnews[1] += "
";
arnews[2]="QuanPC: Zoe Bell
";
arnews[2] += "Zoe Bell -";
arnews[2] += "
";
arnews[3]="Gossip Feeds: dlisted: Birthday Sluts : RuPaul (49) Sarah Harding (28) Isaac Hanson (29) Rachel McAdams (31) Zoe Bell.. http://bit.ly/4EYold
";
arnews[3] += "dlisted: Birthday Sluts : RuPaul (49) Sarah Harding (28) Isaac Hanson (29) Rachel McAdams (31) Zoe Bell..";
arnews[3] += "
";
arnews[4]="Crackle: Zoë Bell: Kicking Another Year’s Ass: She don't take no guff ... not even from the march o.. http://bit.ly/gE82z your thoughts?
";
arnews[4] += "Zoë Bell: Kicking Another Year’s Ass: She don't take no guff ... not even from the march o..";
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("