function changeHref() {
		item_id = document.getElementById('id_1');
		return item_id.value;
}

