//jQuery.noConflict();

function reload_code(value)
{
    var rndval = new Date().getTime(); 
    document.getElementById('reload_id').src='/inc_3/kcaptcha/index.php?'+value+'='+rndval;
}

function order1s (value,lng) {
	$('#order3_in').attr("value","");
	$.post("/inc_3/oblast.php", {value: value, f: 1, lng: lng}, function(data){
	if(data.length >0) {$('#obl1').html(data);} 
	});
}
function order2s (value,lng) {
	$('#order33_in').attr("value","");
	$.post("/inc_3/oblast.php", {value: value, f: 2, lng: lng}, function(data){
	if(data.length >0) {$('#obl2').html(data);}
	});
}

function city_in1(value) {
	$('#order3_in').attr("value",value);
}
function city_in2(value) {
	$('#order33_in').attr("value",value);
}
