FullEpisodeManager={dimLights:
//function(){tbGenerateOverlay();},raiseLights:
//function(){tb_remove();},popOut:
//function(){window.open(document.location+'?popout=true','fulleppopout','menubar=0,scrollbars=0,resizable=0,status=0,width=720,height=439');},switchEp:
//function(el){var id_parts=el.attr('id').split('_');jq('#episode_list tr').removeClass('active');el.addClass('active');var url=document.location.toString().replace(/http:\/\/([^\/]*)/,'');LoadEntityDWR.getEntityForDWR(id_parts[1],2,1,10,url,{callback:FullEpisodeManager.success,httpMethod:'GET'});},success:
function(o){jq('#full_ep_container h1').html(o.extendedTitle);
jq('#show_info h4').html(o.title);jq('#show_info p').html(StringUtils.truncate(o.description,100));
generateCommentHTML(jq('#video').get(0),o.members,o.commentsTotal,o.paginationString);}};
pageLoadFuncs.push(function(){jq('#episode_list tr').not('tr:first').hover(function(){jq(this).addClass('hover');},
function(){jq(this).removeClass('hover');});});
//var isIE=(navigator.appVersion.indexOf("MSIE")!=-1)?true:false;var isWin=(navigator.appVersion.toLowerCase().indexOf("win")!=-1)?true:false;var isOpera=(navigator.userAgent.indexOf("Opera")!=-1)?true:false;