var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Even more deals: SAVE $6.16 - San Diego Padres MLB Tapered Wastebasket (15" Height) $15.84 http://bit.ly/5pys8k
";
arnews[0] += "SAVE $6.16 - San Diego Padres MLB Tapered Wastebasket (15\" Height) $15.84";
arnews[0] += "
";
arnews[1]="Josh Hunter: San Diego Padres GM Jed Hoyer has ‘cordial’ meeting with Adrian Gonzalez’s agent (Jerry Crasnick/MLB)
";
arnews[1] += "San Diego Padres GM Jed Hoyer has ‘cordial’ meeting with Adrian Gonzalez’s agent (Jerry Crasnick/MLB) -";
arnews[1] += "
";
arnews[2]="Benjamin Taylor: No Mas Presents: Dock Ellis & The LSD No-No by James Blagden. In celebration of the greatest athletic achievement by a man on a psychedelic journey, No Mas and artist James Blagden proudly present the animated tale of Dock Ellis’ legendary LSD no-hitter. In the past few years weve heard all too much about performance enhancing drugs from greenies to tetrahydrogestrinone, and not enough about performance inhibiting drugs. If our evaluation of the records of athletes like Mark McGwire, Roger Clemens, Marion Jones, and Barry Bonds needs to be revised downwards with an asterisk, we submit that that Dock Ellis record deserves a giant exclamation point. Of the 263 no-hitters ever thrown in the Big Leagues, we can only guess how many were aided by steroids, but we can say without question that only one was ever thrown on acid. Sadly, the great Dock Ellis died last December at 63. A year before, radio producers Donnell Alexander and Neille Ilel, had recorded an interview with Ellis in which the former Pirate right hander gave a moment by moment account of June 12, 1970, the day he no-hit the San Diego Padres.
";
arnews[2] += "No Mas Presents: Dock Ellis & The LSD No-No by James Blagden. In celebration of the greatest athletic achievement by a man on a psychedelic journey, No Mas and artist James Blagden proudly present the animated tale of Dock Ellis’ legendary LSD no-hitter. In the past few years weve heard all too much about performance enhancing drugs from greenies... -";
arnews[2] += "
";
arnews[3]="RJ David: MLB new era cap
";
arnews[3] += "MLB new era cap -";
arnews[3] += "
";
arnews[4]="Deals: SAVE $11.96 - San Diego Padres 2 Piece Heavy Duty Vinyl Utility Rear Car Floor Mats $17.99 http://dealnay.com/165414 #sale
";
arnews[4] += "SAVE $11.96 - San Diego Padres 2 Piece Heavy Duty Vinyl Utility Rear Car Floor Mats $17.99";
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("