bodyTag = document.getElementsByTagName('body')[0] bodyTag.className = bodyTag.className + ' ContacttheBoard' titleTag = document.getElementsByTagName('title')[0] titleTag.innerHTML = titleTag.innerHTML + ' Contact the Board' document.title = document.title + ' - Contact the Board'