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

		$.post('templates/daisyfresh/php/newsession.php');
		$("#captchaimage").load('templates/daisyfresh/php/image_req.php');
		return false;
                
	});
