window.onload = function () {
	if(document.getElementById('haha') != null) {
  	document.getElementById('haha').value = "nothingSpecial";
  }
}
