
function create_captcha( element_name )
{
	$( '#'+element_name ).attr( "src" , "control.php?app=captcha&method=create&rand=" + Math.random() );
}
