// JavaScript Document
function CreateLink(A_HREF_ID) {
	var a_obj = GetObject(A_HREF_ID);
	return a_obj.href;
}