﻿//Base functions that happen for all pages
$(document).ready(function() {

    initializeOverlay();
    
});
