function switching() {
    document.getElementById('adtv').style.display = 'none';
    document.getElementById('tv').style.display = '';
}
