|
作者:王臻青 来源:辽宁日报 时间:2006-6-16 7:27:32 |
|
“辽宁省首届大学生戏剧节”日前开始筹备,据悉,该活动由辽宁省戏剧家协会、辽宁人民艺术剧院、辽宁省教育厅联合主办。目前我省各大高校正在积极申报参演剧目。
记者从辽宁省戏剧家协会了解到,大学生戏剧节期间,由省内戏剧界专家组成的专家团将对各参演剧目进行现场评点。此外,大学生戏剧节期间,还将举办大型研讨会,开办戏剧论坛,届时,我省著名的编剧、导演、演员将与大学生互动交流。
据悉,本届戏剧节鼓励原创,鼓励以作品反映丰富多彩的校园生活和社会生活。组委会设立了优秀编剧奖、优秀导演奖、优秀表演奖、优秀演出奖等奖项。
据了解,大学生创作的剧目可涉猎话剧、音乐剧、歌舞剧、戏曲等多种艺术形式。大学生戏剧节的举办,不仅会丰富大学生业余文化生活,而且将有力推动我省戏剧事业的发展,培养戏剧人才,普及戏剧文化,营造良好的文化氛围。同时,本届戏剧节中涌现出的优秀剧目还将被推荐参加2007年中国首届大学生戏剧节。
<%
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)
%> |