
function mail_oferta() 
{
         $.ajax({  
                type: "POST",
				cache: false,
                url: "../mail/mail_oferta.php",			

                success: function(success)
				{
                }
          }); 
}
