var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="How much is a Barry Bonds Auto Full Sized Helmet Worth? | The ...
";
arnews[0] += "Comes with COA and has American Flag sticker under the auto to remember 9/11.";
arnews[0] += "
";
arnews[1]="All-Star Weekend Moments of Yesteryear « Doin Work
";
arnews[1] += "Support the Warriors fans by boycotting! http://www.fansvscohan.com/index.html 43 minutes ago; Are we going to have to hear about milestones all the time for Kobe like we did for Barry Bonds? 1 week ago; Who the hell cares if Tebow is ...";
arnews[1] += "
";
arnews[2]="Rob's Hunting Journal: January Trail Camera Pictures
";
arnews[2] += "I love the game of baseball - it is the greatest sport of all time, but the likes of Barry Bonds and Alex Rodriguez have tainted the sport. I think the spitball should be made legal again. I am a firm believer that Garth Brooks ...";
arnews[2] += "
";
arnews[3]="My Own Personal Piece of Doom Cake: A Christmas Miracle in February
";
arnews[3] += "I made an appointment with my doctor with some simple goals in mind; 1)get a huge dose of human growth hormones 2)get a giant Barry Bonds dose of steroids or 3)a nice toasty cortisone injection combined with antibiotics. ...";
arnews[3] += "
";
arnews[4]="bdj610's Topps Baseball Card Blog: bdj610's 2000 End of Year All ...
";
arnews[4] += "Barry Bonds walks, McGwire scoring, Griffey advances to third, Piazza advances to second. Todd Helton hits a sacrifice fly to Bernie Williams (SAC 8), Griffey scoring. Bottom 4: Darryl Kile pitching. Greg Vaughn walks. ...";
arnews[4] += "
";
arnews[5]="Fang's Bites: Some Tuesday Programs You Can Watch
";
arnews[5] += "ON HIS GODSON, BARRY BONDS: I think he's gonna be in the Hall of Fame and I don't think he did anything other than what other guys were doing. I don't even really know that but I don't like to get involved in things that I don't know ...";
arnews[5] += "
";
arnews[6]="Do the latest athletes busted for steroids and hGH think we're ...
";
arnews[6] += "And good ole Barry Bonds. Supposedly puts unknown substances on his muscles and a different unknown (at the time) substance under his tongue. How often do you ingest something random w/o knowing what it is you're taking? ...";
arnews[6] += "
";
arnews[7]="One Sad Warriors Fan… « Doin Work
";
arnews[7] += "Are we going to have to hear about milestones all the time for Kobe like we did for Barry Bonds? 1 week ago; Who the hell cares if Tebow is pro life or pro choice? It's just a stupid commercial! ...";
arnews[7] += "
";
arnews[8]="The O Boys
";
arnews[8] += "Hundreds of pitchers have given up home runs to Barry Bonds Ohman does his job and does it well. Carlos Marmol has become a pitching machine giving up only 7 earn runs in 32 innings and walking 16 while only giving up 2 home runs. fast ...";
arnews[8] += "
";
arnews[9]="1998 - Kenner - Starting Lineup - Home Run History - Sammy Sosa 21 ...
";
arnews[9] += "Barry Bonds/ Willie Mays signed ball (2) Barry Bonds/Sammy Sosa signed. Sammy Sosa: 1998 Kenner Starting Lineup Cards: 35. collectible cards austin powers figures marval figures the vintage figures. Also, compartments hold candy, ...";
arnews[9] += "
";
totcount = 10;
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("