/* MSL */
function r(obj, on) {
    h = (on) ? "H" : "";
    obj.src = "/v2/mg/" + obj.id + h + ".gif";
}
