var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="ECW Recap 1/9/10: The Nickel - Tickets To The Show(Miz) & All About The Benjamins
"; arnews[0] += "Written by Albert Dankwa Tuesday, 09 February 2010 23:32 Heads: Extreme Rules: ECW starts of fairly well."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:32:43 GMT"; arnews[0] += "
"; arnews[1]="Raw: Bret Hart goes off; Shawn Michaels walks off
"; arnews[1] += "Bret Hart and Shawn Michaels have not wrestled on the same WrestleMania card since they had their classic Iron Man Match at WrestleMania XII in 1996."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:43:33 GMT"; arnews[1] += "
"; arnews[2]="Bret Hart vs. Vince McMahon at WrestleMania 26: A Mess in the Making
"; arnews[2] += "After Raw went off the air this Monday I couldn't help but have a sinking feeling in my stomach."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:51:08 GMT"; arnews[2] += "
"; arnews[3]="Three Matches on Next Week's RAW, Update on Bret-Vince
"; arnews[3] += "Vince McMahon at WrestleMania 26 in a singles match looks to be on after tonight's RAW where Vince accepted a challenge that came from John Cena after Cena said Bret wanted the match."; arnews[3] += "
Publ.Date : Mon, 25 Jan 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Monday Night Raw Results: Vince McMahon Begins The Road To Wrestlemania
"; arnews[4] += "Ring of Honor on HDNet a ' February 8th, 2010 Written by THE Chris Browne Monday, 08 February 2010 23:25 Raw comes to you from Louisiana, fresh after the Saints Super Bowl win last night, and Raw is graced with Carl Edwards as guest host tonight."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 05:25:37 GMT"; arnews[4] += "
"; arnews[5]="Complete Wwe Raw Results Report For February 8, 2010
"; arnews[5] += "Let the celebration continue! Just one night after the New Orleans Saints captured the NFL's top prize in the Super Bowl, the people of Louisiana were still in the mood to party when Raw rolled into the Cajundome."; arnews[5] += "
Publ.Date : Mon, 08 Feb 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("
");document.write("
");