' + "\n"; if ( z[i].page_tags != '' && z[i].page_tags != 'all' && etm_body_class != '' ) { show_script = false; var arr_check = z[i].page_tags.replace(/\s/g, '').split(','); for ( var j = 0; j < arr_check.length; j++ ) { if ( show_script == false ) { arr_check[j] = ETM_trim( arr_check[j] ); if ( arr_check[j] != '' ) { if ( etm_body_class.split( arr_check[j] ).length > 1 ) { console.log( 'ETM: show in page ' + arr_check[j] ); show_script = true; break; } } } } } if ( z[i].url_tags != '' ) { show_script = false; var wlh = window.location.href; var arr_check = z[i].url_tags.split(','); for ( var j = 0; j < arr_check.length; j++ ) { if ( show_script == false ) { arr_check[j] = ETM_trim( arr_check[j] ); if ( arr_check[j] != '' ) { if ( wlh.split( arr_check[j] ).length > 1 ) { console.log( 'ETM: show in URL ' + arr_check[j] ); show_script = true; } } } } } if ( show_script == true ) { if ( z[i].header_tags != '' ) { str += z[i].name_tags + z[i].header_tags; } if ( z[i].body_tags != '' ) { etm_code_in_footer_this_site += z[i].name_tags + z[i].body_tags; } } } } if ( str != '' ) { if (typeof jQuery == 'function') { jQuery("head").append( str ); } else { document.write( str ); } } else { console.log('ETM HEADER is NULL'); } })( etm_arr_all_tags ); console.log('EchBay Tags Manager is running... version ' + etm_plugins_version); } catch ( e ) { console.log( 'stack: ' + (e.stackTrace || e.stack) ); } -->