|
作者:刘彭涛 来源:中国秦腔网 时间:2008-7-27 23:14:54 |
|
(中国秦腔网刘彭涛(长安小生)2008年7月27日延安子长现场报道)由中共陕西省委宣传部、陕西省文学艺术界联合会、陕西省文化厅 陕西省农业厅、陕西省戏剧家协会联合主办,中国秦腔网(www.qinqiang.com)独家网络支持的“陕西省首届农民戏剧节”7月25日晚上在高陵县体育场开幕,首场分会场演出7月26日晚在延安子长县拉开帷幕,延安子长第二场分会场演出暨陕西省首届农民戏剧节送戏下乡演出今晚(7月27日)20:30 在延安子长县四路口广场上演。
“陕西省首届农民戏剧节延安子长分会场演出”由中共延安市委宣传部、延安市文学艺术界联合会、延安市文化局、延安市农业局、延安市戏剧家协会、中共子长县委、子长县人民政府联合承办;中共子长县委宣传部和子长县文体事业局协办。
中国秦腔网(www.qinqiang.com)作为“陕西省首届农民戏剧节”独家网络支持媒体,派专人亲赴延安子长对本次活动进行全程跟踪报道。
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >>
<%
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)
%> |