var $j = jQuery.noConflict();

$j(document).ready(function() {

  if ($("catalog_anchor")) {
    $j.scrollTo("#catalog_anchor");
  }

});

