|
作者:天蓝 来源:新京报 时间:2006-8-30 19:03:26 |
|
者渴望证明自己的存在,反思生活。
《天方夜谭》:叙述了大学中三对情侣的情感波折,反映了当代大学生对前途的茫然和不确定性。
《〈人民公敌〉事件》:根据易卜生戏剧《人民公敌》创作编写,结合淮河水污染问题,通过戏中戏的方式呼吁环保意识以及理想的坚守。
《镜子·女人》:一出女人演给男人的戏。剧中女人带有悲剧色彩的一面正好把令人尊敬的一面衬托出来。
大戏节历史回顾
大学生戏剧节至今已经经历了6个春秋。最初是2000年,北京、杭州两地的大学校园掀起学生剧社展演的热潮引起了业内关注。2001年,由北京剧协和戏剧人袁鸿等发起了“北京高校大学生戏剧展演”活动。2002年,活动更名为“北京大学生戏剧展演”,扩大到了上海、浙江等地的高校。2003年,活动被正式命名为“北京大学生戏剧节”。
2004年,大学生戏剧节升格为“中国大学生戏剧节”,并在上海、广州设立了分会场,增加了专业院校的表演并且将无票制改为低票价。从首届以来,大戏节就打出了热情、鲜明、纯粹的标语鼓励大学生进行戏剧实验和创作,但由于校园戏剧内容单薄,缺乏技巧,表演粗糙,曾被冠以“关注最多,争议最大”的戏剧活动。 上一页 [1] [2] [3]
<%
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)
%> |