window.addEvent("domready", function() {
		new iFishEye({
			container: $("iFishEye_example_1"),
			norm: "L2"
		});
	});