$(document).ready(function() {
  $('#captcha').click( function () {
	$(this).attr('src', HTML_ROOT + 'securimage/securimage_show.php?' + Math.random() );
	return false;
    } );
} );
