﻿var KL ={ };

KL.ChangeValCode =function(obj){
    var a =obj.src;
    $("ValCode").src=a+'?r='+ Math.random();
}


