[转贴]绑架案
<DIV id=chan_newsInfo><STRONG><EM><FONT face=隶书 color=#a0a0a0 size=6> <FONT size=4>美女老板绑架千万富翁的儿子索要百万赎金</FONT></FONT></EM></STRONG><!-SSE COMENTSTART SSE-><!-SSE COMENTEND SSE-></DIV><DIV id=chan_newsInfo1></DIV><SCRIPT language=JavaScript type=text/javascript><br>function Marquee()<br>{<br> this.ID = document.getElementById(arguments);<br> if(!this.ID)<br> {<br> this.ID = -1;<br> return;<br> }<br> this.Direction = this.Width = this.Height = this.DelayTime = this.WaitTime = this.Correct = this.CTL = this.StartID = this.Stop = this.MouseOver = 0;<br> this.Step = 1;<br> this.Timer = 30;<br> this.DirectionArray = {"top":0 , "bottom":1 , "left":2 , "right":3};<br> if(typeof arguments == "number" || typeof arguments == "string")this.Direction = arguments;<br> if(typeof arguments == "number")this.Step = arguments;<br> if(typeof arguments == "number")this.Width = arguments;<br> if(typeof arguments == "number")this.Height = arguments;<br> if(typeof arguments == "number")this.Timer = arguments;<br> if(typeof arguments == "number")this.DelayTime = arguments;<br> if(typeof arguments == "number")this.WaitTime = arguments;<br> if(typeof arguments == "number")this.ScrollStep = arguments<br> this.ID.style.overflow = this.ID.style.overflowX = this.ID.style.overflowY = "hidden";<br> this.ID.noWrap = true;<br> this.IsNotOpera = (navigator.userAgent.toLowerCase().indexOf("opera") == -1);<br> if(arguments.length >= 7)this.Start();<br>}<br><br>Marquee.prototype.Start = function()<br>{<br> if(this.ID == -1)return;<br> if(this.WaitTime < 800)this.WaitTime = 800;<br> if(this.Timer < 20)this.Timer = 20;<br> if(this.Width == 0)this.Width = parseInt(this.ID.style.width);<br> if(this.Height == 0)this.Height = parseInt(this.ID.style.height);<br> if(typeof this.Direction == "string")this.Direction = this.DirectionArray;<br> this.HalfWidth = Math.round(this.Width / 2);<br> this.HalfHeight = Math.round(this.Height / 2);<br> this.BakStep = this.Step;<br> this.ID.style.width = this.Width + "px";<br> this.ID.style.height = this.Height + "px";<br> if(typeof this.ScrollStep != "number")this.ScrollStep = this.Direction > 1 ? this.Width : this.Height;<br> var msobj = this;<br> var timer = this.Timer;<br> var delaytime = this.DelayTime;<br> var waittime = this.WaitTime;<br> msobj.StartID = function(){msobj.Scroll()}<br> msobj.Continue = function()<br> {<br> if(msobj.MouseOver == 1)<br> {<br> setTimeout(msobj.Continue,delaytime);<br> }<br> else<br> { clearInterval(msobj.TimerID);<br> msobj.CTL = msobj.Stop = 0;<br> msobj.TimerID = setInterval(msobj.StartID,timer);<br> }<br> }<br><br> msobj.Pause = function()<br> {<br> msobj.Stop = 1;<br> clearInterval(msobj.TimerID);<br> setTimeout(msobj.Continue,delaytime);<br> }<br><br> msobj.Begin = function()<br> {<br> msobj.ClientScroll = msobj.Direction > 1 ? msobj.ID.scrollWidth : msobj.ID.scrollHeight;<br> if((msobj.Direction <= 1 && msobj.ClientScroll <= msobj.Height + msobj.Step) || (msobj.Direction > 1 && msobj.ClientScroll <= msobj.Width + msobj.Step))return;<br> msobj.ID.innerHTML += msobj.ID.innerHTML;<br> msobj.TimerID = setInterval(msobj.StartID,timer);<br> if(msobj.ScrollStep < 0)return;<br> msobj.ID.onmousemove = function(event)<br> {<br> if(msobj.ScrollStep == 0 && msobj.Direction > 1)<br> {<br> var event = event || window.event;<br> if(window.event)<br> {<br> if(msobj.IsNotOpera)<br> {<br> msobj.EventLeft = event.srcElement.id == msobj.ID.id ? event.offsetX - msobj.ID.scrollLeft : event.srcElement.offsetLeft - msobj.ID.scrollLeft + event.offsetX;<br> }<br> else<br> {<br> msobj.ScrollStep = null;<br> return;<br> }<br> }<br> else<br> {<br> msobj.EventLeft = event.layerX - msobj.ID.scrollLeft;<br> }<br> msobj.Direction = msobj.EventLeft > msobj.HalfWidth ? 3 : 2;<br> msobj.AbsCenter = Math.abs(msobj.HalfWidth - msobj.EventLeft);<br> msobj.Step = Math.round(msobj.AbsCenter * (msobj.BakStep*2) / msobj.HalfWidth);<br> }<br> }<br> msobj.ID.onmouseover = function()<br> {<br> if(msobj.ScrollStep == 0)return;<br> msobj.MouseOver = 1;<br> clearInterval(msobj.TimerID);<br> }<br> msobj.ID.onmouseout = function()<br> {<br> if(msobj.ScrollStep == 0)<br><br> {<br> if(msobj.Step == 0)msobj.Step = 1;<br> return;<br> }<br> msobj.MouseOver = 0;<br> if(msobj.Stop == 0)<br> {<br> clearInterval(msobj.TimerID);<br> msobj.TimerID = setInterval(msobj.StartID,timer);<br> }<br> }<br> }<br> setTimeout(msobj.Begin,waittime);<br>}<br><br>Marquee.prototype.Scroll = function()<br>{<br> switch(this.Direction)<br> {<br> case 0:<br> this.CTL += this.Step;<br> if(this.CTL >= this.ScrollStep && this.DelayTime > 0)<br> {<br> this.ID.scrollTop += this.ScrollStep + this.Step - this.CTL;<br> this.Pause();<br> return;<br> }<br> else<br> {<br> if(this.ID.scrollTop >= this.ClientScroll)<br> {<br> this.ID.scrollTop -= this.ClientScroll;<br> }<br> this.ID.scrollTop += this.Step;<br> }<br> break;<br><br> case 1:<br> this.CTL += this.Step;<br> if(this.CTL >= this.ScrollStep && this.DelayTime > 0)<br> {<br> this.ID.scrollTop -= this.ScrollStep + this.Step - this.CTL;<br> this.Pause();<br> return;<br> }<br> else<br> {<br> if(this.ID.scrollTop <= 0)<br> {<br> this.ID.scrollTop += this.ClientScroll;<br> }<br> this.ID.scrollTop -= this.Step;<br> }<br> break;<br><br> case 2:<br> this.CTL += this.Step;<br> if(this.CTL >= this.ScrollStep && this.DelayTime > 0)<br> {<br> this.ID.scrollLeft += this.ScrollStep + this.Step - this.CTL;<br> this.Pause();<br> return;<br> }<br> else<br> {<br> if(this.ID.scrollLeft >= this.ClientScroll)<br> {<br> this.ID.scrollLeft -= this.ClientScroll;<br> }<br> this.ID.scrollLeft += this.Step;<br> }<br> break;<br><br> case 3:<br> this.CTL += this.Step;<br> if(this.CTL >= this.ScrollStep && this.DelayTime > 0)<br> {<br> this.ID.scrollLeft -= this.ScrollStep + this.Step - this.CTL;<br> this.Pause();<br> return;<br> }<br> else<br> {<br> if(this.ID.scrollLeft <= 0)<br> {<br> this.ID.scrollLeft += this.ClientScroll;<br> }<br> this.ID.scrollLeft -= this.Step;<br> }<br> break;<br> }<br>}<br></SCRIPT><br><STYLE type=text/css><!--<br>#EndPageRollText {background:#f5f5f5; border:1px solid #CCC; height:25px;}<br>#EndPageRollText ul {width:268px; overflow:hidden; float:left;}<br>#EndPageRollText ul,<br>#EndPageRollText li {margin:0; padding:0; list-style-type:none;}<br>#EndPageRollText li {height:25px; line-height:25px; overflow:hidden; text-align:left; font-size:12px; padding-left:3px;}<br>#EndPageRollText li a {font-size:12px; text-decoration:none;}<br>--></STYLE><br><SCRIPT>new Marquee("EndPageRollText",0,1,536,25,30,3000,3000,25)</SCRIPT><br><DIV id=chan_newsDetail><SCRIPT type=text/javascript><!--<br> function openWithSelfMain(url,name,width,height,top,left,noscrollbars){<br> width2=(width<=screen.width)?width:(screen.width*3/4);<br> height2=(height<=screen.height)?height:(screen.height*3/4);<br> var options = "width=" + width2 + ",height=" + height2;<br> if(top!="") options += ",top="+ top;<br> if(left!="") options += ",left="+ left;<br> options += "toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no";<br> if(noscrollbars == null || noscrollbars == "" || noscrollbars == "0" || width>screen.width || height>screen.height){<br> options += ",scrollbars=yes";<br> }else{<br> options+= ",scrollbars=no";<br> }<br> //alert(width+">>"+height);<br> //return false;<br> new_window = window.open(url, name, options);<br> window.self.name = "main";<br> new_window.focus();<br> }<br>//--></SCRIPT><br> <br><P align=center><IMG title="美女老板绑架千万富翁儿子 索百万赎金(图)" alt="美女老板绑架千万富翁儿子 索百万赎金(图)" src="http://news.china.com/zh_cn/social/1007/20080612/images/2008061211493974625800.jpg" border=0></P><P align=center> 赎金就是从这座大桥上扔下来的</P><P align=center><IMG title="美女老板绑架千万富翁儿子 索百万赎金(图)" alt="美女老板绑架千万富翁儿子 索百万赎金(图)" src="http://news.china.com/zh_cn/social/1007/20080612/images/2008061211494093710400.jpg" border=0></P><P align=center> 这是装百万现钞的袋子</P><P> <STRONG>山西晚报6月11日报道</STRONG> 原平千万富翁张安(化名)刚刚经历了4个“绝对想不到”:10岁的儿子在上学途中遭遇绑架;100万赎金到手,绑匪却再次将儿子挟为人质,与警方讨价还价;一夜搜山无果,命悬一线的儿子竟在凌晨时分机智脱逃;警方快速破案,绑匪首领竟是一个号称原平“女煤倒”的老板。</P><P> 6月8日,记者第一时间赶赴原平,独家采访了这起轰动当地的“十龄童百万绑架案”。</P><P> <STRONG>“爸…爸,我被绑架了”</STRONG></P><P><CLK> 6月3日晚7点,一个陌生电话打到原平老板张安<NOBR oncontextmenu="return false;" onmousemove=kwM(4); id=clickeyekey4 onmouseover="kwE(event,4, this);" style="COLOR: #6600ff; BORDER-BOTTOM: #6600ff 1px dotted; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline" onclick="return kwC(event,4)" target="_blank">手机</NOBR>上,是儿子的声音,“爸爸,我被绑架了。”“我一听就笑了,”张安至今懊悔当时的迟钝,以为儿子又在开玩笑,“别逗了,小东西。”</CLK></P><P> 今年50岁出头的张安,是原平知名企业家,身家千万。10岁的儿子小毛毛聪明淘气,用张安自己的话说,“简直是掌中宝、心头肉”。</P><P> 一秒钟后,张安如雷轰顶。一个陌生口音告诉他,“你的儿子在我们手上,明天中午前,准备150万。”</P><P><CLK> 绑匪扔下一句“敢报案就撕票”后关机。怀着一丝<NOBR oncontextmenu="return false;" onmousemove=kwM(0); id=clickeyekey0 onmouseover="kwE(event,0, this);" style="COLOR: #6600ff; BORDER-BOTTOM: #6600ff 1px dotted; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline" onclick="return kwC(event,0)" onmouseout=kwL(event,this) target="_blank">希望</NOBR>,张安派手下人赶到儿子就读的学校,班主任这才想起来,“张毛同学”确实一下午没有到校。</CLK></P><P><CLK> 绑匪再无消息。长夜漫漫,张安真正尝到了万箭穿心的滋味。思前想后,他最终决定报案。“光天化日、绑架儿童!这还了得!”原平市公安局刑警<NOBR oncontextmenu="return false;" onmousemove=kwM(5); id=clickeyekey5 onmouseover="kwE(event,5, this);" style="COLOR: #6600ff; BORDER-BOTTOM: #6600ff 1px dotted; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline" onclick="return kwC(event,5)" target="_blank">大队长</NOBR>王河清说,“6·3”特大绑架案专案组随之成立,局长张振富任组长,小毛毛的安危牵动了所有人的心。</CLK></P><P> 6月4日,中午12时。</P><P><CLK> 在分秒等待中,绑匪打来第二个电话,命令张安下午4点赶往大运高速大营服务区,“赎金好商量,可以降到100万”,握着话筒,张安哀声请求绑匪,“老大,200万也行,千万保证我儿子的<NOBR oncontextmenu="return false;" onmousemove=kwM(2); id=clickeyekey2 onmouseover="kwE(event,2, this);" style="COLOR: #6600ff; BORDER-BOTTOM: #6600ff 1px dotted; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline" onclick="return kwC(event,2)" onmouseout=kwL(event,this) target="_blank">安全</NOBR>。”“赴约”前,张安和专案组发生分歧,绑匪要求张安“单人单车”,现场总指挥、原平市公安局分管副局长李小平坚持派侦查员随行保护,“藏在后备厢,神不知鬼不觉”,看着两名身强力壮的小伙子“摞”在狭小的车厢里,一度指责他们“纯属添乱”的张安,一时间不知说什么好。</CLK></P><P> 下午4点,张安驾车赶到绑匪指定的大营服务区,忻州市公安局刑侦支队长张继邦、原平市公安局刑警大队长王河清、张安的众多好友等早已埋伏在四周。按照事先安排,张安要尽力和绑匪周旋,争取和孩子通话,为侦查员赢得时间。</P><P> 渐近傍晚,绑匪却迟迟未来电话,张安更加焦灼不安,一个装有100万现金的蛇皮袋,被他提起又放下。副驾驶座上,另外放着一个鼓鼓囊囊的皮包,张安事后告诉记者,“我多带了100万,只要他们开口,我绝无二话。”</P><P> 晚上7点,张安的手机终于响了,还是那个陌生口音,交易地点改至雁门关隧道南侧2公里大桥处,“从高架桥上扔下100万赎金,一手交钱,一手交人。”</P><P> 绑匪与张安的通话大约半分钟,蜷缩在后备厢里的两名侦查员,悄悄拨通了大队长王河清的电话,他们通话的内容顿时传了出去,多路人马开足马力,从不同方向奔往雁门关。</P><P> 晚7点20分,张安再次接到绑匪电话,他们已在桥下,“赎金到手,立马交人”,救子心切的张安,将装满钱的蛇皮袋一把拎出车外,未等两名侦查员作出反应,只听一声巨响,100万现金被从50米高的桥头飞速抛落,几分钟后,陌生口音漫不经心地告诉他,“想儿子了吧?往前走,朔州高速路口。”</P></DIV><DIV id=chan_postComment><DIV></DIV><!-SSE COMENTSTART SSE-><!-SSE COMENTEND SSE-></DIV> <STRONG><EM><FONT color=#a0a0a0 size=7>绑架案是最险恶的犯罪,必须严厉打击。</FONT></EM></STRONG> <FONT color=#f70938 size=6><STRONG>现在的社会,太有钱也算是负担!</STRONG></FONT>
页:
[1]