$(function(){
	
})

function captcha(){
	$('img.captcha')[0].src='/ctrl.html?ctrl=captcha&rnd='+Math.round(10000*Math.random());
	$('#postform_captcha').val('');
}
