function WriteHRef(FieldName)
{
	document.write("<input type='hidden' name='"+FieldName+"' value='"+window.location.href+"'>");
}

