jQuery(document).ready(function(){
        jQuery.post(
            'getorigem.php',
            {
                pagina: "Inicial"
            } ,
            null);
   });
