function getBTB(text, id){ if(document.getElementById){ x = document.getElementById(id); x.innerHTML = ''; x.innerHTML = text; } } getBTB('This blog is discontinued. Contact Bring the Blog for more information.','btb');