|
08/04/18 星期五
06:06:00 47 影视剧场:家3/8
06:53:00 2 梨园赏析2
07:06:00 48 影视剧场:家4/8
08:06:00 10 地方戏之窗:2006- 11黄梅戏专题1
08:16:00 83 地方戏之窗:2008-2川剧《野鹤滩》 1/2
09:39:00 36 地方戏之窗:2008-2川剧《野鹤滩》 2/2
10:31:00 54 精彩回放:2008-2
11:36:00 87 CCTV空中剧院2007-18京剧 龙潭鲍骆 2/3
13:03:00 77 CCTV空中剧院2007-18京剧 龙潭鲍骆 3/3
14:20:00 5 梨园赏析2
14:38:00 27 跟我学:2008-61刘秀荣教《穆桂英大战洪州》1
15:16:00 54 精彩回放:2008-3
16:18:00 27 名段欣赏:2008-109
16:55:00 47 影视剧场:神探狄仁杰11/27
17:54:00 47 影视剧场:神探狄仁杰12/27
18:43:00 2 梨园赏析2
18:53:00 27 戏曲采风:2008-63
19:31:00 54 九州大戏台:2008-24锦绣梨园(1)
20:36:00 121 地方戏之窗:2007-53豫剧 假婿乘龙 1/2
22:37:00 8 地方戏之窗:2007-53豫剧 假婿乘龙 2/2
22:59:00 27 名段欣赏:2008-109
23:42:00 46 影视剧场:杨三姐告状19/31
00:41:00 46 影视剧场:杨三姐告状20/31
01:40:00 46 影视剧场:杨三姐告状21/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)
%>
|