$("#refreshimg").live('click',function(){

		$.post('http://businessaccelerationcoaching.com/wp-content/themes/Business/ajaxform/php/newsession.php');
		$("#captchaimage").load('http://businessaccelerationcoaching.com/wp-content/themes/Business/ajaxform/php/image_req.php');
		return false;
                
	});
