var kmEulaLabels=[ "", "You're currently launching the ", "To continue, you must agree to our ", "Terms of Service (click to view)", "To indicate that you agree, press this button:", "I Agree", "To find out more about KineBody, click here: ", "About KineBody", "Loading!", "Please wait a minute.", "Terms of Service for Group Users", "Group Edition ", "More about KineBody Pro Group Edition" ]; $('[data-labelP]').each( function(){ $(this).text(kmEulaLabels[+this.getAttribute('data-labelP')]) } );