		$(function() {
			$(".ajax-fc-container").captcha({
				items: Array("scales", "tie", "handcuffs", "hammer", "flag"),
				text: "Verify that you are a human,<br />drag <span></span> into the circle."
			});
		});

