window.addEvent("domready",function(){if($("refreshCaptcha")){$("refreshCaptcha").addEvent("click",function(a){a=new Event(a).stop()});$("refreshCaptcha").addEvent("click",function(){$("captchaImage").setProperty("src","/images/captcha.php?width=80&height=35&characters=4&request="+dateStamp())})}});function dateStamp(){var a=new Date();return a.getTime()};
