var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Answer Question
";
arnews[0] += "Personally, I would stick with the Marlin, the reviews I've read about Pumas weren't that great.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:49:07 GMT";
arnews[0] += "
";
arnews[1]="the Selig Statue
";
arnews[1] += "I like it. It was Selig's relentless effort after the Braves left that brought the Brewers to Milwaukee.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:47:45 GMT";
arnews[1] += "
";
arnews[2]="Shawn Michaels: The Greatest American Wrestler of All Time?
";
arnews[2] += "Ring of Honor on HDNet a ' February 8th, 2010 Written by Steven Ransiear Monday, 08 February 2010 20:15 Before I get started, this is just stating my case as to why you could consider Michaels the best of all time in America.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 02:15:22 GMT";
arnews[2] += "
";
arnews[3]="The Best Damn Wrestling Rumor Mill: Super Sunday Edition
";
arnews[3] += "Ring of Honor on HDNet - \" February 8th, 2010 Written by Shane Howard Sunday, 07 February 2010 13:18 Today's the big football game, meaning it is a day filled with predictions and rumored celebrities to be in attendance.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 19:18:40 GMT";
arnews[3] += "
";
arnews[4]="Vince McMahon: Heavyweight Champion of Branding
";
arnews[4] += "Most heavy hitters in the business world have rung the opening bell once or twice in their careers.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 22:51:24 GMT";
arnews[4] += "
";
arnews[5]="Hogan and Bischoff Upset with Sting
";
arnews[5] += "Source: Wrestling Observer Newsletter - Sting missed last month's TNA Genesis pay-per-view and that week's iMPACT tapings due to a family emergency that we still don't know any details on.";
arnews[5] += "
Publ.Date : Mon, 25 Jan 2010 08:00:00 GMT";
arnews[5] += "
";
totcount = 6;
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("