
$(function()
{
   gotoFareRules();
});

function gotoFareRules()
{   

    //$('table#infoCardPayment tbody#infoCard').hide();  
    //$.blockUI({ message: '<div style="margin: auto;"><table class="rulesTable"><tr><td id="errorBoxTitle" style="text-align: center;">Carregando prestações</td></tr></table></div>'}); 
    //$.blockUI({ message: $('table#boxFareRules tbody#tbFareRules')});     
    //$.blockUI({ message: $('table#boxFareRules tbody#tbodyFareRules')});     
}
