var arnews = new Array(9);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="(WWE) How Much Is Shane McMahon Worth?, Ashley Massaro Problems - TWNP-Wrestling News
";
arnews[0] += "ยป At some point over the last year or two, Shane McMahon cashed in approximately $50 million from the company. Shane currently owns another $30 million in WWE stock, and at present time, he owns a 2.8% stake in the company. As noted yesterday here ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:53:00 GMT";
arnews[0] += "
";
arnews[1]="(WWE) More On The RAW-USA Network Deal, RVD & Ashley Massaro - TWNP-Wrestling News
";
arnews[1] += "Former WWE diva Ashley Massaro wrote on her Twitter that she'll be in the area near Madison Square Garden, but Austin Idol, Bill Eadie & Barry Darsow (Demolition), and Stan Hansen have joined the lineup for the January 2010 Wrestle Reunion show in ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 22:06:00 GMT";
arnews[1] += "
";
arnews[2]="RAW Notes: HOF'er Ripping Hogan, Reason for Old-School Look & More - ImpactWrestling.com
";
arnews[2] += "- The Iron Sheik will be doing a segment at RAW tonight on 'Piper's Pit'. He has also filmed some pre-tapes running down Hulk Hogan. - Ashley Massaro has wrote on her Twitter page that she will be attending the RAW show tonight. - The old-school ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 00:43:00 GMT";
arnews[2] += "
";
totcount = 3;
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("