东方卫视
频道简介

东方卫视是具有国际视野,中国顶尖的电视新闻,节目内容制作与内容平台运营商。东方卫视24小时全天候播出,节目包括谁能百里挑一、东方直播室、娱乐星天地、百里挑一、大爱东方、大爱东方、今晚80后脱口秀、劳动最光荣、1001个真相等。

var baseUrl = 'http://datas.adminn.cn/zhibo/datas'; jQuery.axpost = function(url, data, successfn, errorfn) { data = (data == null || data == "" || typeof(data) == "undefined") ? { "date": new Date().getTime() } : data; $.ajax({ dataType: "json", type: "post", data: data, url: url, success: function(d) { successfn(d); }, error: function(e) { errorfn(e); } }); }; $("#gotoTop").click(function () { $('html,body').animate({scrollTop: 0}, 300); }); var min_height = 500; $(window).scroll(function () { var s = $(window).scrollTop(); if (s > min_height) { $("#gotoTop").fadeIn(200); } else { $("#gotoTop").fadeOut(200); } ; });