/**
* Custom LiveNation.com methods.
* Category: String
**/

String.implement(
    {
        populate : function() {
            return this.substitute(LIVENATION.app_vars);
    }
});