﻿$(function() {
$("#tabs").tabs({ cookie: { expires: 1, name: 'hipaacurrenttabcookie' } });
});
$(function() {
    $("#trainingtabs").tabs({ cookie: { expires: 1, name: 'hipaacurrenttrainingtabcookie'} });
});


