var o_vbcg_webinar_list = '' +'<' + 'table width="100%" cellpadding="3" cellspacing="0" >' +'<' + 'thead align="center">' +'<' + 'tr>' +' <' + 'th style="width:100px;" align="left">Вебинар<' + '/th>' +' <' + 'th style="width:100px;">Начало<' + '/th>' +' <' + 'th style="width:100px;">Длит.<' + '/th>' +' <' + 'th style="width:100px;">Тренер(ы)<' + '/th>' +' <' + 'th style="width:100px;">Цена<' + '/th>' +'<' + '/tr>' +'<' + '/thead>' +'<' + 'tbody align="center" valign="top">' +'<' + '/tbody>' +'<' + '/table>' +''; if (tm_vbcg_webinar) clearTimeout(tm_vbcg_webinar); var el=document.getElementById("vbcg_webinar"); if (el) el.innerHTML=o_vbcg_webinar_list;