function codeimage(obj,path) {
    var timenow = new Date().getTime();
    obj.attr('src',path+'common/codeimage.jsp?d='+timenow);
}
