var arnews = new Array(8);
totcount = 5;
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]="THIS DAY IN HISTORY: WWE ANNOUNCES NEW DRUG TESTING POLICY, BRET HART ... - Pro Wrestling Insider
";
arnews[1] += "On this day in history in .... 1978 - Tony Garea & Larry Zbyszko defeat The Yukon Lumberjacks for the WWWF World Tag Team Title in Allentown, Pennsylvania. 1999 - WCW Mayhem, a new PPV replacing the \"World War 3\" concept, was held in Toronto, Ontario ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:41:00 GMT";
arnews[1] += "
";
arnews[2]="Today in Wrestling History, 11/21: WWE Announces New Policy & More - ImpactWrestling.com
";
arnews[2] += "Perry Saturn, Dean Malenko & Asya defeated Eddie Guerrero, Billy Kidman & Torrie Wilson in an Elimination match. Perry Saturn was the sole survivor. * Malenko pinned Kidman with a rollup. * Guerrero pinned Malenko with a rana. * Guerrero pinned Asya ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:27:00 GMT";
arnews[2] += "
";
arnews[3]="Austin News: Steve Austin to appear in new season of NBC's "Chuck ... - Pro Wrestling Torch
";
arnews[3] += "Former WWE star Steve Austin is scheduled to appear on the third season of NBC's \"Chuck\" TV show. The date for Austin's guest appearance has not been announced yet. NBC announced this week it is bringing back the action-comedy series in January ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 22:09:00 GMT";
arnews[3] += "
";
arnews[4]="Chris Considers the Week in Wrestling Music - Blabbermouth.net
";
arnews[4] += "Hey everyone and welcome to the second edition of Chris Reviews the Week in Wrestling Music: a partnership between Roadrunner ... She has previously used Torrie Wilson’s old theme music: ‘Á Girl Like That’ by Eleventh Hour. A couple of week ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 20:08:00 GMT";
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("