Warning: Cannot modify header information - headers already sent by (output started at /home/matchaetn/www/blog/inc/config.php:43) in /home/matchaetn/www/blog/inc/libs/clearbricks/common/lib.http.php on line 268

Warning: Cannot modify header information - headers already sent by (output started at /home/matchaetn/www/blog/inc/config.php:43) in /home/matchaetn/www/blog/inc/libs/clearbricks/common/lib.http.php on line 270

Warning: Cannot modify header information - headers already sent by (output started at /home/matchaetn/www/blog/inc/config.php:43) in /home/matchaetn/www/blog/inc/load_plugin_file.php on line 91

Warning: Cannot modify header information - headers already sent by (output started at /home/matchaetn/www/blog/inc/config.php:43) in /home/matchaetn/www/blog/inc/load_plugin_file.php on line 92
$(document).ready(function(){ $(".shortArchives li ul:not(:first)").hide(); $(".shortArchives li span").each( function () { var txt = $(this).text(); $(this).replaceWith('' + txt + '<\/a>') ; } ) ; $(".shortArchives li a.archives-year").click(function(){ if ($(this).next(".shortArchives li ul:visible").length != 0) { $(".shortArchives li ul:visible").slideUp("normal", function () { $(this).parent().removeClass("open") }); } else { $(".shortArchives li ul").slideUp("normal", function () { $(this).parent().removeClass("open") }); $(this).next("ul").slideDown("normal", function () { $(this).parent().addClass("open") }); } return false; }); });