$(document).ready(function() {
  $('#tabs').tabs(); 
  if(document.location.hash){
    $.scrollTo("#eadcontent");
  };
  
  $("#tabs").bind("tabsshow", function(event, ui) { 
    window.location.hash = ui.tab.hash;
    $.scrollTo("#eadcontent");
})

 
 //$("#tabs ul").localScroll({ 
    //target:"#eadcontent",
   
    
 //  hash:true
// }); 
  
  
//  $('#dsc').localScroll({
    
 // });

  
  
});

