$(document).ready(function()
    {
        // Update the form action to point to the SNIA site.
        $(".search_form").attr({action: "http://www.dmtf.org/results"});
        // Append the #cof input element after the cx element
        $(".cx").after("<input type='hidden' name='cof' value='FORID:11' />");
    }
);