﻿function getCode(imgId) {
    $("#" + imgId).attr("src", "ValidatorCode.ashx?i=" + Math.random());
}
