// JavaScript Document
function changeOrder() {
	val = document.getElementById('order_type_id').options[document.getElementById('order_type_id').selectedIndex].value;
	uri = document.getElementById('tmp_uri').value;
	uri = uri.replace('order_type_id=x','order_type_id='+val);	
	document.location=uri;
}

function aaa() {
	xmlhttp = getHTTPObject();
	//xmlhttp.open("GET", 'http://127.0.0.1/mymarket/test.php');
	xmlhttp.open("GET", 'http://www.babilina.ge/post.php?module=gallery&action=img_vote&branch_id=2&id=359');
	xmlhttp.send(null);	
}