var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mark Green: Greenville High season ends with loss in playoffs: Williams, who has ALS, or Lou Gehrig's disease, sees his.. http://bit.ly/07UbSuf
";
arnews[0] += "Greenville High season ends with loss in playoffs: Williams, who has ALS, or Lou Gehrig's disease, sees his..";
arnews[0] += "
";
arnews[1]="Rodrigo Joe: Lou Gehrig Signed Baseball - with "To Tom Kindest Persona...
";
arnews[1] += "Lou Gehrig Signed Baseball - with \"To Tom Kindest Persona... -";
arnews[1] += "
";
arnews[2]="Lou Gehrig Autographed Baseball - with "To Paul Kindest Personal Regards" Inscription
";
arnews[2] += "Lou Gehrig Autographed Baseball - with \"To Paul Kindest Personal Regards\" Inscription -";
arnews[2] += "
";
arnews[3]="Lou Gehrig Signed Baseball - with "To Tom Kindest Personal Regards" Inscription
";
arnews[3] += "Lou Gehrig Signed Baseball - with \"To Tom Kindest Personal Regards\" Inscription -";
arnews[3] += "
";
arnews[4]="Deals: SAVE $34.05 - Derek Jeter New York Yankees MLB Framed 8x10 Photograph Career Hit 2,722 Lou Gehrig Collage... http://dealnay.com/165203
";
arnews[4] += "SAVE $34.05 - Derek Jeter New York Yankees MLB Framed 8x10 Photograph Career Hit 2,722 Lou Gehrig Collage...";
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("