var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="volleyball: Get autograph from Misty May & her Mikasa volleyball for FREE, it's our 15th online, offer ends in 7 days! http://bit.ly/MikasaMistyMay #fb
";
arnews[0] += "volleyball: Get autograph from Misty May & her Mikasa volleyball for FREE, it's our 15th online, offer ends in 7 days!";
arnews[0] += "
";
arnews[1]="Steve Weddle: Misty May sighting, sorta -> RT @evilray: New lies at Mala Fide dotcom:: It's a shame about Ray http://www.malafide.com/blog/?p=1244
";
arnews[1] += "Misty May sighting, sorta -> RT @";
arnews[1] += "
";
arnews[2]="volleyball: Misty May, Mikasa and our 15th year online in Volleyball - http://bit.ly/MikasaMistyMay
";
arnews[2] += "volleyball: Misty May, Mikasa and our 15th year online in Volleyball -";
arnews[2] += "
";
arnews[3]="Sascha: actually those volleyball.com newsletters are really annoying. but on the other hand....the always inlcude a misty may picture... ;-)
";
arnews[3] += "actually those volleyball.com newsletters are really annoying. but on the other hand....the always inlcude a misty may picture... ;-)";
arnews[3] += "
";
arnews[4]="JapanTube: Pokemon Misty May Dawn / Throw pokeballs
";
arnews[4] += "Pokemon Misty May Dawn / Throw pokeballs -";
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("