P2.video = function() {
  return {
  
    page: function() {
      P2.page();
      P2.votes();
    }
    
  }
}();
