// JavaScript Document

$(function(){
	$(".fontsize img").textresizer({
		target: "body",
		sizes: [ "1.2em", "1em", "0.8em" ]
	});
});
