var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Arun charles: “True champions aren't always the ones that win, but those with the most guts.” ~ Mia Hamm
";
arnews[0] += "“True champions aren't always the ones that win, but those with the most guts.” ~ Mia Hamm";
arnews[0] += "
";
arnews[1]="Matthew Glidden: @CardBandits Yeah, what about my collection of Mia Hamm look-a-like gala dresses? Sometimes a guy just wants to feel satiny-smooth.
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Mert Eker: @peoplescanner @canereler Caner bir tweet yazmis, sonunda mia hamm öldü yazacak tadinda ama meger barcelona'nin elcisi olmus! :)
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="J.Sewell Perkins: Celebrate what you’ve accomplished, but raise the bar a little higher each time you succeed. - Mia Hamm
";
arnews[3] += "Celebrate what you’ve accomplished, but raise the bar a little higher each time you succeed. - Mia Hamm";
arnews[3] += "
";
arnews[4]="Arun charles: “It is not sacrifice if you love what you're doing.” ~ Mia Hamm
";
arnews[4] += "“It is not sacrifice if you love what you're doing.” ~ Mia Hamm";
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("