$(document).ready(function(){$(".style-form form fieldset legend").wrapInner(document.createElement("span"));$("h1#branding").after('<div id="js-message"></div>');if($("body").hasClass("node-type-page")){$("ul.index").localScroll()}});function startAjaxMessage(a){if(a===undefined){a="thinking"}$("#js-message").html(a).show()}function stopAjaxMessage(){$("#js-message").fadeOut(1000)}function slowMessage(a){$("#js-message").html(a).show().fadeTo(5000,1).fadeOut(1000)};