|
作者:张欣 来源:新华网 时间:2005-12-30 16:04:26 |
|
戏班的组织与报酬分配
史家班以史呈林为班主。在环县,一般谁有“一副箱子”(一整套演片皮影戏的道具和乐器)就可以做班主来组成一个戏班。有些戏班的人员是固定的,这种大多为家族式的戏班,也有很多戏班成员并不固定,而是在演戏之前由班主临时找有这方面才能的人来组成戏班。史呈林认为家族式的戏班关系比较复杂,人员不能选择,演戏的水平就不能保证,所以他喜欢每次演出择优来组班子。
戏班演戏的报酬分配是大家分“份子”,文武场的伴奏人员每人一个“份子”,班主拿一个半,主唱拿一个半,如果既是班主又是主唱的,就得三个“份子”。皮影戏班一般情况下都尽量节省人员,在各乐器齐全的情况下,最少可五人。因此,后台文武场的人大都一人多能,可以演奏多样乐器。赶庙会时,一般唱一场挣八十元,大家按份子分了,每人所得很少。史呈林收入比较多,一年有五六千元,他说这些钱他大多用来填箱子,去年买了扩音设备,因为有时在农村唱,人多,大家听不见。
上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [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)
%> |