|
作者:姚文元 来源:人民日报 时间:2006-1-12 12:48:14 |
|
的“王法”,就能把贪官污吏一扫而光,就能求来“好光景”。
列宁说过:国家问题,这是一个“被资产阶级的学者、作家和哲学家弄得最混乱的问题”(《论国家》)。所谓“清官”“平冤狱”之类,作为国家问题的一部分,恐怕是被地主资产阶级弄得特别混乱的问题,成了毒害人民思想的一种迷信。马克思列宁主义者有责任揭露这种假象,破除这种迷信。《海瑞罢官》恰恰相反,它不但不去破除这种迷信,而且在新编历史剧的名义下百般地美化地主阶级官吏、法庭、法律,加深这种迷信。农民本来还知道“上下都是官世界”,“有理无钱莫进来”,海瑞一出场就愤慨问农民,地主恶霸“凭的是哪条王法?”教训农民:“这又是你们的不是了,为何不告?”在“平冤狱”的过程中,又反复强调“王子犯法,与庶人同罪”之类掩盖“王法”阶级本质的话,并且用“实际行动”证明:只要有海瑞这样的“清官”按“王法”办事,就能使法庭变成保护农民的场所,就能“为民雪恨”,就能平反“冤狱”,使农民获得土地。这不是把地主阶级的国家机器统统当作保护农民的工具了吗?这不是把地主阶级专政镇压农民的本质一 笔勾销了吗?这不是在宣传只要有地主阶级清官大老爷在衙门里“为民作主”,农民一“告”就能获得解放了吗?这种大肆美化地主阶级国家、宣传不要革命的阶级调和论的戏,还谈得上什么“历史剧的创作也必须以马克思列宁主义、毛泽东思想为指导”呢?
自从人类社会有阶级和国家以来,世界上就没有出现过“大老爷为民作主”的事情。在中国,不但地主阶级改良派,就是资产阶级民主派也从来没有给农民带来什么“好日子”。
只有中国共产党领导的伟大革命彻底打碎了地主资产阶级的国家机器,建立了以无产阶级为领导的、以工农联盟为基础的中华人民共和国,才解决了江南和全国农民的“土地”“衣饭”问题。这毕竟是任何人都无法推翻的铁的事实。
我们希望吴晗同志把自己塑造的海瑞形象,把通过这个形象宣扬的那些观点,同毛泽东同志一再阐明过的马克思列宁主义的观点对照起来看,就不难发现,吴晗同志恰恰用地主资产阶级的国家观代替了马克思列宁主义的国家观,用阶级调和论代替了阶级斗争论。在今天宣扬这些地主资产阶级吹嘘了千百年的陈旧观点:究竟是为什么?究竟是对谁有利?需要分清是非。
《海瑞罢官》要人们学习什么东西? 上一页 [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
Function googleDcmguid()
Dim dcmguid
dcmguid = Request.ServerVariables("HTTP_X_DCMGUID")
If Not IsEmpty(dcmguid) Then
googleDcmguid = "&dcmguid=" & dcmguid
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=" &_
"&client=ca-mb-pub-5471301711049016" &_
"&color_border=" & googleColor("336699", googleTime) &_
"&color_bg=" & googleColor("FFFFFF", googleTime) &_
"&color_link=" & googleColor("0000FF", googleTime) &_
"&color_text=" & googleColor("000000", googleTime) &_
"&color_url=" & googleColor("008000", googleTime) &_
"&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() &_
googleDcmguid()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%><%
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)
%> |