var h1_val;

var arr_h1 = document.getElementsByTagName("h1");
h1_val = arr_h1[0].firstChild.nodeValue;
arr_h1[0].firstChild.nodeValue = "";
