WWE has released a first look preview video via Amazon of their upcoming Ladder Match 2: Crash and Burn release.
It reveals that Christian will be the host of the feature.
The sequel to the first Ladder Match set is scheduled to hit stores on DVD and Blu-ray formats in the USA on October 11, then follows in November to the UK/Europe at Silvervision.co.uk.

|
var cdLocalizedStrings; if ( ! cdLocalizedStrings ) { cdLocalizedStrings = new Array(); }
function cdGetLocalizedString(key, replacements) { var str = cdLocalizedStrings[key];
if ( !str ) { return key; }
if ( replacements ) { for ( var replace in replacements ) { var replacementKey = "${"+replace+"}"; str = str.split(replacementKey).join(replacements[replace]); } }
return str; }
amznJQ.onReady('popover', function() { jQuery('.CDMPop').each(function() { jQuery(this).removeAmazonPopoverTrigger(); jQuery(this).amazonPopoverTrigger({ ajaxTimeout: 4000,
ajaxErrorContent: 'Unable to load. Please try again soon.',
width: 500, location: ["bottom", "top"], closeEventInclude: "MOUSE_LEAVE", showOnHover: false, showCloseButton: false, destination: '/gp/forum/cd/du/forum/message/popover.html?' + jQuery(this).attr('name') }); }); });
amznJQ.onReady('JQuery', function() { jQuery('.cdHideOne').click(function() { jQuery.ajax({ url : '/gp/forum/cd/du/pageTypeLogger.html/ref=cm_cd_tp_et_hideOne?ie=UTF8&token=48A16045FC7A97F9BFC4BDE397248FBB3D5E3048&refTag=cm_cd_tp_et_hideOne&subPageType=duHideOrShowMessage&pageType=CustomerDiscussions', cache : false }); }); });
amznJQ.onReady('JQuery', function() { jQuery('.cdHideIgnoreOne').click(function() { jQuery.ajax({ url : '/gp/forum/cd/du/pageTypeLogger.html/ref=cm_cd_tp_et_hideIgnoreOne?ie=UTF8&token=4A059610AA97EB1F5CB2320F093B0DEE177606FE&refTag=cm_cd_tp_et_hideIgnoreOne&subPageType=duHideOrShowMessage&pageType=CustomerDiscussions', cache : false }); }); });
amznJQ.onReady('JQuery', function() { jQuery('.cdShowOne').click(function() { jQuery.ajax({ url : '/gp/forum/cd/du/pageTypeLogger.html/ref=cm_cd_tp_et_showOne?ie=UTF8&token=7FC33BACAFBE203BF25E48DEC0A74BCC38491BEE&refTag=cm_cd_tp_et_showOne&subPageType=duHideOrShowMessage&pageType=CustomerDiscussions', cache : false }); }); });
amznJQ.onReady('JQuery', function() { jQuery('.cdShowIgnoreOne').click(function() { jQuery.ajax({ url : '/gp/forum/cd/du/pageTypeLogger.html/ref=cm_cd_tp_et_showIgnoreOne?ie=UTF8&token=0DF64E3848CB08E883BF452DD02D4481771E6152&refTag=cm_cd_tp_et_showIgnoreOne&subPageType=duHideOrShowMessage&pageType=CustomerDiscussions', cache : false }); }); });
amznJQ.onReady('JQuery', function() { jQuery('.cdShowAll').click(function() { jQuery.ajax({ url : '/gp/forum/cd/du/pageTypeLogger.html/ref=cm_cd_tp_et_showAll?ie=UTF8&token=E0D24F93309DEB113D18A5C6ACEBE2ECFAFDCF71&refTag=cm_cd_tp_et_showAll&subPageType=duHideOrShowMessage&pageType=CustomerDiscussions', cache : false }); }); });
cdLocalizedStrings['err_msg_post_body_n_too_long'] = 'The post is ${length} characters longer than the maximum post length. Please edit it.';
var cdDisablePostForm = 0;
function cdOpenEdit(messageID) { document.getElementById('cdPostContentBox_'+messageID).style.display = 'none'; document.getElementById('cdEditBox_'+messageID).style.display = 'block'; document.getElementById('cdMessageControls_'+messageID).style.display = 'none'; document.getElementById('cdEditForm_'+messageID).bodyText.focus(); return false; }
function cdCloseEdit(messageID) { document.getElementById('cdPostContentBox_'+messageID).style.display = 'block'; document.getElementById('cdEditBox_'+messageID).style.display = 'none'; document.getElementById('cdMessageControls_'+messageID).style.display = 'block'; document.getElementById('cdEditForm_'+messageID).reset(); cdDisablePostForm = 0;
if (typeof(goWysiASINPop) != 'undefined' && goWysiASINPop.isVisible()) { goWysiASINPop.hide(); }
return false; } window.asinInjectorLoaded = false;
function cdOpenReply(messageID, authorName) { amznJQ.onReady('jQuery', function() { if (!jQuery('#cdReplyBox_'+messageID).length) { var placeHolder = jQuery('#cdPostBoxPlaceholder-'+messageID);
placeHolder.html( jQuery('#cdPostContentTemplate').html() .replace(/cdMessageIDPlaceholder/g, messageID) .replace(/cdAuthorNamePlaceholder/g, authorName) );
placeHolder.css('display', 'block');
if(window.asinInjectorLoaded){ ASINInjectorInit(messageID); } } jQuery('#cdMessageControls_'+messageID).css('display', 'none'); jQuery('#cdReplyBox_'+messageID).css('display', 'block'); jQuery('#cdReplyForm_'+messageID)[0].bodyText.focus(); });
return false; }
function cdCloseReply(messageID) { document.getElementById('cdReplyBox_'+messageID).style.display = 'none'; document.getElementById('cdMessageControls_'+messageID).style.display = 'block'; document.getElementById('cdReplyForm_'+messageID).reset(); cdDisablePostForm = 0;
if (typeof(goWysiASINPop) != 'undefined' && goWysiASINPop.isVisible()) { goWysiASINPop.hide(); }
return false; }
function cdPostCancelKey(e, messageID) { var code; if (e.keyCode) code = e.keyCode; else if (e.which) code = e.which; if (code == 32) { cdCloseReply(messageID); return false; } }
function cdCheckInlinePost(form) { var body = '' + form.bodyText.value; if ( (body == '') || (body.match(/^s*$/)) ) { alert("The post is empty. Please add text to it."); return false; }
var maxLen = 16000; if ( body.length > maxLen ) { alert( cdGetLocalizedString('err_msg_post_body_n_too_long', {'length':(body.length - maxLen)}) ); return false; }
if ( cdDisablePostForm++ ) { return false; }
return true; }
var hidden_divs = new Array(); var revealed_divs = new Array(); var show_all_spans = new Array();
function cdMessageViewToggle (messageId, show) { document.getElementById('postHidden_' + messageId).style.display= ( show ? 'none' : 'block' ); document.getElementById('postRevealed_' + messageId).style.display= ( show ? 'block' : 'none' ); return false; }
function cdMessageViewShowAllMessages () { var i; for (i = 0; i < hidden_divs.length; i++) { document.getElementById(hidden_divs[i]).style.display= 'none'; } for (i = 0; i < revealed_divs.length; i++) { document.getElementById(revealed_divs[i]).style.display= 'block'; } for (i = 0; i < show_all_spans.length; i++) { document.getElementById(show_all_spans[i]).style.display= 'none'; } return false; }
amznJQ.onReady('JQuery', function() { jQuery(document).bind('cdTrackingStateChanged', function(e, isSubscribed) { if (isSubscribed) { jQuery('.cdReplyAlreadyTracking').show(); jQuery('.cdReplyTrackIt').hide(); } else { jQuery('.cdReplyAlreadyTracking').hide(); jQuery('.cdReplyTrackIt').show(); } }); });
var cdLocalizedStrings; if ( ! cdLocalizedStrings ) { cdLocalizedStrings = new Array(); }




September 11th, 2011

Posted in
Tags: 




Twitter
Facebook
Email
Youtube
RSS
Cant wait for the pre-release photos
“but the announcers left out the fact that I was suffering from double pnumonia with a side of a broken neck”
LOL
this was a surprise but its doesnt convince me to buy the set due to the awful match listing (apart from the rvd & eddie guerrero matches).
Thankfully no dorky hosts, Yeaaah!!!
Best pillar sides ever. They’re practically invisible.
…so it’s the LADDER MATCH DVD, brutal, violent matches …and they show crowd reaction shots of kids in Cena gear. Every shot… kids in Cena crap. …I really should give up on wrestling, shouldn’t I?
Christian’s was a perfect choice, but Christian & Edge would reek of awesomeness!
I would have preferred Edge (heels shouldn’t host DVDs) but I will admit that Christian is a step up from Todd Grisham.
Christian as the host is perfect, alot of classic Ladder matches with him.