function fillBlocker()
{
    var el = document.getElementById("sfcode")
    if (el != null)
    {
        el.value = "spamsucks";
    }
}
