$(function(){
        if( readCookie( 'cadastro' ) != 'true' ){
            $( 'a#link_cadastro' )
                    .click()
            ;
        }
});
