|
作者:唐雪薇 来源:北京娱乐信报 时间:2007-3-18 17:37:51 |
|
在抢救豫剧祥符调工程的大军中,活跃着一批热心的河南农民身影,他们的出现显得尤为可贵。近日,河南省封丘县清河集村自筹资金百万元,恢复成立了豫剧祥符调“天兴班”戏剧学校。
豫剧祥符调是流传于开封一带的独有的豫剧流派,起源于宋、元,形成于清乾隆、嘉庆年间,为豫剧之始。封丘县清河集村是豫剧祥符调的发源地,尤以陈派(陈素真)、阎派(阎立品)、桑派(桑振君)为代表。豫剧表演艺术家关灵凤为陈素真嫡传弟子,是被河南省政府命名的首批民间文化杰出传承人之一。 封丘县清河集村自筹资金百万元,恢复成立了豫剧祥符调天兴班戏剧校,在村里建起了舞台及1000多平方米的教学食宿楼和占地6亩的校园。村办企业每年还将拨出一部分资金,用于办公和学员食宿费用。同时,村里还将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)
%> |