
    if (jQuery) {
      jQuery(document).ready(function(){

        if($("a[rel^='lightbox']").length) {
              $.insert(WB_URL+'/modules/jquery/plugins/jquery-slimbox2.css');
              $.insert(WB_URL+'/modules/jquery/plugins/jquery-slimbox2-min.js');
            }


      /* more functions here */


      });
    };
    