// When the document is done loading, do these actions.
$(document).ready(function() {
    $("#id_region_1").attr("checked", "true");
    $("#id_region_0").attr("disabled", "true").parent().css("text-decoration", "line-through").parent().append("<div>(Online registration is closed for this event. Registration can take place at the event.)<br /><br /></div>");
});

