var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="and bonnie wright cannot act. sorry, bb, but it's the truth.
";
arnews[0] += "and bonnie wright cannot act. sorry, bb, but it's the truth. -";
arnews[0] += "
";
arnews[1]="ClayCotton: Alltop_TW: Bonnie Wright – @bonniefwright http://bit.ly/1SJuZc Twitter.alltop.com
";
arnews[1] += "Alltop_TW: Bonnie Wright – @bonniefwright";
arnews[1] += "
";
arnews[2]="first, jkr joined twitter...now bonnie wright...i wonder when will emma watson join twitter..but i hope it's soon...
";
arnews[2] += "first, jkr joined twitter...now bonnie wright...i wonder when will emma watson join twitter..but i hope it's soon...<3 emma -";
arnews[2] += "
";
arnews[3]="potterverse: Tom Felton, Bonnie Wright & Matthew Lewis to attend T4's Stars of 2009
";
arnews[3] += "Tom Felton, Bonnie Wright & Matthew Lewis to attend T4's Stars of 2009 -";
arnews[3] += "
";
arnews[4]="potterverse: Bonnie Wright to attend T4’s Stars of 2009
";
arnews[4] += "Bonnie Wright to attend T4’s Stars of 2009 -";
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("