|
08/04/19 星期六
06:06:00 48 影视剧场:家5/8
06:54:00 1 梨园赏析2
07:06:00 48 影视剧场:家6/8
08:06:00 80 九州大戏台:京剧:大保国·探皇陵·二进宫 1/2
09:26:00 46 九州大戏台:京剧:大保国·探皇陵·二进宫 2/2
10:12:00 3 梨园赏析2
10:31:00 54 青春戏苑:2008-1
11:36:00 86 地方戏之窗:2007-54豫剧 打金枝 1/2
13:02:00 51 地方戏之窗:2007-54豫剧 打金枝 2/2
13:53:00 25 地方戏之窗:2007-48 晋剧《凤台关》
14:18:00 2 梨园赏析2
14:33:00 27 戏曲采风:2008-63
15:11:00 54 九州大戏台:2008-24锦绣梨园(1)
16:13:00 27 名段欣赏:2008-110
16:50:00 47 影视剧场:神探狄仁杰13/27
17:49:00 47 影视剧场:神探狄仁杰14/27
18:38:00 2 梨园赏析2
18:48:00 27 跟我学:2008-62刘秀荣教《穆桂英大战洪州》2
19:20:00 15 CCTV空中剧院:2008-13京剧 文姬归汉(访谈)
19:35:00 74 CCTV空中剧院:2008-13京剧 文姬归汉 1/2
20:49:00 53 CCTV空中剧院:2008-13京剧 文姬归汉 2/2
21:56:00 27 名段欣赏:2008-110
22:39:00 46 影视剧场:杨三姐告状22/31
23:38:00 46 影视剧场:杨三姐告状23/31
00:37:00 46 影视剧场:杨三姐告状24/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)
%>
|