﻿function trocaFooter(e) {
    $("body").removeClass();
    $("body").addClass("home " + e.toLowerCase());
}

