|
作者:魏子晨 来源:中国秦腔网 时间:2003-9-10 |
|
[图]梅花奖得主李东桥、侯红琴演唱《天下名丑长安乐》尾声《中秋月亮变红》
(男) 夜夜“长安乐” 今宵最动情,普天下中华好儿女,仰头都向东—— (二女) 海上中秋月,白格生生的玉玲珑! (合唱队) 点起来吧,“丰收”火!挂起来吧,“宝莲灯”!跳起来吧,“兵马俑”!吼起来吧,“秦之声”! (女甲) 放牛娃向往广寒宫,哪知道嫦娥思乡泪盈盈。 “锅盔”大的月饼扔天上, (男) 邀咱的亲人回关中, (女乙) 见过了“贞观”知鼎盛,从未见“丝绸之路”全球通。一曲嫦娥红袖舞, (男) 写咱的兄弟建奇功! [《嫦娥红袖舞》开始—— (合唱队) 亮出神儿来吧,“丰收火”!放出彩儿来吧,“宝莲灯”!伴起舞儿来吧,“兵马俑”!帮起腔儿来吧,“秦之声”! (男) 红袖一扬三千丈, (二女) 化作七彩桥架苍穹。 [《嫦娥红袖舞》止—— 引过来阿里山的亲姊妹,同拜黄帝陵! (合唱队) 窑洞洞摆下了中秋宴,高坡上的那个唢呐哇哇的声,蟹正肥,酒正浓,中华儿女大团聚,歌舞庆升平—— (男) “小花脸”“反串”一个《赶牲灵》。 (合唱队轮流交错地) “红”了“丰收”火, “红”了“宝莲灯”, “红”了“兵马俑”, “红”了“秦之声”, (女甲) 三哥哥的腰鼓红火火, (女乙) 四妹子的窗花红彤彤 (合唱队)长安夜哪个不激动,中秋的月亮也变红!啊——嘿! (全场) 中秋的月亮也变红!
作词:魏子晨(2003年8月6日,天津)
中国秦腔网(www.qinqiang.com)独家网上发布,未经许可,转载必究!
<%
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)
%> |