(function($) {
	$(document).ready(function() {
		$('a#font-sizer').fontsizer();
	});
})(jQuery);