jQuery(document).ready(function () {
    jQuery("#new-direct-edit").html(jQuery("#direct-edit"));
});
/** 
jQuery.ScrollTo Activation 
*/
jQuery(document).ready(function(){
jQuery('.go-top').click(function() {
jQuery.scrollTo(0, 800); });
});

jQuery(document).ready(function(){
jQuery('#comments h3 span a').click(function() {
jQuery.scrollTo(jQuery('#respond'), 800); });
});

jQuery(document).ready(function(){
jQuery('.scroll-to').click(function() {
jQuery.scrollTo(jQuery('#comments'), 800); });
});
jQuery(document).ready(function(){
  jQuery("#search-form label").inFieldLabels();
});
document.write('<style>#search-form label{position:absolute;top:10px;left:6px;cursor:text;}</style>');

