var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Maria Figueroa:
";
arnews[0] += "<3 Henry Cavill... hasta mas que cuando salia en The Tudors :D";
arnews[0] += "
";
arnews[1]="Sookie Stackhouse: Hey, Mr. Ball? *COUGH…ALCIDE…COUGH* trueobsession: brilliantinemortality: centaine: Henry Cavill UNWATERMARKED. centaine, ILU.
";
arnews[1] += "Hey, Mr. Ball? *COUGH…ALCIDE…COUGH* trueobsession: brilliantinemortality: centaine: Henry Cavill UNWATERMARKED. centaine, ILU. -";
arnews[1] += "
";
arnews[2]="Henry Cavill (Henry Cavill Kimdir? - Henry Cavill Hakkında)
";
arnews[2] += "Henry Cavill (Henry Cavill Kimdir? - Henry Cavill Hakkında) -";
arnews[2] += "
";
arnews[3]="Row Three: I'm not sure how I missed the fact that Henry Cavill is working with Tarsem on WAR OF GODS. That's pretty awesome.
";
arnews[3] += "I'm not sure how I missed the fact that Henry Cavill is working with Tarsem on WAR OF GODS. That's pretty awesome.";
arnews[3] += "
";
arnews[4]="Marina: I'm not sure how I missed the fact that Henry Cavill is working with Tarsem on WAR OF GODS. That's pretty awesome.
";
arnews[4] += "I'm not sure how I missed the fact that Henry Cavill is working with Tarsem on WAR OF GODS. That's pretty awesome.";
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("