$(document).ready(function() {
    if(typeof afterLoad == 'function') afterLoad();
    if(typeof resetInputs == 'function') resetInputs();
    $(window).resize(function(){
	if(typeof on_resize == 'function') on_resize();
    });
});
