$(document).ready(function(){$("p.notice a.resend").click(function(A){if($(this).attr("href")){$.ajax({url:"/ajax"+$(this).attr("href"),dataType:"json",beforeSend:function(){$("p.notice").remove()},success:function(B){if(B.status=="success"){'<p class="notice success">We have re-sent your verification e-mail &ndash; please check your inbox</p>'.prependTo("div.main")}else{'<p class="notice error">An error occured while resending your verification e-mail &ndash; please try again later</p>'.prependTo("div.main")}},error:function(){window.location=$(this).attr("href")}})}A.stopPropagation()})});
