1jQuery(function() {
2    /*
3    jQuery("ol.log404 ol ").hide();
4    jQuery("ol.log404 ol .title").toggle(
5        function(){
6            jQuery(this).next("ol").show();
7        },
8        function(){
9            jQuery(this).next("ol").hide();
10        }
11    );
12    */
13});
14