function check_urlap() {
	$('#urlap').submit();
}

function recode()
{
	var rnd = Math.random();
	$("#gifcode").attr({'src':'/process/gifcode.php?rnd='+rnd}); 
}