[转贴]马英九称大陆人为同胞
<!-- google_ad_section_start --> <br><DIV id=chan_newsBlk><DIV id=chan_newsTitle><FONT size=6><STRONG>马英九称大陆人为同胞 破台湾高层十余年禁忌</STRONG></FONT></DIV><DIV id=chan_newsInfo>2008-05-21 13:05:55 <A href="http://www.huanqiu.com/" target=blank>环球网</A> 【<A onclick="doZoom(chan_newsDetail,16); return false;" href="http://news.china.com/zh_cn/hmt/1004/20080521/14858272.html#">大</A> <A onclick="doZoom(chan_newsDetail,14); return false;" href="http://news.china.com/zh_cn/hmt/1004/20080521/14858272.html#">中</A> <A onclick="doZoom(chan_newsDetail,12); return false;" href="http://news.china.com/zh_cn/hmt/1004/20080521/14858272.html#">小</A>】 <!-SSE COMENTSTART SSE-><A href="http://pl.news.china.com/comment/comment.do?event=INIT&e=1&s=cms&channelname=news&subjectname=uNuwxNDCzsXSs8Pm&newsid=14858272&newscontent=wu3Tor7Fs8a088K9yMvOqs2ssPsgxsbMqM3luN%2By48qu0%2BDE6r37vMk%3D&links=aHR0cDovL25ld3MuY2hpbmEuY29tL3poX2NuL2htdC8xMDA0LzIwMDgwNTIxLzE0ODU4MjcyLmh0bWw%3D&m=421edca9eef078db95b23bc6a243458a" target=_blank><FONT color=#ff0000><B>查看评论</B></FONT></A> <!-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><DIV id=EndPageRollText style="OVERFLOW-Y: hidden; OVERFLOW-X: hidden; OVERFLOW: hidden; WIDTH: 536px; HEIGHT: 25px" noWrap><UL><LI><A href="http://news.china.com/zh_cn/focus/2008dizhen/11067427/20080521/14858457.html" target=_blank>抗震救灾进入攻坚紧要关头 21个“悬湖”危急</A></LI><LI><A href="http://news.china.com/zh_cn/domestic/945/20080521/14858292.html" target=_blank>中国律师张月姣宣誓就任世贸组织上诉机构法官</A></LI><LI><A href="http://news.china.com/zh_cn/hmt/1004/20080521/14858272.html" target=_blank>马英九称大陆人为同胞 破台湾高层十余年禁忌</A></LI><LI><A href="http://news.china.com/zh_cn/focus/2008dizhen/11067427/20080521/14858270.html" target=_blank>第11世班禅额尔德尼-确吉杰布主持抗震祈愿法会</A></LI><LI><A href="http://news.china.com/zh_cn/international/1000/20080521/14858218.html" target=_blank>秘鲁全国哀悼日悼念中国地震遇难者 不雨城下雨</A></LI><LI><A href="http://news.china.com/zh_cn/international/1000/20080521/14858178.html" target=_blank>乌克兰向中国运送首批紧急救援物资(组图)</A></LI><LI><A href="http://news.china.com/zh_cn/focus/2008dizhen/11067427/20080521/14858112.html" target=_blank>前方记者:河南医疗救援队失踪消息纯属谣传</A></LI><LI><A href="http://news.china.com/zh_cn/focus/2008dizhen/11067427/20080521/14857876.html" target=_blank>美国众议院通过决议支持中国抗震救灾</A></LI><LI><A href="http://news.china.com/zh_cn/focus/2008dizhen/11067427/20080521/14857863.html" target=_blank>奥组委初定减去四川和西藏各一天圣火传递时间</A></LI><LI><A href="http://news.china.com/zh_cn/international/1000/20080521/14857652.html" target=_blank>日本专家:中国建筑抗震标准低 不足日本的一半</A> </LI></UL><UL><LI><A href="http://news.china.com/zh_cn/social/1007/20080521/14858314.html" target=_blank>消防官兵从北川信用社废墟中找到2.5亿现金</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080521/14858306.html" target=_blank>老人流泪割腕吞金自杀:这里危险放弃我吧(图)</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080521/14857693.html" target=_blank>5名受困女孩高喊“许三多救我” 48小时后获救</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080521/14857630.html" target=_blank>职员赈灾捐款比领导多100元被退回引争议</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080521/14857176.html" target=_blank>北川中学老师博客震后首次更新:我真的回来了</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080521/14856641.html" target=_blank>新婚夫妇在四川九寨沟被困7天后获救(组图)</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080521/14856632.html" target=_blank>北大女儿写给地震遇难父亲“头七”祭奠信(图)</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080521/14856826.html" target=_blank>北航研究生去世前留遗言将所剩治病款捐给灾区</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080521/14856823.html" target=_blank>女子9岁女儿地震中丧生 哀悼日申请恢复上班</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080521/14856776.html" target=_blank>美国媒体讲地震故事:妻子用孙悟空鼓励丈夫</A> </LI></UL><UL><LI><A href="http://news.china.com/zh_cn/focus/2008dizhen/11067427/20080521/14858457.html" target=_blank>抗震救灾进入攻坚紧要关头 21个“悬湖”危急</A></LI><LI><A href="http://news.china.com/zh_cn/domestic/945/20080521/14858292.html" target=_blank>中国律师张月姣宣誓就任世贸组织上诉机构法官</A></LI><LI><A href="http://news.china.com/zh_cn/hmt/1004/20080521/14858272.html" target=_blank>马英九称大陆人为同胞 破台湾高层十余年禁忌</A></LI><LI><A href="http://news.china.com/zh_cn/focus/2008dizhen/11067427/20080521/14858270.html" target=_blank>第11世班禅额尔德尼-确吉杰布主持抗震祈愿法会</A></LI><LI><A href="http://news.china.com/zh_cn/international/1000/20080521/14858218.html" target=_blank>秘鲁全国哀悼日悼念中国地震遇难者 不雨城下雨</A></LI><LI><A href="http://news.china.com/zh_cn/international/1000/20080521/14858178.html" target=_blank>乌克兰向中国运送首批紧急救援物资(组图)</A></LI><LI><A href="http://news.china.com/zh_cn/focus/2008dizhen/11067427/20080521/14858112.html" target=_blank>前方记者:河南医疗救援队失踪消息纯属谣传</A></LI><LI><A href="http://news.china.com/zh_cn/focus/2008dizhen/11067427/20080521/14857876.html" target=_blank>美国众议院通过决议支持中国抗震救灾</A></LI><LI><A href="http://news.china.com/zh_cn/focus/2008dizhen/11067427/20080521/14857863.html" target=_blank>奥组委初定减去四川和西藏各一天圣火传递时间</A></LI><LI><A href="http://news.china.com/zh_cn/international/1000/20080521/14857652.html" target=_blank>日本专家:中国建筑抗震标准低 不足日本的一半</A> </LI></UL><UL><LI><A href="http://news.china.com/zh_cn/social/1007/20080521/14858314.html" target=_blank>消防官兵从北川信用社废墟中找到2.5亿现金</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080521/14858306.html" target=_blank>老人流泪割腕吞金自杀:这里危险放弃我吧(图)</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080521/14857693.html" target=_blank>5名受困女孩高喊“许三多救我” 48小时后获救</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080521/14857630.html" target=_blank>职员赈灾捐款比领导多100元被退回引争议</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080521/14857176.html" target=_blank>北川中学老师博客震后首次更新:我真的回来了</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080521/14856641.html" target=_blank>新婚夫妇在四川九寨沟被困7天后获救(组图)</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080521/14856632.html" target=_blank>北大女儿写给地震遇难父亲“头七”祭奠信(图)</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080521/14856826.html" target=_blank>北航研究生去世前留遗言将所剩治病款捐给灾区</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080521/14856823.html" target=_blank>女子9岁女儿地震中丧生 哀悼日申请恢复上班</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080521/14856776.html" target=_blank>美国媒体讲地震故事:妻子用孙悟空鼓励丈夫</A> </LI></UL></DIV><SCRIPT>new Marquee("EndPageRollText",0,1,536,25,30,3000,3000,25)</SCRIPT><br><DIV id=chan_newsDetail> <FONT size=5> 环球时报•环球网消息:5月21日,香港《文汇报》刊登大陆台湾问题专家的分析文章,专家认为,马英九的就职演说在两岸关系上的阐述比较理性和正面。<BR> <BR> <B>台当局已十年未称“大陆同胞”</B><BR> <BR> 清华大学台湾研究所所长刘震涛表示,马英九的演讲中多次和胡锦涛最近有关两岸关系的讲话相呼应。其中,马英九强调“两岸人民同属中华民族”和“大陆13亿同胞”的提法很新,释放出很大善意,值得特别关注。他说,从上世纪90年代开始,台湾的领导人就从来没有再提过大陆人民是“同胞”。<BR> <BR> 知名台湾问题专家李家泉表示,马英九重申承认“九二共识”,有利于两岸就包括直航、大陆居民赴台游在内的广泛议题进行接触磋商,并取得新的进展。他相信,马英九上台后,两岸间会有一系列新的开放措施出台,令僵持的关系迅速缓和。<BR> <BR> 李家泉说,两岸“一中”是同,“各表”是异,未来双方应按照胡锦涛主席提出的“搁置争议,共创双赢”,来求“一中”之同,存“各表”之异,搁置在具体内涵上的分歧。<BR> <BR> 对于马英九提出的两岸应和解休兵,并在国际组织及活动中相互协助、彼此尊重,李家泉表示,只要台湾接受“一中”原则,两岸什么事都可以谈,而办法多的是。但台湾绝不能在国际上搞“两个中国”,不能只让大陆在外交上休兵,而自己却在国际上谋求参加只有主权国家才能参与的国际组织及活动。(环球网 曹剑)<BR><BR>更多精彩内容阅读登录</FONT><A href="http://www.huanqiu.com/" target=_blank><FONT size=5>环球网(www.huanqiu.com)</FONT></A></DIV></DIV> <P>原文由 云水林海 发表: <FONT color=#421ae6 size=6>提法是和睦的,意向是善意的,前途是光明的,道路是曲折的,我们拭目以待!</FONT> </P><P><FONT color=#e61a6b size=6>不久的将来把他收回来!</FONT></P> 原文由 云水林海 发表: <FONT color=#421ae6 size=6>提法是和睦的,意向是善意的,前途是光明的,道路是曲折的,我们拭目以待!</FONT> 恩 <FONT color=#421ae6 size=6>提法是和睦的,意向是善意的,前途是光明的,道路是曲折的,我们拭目以待!</FONT> <DIV id=chan_newsTitle><FONT color=#c211ee size=6><STRONG> 马英九称大陆人为同胞 </STRONG></FONT></DIV><DIV><FONT color=#c211ee size=6><STRONG> 破台湾高层十余年禁忌</STRONG></FONT></DIV><DIV><FONT color=#f70909 size=7><STRONG> 龙的传人!</STRONG></FONT></DIV> <P><FONT size=7> 同是炎黄子孙,</FONT></P><P><FONT size=7> 同是龙的传人。</FONT></P> <P align=center><FONT color=#0000ff size=7><STRONG>大陆台湾都属中华版图 <BR>海峡两岸皆为一奶同胞</STRONG></FONT></P> 原文由 冬泳后勤 发表: <br><P>原文由 云水林海 发表: <FONT color=#421ae6 size=6>提法是和睦的,意向是善意的,前途是光明的,道路是曲折的,我们拭目以待!</FONT> </P><P><FONT color=#e61a6b size=6>不久的将来把他收回来!</FONT></P> <P>原文由 云水林海 发表: <FONT color=#421ae6 size=6>提法是和睦的,意向是善意的,前途是光明的,道路是曲折的,我们拭目以待!</FONT> </P><P>说法中肯,非等闲视之</P>
页:
[1]