$( function () {
   
   //Load first tab by default 
   $(".standard-rounded-tabs .tabs a:first").trigger('click');
   
})
