<!-- On document ready call the function with vars (small, medium, large) -->
$(document).ready(function() {
  fontResizer('14px','18px');
});
