function adptg_cv(src) {
    var _adptg_img = new Image();
    _adptg_img.src = src + '&nocache=' + Math.random();
    return true;
}


