BREV.index = {
  
  startWordMorph: function() {
    var phraseElement = document.getElementById('title');
		BREV.WordMorph.init(phraseElement);
  },

  init: function() {
    this.startWordMorph();	
  }

};

BREV.index.init();
