var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="RT @Candace_Parker: i laugh at some of the men's games they put on for 24 hrs of hoops on espn wen u hav conn vs texas on espn2 tonight
";
arnews[0] += "RT @";
arnews[0] += "
";
arnews[1]="@Candace_Parker making progress, but a ways to go huh?
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Women Talk Sports: @Candace_Parker making progress, but a ways to go huh?
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="gece sorunlusu: RT @Candace_Parker: my dog has TOO much gas rt now..OMG! dog gas is the WORSE GAS EVER! ((LMAO,,!))
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="Mississippi toddler, 2, helps his mom give birth by getting towel, catching baby - Gaea Times
";
arnews[4] += "Mississippi toddler, 2, helps his mom give birth by getting towel, catching baby - Gaea Times -";
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("