var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Helms Mugshot On ECW, Updates On Chyna, Maria & Mickie James - PWMania
";
arnews[0] += "- WWE Diva Maria will be appearing at the World of Wheels Auto Show in Birmingham, Alabama on Friday, February 12th beginning at 7pm. - Former WWE Diva Chyna is set to be inducted into the new Inoki Federation Hall of Fame in October of 2010 for her ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="(WWE) **SPOILERS** WWE SD! Results For Friday - TWNP-Wrestling News
";
arnews[1] += "* Tonight' show will feature 5 Elimination Qualifying matches (like Raw) to determine who will challenge the Undertaker for the World Heavyweight title at WWE Elimination Chamber on 2/21. * Chris Jericho opened with a promo about being the #1 ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 14:41:00 GMT";
arnews[1] += "
";
arnews[2]="WWE Smackdown Spoilers - Inside Pulse
";
arnews[2] += "Chris Jericho beats John Morrison with a Code Breaker. Drew McIntyre comes out during the match and sits in a chair at ringside to watch. C.M. Punk saves another member of the WWE Universe. The Undertaker cuts a promo. C.M. Punk & Luke Gallows win a ...";
arnews[2] += "
Publ.Date : Wed, 13 Jan 2010 15:28:00 GMT";
arnews[2] += "
";
arnews[3]="WWE SmackDown/ECW Live Event Results, 2/6: Waco, Texas - ImpactWrestling.com
";
arnews[3] += "CM Punk came out to save a fan in the audience but the fan didn't want his head shaved, he was attacked and Rey made the save. 3. Mickie James defeated Michelle McCool with a Mick Kick to keep her womens title, Beth as a special ref attacked Mickie ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 09:35:00 GMT";
arnews[3] += "
";
arnews[4]="Maria Off WWE TV During Celebrity Apprentice - Inside Pulse
";
arnews[4] += "Maria has appeared on Smackdown in recent weeks in the Mickie James storyline, but she will be phased out in February and wont appear again until after Wrestlemania 26.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 13:11:00 GMT";
arnews[4] += "
";
arnews[5]="SMACKDOWN PREVIEW (NON-SPOILER); ELIMINATION CHAMBER QUALIFIERS, EDGE ... - Pro Wrestling Insider
";
arnews[5] += "- Batista vs. CM Punk for a spot in the Smackdown Elimination Chamber. - Matt Hardy vs. Chris Jericho for a spot in the Smackdown Elimination Chamber. - Rey Mysterio vs. Dolph Ziggler for a spot in the Smackdown Elimination Chamber. - John Morrison ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 11:47: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("