/* var _paq = _paq || [];
if(typeof(a_acname) != "undefined"){
_paq.push(['setCustomVariable', 1, 'Category', a_acname, 'page']);
}
if(typeof(a_editor) != "undefined"){
_paq.push(['setCustomVariable', 2, 'Editor', a_editor, 'page']);
}
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//pv.enet.com.cn/piwik/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 1]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
*/
//添加广告二字到广告位
$('div[id]').each(function(index, el) {
var _id = $(this).attr('id');
//parseInt(_id,10)
if (/^\d*$/.test(_id) && _id!=427 && _id!=489&& _id!=641&& _id!=618&& _id!=290&& _id!=298 && $(this).html().length>0 ) {
$(this).css('position', 'relative');
$(this).append('
');
}
});
//添加广告二字到广告位
//hide Image for infringement
//(function(){
//var _u = window.location.href;
//var _t = window.document.title.toLowerCase();
//var _nsrc = 'http://images.enet.com.cn/i/2016/0711/143949149.jpg';
// var _nsrc = 'http://images.enet.com.cn/i/2016/1212/104804765.jpeg';
//var _nsrc = 'http://images.enet.com.cn/i/2017/0815/114407333.jpg';
// var _nu = [];
// var _kw = [
// '\u6392\u884c',
// '\u6392\u540d',
// '\u699c',
// 'top',
// '\u6b3e',
// '\u5341\u5927',
// '\u5165\u56f4',
// '\u516c\u793a',
// '\u6848\u4f8b',
// '\u7cbe\u9009',
// '\u7814\u7a76\u62a5\u544a',
// '\u5F3A'
// ];
// var _us = [];
// var _ts = [
// 'Enews+',
// '\u4eba\u7269\u6c47'
// ];
// var _hast = function() {
// if (!$('p.text-sign')) {
// return false;
// }
// var t = $('p.text-sign').text()||'';
// if (!t) {return false;}
// for(var i in _ts){
// if (t.indexOf(_ts[i])>-1) {
// console.log('hit tag');
// return true;
// break;
// }
// }
// return false;
// };
// var _isa = function(url) {
// var _su = url.split('/');
// _f = _su[_su.length-1];
// if(_f.indexOf('index')>-1 || _f.length<=0){
// return false;
// }else{
// for(var i in _us){
// if(url.indexOf(_us[i])>-1){
// console.log('hit _us');
// return false;
// break;
// }
// }
// return true;
// }
// };
// var _hask = function(t,kw) {
// for (var i in kw) {
// if(t.indexOf(kw[i])>-1){
// console.log('hit _kw');
// return true;
// break;
// }
// }
// return false;
// };
// if (_isa(_u) && !_hask(_t,_kw) && !_hast()) {
// var _c = ['.text img','.wzzw img'];
// for (var i in _c) {
// if ($(_c[i])) {
// // $(_c[i]).attr('src',_nsrc);
// $(_c[i]).each(function(index, el) {
// $(this).remove();
// });
// }
// }
// }
//var _imghref = 'http://www.enet.com.cn/about/culture/culture.html';
//var _imghref = 'http://www.enet.com.cn/about/service/service.html';
//if(!/10\.1\.1/.test(document.location)){
//
// var _img = '
';
// if ($('.wznr h1')) {
// $('.wznr h1').before(_img);
// }
// if($('p.con-title')){
// if(typeof(config_topicimage_position) == 'undefined'){
// $('div.path').before(_img);
// }else{
// //自定义position
// $(config_topicimage_position).empty().append(_img);
// }
//
// }
//}
//
//})();
//hide Image for infringement end
//;