|
作者:佚名 来源:第29届奥运会官网 时间:2008-7-8 1:52:04 |
|
火炬手深吻“祥云”后扭起欢快秧歌
在高擎火炬张开双臂奔跑一段之后,也许是难掩兴奋与激动,王建平单膝跪地,双手将火炬高高捧起献上深情的亲吻,那神情显然将火炬奉为圣物一般,随后他缓缓起身扭起了欢快的秧歌,堆满笑容的脸上洋溢着自豪。沿途夹道欢迎火炬的群众纷纷挥舞手中的旗帜为他叫好助威,就连身后的护跑手也被王建平的激情所感染,现出由衷的笑容。
王建平是一级编导。其代表作《西域情》、《大河情》等六部大戏、两部小戏、歌词二十余首。现任甘肃省秦剧团团长,甘肃省戏剧家协会副主席,中国戏剧文学学会理事,第九届甘肃省政协委员,中国民族文化保护会会员,甘肃省振兴秦腔学会副会长。获文化部“文化奖”;中宣部“五个一工程奖”;中国人口文化奖;省委、省政府“敦煌文艺奖”四次;省委宣传部“五个一工程奖”三次,省“555”创新人才和全省宣传文化系统文艺界拔尖创新人才;文化部优秀专家称号
<%
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)
%> |