':"";html+=(this.views!=null)?"| "+this.views+" visitas":"";}html+="";return html;}};if(editorsChoice.automatico){if(editorsChoice.tagServiceTags){parametros.type="videoListTagService";parametros.tagServiceTags=editorsChoice.tagServiceTags;}else{parametros.type="videoListGlobalTag";parametros.tags=concatArrays(editorsChoice.tags);}parametros.edFilter="editorial";}else{parametros.type="arbitraryMedias";parametros.ids=concatIds();parametros.customMap=editorsChoice.list;}if(typeof configVideosEstacao.listConfig.editor!="undefined"){parametros.editor=configVideosEstacao.listConfig.editor;}if(typeof configVideosEstacao.listConfig.qryTag!="undefined"){parametros.qryTag=configVideosEstacao.listConfig.qryTag;}parametros.markup=function(index,total,cfg){if(total){if(document.body.className.indexOf("modVideosTemItens")==-1){document.body.className+=" modVideosTemItens";}if(parametros.type=="videoListTagService"){var editorTag=editorsChoice.tagServiceTags.replace(/,/g,"_");if(document.body.className.indexOf("modVideosTemItens_"+editorTag)==-1){document.body.className+=" modVideosTemItens_"+editorTag;}}}if(editorsChoice.num%2===1&&index===0){return tvu.playerMarkup.call(this,index,total,cfg);}else{return tvu.tvuolMarkup.call(this,index,total,cfg);}};tvu.newRequest(parametros);