
function	get_href(id, url)
{
	document.getElementById(id).setAttribute('href',url);
	
	return	true;
}
