head.js(
{jquery: "http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"},
{app: "/wp-content/js/app.ef15r.1.js"},
{tbls: "/wp-content/jquery.dataTables.1.9.min.js"}
);
head.ready("tbls", function() {
if (typeof doDataTables == 'function') {
doDataTables();
}
});