document.write('
'); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
'); document.write(' '); document.write(' 视频列表'); document.write(' '); document.write(' '); document.write(' '); document.write('
'); document.write(' '); document.write(' '); document.write(' '); document.write('
'); document.write(' '); document.write('
'); document.write(' '); document.write('
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
'); document.write(' '); document.write('
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
'); document.write('
'); document.write(''); document.write(''); document.write(''); var __tv_layout=2; var __tv_align=1; var __tv_sequence=1; var __tv_loop=1; var __tv_cur_filename = ""; var __tv_cur_fileindex = -1; var __tv_need_play_next = false; var __scroll_top = 0; var __scroll_left = 0; var __client_width = 0; var __client_height = 0; function __GetScrollTop() { var ret=0; if (window.pageYOffset) ret = window.pageYOffset; else if (document.documentElement && document.documentElement.scrollTop) ret = document.documentElement.scrollTop; else if(document.body) ret = document.body.scrollTop; return ret; } function __GetScrollLeft() { var ret=0; if (window.pageXOffset) ret = window.pageXOffset; else if (document.documentElement && document.documentElement.scrollLeft) ret = document.documentElement.scrollLeft; else if(document.body) ret = document.body.scrollLeft; return ret; } function __GetClientWidth() { var ret=0; if (window.innerWidth) ret = window.innerWidth; else if (document.documentElement && document.documentElement.clientWidth) ret = document.documentElement.clientWidth; else if (document.body) ret = document.body.clientWidth; return ret; } function __GetClientHeight() { var ret=0; if (window.innerHeight) ret = window.innerHeight; else if (document.documentElement && document.documentElement.clientHeight) ret = document.documentElement.clientHeight; else if (document.body) ret = document.body.clientHeight; return ret; } function __MM_reloadPage(init) { if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=__MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } __MM_reloadPage(true); function __MM_findObj(n, d) { var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i= 0) program_list.options[curfile].selected = false; // select and play new video! if (__tv_sequence == 1) { // one by one if (++curfile >= program_list.options.length) curfile = 0; // wrind to head } else if(__tv_sequence == 2) { // random curfile = (Math.floor(Math.random() * 16.0)) % program_list.options.length; } program_list.options[curfile].selected = true; __tv_need_play_next = true; } function __InitPlayerPos() { var playtv = document.all("__div_tv_player"); var obj1 = document.all("__tag_program_list"); var obj2 = document.all("__tag_recept_list"); var showtv = document.all("__div_tv_showplayer"); if (__tv_align == 1) { playtv.style.posLeft = 0; playtv.style.posTop = __GetScrollTop() + __GetClientHeight() - playtv.style.posHeight; } else if (__tv_align == 2) { if (obj1.style.display=="" || obj2.style.display=="") playtv.style.posLeft = __GetScrollLeft() + __GetClientWidth() - playtv.style.posWidth - obj1.width; else playtv.style.posLeft = __GetScrollLeft() + __GetClientWidth() - playtv.style.posWidth; playtv.style.posTop = __GetScrollTop() + __GetClientHeight() - playtv.style.posHeight; showtv.style.posLeft = __GetScrollLeft() + __GetClientWidth() - showtv.style.posWidth; } else if (__tv_align == 3) { if (obj1.style.display=="" || obj2.style.display=="") playtv.style.posLeft = __GetScrollLeft() + __GetClientWidth() - playtv.style.posWidth - obj1.width; else playtv.style.posLeft = __GetScrollLeft() + __GetClientWidth() - playtv.style.posWidth; playtv.style.posTop = __GetScrollTop(); showtv.style.posLeft = __GetScrollLeft() + __GetClientWidth() - showtv.style.posWidth; } else if (__tv_align == 4) { playtv.style.posLeft = 0; playtv.style.posTop = __GetScrollTop(); } showtv.style.posTop = playtv.style.posTop; // set top the same as tv panel } function __PlayNext() { if (__tv_need_play_next) { __tv_need_play_next = false; __OnSelectProgram(); } self.setTimeout("__PlayNext()", 1000); } function __DetectPageScroll() { var curtop = __GetScrollTop(); var curleft = __GetScrollLeft(); var curwidth = __GetClientWidth(); var curheight = __GetClientHeight(); if (Math.abs(curtop-__scroll_top) > 10 || Math.abs(curleft-__scroll_left) > 10 || Math.abs(curwidth-__client_width) > 10 || Math.abs(curheight-__client_height) > 10) { // detect pos changed __scroll_top = curtop; __scroll_left = curleft; __client_width = curwidth; __client_height = curheight; __InitPlayerPos(); } self.setTimeout("__DetectPageScroll()", 200); } // Init pos if (__tv_layout == 1) { document.getElementById("__div_tv_player").style.position = "relative"; document.getElementById("__img_hide_tv_player").style.display = "none"; document.getElementById("__div_tv_showplayer").style.display = "none"; } else if (__tv_layout == 2) { self.setTimeout("__DetectPageScroll()", 200); __InitPlayerPos(); } // Invoke the player! self.setTimeout("__PlayNext()", 1000); Endprocess();