function humanize(given)
{
   given.value = 28;
}

function setready(given,field)
{
   given.onChange = humanize(field);
}

