|
作者:何孝充 来源:中国秦腔网 时间:2006-7-20 |
|

中国剧协副主席、中国评剧院老院长[何孝充]为中国秦腔网题词
何孝充:剧作家,中国戏剧家协会会员,1932年出生于天长市汊涧镇何庄。曾任天长市文化馆馆长,后任华东文化部科员,中央文化部科员,中国戏曲研究院编剧,中国评剧院编剧、艺术处副处长,北京市文化局艺术处副处长,中国评剧院党委书记,中国戏剧协会北京分会理事,中国戏剧现代戏研究会秘书长。1953年开始戏曲剧创作侧重反映现代生活的评剧剧本,主要作品有舞台艺术影片,文学剧本《刘巧儿》(改编)、《梅岭春》(合作)、《抱儿山歌》、《生活的凯歌》、《贺兰香》等。在现代戏曲研究方面也有贡献,发表的戏曲研究,评论文章有《要注意社会主义新人形象的审美价值》、《写出人物的性格美》、《在传奇中写人》、《主题来自作者对生活的感受》、《正确对待舞台艺术制度,努力扩大创作题材领域》、《从〈金沙江畔〉到〈高山下的花环〉》等。
<%
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)
%> |