//Font Size init
$(document).ready(function() {
    fontResizer('12px','13px','14px');
});

