$(document).ready(function() {
        $('#centretag').hide();
        // toggles the slickbox on clicking the noted link
        $("a#affnt").click(function() {
        $("#centretag").slideToggle("slow");
        });
});

$(document).ready(function() {
        $("#formpostco").hide();
        // toggles the slickbox on clicking the noted link
        $("a#affformco").click(function() {
        $("#formpostco").slideToggle("slow");
        return false;
        });
});