function writeOutObjectTags(tagText) {
document.write(tagText);
}
function writeOutObjectTagsInDiv(theDiv, tagText) {
theDiv.innerHTML = tagText;
}
