var arnews = new Array(9);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Winter's Storm - TWNP-Wrestling News
";
arnews[0] += "... Rhino, comedian Big Show, The APA, The Dudley Boys, Booker T, Trish Stratus, Torrie Wison, Lita, Molly Holly, Stephanie McMahon’s annoying voice, and so much fan cheering and jeering with these people that you wanted to watch the shows they ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:32:00 GMT";
arnews[0] += "
";
arnews[1]="Today in Wrestling History: November 17th - 411mania.com
";
arnews[1] += "* 1996 - Psycho Sid defeated Shawn Michaels for the WWF Heavyweight title * 1998 - Duane Gill (Gillberg) defeated Christian for the WWF Light Heavyweight title * 2002 - The Big Show defeated Brock Lesnar for the WWE Smackdown Heavyweight title * 2002 ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 14:33:00 GMT";
arnews[1] += "
";
arnews[2]="Sable Lesnar: UFC Fighter's Wife Shares Past as Former Wrestling Star ... - Gather.com
";
arnews[2] += "Brock Lesnar's mysterious illness that apparently has him fighting for not just his ultimate fighting career, but his life. And now that his illness has gone public, readers are learning more about Lesnar the man, not just Lesnar the animal who ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 16:13:00 GMT";
arnews[2] += "
";
arnews[3]="WWE Smackdown vs. Raw 2010 Hints & Cheats - Gamespot News
";
arnews[3] += "Story Designer (20) Create an original story using WWE STORY DESIGNER Mode. 2010 Hall of Fame Nominee (100) Induct a Superstar into the HALL OF FAME. A Showman Like No Other (50) Have a total of 20 or more 5-star rated matches in your overall match ...";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[3] += "
";
arnews[4]="THIS DAY IN HISTORY: THE FIRST ELIMINATION CHAMBER MATCH, SID WINS THE ... - Pro Wrestling Insider
";
arnews[4] += "On this day in history in .... 1986 - Lance Von Erich & The Dingo Warrior (Ultimate Warrior) defeat Matt Borne & Master Gee (subbing for Buzz Sawyer) to win the World Class Championship Wrestling Tag Team Title in Ft. Worth, Texas. 1996 - WWF's ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 12:53:00 GMT";
arnews[4] += "
";
arnews[5]="Top 5 Survivor Series matches - Examiner
";
arnews[5] += "Behind only the franchise known as WrestleMania, Survivor Series is World Wrestling Entertainment’s second oldest pay per view franchise. Created as direct opposition to the NWA Starrcade pay per view that would also be held on Thanksgiving night ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 13:29: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("