﻿function ct(d, t) { var obj = document.getElementById(d);
obj.firstChild?obj.firstChild.data=t:obj.appendChild(document.createTextNode(t)) }
