http://codepen.io/anon/pen/JdRJGz
I've tried for a while and it seems that the script is simply not running. I'm sure that I have js enabled , maybe there's a bug i didn't catch?
function hello(){
``getElementById("message").style.display="block";
getElementById("block").style.display="block";
};
function disappear(){
getElementById("message").style.display="none";
getElementById("block").style.display="none";
};