
$(document).ready(function() {
    $('a.savings_planner_link').click(function(e) {
        e.preventDefault();
        $('#savings_planner').modal();
    });
});


function closeYouthSavingsPlanner() {
    $.modal.close();
}

function createLTEPlanner(firstname, item, goal, saved, weekly) {
    window.location.replace('/UmpquaLife/Support/learn-to-earn-kids/savings-planner.aspx?firstname=' + firstname + '&item=' + item + '&goal=' + goal + '&saved=' + saved + '&weekly=' + weekly);
}

$(".externallink").mouseover(function() {
        Tip(LeavingUmpqua, BALLOON, true, ABOVE, true);
        }
    ).mouseout(function() {
        UnTip();
    }
);

