var pipeMMP1memory = {}; function pipeMMP1place( destination, stuff ) { if( stuff.html == '' ) { console.log("MMP Embedding: invalid/empty embed of: " + stuff.element); return false; } var eContainer = document.getElementById( destination ); if( eContainer ) { if( pipeMMP1memory[destination] ) { //eContainer.innerHTML += '

'; eContainer.innerHTML += stuff.html; } else { eContainer.innerHTML = stuff.html; } } else { console.log("MMP Embedding: missing placeholder with an id of: " + destination); } pipeMMP1memory[destination] = 1; } var pipeMMP1eStyles = document.getElementById('pipeMMP1-styles'); if(pipeMMP1eStyles) pipeMMP1eStyles.innerHTML=''; pipeMMP1place( 'pipeMMP1title', {'element':'mmptext','html':'\n\n\n\n\nBar-On
Multifactor Measure
of Performance™\n\n\n\n\n\n\n\n\n\n\n'} ); pipeMMP1place( 'pipeMMP1brief', {'element':'mmptext','html':'\n\n\n\n\n\n

\nThe MMP assesses how people currently perform at work and elsewhere. It indicates which possible contributing factors might be strengthened to enhance performance. The MMP accurately differentiates between individuals to help recruit, hire, promote and retain high performers for enhanced organizational productivity and profitability.\n

\n\n\n\n\n\n\n\n\n\n\n'} );