|
作者:中国秦腔网 来源:中国秦腔网 时间:2005-3-1 17:27:31 |
|
天宇浩渺,佛殿庄严。美丽的白蛇仙姑因爱恋桂枝罗汉,被如来佛幽禁于西天白莲池。她愤而挣断锁链,奔向人间。桂枝罗汉为其求情,亦被如来佛贬入尘寰。
途中,恰逢义勇兼备的青蛇,爱慕白蛇貌美而拦道求婚,白蛇施展武艺,将其降服,青蛇幻化作婢女紧随其前后。在青蛇的鼎力相助下,白蛇与尘凡的许仙(即桂枝罗汉)结为伉俪,相矢永好。 邪恶的禅师法海,奉如来佛旨意,尾随下凡,屡施暗害,蒙骗许仙,以至拆散美满姻缘将许仙挟持金山寺。
白蛇为维护纯真的爱情,召来众水族,与法海斗法,并与天兵天将展开生死搏斗,最后夫妻团聚。 这是中国民间流传久远的白蛇与许仙真诚相爱的优秀神话故事,而川剧《白蛇传》又独具奇异的艺术风采,与其它戏曲剧种不同的是川剧《白蛇传》更注重武打和做工,青蛇这一角色也很有特点,文戏时是妩媚的小丫鬟,武戏时则变为勇武的男将,这一点是川剧《白蛇传》所特有的。
另外,戏中穿插有川剧“变脸”等绝活,戏剧场面宏大、壮丽,全不似一般曲折委婉的爱情戏,给人以激烈壮美的感觉。
<%
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)
%> |