window.onload = function(){
brend = document.getElementsByTagName('H1')[0];
brend.innerHTML = '.'+brend.innerHTML;
}