var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="tweetua_com: ddominicanos: Tweetua.com: David Ortiz podría jugar con Leones del Escogido http://ur1.ca/g7zg
";
arnews[0] += "ddominicanos: Tweetua.com: David Ortiz podría jugar con Leones del Escogido";
arnews[0] += "
";
arnews[1]="Motivated Ortiz already losing weight. http://fullcount.weei.com/sports/boston/baseball/red-sox/2009/11/19/a-motivated-david-ortiz/
";
arnews[1] += "Motivated Ortiz already losing weight.";
arnews[1] += "
";
arnews[2]="Federico Felix: David Ortiz podría estar jugando con los Leones del Escogido http://bit.ly/4qEKi6
";
arnews[2] += "David Ortiz podría estar jugando con los Leones del Escogido";
arnews[2] += "
";
arnews[3]="David Ortiz is on Pace to Hit Three Home Runs | Welcome to a rugby ...: The Final Score I'm fascinated by David Ort... http://bit.ly/3Ffjzk
";
arnews[3] += "David Ortiz is on Pace to Hit Three Home Runs | Welcome to a rugby ...: The Final Score I'm fascinated by David Ort...";
arnews[3] += "
";
arnews[4]="Manny Ramirez To David Ortiz: 'Road Trip' | The Onion: SOMEWHERE ALONG I-65—Best buddies Manny Ramirez and David O... http://bit.ly/yAoiV
";
arnews[4] += "Manny Ramirez To David Ortiz: 'Road Trip' | The Onion: SOMEWHERE ALONG I-65—Best buddies Manny Ramirez and David O...";
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("