中国地震局将汶川地震震级从7.8级修订为8.0级
<DIV id=chan_newsTitle><FONT size=5><DIV id=chan_newsDetail> </DIV></FONT></DIV><DIV id=chan_newsInfo><FONT size=5></FONT><!-SSE COMENTSTART SSE-><!-SSE COMENTEND SSE-></DIV><DIV id=chan_newsInfo1><FONT size=5></FONT></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><FONT size=5> <br><CENTER><IMG title=中国地震局将汶川地震震级从7.8级修订为8.0级 alt=中国地震局将汶川地震震级从7.8级修订为8.0级 src="http://news.china.com/zh_cn/focus/2008dizhen/11067427/20080518/images/11038989_1211112329128_1.jpg" border=0></CENTER> <BR><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">5月</NOBR>15日拍摄的木鱼镇民房废墟。 新华社记者姚大伟摄</CLK><BR> <BR><CLK> 新华网北京5月18日电(记者李斌)记者从中国地震局获悉,在5月12日四川汶川地震发生后,中国地震台网中心利用国家地震台网的实时观测数据,速报的震级为里氏7.8级。随后,根据国际惯例,地震<NOBR oncontextmenu="return false;" onmousemove=kwM(3); id=clickeyekey3 onmouseover="kwE(event,3, this);" style="COLOR: #6600ff; BORDER-BOTTOM: #6600ff 1px dotted; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline" onclick="return kwC(event,3)" onmouseout=kwL(event,this) target="_blank">专家</NOBR>利用包括全球地震台网在内的更多台站资料,对这次地震的参数进行了详细测定,据此对震级进行修订,修订后震级为里氏8.0级。</CLK><BR> <BR><CLK> 据初步调查统计,此次地震最大<NOBR oncontextmenu="return false;" onmousemove=kwM(9); id=clickeyekey9 onmouseover="kwE(event,9, this);" style="COLOR: #6600ff; BORDER-BOTTOM: #6600ff 1px dotted; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline" onclick="return kwC(event,9)" target="_blank">烈度</NOBR>达十一度,破坏特别严重的地区超过10万平方公里。受灾最严重的地区是四川省北川、什邡、绵竹、汶川、彭州等地,灾区涉及四川、甘肃、陕西、重庆、云南等地。 </CLK></FONT><BR> </DIV><br><br>[此帖子已被 海鹰 在 2008-5-18 22:53:07 编辑过] 2008年5月19日至21日为全国哀悼日
页:
[1]