if(typeof(Jelly) != 'undefined') {

    //Jelly.setPath('/js/lib/jelly');
    //Jelly.requireLogStylesheet();
    //
    //var log = new Logging.Log();

    Event.onReady(function() {
        //log.attach();
        //log.info("Prototype "+Prototype.Version+"; Scriptaculous "+Scriptaculous.Version+"; Jelly "+Jelly.Version);
    });

}
