Code
<script type="text/javascript"> <br> (function(){ <br> // Script by JavaScript.ucoz.net <br>
document.getElementById("ldM13").style.display = "none"; var nomain =
document.createElement("tr"), chkbox = document.createElement("input"),
ftd = document.createElement("td"), ltd = document.createElement("td"),
ew = document.getElementById("ldM59"); chkbox.type = "checkbox";
chkbox.onclick = function(){document.getElementById("ldF4").value =
this.checked ? "1" : ""}; ftd.innerHTML = "<b>Не</b>
выводить материал на главной странице:"; ftd.className = "manTd1";
ltd.className = "manTd2"; ltd.appendChild(chkbox);
nomain.appendChild(ftd); nomain.appendChild(ltd);
ew.parentNode.insertBefore(nomain, ew);})(); <br> </script>