jQuery(document).ready(function(){jQuery("div#dashboard ul#sub_navigation a[class*=anchor]").each(function(){var b=jQuery(this);var a=b.attr("class");var c="#"+a.replace(/anchor-/g,"");b.attr("href",c).click(function(){jQuery.scrollTo(c,{speed:750});return false})});jQuery("div#dashboard div#content-sidebar div#content a.anchor").each(function(){var b=jQuery(this);var a=b.attr("href");var c=a.substring(a.indexOf("#"));b.attr("href",c).click(function(){jQuery.scrollTo(c,{speed:750});return false})});jQuery("div#dashboard div#content-sidebar div#content div.section a.top").each(function(){jQuery(this).click(function(){jQuery.scrollTo("#top",{speed:750});return false})})});
