live3 - David_Champion
08-07-01, 03:17 PM
<script language="JavaScript" type="text/javascript">
//support dedicate a song button
var zoneItemUrl = 'http://web.piczo.com/zone/item/';
var crossCluserActionBase = 'http://pic3.piczo.com/go/';
var hostname = location.host;
var piczoShowWelcome = false;
var piczoRightClickMessage = 'Please contact the site owner if you want to save this picture.';
var isPageEditor = false;
function pageLoaded () {
pageLoadedActions();
}
function openPrintStorePopup () {
h=400;
w=780;
currentDate = new Date();
printStorePopup = window.open (
"http://pic3.piczo.com/go/addimagestocart?img=" + hiResI + "_" + hiResK +
"&popup=y&r=" + currentDate.getTime(), "PrintStorePopup",
"toolbar=no,scrollbars=yes,location=no,status=yes,resizable=yes,width=" + w + ",height=" + h + "," +
"top=" + ((screen.height-h)/2) + ",left=" + ((screen.width - (w + 12))/2));
if (printStorePopup != null)
printStorePopup.focus();
}
function openProPrintPopup () {
h = 220;
w = 400;
currentDate = new Date();
proPrintPopup = window.open (
"http://pic3.piczo.com/go/proprint?img=" + hiResI + "_" + hiResK +
"&popup=y&r=" + currentDate.getTime(), "ProPrintPopup",
"toolbar=no,scrollbars=yes,location=no,status=no,resizable=yes,width=" + w + ",height=" + h + "," +
"top=" + ((screen.height-h)/2) + ",left=" + ((screen.width - (w + 12))/2));
if (proPrintPopup != null)
proPrintPopup.focus();
}
hiResI = 0;
hiResK = 0;
function openHiResPopup (imageID, k) {
if (imageID == 0)
imageID = hiResI;
if (k == 0)
k = hiResK;
h = 600;
w = 800;
hiResPopup = window.open ("http://pic3.piczo.com/go/hires?sitename=" +
escape ("FREEPAYPERVIEWS") +
"&img=" + imageID + "&k=" + k + "&sw=" + screen.width + "&sh=" + screen.height, "HiResPopup",
"fullscreen,scrollbars=no");
if (hiResPopup != null)
hiResPopup.focus();
}
function downloadForPrinting () {
self.location = "http://pic3.piczo.com/go/downprint?img=" + hiResI +
"&k=" + hiResK;
}
function slideshow() {
h = 600;
w = 800;
slideshowPopup = window.open ("http://pic3.piczo.com/go/slides?b=&p=0.0&site=FREEPAYPERVIEWS" +
"&sw=" + screen.width + "&sh=" + screen.height, "SlideshowPopup",
"toolbar=no,scrollbars=yes,menubar=yes,location=no,status=no,resizable=yes,fullsc reen=yes," +
"width=" + w + ",height=" + h + "," +
"top=0,left=" + ((screen.width - w) / 2));
if (slideshowPopup != null)
slideshowPopup.focus();
}
keepImageToolbarVisible = false;
function showImageToolbar (imageToolbarDiv, i, k) {
imageToolbarDiv.style.visibility = "visible";
hiResI = i;
hiResK = k;
}
function hideImageToolbar (imageToolbarDiv) {
if ( ! keepImageToolbarVisible) {
imageToolbarDiv.style.visibility = "hidden";
imageMenu.style.visibility = "hidden";
}
}
function showImageMenu (imageMenuX, imageMenuY) {
imageMenu.style.top = imageMenuY;
imageMenu.style.left = imageMenuX;
imageMenu.style.visibility = "visible";
keepImageToolbarVisible = true;
}
function positionSignupAd () {
var sa = document.getElementById("signupAd");
sa.style.left = parseInt( document.body.scrollLeft + document.body.clientWidth - sa.clientWidth - 2 );
sa.style.top = parseInt( document.body.scrollTop + document.body.clientHeight - sa.clientHeight - 2 );
}
isPayPal = false;
function playGame(gameID, w, h, showPageList, webpageID) {
currentDate = new Date();
playGamePopup = window.open ("http://pic3.piczo.com/go/playgame?gameID=" + gameID + "&showPageList="+showPageList +
"&webpageid="+webpageID+
"&r=" + currentDate.getTime() + "&popup=y", "PlayGamePopup",
"toolbar=no,scrollbars=yes,location=no,resizable=yes,width=" + w + ",height=" + h + "," +
"top=" + ((screen.height-h)/2) + ",left=" + ((screen.width-w)/2));
if (playGamePopup != null)
playGamePopup.focus();
}
var entryPointURI = "http://FREEPAYPERVIEWS.piczo.com/";
function PiczoPagez_setPage(pageIndex, pageID, pageName, urlPageName) {
this.pageIDs[pageIndex] = pageID;
this.pageNames[pageIndex] = pageName;
this.pageNamesByPageID[pageID] = pageName;
this.urlPageNamesByPageID[pageID] = urlPageName;
}
function PiczoPagez_setCategory(categoryID, categoryName) {
this.categories[categoryID] = categoryName;
}
function PiczoPagez_setItem(index, itemType, itemID) { // DEPRECATED
this.addItem (itemType, itemID);
}
function PiczoPagez_addItem(itemType, itemID) {
if ((itemType == 'P') && (this.pageNamesByPageID[itemID] == undefined)) {
// do nothing
} else {
index = this.itemIDs.length;
this.itemTypes[index] = itemType;
this.itemIDs[index] = itemID;
}
}
function PiczoPagez_clearItems() {
this.itemTypes = new Array();
this.itemIDs = new Array();
this.categories = new Array();
}
function PiczoPagez_getNumPages() {
return this.numPages;
}
function PiczoPagez_getPageURL(pageID) {
if (this.urlPageNamesByPageID[pageID] != '') {
return entryPointURI + this.urlPageNamesByPageID[pageID] + "?cr=3" + "";
} else {
return entryPointURI + "?g=" + pageID + "&cr=3" + "";
}
}
function PiczoPagez_getItemPageURL(index) {
if (this.itemTypes[index] == 'C') {
return "";
}
return this.getPageURL(this.itemIDs[index]);
}
function PiczoPagez_getPageName(pageIndex) {
return this.pageNames[pageIndex];
}
function PiczoPagez_getPageID(pageIndex) {
return this.pageIDs[pageIndex];
}
function PiczoPagez_getPageNameByPageID(pageID) {
return this.pageNamesByPageID[pageID];
}
function PiczoPagez_getNumItems () {
return this.itemIDs.length;
}
function PiczoPagez_getItemType (index) {
return this.itemTypes[index];
}
function PiczoPagez_getItemID (index) {
return this.itemIDs[index];
}
function PiczoPagez_getItemName (index) {
if (this.itemTypes[index] == 'C') {
return this.categories[this.itemIDs[index]];
} else {
return this.pageNamesByPageID[this.itemIDs[index]];
}
}
function PiczoPagez(numPages) {
this.numPages = numPages;
this.pageNames = new Array();
this.pageNamesByPageID = new Array();
this.pageNamesByPageID[1] = "Home Page";
this.urlPageNamesByPageID = new Array();
this.pageIDs = new Array();
this.categories = new Array();
this.itemTypes = new Array();
this.itemIDs = new Array();
this.setPage = PiczoPagez_setPage;
this.setCategory = PiczoPagez_setCategory;
this.setItem = PiczoPagez_setItem;
this.addItem = PiczoPagez_addItem;
this.clearItems = PiczoPagez_clearItems;
this.getNumPages = PiczoPagez_getNumPages;
this.getPageURL = PiczoPagez_getPageURL;
this.getItemPageURL = PiczoPagez_getItemPageURL;
this.getPageName = PiczoPagez_getPageName;
this.getPageID = PiczoPagez_getPageID;
this.getPageNameByPageID = PiczoPagez_getPageNameByPageID;
this.getNumItems = PiczoPagez_getNumItems;
this.getItemType = PiczoPagez_getItemType;
this.getItemID = PiczoPagez_getItemID;
this.getItemName = PiczoPagez_getItemName;
}
myPiczoPages = new PiczoPagez(286);
myPiczoPages.setPage(0,35218116,"TESTING","testing");
myPiczoPages.setPage(1,35002928,"©COPYRIGHT","copyright");
myPiczoPages.setPage(2,35007654,"LINKS","links");
myPiczoPages.setPage(3,35440055,"FAQ","faq");
myPiczoPages.setPage(4,35007682,"REQUESTS","requests");
myPiczoPages.setPage(5,35440154,"COMMENTS","comments");
myPiczoPages.setPage(6,35007709,"LATEST NEWS","latestnews");
myPiczoPages.setPage(7,35007593,"SCHEDULE","schedule");
myPiczoPages.setPage(8,35418653,"LIVE STREAM","livestream");
myPiczoPages.setPage(9,35003337,"SITE SHOWS","siteshows");
myPiczoPages.setPage(10,35007632,"PPV'S","ppvs");
myPiczoPages.setPage(11,35007637,"DVD'S","dvds");
myPiczoPages.setPage(12,34998859,"RAW","raw");
myPiczoPages.setPage(13,34998904,"SMACKDOWN","smackdown");
myPiczoPages.setPage(14,34998958,"ECW","ecw");
myPiczoPages.setPage(15,34999009,"TNA","tna");
myPiczoPages.setPage(16,34999045,"UFC","ufc");
myPiczoPages.setPage(17,34999099,"HBO BOXING","hboboxing");
myPiczoPages.setPage(18,35439970,"THE HARDY SHOW","thehardyshow");
myPiczoPages.setPage(19,35199163,"ROYAL RUMBLE 2008","royalrumble2008");
myPiczoPages.setPage(20,35199263,"NO WAY OUT 2008","nowayout2008");
myPiczoPages.setPage(21,35199357,"WRESTLEMANIA 24","wrestlemania24");
myPiczoPages.setPage(22,35199446,"BACKLASH 2008","backlash2008");
myPiczoPages.setPage(23,35199503,"JUDGMENT DAY 2008","judgmentday2008");
myPiczoPages.setPage(24,35199599,"ONE NIGHT STAND 2008","onenightstand2008");
myPiczoPages.setPage(25,35199879,"NIGHT OF CHAMPIONS2008","nightofchampions2008");
myPiczoPages.setPage(26,35200306,"GREAT AMERICAN BASH 2008","greatamericanbash2008");
myPiczoPages.setPage(27,35200391,"SUMMERSLAM 2008","summerslam2008");
myPiczoPages.setPage(28,35200446,"UNFORGIVEN 2008","unforgiven2008");
myPiczoPages.setPage(29,35200536,"NO MERCY 2008","nomercy2008");
myPiczoPages.setPage(30,35200612,"CYBER SUNDAY 2008","cybersunday2008");
myPiczoPages.setPage(31,35200902,"SURVIVOR SERIES 2008","survivorseries2008");
myPiczoPages.setPage(32,35201013,"ARMAGEDDON 2008","armageddon2008");
myPiczoPages.setPage(33,35201093,"NEW YEARS REVOLUTION 2007","newyearsrevolution2007");
myPiczoPages.setPage(34,35201177,"ROYAL RUMBLE 2007","royalrumble2007");
myPiczoPages.setPage(35,35201257,"NO WAY OUT 2007","nowayout2007");
myPiczoPages.setPage(36,35201314,"WRESTLEMANIA 23","wrestlemania23");
myPiczoPages.setPage(37,35201447,"BACKLASH 2007","backlash2007");
myPiczoPages.setPage(38,35201661,"JUDGMENT DAY 2007","judgmentday2007");
myPiczoPages.setPage(39,35201720,"ONE NIGHT STAND 2007","onenightstand2007");
myPiczoPages.setPage(40,35201816,"NIGHT OF CHAMPIONS 2007","nightofchampions2007");
myPiczoPages.setPage(41,35201942,"GREAT AMERICAN BASH 2007","greatamericanbash2007");
myPiczoPages.setPage(42,35202089,"SUMMERSLAM 2007","summerslam2007");
myPiczoPages.setPage(43,35202160,"UNFORGIVEN 2007","unforgiven2007");
myPiczoPages.setPage(44,35202380,"NO MERCY 2007","nomercy2007");
myPiczoPages.setPage(45,35202510,"CYBER SUNDAY 2007","cybersunday2007");
myPiczoPages.setPage(46,35202652,"SURVIVOR SERIES 2007","survivorseries2007");
myPiczoPages.setPage(47,35202733,"ARMAGEDDON 2007","armageddon2007");
myPiczoPages.setPage(48,35202922,"NEW YEARS REVOLUTION 2006","newyearsrevolution2006");
myPiczoPages.setPage(49,35202992,"ROYAL RUMBLE 2006","royalrumble2006");
myPiczoPages.setPage(50,35203132,"NO WAY OUT 2006","nowayout2006");
myPiczoPages.setPage(51,35203313,"WRESTLEMANIA 22","wrestlemania22");
myPiczoPages.setPage(52,35203417,"BACKLASH 2006","backlash2006");
myPiczoPages.setPage(53,35203588,"JUDGMENT DAY 2006","judgmentday2006");
myPiczoPages.setPage(54,35203657,"ONE NIGHT STAND 2006","onenightstand2006");
myPiczoPages.setPage(55,35203732,"VENGEANCE 2006","vengeance2006");
myPiczoPages.setPage(56,35203801,"GREAT AMERICAN BASH 2006","greatamericanbash2006");
myPiczoPages.setPage(57,35204050,"SUMMERSLAM 2006","summerslam2006");
myPiczoPages.setPage(58,35204221,"UNFORGIVEN 2006","unforgiven2006");
myPiczoPages.setPage(59,35204356,"NO MERCY 2006","nomercy2006");
myPiczoPages.setPage(60,35204458,"CYBER SUNDAY 2006","cybersunday2006");
myPiczoPages.setPage(61,35204668,"SURVIVOR SERIES 2006","survivorseries2006");
myPiczoPages.setPage(62,35204814,"DECEMBER TO DISMEMBER 2006","decembertodismember2006");
myPiczoPages.setPage(63,35204995,"ARMAGEDDON 2006","armageddon2006");
myPiczoPages.setPage(64,35205161,"NEW YEARS REVOLUTION 2005","newyearsrevolution2005");
myPiczoPages.setPage(65,35205316,"ROYAL RUMBLE 2005","royalrumble2005");
myPiczoPages.setPage(66,35205492,"NO WAY OUT 2005","nowayout2005");
myPiczoPages.setPage(67,35205814,"WRESTLEMANIA 21","wrestlemania21");
myPiczoPages.setPage(68,35205901,"BACKLASH 2005","backlash2005");
myPiczoPages.setPage(69,35206115,"JUDGMENT DAY 2005","judgmentday2005");
myPiczoPages.setPage(70,35206177,"ONE NIGHT STAND 2005","onenightstand2005");
myPiczoPages.setPage(71,35206422,"VENGEANCE 2005","vengeance2005");
myPiczoPages.setPage(72,35206493,"GREAT AMERICAN BASH 2005","greatamericanbash2005");
myPiczoPages.setPage(73,35206566,"SUMMERSLAM 2005","summerslam2005");
myPiczoPages.setPage(74,35206649,"UNFORGIVEN 2005","unforgiven2005");
myPiczoPages.setPage(75,35206747,"NO MERCY 2005","nomercy2005");
myPiczoPages.setPage(76,35206927,"TABOO TUESDAY 2005","tabootuesday");
myPiczoPages.setPage(77,35207172,"SURVIVOR SERIES 2005","survivorseries2005");
myPiczoPages.setPage(78,35219450,"ARMAGEDDON 2005","armageddon2005");
myPiczoPages.setPage(79,35219584,"ROYAL RUMBLE 2004","royalrumble2004");
myPiczoPages.setPage(80,35219741,"NO WAY OUT 2004","nowayout2004");
myPiczoPages.setPage(81,35220147,"WRESTLEMANIA 20","wrestlemania20");
myPiczoPages.setPage(82,35220255,"BACKLASH 2004","backlash2004");
myPiczoPages.setPage(83,35220829,"JUDGMENT DAY 2004","judgmentday2004");
myPiczoPages.setPage(84,35220941,"BAD BLOOD 2004","badblood2004");
myPiczoPages.setPage(85,35221083,"GREAT AMERICAN BASH 2004","greatamericanbash2004");
myPiczoPages.setPage(86,35221205,"VENGEANCE 2004","vengeance2004");
myPiczoPages.setPage(87,35221288,"SUMMERSLAM 2004","summerslam2004");
myPiczoPages.setPage(88,35221365,"UNFORGIVEN 2004","unforgiven2004");
myPiczoPages.setPage(89,35221520,"NO MERCY 2004","nomercy2004");
myPiczoPages.setPage(90,35223245,"TABOO TUESDAY 2004","tabootuesday2004");
myPiczoPages.setPage(91,35223395,"SURVIVOR SERIES 2004","survivorseries2004");
myPiczoPages.setPage(92,35223455,"ARMAGEDDON 2004","armageddon2004");
myPiczoPages.setPage(93,35229049,"ROYAL RUMBLE 2003","royalrumble2003");
myPiczoPages.setPage(94,35229180,"NO WAY OUT 2003","nowayout2003");
myPiczoPages.setPage(95,35229195,"WRESTLEMANIA 19","wrestlemania19");
myPiczoPages.setPage(96,35229244,"BACKLASH 2003","backlash2003");
myPiczoPages.setPage(97,35229277,"JUDGMENT DAY 2003","judgmentday2003");
myPiczoPages.setPage(98,35229335,"INSURREXTION 2003","insurrextioninsurrextion2003");
myPiczoPages.setPage(99,35229363,"BAD BLOOD 2003","badblood2003");
myPiczoPages.setPage(100,35229379,"VENGEANCE 2003","vengeance2003");
myPiczoPages.setPage(101,35229395,"SUMMERSLAM 2003","summerslam2003");
myPiczoPages.setPage(102,35229475,"UNFORGIVEN 2003","unforgiven2003");
myPiczoPages.setPage(103,35235668,"NO MERCY 2003","nomercy2003");
myPiczoPages.setPage(104,35235899,"SURVIVOR SERIES 2003","survivorseries2003");
myPiczoPages.setPage(105,35236103,"ARMAGEDDON 2003","armageddon2003");
myPiczoPages.setPage(106,35236407,"ROYAL RUMBLE 2002","royalrumble2002");
myPiczoPages.setPage(107,35236464,"NO WAY OUT 2002","nowayout2002");
myPiczoPages.setPage(108,35237036,"WRESTLEMANIA 18","wrestlemania18");
myPiczoPages.setPage(109,35237152,"BACKLASH 2002","backlash2002");
myPiczoPages.setPage(110,35238126,"INSURREXTION 2002","insurrextion2002");
myPiczoPages.setPage(111,35238209,"JUDGMENT DAY 2002","judgmentday2002");
myPiczoPages.setPage(112,35238329,"KING OF THE RING 2002","kingofthering2002");
myPiczoPages.setPage(113,35238475,"VENGEANCE 2002","vengeance2002");
myPiczoPages.setPage(114,35238926,"SUMMERSLAM 2002","summerslam2002");
myPiczoPages.setPage(115,35239298,"UNFORGIVEN 2002","unforgiven2002");
myPiczoPages.setPage(116,35239636,"NO MERCY 2002","nomercy2002");
myPiczoPages.setPage(117,35239961,"REBELLION 2002","rebellion2002");
myPiczoPages.setPage(118,35240050,"SURVIVOR SERIES 2002","survivorseries2002");
myPiczoPages.setPage(119,35241516,"ARMAGEDDON 2002","armageddon2002");
myPiczoPages.setPage(120,35241711,"ROYAL RUMBLE 2001","royalrumble2001");
myPiczoPages.setPage(121,35241814,"NO WAY OUT 2001","nowayout2001");
myPiczoPages.setPage(122,35241871,"WRESTLEMANIA 17","wrestlemania17");
myPiczoPages.setPage(123,35242013,"BACKLASH 2001","backlash2001");
myPiczoPages.setPage(124,35242143,"INSURREXTION 2001","insurrextion2001");
myPiczoPages.setPage(125,35242308,"KING OF THE RING 2001","kingofthering2001");
myPiczoPages.setPage(126,35242772,"INVASION 2001","invasion2001");
myPiczoPages.setPage(127,35243635,"SUMMERSLAM 2001","summerslam2001");
myPiczoPages.setPage(128,35243868,"UNFORGIVEN 2001","unforgiven2001");
myPiczoPages.setPage(129,35244063,"NO MERCY 2001","nomercy2001");
myPiczoPages.setPage(130,35244656,"REBELLION 2001","rebellion2001");
myPiczoPages.setPage(131,35244792,"SURVIVOR SERIES 2001","survivorseries2001");
myPiczoPages.setPage(132,35244911,"VENGEANCE 2001","vengeance2001");
myPiczoPages.setPage(133,35245234,"ROYAL RUMBLE 2000","royalrumble2000");
myPiczoPages.setPage(134,35245299,"NO WAY OUT 2000","nowayout2000");
myPiczoPages.setPage(135,35245377,"WRESTLEMANIA 16","wrestlemania16");
myPiczoPages.setPage(136,35245608,"BACKLASH 2000","backlash2000");
myPiczoPages.setPage(137,35246041,"INSURREXTION 2000","insurrextion2000");
myPiczoPages.setPage(138,35250225,"JUDGMENT DAY 2000","judgmentday2000");
myPiczoPages.setPage(139,35250268,"KING OF THE RING 2000","kingofthering2000");
myPiczoPages.setPage(140,35250285,"FULLY LOADED 2000","fullyloaded2000");
myPiczoPages.setPage(141,35250328,"SUMMERSLAM 2000","summerslam2000");
myPiczoPages.setPage(142,35250470,"UNFORGIVEN 2000","unforgiven2000");
myPiczoPages.setPage(143,35256400,"NO MERCY 2000","nomercy2000");
myPiczoPages.setPage(144,35256592,"REBELLION 2000","rebellion2000");
myPiczoPages.setPage(145,35256729,"SURVIVOR SERIES 2000","survivorseries2000");
myPiczoPages.setPage(146,35257050,"ARMAGEDDON 2000","armageddon2000");
myPiczoPages.setPage(147,35259072,"WWE PPV'S 1999","wweppvs1999");
myPiczoPages.setPage(148,35259241,"WWE PPV'S 1998","wweppvs1998");
myPiczoPages.setPage(149,35262277,"WWE PPV'S 1997","wweppvs1997");
myPiczoPages.setPage(150,35262366,"WWE PPV'S 1996","wweppvs1996");
myPiczoPages.setPage(151,35262511,"WWE PPV'S 1995","wweppvs1995");
myPiczoPages.setPage(152,35263217,"WWE PPV'S 1994","wweppvs1994");
myPiczoPages.setPage(153,35263492,"WWE PPV'S 1993","wweppvs1993");
myPiczoPages.setPage(154,35263677,"WWE PPV'S 1992","wweppvs1992");
myPiczoPages.setPage(155,35263888,"WWE PPV'S 1991","wweppvs1991");
myPiczoPages.setPage(156,35263984,"WWE PPV'S 1990","wweppvs1990");
myPiczoPages.setPage(157,35264199,"WWE PPV'S 1989","wweppvs1989");
myPiczoPages.setPage(158,35265521,"WWE PPV'S 1988","wweppvs1988");
myPiczoPages.setPage(159,35265780,"WWE PPV'S 1987","wweppvs1987");
myPiczoPages.setPage(160,35265842,"WWE PPV'S 1986","wweppvs1986");
myPiczoPages.setPage(161,35265961,"WWE PPV'S 1985","wweppvs1985");
myPiczoPages.setPage(162,35266517,"FINAL RESOLUTION 2008","finalresolution2008");
myPiczoPages.setPage(163,35266613,"AGAINST ALL ODDS 2008","againstallodds2008");
myPiczoPages.setPage(164,35266744,"DESTINATION X 2008","destinationx2008");
myPiczoPages.setPage(165,35266838,"LOCKDOWN 2008","lockdown2008");
myPiczoPages.setPage(166,35267027,"SACRIFICE 2008","sacrifice2008");
myPiczoPages.setPage(167,35267191,"SLAMMIVERSARY 2008","slammiversary2008");
myPiczoPages.setPage(168,35267281,"VICTORY ROAD 2008","victoryroad2008");
myPiczoPages.setPage(169,35244356,"HARD JUSTICE 2008","hardjustice2008");
myPiczoPages.setPage(170,35276918,"NO SURRENDER 2008","nosurrender2008");
myPiczoPages.setPage(171,35277021,"BOUND FOR GLORY 4","boundforglory4");
myPiczoPages.setPage(172,35277054,"GENESIS 2008","genesis2008");
myPiczoPages.setPage(173,35277211,"TURNING POINT 2008","turningpoint2008");
myPiczoPages.setPage(174,35277508,"FINAL RESOLUTION 2007","finalresolution2007");
myPiczoPages.setPage(175,35277589,"AGAINST ALL ODDS 2007","againstallodds2007");
myPiczoPages.setPage(176,35278139,"DESTINATION X 2007","destinationx2007");
myPiczoPages.setPage(177,35278220,"LOCKDOWN 2007","lockdown2007");
myPiczoPages.setPage(178,35278277,"SACRIFICE 2007","sacrifice2007");
myPiczoPages.setPage(179,35278336,"SLAMMIVERSARY 2007","slammiversary2007");
myPiczoPages.setPage(180,35278412,"VICTORY ROAD 2007","victoryroad2007");
myPiczoPages.setPage(181,35278485,"HARD JUSTICE 2007","hardjustice2007");
myPiczoPages.setPage(182,35278608,"NO SURRENDER 2007","nosurrender2007");
myPiczoPages.setPage(183,35278736,"BOUND FOR GLORY:REDEMPTION","boundforgloryredemption");
myPiczoPages.setPage(184,35278946,"GENESIS 2007","genesis2007");
myPiczoPages.setPage(185,35279452,"TURNING POINT 2007","turningpoint2007");
myPiczoPages.setPage(186,35421581,"SLAMBOREE 1997","slamboree1997");
myPiczoPages.setPage(187,35421639,"SOULD OUT 1997","souldout1997");
myPiczoPages.setPage(188,35421682,"WORLD WAR 3","worldwar3");
myPiczoPages.setPage(189,35421667,"FALL BRAWL 1997","fallbrawl1997");
myPiczoPages.setPage(190,35421705,"UNCENSORED 1997","uncensored1997");
myPiczoPages.setPage(191,35421716,"WILD ROAD 1997","wildroad1997");
myPiczoPages.setPage(192,35421758,"STARRCADE 1997","starrcade1997");
myPiczoPages.setPage(193,35421770,"GREAT AMERICAN BASH 1998","greatamericanbash1998");
myPiczoPages.setPage(194,35421810,"SPRING STAMPEDE 1999","springstampede1999");
myPiczoPages.setPage(195,35421829,"SLAMBOREE 1999","slamboree1999");
myPiczoPages.setPage(196,35421845,"BASH AT THE BEACH 2000","bashatthebeach2000");
myPiczoPages.setPage(197,35421852,"NEW BLOOD RISING 2000","newbloodrising2000");
myPiczoPages.setPage(198,35421863,"STARRCADE 2000","starrcade2000");
myPiczoPages.setPage(199,35421869,"SUPER BRAWL 2001","superbrawl2001");
myPiczoPages.setPage(200,35421914,"SIN 2001","sin2001");
myPiczoPages.setPage(201,35421922,"UNCENSORED 2001","uncensored2001");
myPiczoPages.setPage(202,35421935,"GREED 2001","greed2001");
myPiczoPages.setPage(203,35631175,"UFC 80:RAPID FIRE","ufc80rapidfire");
myPiczoPages.setPage(204,35603954,"UFC 81:BREAKING POINT","ufc81breakingpoint");
myPiczoPages.setPage(205,35603900,"UFC 82:PRIDE OF A CHAMPION","ufc82prideofachampion");
myPiczoPages.setPage(206,35603834,"UFC 83:SERRA VS ST-PIERRE 2","ufc83serravsst-pierre2");
myPiczoPages.setPage(207,35597307,"UFC 84:III WILL","ufc84iiiwill");
myPiczoPages.setPage(208,35597281,"UFC 85:BEDLAM","ufc85bedlam");
myPiczoPages.setPage(209,35597270,"UFC 86:JACKSON VS GRIFFIN","ufc86jacksonvsgriffin");
myPiczoPages.setPage(210,35597241,"UFC 87:SEEK AND DESTROY","ufc87seekanddestroy");
myPiczoPages.setPage(211,35284548,"JOHN CENA:MY LIFE","johncenamylife");
myPiczoPages.setPage(212,35284663,"REY MYSTERIO: THE BIGGEST LITTLE MAN","reymysteriothebiggestlittleman");
myPiczoPages.setPage(213,35284755,"HBK:HEART BREAK AND TRIUMP","hbkheartbreakandtriump");
myPiczoPages.setPage(214,35284933,"THE NEW AND IMPROVED DX","thenewandimproveddx");
myPiczoPages.setPage(215,35285053,"UNDERTAKER 15-0","undertaker15-0");
myPiczoPages.setPage(216,35285140,"TWIST OF FATE:MATT AND JEFF STORY","twistoffatemattandjeffstory");
myPiczoPages.setPage(217,35285198,"TRIPLE H:KING OF KINGS","triplehkingofkings");
myPiczoPages.setPage(218,35285324,"THE ROCK:ELECTRIFYING MAN IN SPORTS ENTERTAINMEAN","therockelectrifyingmaninsportsentertainment");
myPiczoPages.setPage(219,35285547,"THE BEST OF RAW:15 ANIVERSARY","thebestofraw15aniversary");
myPiczoPages.setPage(220,35285700,"THE NATURE BOY RIC FLAIR:THE DEFINITIVE COLLECTION","thenatureboyricflairthedefinitivecollection");
myPiczoPages.setPage(221,35295635,"AUSTIN VS MCMAHON","austinvsmcmahon");
myPiczoPages.setPage(222,35295908,"BRET HART:THE BEST THERE IS!THE BEST THERE WAS!THE","brethartthebestthereis!thebesttherewas!the");
myPiczoPages.setPage(223,35296009,"THE SELF-DESTRUCTION OF THE ULTIMATE WARRIOR","theself-destructionoftheultimatewarrior");
myPiczoPages.setPage(224,35296254,"THE MONDAY NIGHT WAR","themondaynightwar");
myPiczoPages.setPage(225,35297014,"AUSTIN 3:16 UNCENSORED","austin316uncensored");
myPiczoPages.setPage(226,35297086,"UNDERTAKER:THIS IS MY YARD","undertakerthisismyyard");
myPiczoPages.setPage(227,35297843,"THE ROCK:THE PEOPLES CHAMP","therockthepeopleschamp");
myPiczoPages.setPage(228,35297920,"REY MYSTERIO:619","reymysterio619");
myPiczoPages.setPage(229,35297994,"EDDIE GUERRO STORY","eddieguerrostory");
myPiczoPages.setPage(230,35298221,"DEGENERATION X","degenerationx");
myPiczoPages.setPage(231,35298971,"MACHO MADNESS","machomadness");
myPiczoPages.setPage(232,35299119,"TABLES, LADDERS AND CHAIRS","tables,laddersandchairs");
myPiczoPages.setPage(233,35299191,"TRIPLE H:THE GAME","triplehthegame");
myPiczoPages.setPage(234,35299261,"MCMAHON","mcmahon");
myPiczoPages.setPage(235,35299343,"NWO 4 LIFE","nwo4life");
myPiczoPages.setPage(236,35299573,"BEST OF SURVIVOR SERIES","bestofsurvivorseries");
myPiczoPages.setPage(237,35299733,"BRET THE HITMAN HART:WRESTLING WITH SHADOWS","bretthehitmanhartwrestlingwithshadows");
myPiczoPages.setPage(238,35299794,"THE STONE COLD TRUTH","thestonecoldtruth");
myPiczoPages.setPage(239,35299923,"BEFORE THEY WERE WWE SUPERSTARS 2","beforetheywerewwesuperstars2");
myPiczoPages.setPage(240,35300032,"CAUSE STONE COLD SAID SO","causestonecoldsaidso");
myPiczoPages.setPage(241,35300110,"STONE COLD:LORD OF THE RING","stonecoldlordofthering");
myPiczoPages.setPage(242,35300227,"HARD KNOCKS OF CHRIS BENOIT","hardknocksofchrisbenoit");
myPiczoPages.setPage(243,35300325,"BROKEN HARTS","brokenharts");
myPiczoPages.setPage(244,35300432,"LITA:IT JUST FEELS RIGHT","litaitjustfeelsright");
myPiczoPages.setPage(245,35300787,"TRISH STRATUS:100%","trishstratus100");
myPiczoPages.setPage(246,35301003,"GOLDBERG:WHOS NEXT","goldbergwhosnext");
myPiczoPages.setPage(247,35301128,"HULK STILL RULES","hulkstillrules");
myPiczoPages.setPage(248,35301519,"THE LADDER MATCH","theladdermatch");
myPiczoPages.setPage(249,35301651,"THE BEST OF RAW:VOLUME 1","thebestofrawvolume1");
myPiczoPages.setPage(250,35301864,"THE BEST OF RAW:VOLUME 2","thebestofrawvolume2");
myPiczoPages.setPage(251,35301951,"THE BEST OF RAW:VOLUME 3","thebestofrawvolume3");
myPiczoPages.setPage(252,35302142,"RAW HOMECOMING","rawhomecoming");
myPiczoPages.setPage(253,35302503,"KURT ANGLE:ITS TRUE ITS TRUE","kurtangleitstrueitstrue");
myPiczoPages.setPage(254,35302622,"HULK HOGAN:THE ULTIMATE ANTHOLOGY","hulkhogantheultimateanthology");
myPiczoPages.setPage(255,35302796,"THE GREATEST SUPERSTAR OF WRESTLEMANIA","thegreatestsuperstarofwrestlemania");
myPiczoPages.setPage(256,35302908,"THE ROCK:KNOW YOUR ROLE","therockknowyourrole");
myPiczoPages.setPage(257,35302984,"TNA WRESTLING:YEAR 1","tnawrestlingyear1");
myPiczoPages.setPage(258,35303124,"THE ROCK:JUST BRING IT","therockjustbringit");
myPiczoPages.setPage(259,35303223,"MICK FOLEY:GREATEST HITS AND MISSES","mickfoleygreatesthitsandmisses");
myPiczoPages.setPage(260,35303304,"HE BURIES THEM ALIVE:THE UNDERTAKER","heburiesthemalivetheundertaker");
myPiczoPages.setPage(261,35303474,"HBK:BOYHOOD DREAM","hbkboyhooddream");
myPiczoPages.setPage(262,35304114,"HBK:FROM THE VAULT","hbkfromthevault");
myPiczoPages.setPage(263,35304420,"BROCK LESNAR:HERE COMES THE PAIN","brocklesnarherecomesthepain");
myPiczoPages.setPage(264,35304466,"RVD:ONE OF A KIND","rvdoneofakind");
myPiczoPages.setPage(265,35304540,"THE CONDEMNED","thecondemned");
myPiczoPages.setPage(266,35304579,"NWO:BACK IN BLACK","nwobackinblack");
myPiczoPages.setPage(267,35304651,"HISTORY OF THE WWE CHAMPIONSHIP","historyofthewwechampionship");
myPiczoPages.setPage(268,35304760,"CHRIS JERICHO:BREAK DOWN THE WALLS","chrisjerichobreakdownthewalls");
myPiczoPages.setPage(269,35304834,"KANE:JOURNEY TO HELL","kanejourneytohell");
myPiczoPages.setPage(270,35304924,"STONE COLD:HELL YEAH","stonecoldhellyeah");
myPiczoPages.setPage(271,35304971,"ON THE ROAD WITH THE SANDMAN","ontheroadwiththesandman");
myPiczoPages.setPage(272,35305020,"STING UNMASKED","stingunmasked");
myPiczoPages.setPage(273,35305063,"STING:MOMENT OF TRUTH","stingmomentoftruth");
myPiczoPages.setPage(274,35308585,"PHENOMINAL:THE BEST OF AJ STYLES VOLUME 2","phenominalthebestofajstylesvolume2");
myPiczoPages.setPage(275,35308603,"DOOMSDAY:THE BEST OF ABYSS","doomsdaythebestofabyss");
myPiczoPages.setPage(276,35308616,"KNOCKOUTS:THE LADIES OF TNA WRESTLING","knockoutstheladiesoftnawrestling");
myPiczoPages.setPage(277,35308657,"THE TOP 50 GREATEST MOMENTS IN TNA","thetop50greatestmomentsintna");
myPiczoPages.setPage(278,35308687,"THE BEST OF JEFF HARDY","thebestofjeffhardy");
myPiczoPages.setPage(279,35308728,"STING:RETURN OF AN ICON","stingreturnofanicon");
myPiczoPages.setPage(280,35308785,"UNSTOPABLE:THE BEST OF SAMOA JOE","unstopablethebestofsamoajoe");
myPiczoPages.setPage(281,35315472,"BEST OF THE BLOODIEST BRAWL:VOLUME 1","bestofthebloodiestbrawlvolume1");
myPiczoPages.setPage(282,35315532,"THE MOST POWERFUL FAMILIES IN WRESTLING","themostpowerfulfamiliesinwrestling");
myPiczoPages.setPage(283,35315615,"THE WORLDS GREATEST WRESTLING MANAGERS","theworldsgreatestwrestlingmanagers");
myPiczoPages.setPage(284,35315673,"THE RISE AND FALL OF ECW","theriseandfallofecw");
myPiczoPages.setPage(285,35315763,"BEST OF THE BLOODIEST BRAWL:SCARS AND STITCHES","bestofthebloodiestbrawlscarsandstitches");
<script type="text/javascript">
var h = location.hostname.toLowerCase();
var picDomain = h.match("pic[0-9]+");
if (picDomain && picDomain.length > 0) {
picDomain = picDomain[0];
}
//document.domain= h.indexOf("www.") == 0 || h.indexOf("web.") == 0 ? h.substring(4) : h.indexOf("pic") == 0 ? h.substring(5) : h;
<script type="text/javascript" src="http://cdnimg.piczo.com/rel745/js/toolTip.js">
<script type="text/javascript" src="http://cdnimg.piczo.com/js/lib/yui/2-5-2/yahoo-dom-event/yahoo-dom-event.js">
<!--[if IE]>
X
SIGN IN
SIGN IN
<!--[if IE 6]>
nMouseOver="showAtPiczo()" onmouseout="hideAtPiczo()">
onmouseover="showPageList()"
onmouseout="hidePageList()" >

