function switchContent(c,d,a,b){$.post("/shows/navigate/"+c+"?type="+a+"&page="+b,{action:"get",time:new Date().getDate()},function(e){if(e!=""){$(d).html(e);$(".contentHeader > ol").show();updateInfoLinks()}})}function switchPage(c,b,a){if(a==2){switchContent(c,$("#clipsList"),a,b)}else{if(a==1){switchContent(c,$("#catchupList"),a,b)}else{if(a==0){switchContent(c,$("#liveList"),a,b)}}}};