function refreshimg() {
	$("#refreshimg").live('click',function(){
			$.post('includes/js/ajaxform/php/newsession.php');
			$("#captchaimage").load('includes/js/ajaxform/php/image_req.php');
			return false;
	});
}
