|
作者:中国秦腔网[陈福有] 来源:中国秦腔网 时间:2008-7-16 11:54:28 |
|
图:秦腔传统剧《黑叮本》中温军海饰徐彦昭剧照
(中国秦腔网 刘彭涛/摄)
陕西一大怪,唱戏吼起来,
带着黄土高原的原声态,
带着秦川人的性格,
连唱带喊粗旷高亢豪爽,
情真意浓激动人心;
有时,抒发着冤屈痛苦和愤怒,
伸张正义打抱不平,
表达了正义斗争的决战信心,
让奸臣恶贼胆战心惊;
有时,用真情友爱邦助受难的群众呼喊,
弘扬民族大团结的精神,
用爱心的呼喊拯救弱势群体,
坚强战胜妖魔鬼怪和自然灾害的决心;
它高唱为民伸张正义,惩治腐败的战歌,
吼出人民群众内心真善美的情感,
吼出人间友善永远战胜邪恶的真理。
(陈福有2008-6-2于合肥)
相关评论>>>
<%
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)
%> |