
function load_auth_img(img_id){

var obj = document.getElementsByName(img_id);
if (obj){
    var date_obj = new Date();
    obj[0].src = "/_api/img_auth/img_authentication.php?"+date_obj.getTime();
}

}

