1/*
2 * jQuery syntax for Indonesian Bible Verses
3 */
4jQuery(function() {
5   jQuery('.alkitab').popover({html : true, animation: true });
6});
7