var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="yusuke: HELLBOY II: THE GOLDEN ARMY Interview: Anna Walton and Luke Goss
";
arnews[0] += "HELLBOY II: THE GOLDEN ARMY Interview: Anna Walton and Luke Goss -";
arnews[0] += "
";
arnews[1]="James Moffitt: MANTALK ANNA WALTON FROM NBC'S CRUSOE INTERVIEW
";
arnews[1] += "MANTALK ANNA WALTON FROM NBC'S CRUSOE INTERVIEW -";
arnews[1] += "
";
arnews[2]="Latest News: Anna Walton
";
arnews[2] += "Anna Walton -";
arnews[2] += "
";
arnews[3]="Google-Style.com: Anna Walton.jpg : Google-Style.com >> Fashion | Celebrities | StreetStyle | Men | Brands | Users |
";
arnews[3] += "Anna Walton.jpg : Google-Style.com >> Fashion | Celebrities | StreetStyle | Men | Brands | Users | -";
arnews[3] += "
";
arnews[4]="mangek: was watching Hellboy2 (but got cut off cus of dodgy fcking dvd). Anna Walton playing the princess is HAWT! Think I'm in love.
";
arnews[4] += "was watching Hellboy2 (but got cut off cus of dodgy fcking dvd). Anna Walton playing the princess is HAWT! Think I'm in love. <3";
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("