if (typeof jQuery != 'undefined') {
    jQuery(document).ready(function() {
        jQuery(".content ul.jimTree").jimTree();
    });
}