function fix() {
 var uc = document.getElementById("underconstruction");
 uc.innerHTML = "<br/><!-- under construction --><br/>";
}
