|
长陈硕儒命令40名机枪手排成一道墙,不躲不避,端起机枪杀敌开路,全师拼命向外突围。自以为胜券在握的日寇,没想到中国军队会杀回马枪,一时乱了阵脚,177师大部分人冲了出去,只有刚到前线不久的新兵团和工兵营被日寇又截了回去。
一千多新兵和鬼子在黄河滩上舍命拼杀,子弹打光了,刺刀拼弯了,剩下的八百多名新兵被逼上了黄河岸边的180多米高的悬崖。身后,是奔腾咆哮、一泻千里的黄河;眼前,是张牙舞爪扑过来的大队鬼子人马;回头西望,重峦叠嶂、云雾飘渺处是自己的家乡……
一位被敌人砍断了一条胳膊的战士双膝跪地,向西方“咚、咚、咚”磕了三个响头,然后站起来看了看鬼子,一头扑进了黄河。
八百多中国军人齐刷刷的跪在悬崖上,向着家乡跪拜后,一起跳进了怒吼的黄河——誓死不当鬼子的俘虏!
这惊天地、泣鬼神,令山河失色、日月无光的一幕,被当地山民看得清清楚楚。多少年后,他还记得最后一名士兵跳河的情景,那是一位旗手,军旗已被枪弹撕裂,跳河前他挥舞军旗,吼了几句秦腔,是《两狼山》中杨继业的两句:
两狼山——战胡儿——天摇地——动,
好男儿——为国家——何惧死——生。
那一天是1939年6月6日。
六天后,31集团军177师的西北汉子流着眼泪、高吼秦腔,不要命地杀回了陌南镇,日军全线崩溃。直到抗战胜利,日寇也没跨进潼关。
秦腔,是铸造了西北汉子灵魂的天火。
秦腔,是锻打就西北汉子性格的巨锤。
我喜爱秦腔。
上一页 [1] [2] [3] [4]
<%
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)
%> |