﻿
//RUN THESE FUNCTIONS ON PAGE LOAD

window.onload = function() {

    init();

    equalHeight($(".equalHeight"));

    //RECALCULATE THE SIZE OF THE APH RANKING TABLE
    resizeAPHResultsTable();
    
}
