jQuery.noConflict($); /* * Function to generate "h3" for blog sidebar elements */ // 0) $("#blog-categories").prepend("

Categories<\/h3>"); // Add Blog Archives title if ($("#blog-archives").children().size() > 0) $("#blog-archives").prepend("

Archives<\/h3>"); // Add Tags title if ($("#secondary-content ul.blog-tag-cloud").children().size() > 0) $("#secondary-content ul.blog-tag-cloud").before("

Tags<\/h3>"); }); //]]> /* * Enable prettyPhoto and apply dark_rounded theme */ //