/* MLB.com/LIVE VTP (6261176) js */

var __playCurrentItem = bam.vpp.playCurrentItem;
bam.vpp.playCurrentItem = function() {
  bam.vpp.setCommentsAreDisplayed(false);
  var ret = __playCurrentItem.apply(this, arguments);
  bam.vpp.showComments();
  // $("#indexWrap").show();
  return ret;
};

