|
08/04/17 星期四
06:06:00 48 影视剧场:家1/8
06:54:00 1 梨园赏析1
07:06:00 48 影视剧场:家2/8
08:06:00 60 九州大戏台:2005-129戏曲艺术片:京剧:三打陶三春 1/2
09:06:00 50 九州大戏台:2005-129戏曲艺术片:京剧:三打陶三春 2/2
09:56:00 12 九州大戏台:京剧:赵氏孤儿(张克选场)
10:08:00 7 九州大戏台:京剧:将相和选段(谭元寿、孟广禄主演)
10:31:00 54 精彩回放:2008-2
11:36:00 87 CCTV空中剧院:2008-5中国戏曲学院第四届研究生毕业暨研究生班十周年汇报演出晚会 1/2
13:03:00 66 CCTV空中剧院:2008-5中国戏曲学院第四届研究生毕业暨研究生班十周年汇报演出晚会2/2
14:09:00 14 CCTV空中剧院 2005-11 越剧五女拜寿选场
14:23:00 2 梨园赏析1
14:38:00 27 戏曲采风:2008-62
15:16:00 54 精彩回放:2008-2
16:18:00 27 名段欣赏:2008-108
16:55:00 47 影视剧场:神探狄仁杰9/27
17:54:00 47 影视剧场:神探狄仁杰10/27
18:43:00 2 梨园赏析1
18:53:00 27 跟我学:2008-61刘秀荣教《穆桂英大战洪州》1
19:31:00 54 青春戏苑:2008-1
20:36:00 78 九州大戏台:2008-23纪念张君秋先生逝世十周年京剧晚会 1/2
21:54:00 45 九州大戏台:2008-23纪念张君秋先生逝世十周年京剧晚会 2/2
22:53:00 27 名段欣赏:2008-108
23:36:00 46 影视剧场:杨三姐告状16/31
00:35:00 46 影视剧场:杨三姐告状17/31
01:34:00 46 影视剧场:杨三姐告状18/31 上一页 [1] [2] [3] [4] [5] [6] [7] 下一页
<%
Function googleColor(value, random)
Dim colorArray
colorArray = Split(value, ",")
googleColor = colorArray(random Mod (UBound(colorArray) + 1))
End Function
Function googleScreenRes()
Dim screenRes, delimiter, resArray
screenRes = Request.ServerVariables("HTTP_UA_PIXELS")
delimiter = "x"
if IsEmpty(screenRes) Then
screenRes = Request.ServerVariables("HTTP_X_UP_DEVCAP_SCREENPIXELS")
delimiter = ","
end If
resArray = Split(screenRes, delimiter, 2)
if (UBound(resArray) + 1) = 2 Then
googleScreenRes = "&u_w=" & resArray(0) & "&u_h=" & resArray(1)
end If
End Function
Dim googleTime, googleDt, googleScheme, googleHost
googleTime = DateDiff("s", "01/01/1970 00:00:00", Now())
googleDt = (1000 * googleTime) + Round(1000 * (Timer - Int(Timer)))
googleScheme = "http://"
if StrComp(Request.ServerVariables("HTTPS"), "on") = 0 Then googleScheme = "https://"
googleHost = Server.URLEncode(googleScheme & Request.ServerVariables("HTTP_HOST"))
Dim googleAdUrl, googleAdOutput
googleAdUrl = "http://pagead2.googlesyndication.com/pagead/ads?" &_
"ad_type=text_image" &_
"&channel=6495040935" &_
"&client=ca-mb-pub-9595218071455095" &_
"&dt=" & googleDt &_
"&format=mobile_single" &_
"&host=" & googleHost &_
"&ip=" & Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) &_
"&markup=xhtml" &_
"&oe=utf8" &_
"&output=xhtml" &_
"&ref=" & Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) &_
"&url=" & googleHost & Server.URLEncode(Request.ServerVariables("URL")) &_
"&useragent=" & Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT")) &_
googleScreenRes()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%>
|