$(document).ready(function() {
	$("a.captcha").click(function() {
		$rel = $("#" + $(this).attr("rels"));
		$(this).children(":first").prop("src","captcha?" + Math.random());
		if((rel = $(this).attr("rel")) != undefined)
		{
			$("#" + rel).focus();
		}
		else
		{
			$(this).blur();
		}
		return false;
	});
	smcms_autoload_js();
});
