var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Corey Irwin: an oldie-but-goodie:is this prsn vying 2 become the next monica seles of track & field? hahaha! http://digg.com/d3NlbJ?t via @britishbulldog
";
arnews[0] += "an oldie-but-goodie:is this prsn vying 2 become the next monica seles of track & field? hahaha!";
arnews[0] += "
";
arnews[1]="Monica L.: Laureus Academy Member Monica Seles Launches Inaugural 'up2us' Conference In ... - Voxy
";
arnews[1] += "Laureus Academy Member Monica Seles Launches Inaugural 'up2us' Conference In ... - Voxy -";
arnews[1] += "
";
arnews[2]="Is listening to monica seles talk about using sports for positive social change for at risk youth at @up2ussports #socent
";
arnews[2] += "Is listening to monica seles talk about using sports for positive social change for at risk youth at @up2ussports";
arnews[2] += "
";
arnews[3]="Monica L.: Alan Peppard on Gavin Rossdale, Christian Siriano, Vernon Wells, Monica Seles ... - Dallas Morning News
";
arnews[3] += "Alan Peppard on Gavin Rossdale, Christian Siriano, Vernon Wells, Monica Seles ... - Dallas Morning News -";
arnews[3] += "
";
arnews[4]="Alan Peppard on Gavin Rossdale, Christian Siriano, Vernon Wells, Monica Seles ... - Dallas Morning News
";
arnews[4] += "Alan Peppard on Gavin Rossdale, Christian Siriano, Vernon Wells, Monica Seles ... - Dallas Morning News -";
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("