jQuery(document).ready(function($) {
var $destination = $("#customize-info .accordion-section-title");
$destination.prepend('{documentation}'.replace( '{documentation}', topbtns.documentation ) );
$destination.prepend('{pro}'.replace( '{pro}', topbtns.pro ) );
});