<?xml version="1.0" encoding="GBK" ?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dcterms="http://purl.org/dc/terms/">
 <channel>
  	  <title><![CDATA[我的博客]]></title>
	  <link>http://yeshui1985.blog.163.com</link>
	  <description><![CDATA[ ]]></description>
	  <language>zh-CN</language>
	  <pubDate>Fri, 4 Jul 2008 08:43:00 +0800</pubDate>
	  <lastBuildDate>Fri, 4 Jul 2008 08:43:00 +0800</lastBuildDate>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <generator><![CDATA[NetEase Space]]></generator>
	  <managingEditor><![CDATA[yeshui1985]]></managingEditor>
	  <webMaster><![CDATA[旭日东生]]></webMaster>
		  <ttl>120</ttl>
	  <image>
	  	<title><![CDATA[我的博客]]></title>
	  	<url>http://ava.blog.163.com/photo/zYl8E1vsYepAN-HA73ix3g==/3166593487994929333.jpg</url>
	  	<link>http://yeshui1985.blog.163.com</link>
	  </image>
  <item>
  	<title><![CDATA[引用 网易博客美化教程完整终极版]]></title>	
    <link>http://yeshui1985.blog.163.com/blog/static/2488667200610593938606</link>
    <description><![CDATA[<div><P>&nbsp;</P>
<P><EM>引用</EM></P>
<BLOCKQUOTE><A href="http://www.blog.163.com/jxqin126" target=_blank>大漠夕照</A> 的 <A href="http://www.blog.163.com/jxqin126/blog/static/10295122006823101858229" target=_blank>网易博客美化教程完整终极版</A><BR>
<P>&nbsp;</P>
<P><EM>引用</EM></P>
<BLOCKQUOTE><A href="http://blog.163.com/leyu49" target=_blank>乐悦</A> 的 <A href="http://www.blog.163.com/leyu49/blog/static/44137720068231035152" target=_blank>引用 网易博客美化教程完整终极版</A><BR>
<P>&nbsp;</P>
<P><EM>引用</EM></P>
<BLOCKQUOTE><A href="http://blog.163.com/qianweijun" target=_blank>一生有你</A> 的 <A href="http://www.blog.163.com/qianweijun/blog/static/478415200681224626110" target=_blank>网易博客美化教程完整终极版</A><BR><FONT color=#ff0066><STRONG>
<P><FONT color=#ff0066><STRONG>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A href="http://blog.163.com/qianweijun/prevPhoto.do?photoId=_fks_HmngFJDhEbkeblMYemsoAA==" target=_blank><IMG src="http://blog.163.com/photo/zcrhXTQ6JAvkGGv_FF1j9A==/2841489889894079161.jpg"></A></STRONG></FONT></P>
<P><FONT color=#ff0066><STRONG><IMG src="http://mimg.163.com/popo/62.gif">提醒：</STRONG>近来有许多网友反映在日志以及自定义的HTML栏目中使用的一些代码会被网易系统自动清除，这和MSN Space（现更名为Windows Live Space)一样，系统为了防止网友在日志中放入有害的代码就将所有的&lt;script&gt;标签，&lt;iframe&gt;标签过滤，博客添加自定义HTML时，只能添加2048个字符以内的代码。这给不少网友带来了麻烦，许多特效代码无法使用。我在这里提供一些实用美化代码与大家分享,另外，需转载的朋友，请注明来源，谢谢！</FONT></P>
<P><FONT color=#0000ff><STRONG></STRONG></FONT>&nbsp;</P>
<P><FONT color=#0000ff size=3><STRONG>一，基本代码</STRONG></FONT></P>
<P><FONT color=#990066 size=2>1)贴图：&lt;img src="图片地址"&gt;<BR><BR>2)加入连接：&lt;a href="所要连接的相关地址"&gt;写上你想写的字&lt;/a&gt;<BR><BR>3)在新窗口打开连接：&lt;a href="相关地址" target="_blank"&gt;写上要写的字&lt;/a&gt;<BR><BR>4)移动字体(走马灯)：&lt;marquee&gt;写上你想写的字&lt;/marquee&gt;<BR><BR>5)字体加粗：&lt;b&gt;写上你想写的字&lt;/b&gt;<BR><BR>6)字体斜体：&lt;i&gt;写上你想写的字&lt;/i&gt;<BR><BR>7)字体下划线: &lt;u&gt;写上你想写的字&lt;/u&gt;<BR><BR>字体删除线: &lt;s&gt;写上你想写的字&lt;/s&gt;<BR><BR>9)字体加大: &lt;big&gt;写上你想写的字&lt;/big&gt;<BR><BR>10)字体控制大小：&lt;h1&gt;写上你想写的字&lt;/h1&gt; (其中字体大小可从h1-h5,h1最大，h5最小)<BR><BR>11)更改字体颜色：&lt;font color="#value"&gt;写上你想写的字&lt;/font&gt;(其中value值在000000与ffffff(16位进制)之间<BR><BR>12)消除连接的下划线：&lt;a href="相关地址" style="text-decoration:none"&gt;写上你想写的字&lt;/a&gt;<BR><BR>13)贴音乐：&lt;embed src="音乐地址" width="宽度" height="高度" autostart=false&gt;<BR><BR>14)贴flash: &lt;embed src="flash地址" width="宽度" height="高度"&gt;<BR><BR>15)贴影视文件：&lt;img dynsrc="文件地址" width="宽度" height="高度" start=mouseover&gt;<BR><BR>16)换行：&lt;br&gt;<BR><BR>17)段落：&lt;p&gt;段落&lt;/p&gt;<BR><BR>1原始文字样式：&lt;pre&gt;正文&lt;/pre&gt;<BR><BR>19)换帖子背景：&lt;body background="背景图片地址"&gt;<BR><BR>20)固定帖子背景不随滚动条滚动：&lt;body background="背景图片地址" body<BR><BR>bgproperties=fixed&gt;<BR><BR>21)定制帖子背景颜色：&lt;body bgcolor="#value"&gt;(value值见10)<BR><BR>22)帖子背景音乐：&lt;bgsound="背景音乐地址" loop=infinite&gt;</FONT></P>
<P><FONT color=#990066 size=2></FONT>&nbsp;</P>
<P><FONT color=#0000ff size=3><STRONG>二，制作滚动字幕</STRONG></FONT></P>
<P>1.上下滚动：</P>
<P>
<MARQUEE style="FONT-SIZE: 12px; WIDTH: 132px; COLOR: rgb(34,34,221); LINE-HEIGHT: 17px; HEIGHT: 125px" scrollAmount=1 scrollDelay=1 direction=up height=125>小时侯<BR>乡愁是一枚小小的邮票<BR>我在这头母亲在那头<BR>长大后乡愁是一张窄窄的船票<BR>我在这头<BR>新娘在那头<BR>后来呵<BR>乡愁是一方矮矮的坟墓<BR>我在外头<BR>母亲呵在里头<BR>而现在<BR>乡愁是一湾浅浅的海峡<BR>我在这头<BR>大陆在那头<BR><BR></MARQUEE></P>
<P>&nbsp;</P>
<P>代码：&lt;MARQUEE style="FONT-SIZE: 12px; WIDTH: 132px; COLOR: rgb(34,34,221); LINE-HEIGHT: 17px; HEIGHT: 125px" scrollAmount=1 scrollDelay=1 direction=up height=125&gt;这里是文字&lt;BR&gt;&lt;/MARQUEE&gt;</P>
<P>&nbsp;</P>
<P>2.左右滚动：</P>
<P>&nbsp;</P>
<P>
<MARQUEE scrollAmount=1 scrollDelay=10 width=500 border="0"><FONT color=#000066 size=3><FONT color=#ff0066>放入代码后，点击这里就会出现文字编辑框.然后编辑你自己的文字就可以</FONT>了。</FONT></MARQUEE></P>
<P>&nbsp;</P>
<P>代码：&lt;marquee direction="left" scrollamount="1" scrolldelay="10" border="0" width=500 &gt; </P>
<P>&nbsp;</P>
<P>说明：此代码在IE浏览器中使用效果较好，在火狐等其他浏览器中可能出现文字不滚动等问题。</P>
<P>&nbsp;</P>
<P><STRONG><FONT color=#0000ff size=3>三，为博客添加一个计数器</FONT></STRONG></P>
<P>&nbsp;网易为我们提供了一个访客统计的模块，但这个统计是忽略用户的IP地址，也就是这个统计也记录相同的IP地址的访问。我们在编辑博客时，需要不断的在编辑和预览的状态下进行切换，我们在预览状态下的访问博客也被网易博客的计数器记录下来了。例如，我添加的计数器统计有111位（唯一IP）网友访问了我的博客，但网易博客上的计数器却显示有164人访问（这其中有不少是我自己访问的），差别不小。<BR>&nbsp;&nbsp;&nbsp; 下面给大家介绍如何申请个性化的计数器：<BR>1.进入如下网站：<A href="http://www.amazingcounter.com/">http://www.amazingcounter.com/</A>；<BR>2.点击网站左上角的“<IMG src="http://www.blog.163.com/photo/Z8dRpryCIw19oab4MXQjhA==/1181631952231337693.jpg">”进入申请页面；<BR>3.有很多种类的计数器供选择：<BR><IMG src="http://www.blog.163.com/photo/agBphlat5B0lJXK0VMS+Lg==/1181631952231337700.jpg"><BR>这只是一个种类，网页的下面还有许多种类供选择：<BR><IMG src="http://www.blog.163.com/photo/qlKbceAxJQq6brxdFwEB7w==/1181631952231337704.jpg"><BR>可以点击上面的链接选择其他种类，然后点击下面的“<IMG src="http://www.blog.163.com/photo/tMaH0EdVwihcU1oAKUoSCQ==/3107765217862356559.jpg">”进入下一步；<BR>4.填写相关资料：<BR><IMG src="http://www.blog.163.com/photo/ivf4aZcK8k1dw8soFhlaZA==/3107765217862356661.jpg"><BR>说明：统计类型分为All Hits——所有访问（即忽略IP，记录所有的页面访问数目）、Unique Visits Only——单一IP （只记录单一IP的访问）<BR>然后选中下面的Agreement,表示同意服务条款，点击“<IMG src="http://www.blog.163.com/photo/gJBO4M8begwdDi1us9_0Ug==/3107765217862356563.jpg">进入下一步；<BR>5.好了，你的计数器已经申请成功了！在网页的中间就会看到你的代码，把代码复制下来粘贴的自定义HTML中即可。<BR><IMG src="http://www.blog.163.com/photo/F3K+S0RBdF5kNtjBpgNp4g==/1181631952231337720.jpg"><BR></P>
<P><STRONG><FONT color=#0000ff size=3>四，添加播放器</FONT></STRONG></P>
<P>网易博客已经提供了一个播放器版块，还有在自定义HTML中也可以添加播放器，下面在给大家介绍一种在自定义HTML中添加播放器的代码。<BR><BR>1.不使用播放器<BR><BR>代码：<SPAN style="COLOR: rgb(255,0,102)">&lt;BGSOUND src="<SPAN style="COLOR: rgb(0,0,204)">音乐文件地址</SPAN>" loop=infinite&gt; </SPAN><BR><BR>代码说明：蓝色部分为音乐文件的地址，由于此代码不使用播放器，所以可以加入文章中的源代码后，变成某个文章的背景音乐。 <BR><BR>2.Windows Media Player:<BR>效果图片：（由于网易博客中不支持某些HTML语言，所以此播放器无法在日志中显示，因此这里使用图片代替）<BR><A href="http://www.blog.163.com/wyuanf818/prevPhoto.do?photoId=_fks_j9C61dIvAjXdqNrm1rx3Sw==" target=_blank><IMG src="http://www.blog.163.com/photo/fyky2a6UztqU7+GHL1S5mw==/2849934139195395477.jpg"></A><BR>代码：<SPAN style="COLOR: rgb(255,0,102)">&lt;DIV&gt;&lt;OBJECT height=185 width=179 classid=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6&gt;&lt;PARAM VALUE="<SPAN style="COLOR: rgb(0,0,255)">音乐文件地址</SPAN>"&gt;&lt;PARAM VALUE="infinite"&gt;&lt;PARAM VALUE="<SPAN style="COLOR: rgb(0,255,153)">1</SPAN>"&gt;&lt;PARAM VALUE="50"&gt;&lt;PARAM VALUE="full"&gt;&lt;PARAM VALUE="1"&gt;&lt;/OBJECT&gt;&lt;/DIV&gt;</SPAN><SPAN style="COLOR: rgb(255,0,102)"></SPAN><SPAN style="COLOR: rgb(255,0,102)"></SPAN><BR><BR>代码说明：蓝色部分为音乐文件的地址，绿色的数字表示是否自动播放，更改为"0"时不会自动播放，"1"的时候是自动播放。<BR><BR>3.万能播放器代码<BR><BR>效果图片：<BR><A href="http://www.blog.163.com/wyuanf818/prevPhoto.do?photoId=_fks_y82Zx6Bt2ezy2NTLWkdg2Q==" target=_blank><IMG src="http://www.blog.163.com/photo/Wu2CNVfh+AP6Qy8B_wKQqg==/2849934139195395481.jpg"></A><BR>代码：<SPAN style="COLOR: rgb(255,0,102)">&lt;DIV&gt;&lt;EMBED style="BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-BOTTOM: #666666 1px solid" codeBase=</SPAN><A style="COLOR: rgb(255,0,102)" href="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6" target=_blank>http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6</A><SPAN style="COLOR: rgb(255,0,102)">,0,5,0803 src=<SPAN style="COLOR: rgb(0,0,255)"><FONT color=#9900cc>音乐文件地址</FONT></SPAN> width=179 height=185 type=application/x-oleobject classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" standby="Loading Windows Media Player components..." loop="<SPAN style="COLOR: rgb(0,255,153)"><FONT color=#0000ff>3</FONT></SPAN>"&gt;&lt;/EMBED&gt;&lt;/DIV&gt;</SPAN><BR><BR>代码说明：<FONT color=#6600cc>紫</FONT>色部分为音乐文件的地址，<FONT color=#0000ff>蓝</FONT>色数字闻为重复播放次数，可替换成你想要的数字，如果需要改成永久循环可以修改为"infinite"。</P>
<P>&nbsp;</P>
<P><STRONG><FONT color=#0000ff size=3>五，制作个性名片</FONT></STRONG></P>
<P>编辑-排版-模块-添加自定义 HTML &lt;table width="100%"&gt;&lt;tr&gt;&lt;td style="padding: 2px;"&gt;&lt;img style="border: 1px solid rgb(153, 153, 153); width: 140px; height: 140px;"<BR>src=头像图片地址&gt;&lt;/td&gt;&lt;td valign="top"&gt;&lt;table width="100%"&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="/style/common/gg.gif"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;div style="font-weight: bold;font-size:16px;"&gt;&lt;a href="<A href="mailto:33992671@qq.com">邮箱地址</A>"&gt;你的名字&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;div&gt;年龄,星座&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;div&gt;详细地址&lt;/div&gt;</P>
<P>由于我只用QQ 所以我只会加QQ在线交谈按钮: QQ个人设置-右下角&lt;生成在线状态&gt; 进去填写好资料后生成网页代码然后全复制过来.</P>
<P>QQ状态生成页面：<A href="http://is.qq.com/webpresence/code.shtml">http://is.qq.com/webpresence/code.shtml</A></P>
<P>最后记得把网易自带的名片隐藏哦..</P>
<P>&nbsp;</P>
<P><STRONG><FONT color=#0000ff size=3>六，访问者停留时间计数器</FONT></STRONG></P>
<P>编辑-排版-模块-添加自定义HTML&nbsp; 然后把 &lt;p align=center&gt;您在这里停留了：&lt;/p&gt;<BR>&lt;p align=center&gt;&lt;IMG height=20 src="<A href="http://album.sina.com.cn/pic/4723cdbf020002uq">http://album.sina.com.cn/pic/4723cdbf020002uq</A>" width=15&gt;&lt;IMG height=20 src="<A href="http://album.sina.com.cn/pic/4723cdbf020002up">http://album.sina.com.cn/pic/4723cdbf020002up</A>" width=15&gt;&amp;nbsp;分&amp;nbsp;&lt;IMG height=20 src="<A href="http://album.sina.com.cn/pic/4723cdbf020002uo">http://album.sina.com.cn/pic/4723cdbf020002uo</A>" width=15&gt;&lt;IMG height=20 src="<A href="http://album.sina.com.cn/pic/4723cdbf020002un">http://album.sina.com.cn/pic/4723cdbf020002un</A>" width=15&gt;&amp;nbsp;秒&lt;/p&gt; 复制上去</P>
<P>&nbsp;</P>
<P>还有一个&nbsp;这个比较好看点 &lt;DIV align=center&gt;&lt;IMG height=73 src="http://album.sina.com.cn/pic/4723cdbf020002ub" width=32 border=0&gt;&lt;IMG height=73 src="http://album.sina.com.cn/pic/4723cdbf020002uc" width=88 border=0&gt;&lt;BR&gt;&lt;IMG height=47 src="http://album.sina.com.cn/pic/4723cdbf020002ud" width=32 border=0&gt;&lt;IMG height=47 src="http://album.sina.com.cn/pic/4723cdbf020002ue" width=88 border=0&gt;&lt;/DIV&gt;&lt;BR&gt; </P>
<P>&nbsp;</P>
<P>其中的"您在这里停留了:" 是可以更改的(比如: 你在我的小窝里停留了:&nbsp; 等等)</P>
<P>&nbsp;</P>
<P><STRONG><FONT color=#0000ff size=3>七，显示来访者IP的代码</FONT></STRONG></P>
<P>编辑-排版-模块-添加自定义HTML </P>
<P>第一个: &lt;P align=center&gt;&lt;IMG src=http://hmrmyy.com/sign.aspx/&gt;&lt;/P&gt;<BR>第二个:&lt;P align=center&gt;&lt;IMG src=http://www.myelogo.com/elogo_user/2.jpg&gt;&lt;/P&gt;<BR>我会继续寻找比较好看的,大家先将就用这2个吧</P>
<P>&nbsp;</P>
<P><FONT color=#0000ff size=3><STRONG>八，友情连接</STRONG></FONT></P>
<P>编辑-排版-模块-添加自定义HTML&nbsp; 然后把&lt;marquee behavior="scroll" direction=right width="90%" height="100" scrollamount="2" scrolldelay="30" &gt;&lt;a target="cont" href="对方地址"&gt;&lt;img src="对方图片" width="100" height="100" border="0"&gt;&lt;/a&gt;&lt;/marquee&gt; 复制上去就行了.</P>
<P>&nbsp;</P>
<P>要想加多个的话就把&lt;a target="cont" href="对方地址"&gt;&lt;img src="对方图片" width="100" height="100" border="0"&gt;&lt;/a&gt; 加在最后那个&lt;/marquee&gt;的前面</P>
<P>&nbsp;</P>
<P>其中的 direction= 是图片移动方向 up down right left&nbsp; 任意添写</P>
<P>&nbsp;</P>
<P><FONT color=#0000ff size=3><STRONG>九，首页FLASH与日志里的FLASH</STRONG></FONT></P>
<P>1)首页FLASH: 找到FLASH地址 后点编辑-排版-模块-添加自定义HTML- 点 Flash&nbsp;&nbsp;复制进去就行了 这个很简单</P>
<P>(2)日志里的FLASH: 好多朋友多说为什么我把代码粘贴到日志里但就是显示不出FLASH呢? 我现在就告诉你 因为你忘记点下面那个 &lt;代码&gt; 了&nbsp; 必须先点一下代码后再复制上去.</P>
<P>&nbsp;</P>
<P>日志里FLASH的代码是:</P>
<P>&lt;EMBED pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash src= FLASH地址 width=800 height=600 type=application/x-shockwave-flash quality="high"&gt;</P>
<P>&nbsp;</P>
<P><FONT color=#0000ff size=3><STRONG>十，一款很棒的播放器</STRONG></FONT></P>
<P>此播放器可以自动播放而且可以连续播放多首歌曲 皮肤也超漂亮</P>
<P>申请地址<A href="http://www.einhand.com/">http://www.einhand.com/</A>&nbsp;&nbsp; 申请后进去选个自己喜欢的皮肤 然后把代码复制回来&nbsp; 加歌曲也是在那里加 </P>
<P>如果大家想在播放器后面家上背景图片的话就打 &lt;TABLE style="WIDTH: 706px; HEIGHT: 164px" borderColor=#00fa9a height=164 width=706 align=center background=<FONT color=#ff0066>背景图片</FONT>&nbsp;border=3&gt;<BR>&lt;TBODY&gt;<BR>&lt;TR&gt;<BR>&lt;TD&gt; </P>
<P>这些复制在前面 把播放器代码复制在后面 刚研究出来 呵呵</P>
<P>&nbsp;</P>
<P><STRONG><FONT color=#0000ff size=3>十一，透明播放器代码</FONT></STRONG></P>
<P><FONT size=2>&lt;TABLE style="FILTER: Alpha(Opacity=100, FinishOpacity=0, Style=2, StartX=20, StartY=40, FinishX=0, FinishY=0)xray(); WIDTH: 200px; HEIGHT: 40px"&gt;<BR>&lt;TBODY&gt;<BR>&lt;TR&gt;<BR>&lt;TD&gt;&lt;EMBED style="BORDER-RIGHT: silver 1px solid; BORDER-TOP: silver 1px solid; BORDER-LEFT: silver 1px solid; BORDER-BOTTOM: silver 1px solid" src=<FONT color=#ff0066>歌曲地址</FONT> width=200 height=30 type=audio/x-mplayer2 loop="-1" autostart="0" volume="0" EnableContextMenu="0" showstatusbar="0" console="video"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</FONT><BR></P>
<P>&nbsp;</P>
<P><FONT color=#0000ff size=3><STRONG>十二，为日志添加一个滚动条</STRONG></FONT></P>
<P align=left>预览：</P>
<DIV style="OVERFLOW-Y: auto; OVERFLOW-X: hidden; WIDTH: 347px; HEIGHT: 125px">
<P align=center>小时侯<BR>乡愁是一枚小小的邮票<BR>我在这头<BR>母亲在那头<BR>长大后乡愁是一张窄窄的船票<BR>我在这头<BR>新娘在那头<BR>后来呵<BR>乡愁是一方矮矮的坟墓<BR>我在外头<BR>母亲呵在里头<BR>而现在<BR>乡愁是一湾浅浅的海峡<BR>我在这头<BR>大陆在那头<BR></P></DIV>
<P>&nbsp;</P>
<P>代码：</P>
<P><FONT color=#ff0066>&lt;/A&gt;<BR>&lt;DIV style="OVERFLOW-Y: auto; OVERFLOW-X: hidden; WIDTH: 698px; HEIGHT: 125px"&gt;<BR>&lt;P align=left&gt;<FONT color=#0000ff>这里是文字</FONT>&lt;/P&gt;&lt;/DIV&gt;&lt;BR&gt;</FONT></P>
<P><FONT color=#ff0066></FONT>&nbsp;</P>
<P><FONT color=#0000ff size=3><STRONG>十三，为博客添加一个Flash时钟</STRONG></FONT></P>
<P><FONT size=3>在你的博客侧边栏中添加一个精美的flash时钟，会使你的博客更加漂亮。（注意：此代码只能放在自定义HTML模板内，如果放在日志里会被网易系统自动清除）</FONT></P>
<P><FONT color=#ff0066 size=3>代码：</FONT> </P>
<DIV>
<DIV><FONT color=#0000cc size=3>&lt;DIV&gt;&lt;EMBED pluginspage=http://www.macromedia.com/go/getflashplayer src=时钟地址 width=188 height=188 type=application/x-shockwave-flash quality="high" wmode="transparent"&gt;&lt;/EMBED&gt;&lt;/DIV&gt;</FONT></DIV>
<DIV><FONT color=#ff00ff size=3></FONT>&nbsp;</DIV>
<DIV><FONT color=#ff0066 size=3>或者:</FONT></DIV>
<DIV><FONT color=#ff00ff size=3></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000cc size=3>&lt;DIV&gt;&lt;CENTER&gt;&lt;EMBED src=时钟地址 width=188 height=188 type=application/octet-stream&gt;&lt;/CENTER&gt;&lt;/DIV&gt;</FONT></DIV>
<DIV><FONT color=#0000cc size=3></FONT>&nbsp;</DIV>
<DIV><FONT color=#ff0066 size=3>对于网易博客，还可以在自定义的HTML模板内，点击“Flash”，在弹出的对话框中粘贴上时钟的地址。</FONT></DIV>
<DIV><FONT color=#ff00ff size=3></FONT>&nbsp;</DIV>
<DIV><FONT color=#ff00ff><FONT size=3>时钟地址：</FONT><FONT size=3><A href="http://www.aswis.net/100000/clock/c">http://www.aswis.net/100000/clock/</A></FONT></FONT></DIV>
<DIV><FONT color=#ff00ff><FONT color=#000000 size=3>把以上一个地址复制--粘贴到地址栏中,然后按回车观看效果,看完一个,改变"clock1"中的数字,140个时钟,找到自己喜欢的了,把地址覆盖粘贴在上面代码中"时钟地址"上。</FONT></FONT></DIV>
<DIV><FONT size=3></FONT>&nbsp;</DIV>
<DIV><STRONG><FONT color=#0000ff size=3>十四，发表彩色文字的日志</FONT></STRONG></DIV>
<DIV>虽然网易提供了许多种文字的颜色供选择，但只是一个字一种颜色，现在给大家介绍一种方法，可以让一个字变成五颜六色的，先看下面一段文字：<BR><FONT color=#8486c6>这</FONT><FONT color=#8482c6>是一</FONT><FONT color=#8c7dbd>套</FONT><FONT color=#8c79bd>可以</FONT><FONT color=#8c79b5>将</FONT><FONT color=#8c75b5>文字</FONT><FONT color=#9471ad>变</FONT><FONT color=#946dad>成五</FONT><FONT color=#946da5>彩</FONT><FONT color=#9c69a5>缤纷</FONT><FONT color=#9c659c>的彩色</FONT><FONT color=#9c619c>文</FONT><FONT color=#9c5d94>字处</FONT><FONT color=#a55d94>理</FONT><FONT color=#a5598c>软件，</FONT><FONT color=#a5558c>颜色</FONT><FONT color=#a55184>可自由</FONT><FONT color=#a54d84>搭</FONT><FONT color=#ad4d84>配，</FONT><FONT color=#ad497b>单</FONT><FONT color=#ad457b>击鼠标</FONT><FONT color=#ad417b>左键，</FONT><FONT color=#ad3c73>在弹出</FONT><FONT color=#ad3873>的对话</FONT><FONT color=#ad3473>框里选</FONT><FONT color=#ad3073>择你所</FONT><FONT color=#ad2c6b>需要的</FONT><FONT color=#a52c6b>颜色</FONT><FONT color=#a5286b>；单击</FONT><FONT color=#a5246b>鼠标右键</FONT><FONT color=#a52073>将会选取</FONT><FONT color=#9c1c73>您的桌面</FONT><FONT color=#9c1873>的颜</FONT><FONT color=#941873>色，而</FONT><FONT color=#94147b>且可以</FONT><FONT color=#8c147b>随</FONT><FONT color=#8c107b>时的预</FONT><FONT color=#841084>览，并</FONT><FONT color=#840c84>且可</FONT><FONT color=#7b0c84>以</FONT><FONT color=#7b0c8c>直接产</FONT><FONT color=#73088c>生在</FONT><FONT color=#730894>论</FONT><FONT color=#6b0894>坛上</FONT><FONT color=#6b089c>用</FONT><FONT color=#63089c>的B</FONT><FONT color=#63049c>B</FONT><FONT color=#5a04a5> CO</FONT><FONT color=#5a04ad>DE</FONT><FONT color=#5204ad> </FONT><FONT color=#4a04b5>及做</FONT><FONT color=#4a00b5>网</FONT><FONT color=#4200bd>页用的</FONT><FONT color=#3900c6>的 H</FONT><FONT color=#3100ce>TML</FONT><FONT color=#2900d6> T</FONT><FONT color=#2100de>AG的</FONT><FONT color=#1800e7>代</FONT><FONT color=#1000ef>码，美</FONT><FONT color=#0800f7>化网</FONT><FONT color=#0000ff>页。<BR><BR></FONT>怎么样？挺漂亮的吧！这还得归功于一款文字颜色处理软件——好色机器。软件无需安装，下载后即可使用。<BR>软件界面：<BR><A href="http://www.blog.163.com/wyuanf818/prevPhoto.do?photoId=_fks_grUtVA1oe75vENG3Ac3peA==" target=_blank><IMG src="http://www.blog.163.com/photo/JqgNZETlnjAzi4STKNhpAw==/1437774181038033662.jpg"></A><BR><BR>下载地址：<A href="http://muscad.chinamofile.com/6246215907733052/3202116032737606/10/C147C6F89BF1DD029F962803F1EE6F43/%E5%A5%BD%E8%89%B2%E6%9C%BA%E5%99%A8.rar">http://muscad.chinamofile.com/6246215907733052/3202116032737606/10/C147C6F89BF1DD029F96<BR>2803F1EE6F43/%E5%A5%BD%E8%89%B2%E6%9C%BA%E5%99%A8.rar</A><BR><BR>下载完毕打开后，按照以下步骤进行：<BR>1.单击左上角的下拉框，选择<SPAN><FONT color=#000000>选择色彩渐变形式，“基本型一”……“基本型四”……“专业型”等；<BR>2.在左边的调色栏中选择颜色；<BR>3.在右上方输入文字；<BR>4.</FONT></SPAN><SPAN><FONT color=#000000>按下“转换&amp;预览”（即中间的按钮），预览窗内即会出现渐变彩色文字；<BR>5.点击预览框下面的“HTML Tag”按钮，得到代码，在编辑新日志时，在“代码”状态下，将刚才复制的代码粘贴上去即可。<BR></FONT></SPAN></DIV>
<DIV><SPAN><FONT color=#0000ff size=3><STRONG>十五，两只漂亮的蝴蝶代码</STRONG></FONT></SPAN></DIV>
<DIV><SPAN><FONT color=#000000>效果：&nbsp;&nbsp;<FONT color=#0000ff> 
<DIV style="TABLE-LAYOUT: auto; DISPLAY: inline; LEFT: 300px; TOP: 126px; BORDER-COLLAPSE: separate">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <IMG height=69 src="http://storage.msn.com/x1pgliP38XxBL3nMF-HjFnMTY45YHz_CEMJsn5BP-C8p7jSA--2SYfcMIOFwI5OooYsDSiCyJ1Ngkl7G28pbEKaRKgh9aw1pFw55KmNJnlZtZq-JO8UC7yTpg" width=75 align=right>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT color=#ffffff>n<IMG height=69 src="http://storage.msn.com/x1pgliP38XxBL3nMF-HjFnMTY45YHz_CEMJsn5BP-C8p7jSA--2SYfcMIOFwI5OooYsDSiCyJ1Ngkl7G28pbEKaRKgh9aw1pFw55KmNJnlZtZq-JO8UC7yTpg" width=75 align=right></FONT></DIV></FONT><FONT color=#ff9900>
<DIV ><P>
</P><P></P>
<P></P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>代码：&lt;DIV color=#0000ff&gt;<BR>&lt;DIV style="BORDER-COLLAPSE: separate; DISPLAY: inline; LEFT: 300px; TABLE-LAYOUT: auto; TOP: 126px"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n</P>
<P>bsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG align=<FONT color=#ff0066>right</FONT> height=69 src="http://storage.msn.com/x1pgliP38XxBL3nMF-HjFnMTY45YHz_CEMJsn5BP-C8p7jSA--2SYfcMIOFwI5OooYsDSiCyJ1Ngkl7G28pbEKaRKgh9aw1pFw55KmNJnlZtZq-JO8UC7yTpg" width=75&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</P>
<P>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nb</P>
<P>sp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;FONT color=#ffffff&gt;n&lt;IMG align=<FONT color=#ff0066>right</FONT> height=69 src="http://storage.msn.com/x1pgliP38XxBL3nMF-HjFnMTY45YHz_CEMJsn5BP-C8p7jSA--2SYfcMIOFwI5OooYsDSiCyJ1Ngkl7G28pbEKaRKgh9aw1pFw55KmNJnlZtZq-JO8UC7yTpg" width=75&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/FONT&gt;&lt;FONT color=#ff9900&gt;<BR>&lt;DIV 
</P><P><FONT color=#ff0066></FONT>&nbsp;</P>
<P><FONT color=#ff0066>代码说明：代码中的红色字体为两只蝴蝶的位置，可以改为“right”、“centre”、“left"”。</FONT></P>
<P><FONT color=#ff0066></FONT>&nbsp;</P>
<P><FONT color=#0000ff size=3><STRONG>十六，其他未整理的代码</STRONG></FONT></P>
<DIV style="TEXT-ALIGN: left"><FONT size=3>1.显示日历<BR></FONT></DIV>
<P><FONT size=3>（1）效果：<BR></FONT></P>
<P align=center><FONT size=3><IMG height=26 src="http://www.hongen.com/pub/date/date.png" width=126></FONT></P>
<P style="TEXT-ALIGN: left"><FONT size=3>代码：<SPAN><FONT color=#ff0000>&lt;P align=center&gt;&lt;IMG height=26 src="http://www.hongen.com/pub/date/date.png" width=126&gt;&lt;/P&gt;</FONT></SPAN></FONT></P>
<P style="TEXT-ALIGN: left"><FONT size=3><BR><SPAN></SPAN></FONT></P>
<P style="TEXT-ALIGN: left"><FONT size=3><SPAN>（2）效果：</SPAN><SPAN></SPAN><SPAN><BR></SPAN></FONT></P>
<P><FONT size=3><IMG src="http://www.csufresno.edu/cgi-bin/Count.cgi?display=date&amp;dd=A" border=0><SPAN><A href="http://spaces.msn.com/members/atiger/?mkt=en-us"><FONT size=1>[AD]</FONT><AD- border="0" w.csufresno.edu cgi-bin Count.cgi?display='date&amp;dd=B"' width="150"></A> <A href="http://spaces.msn.com/members/atiger/?mkt=en-us"><FONT size=1>[AD]</FONT><AD- border="0" w.csufresno.edu cgi-bin Count.cgi?display='date&amp;dd=C"' width="150"></A> <A href="http://spaces.msn.com/members/atiger/?mkt=en-us"><FONT size=1>[AD]</FONT><AD- border="0" w.csufresno.edu cgi-bin Count.cgi?display='date&amp;dd=D"' width="98"></A> <A href="http://spaces.msn.com/members/atiger/?mkt=en-us"><FONT size=1>[AD]</FONT><AD- border="0" w.csufresno.edu cgi-bin Count.cgi?display='date&amp;dd=E"' width="70"></A></SPAN><BR><BR>代码：<SPAN><FONT color=#ff0000>&lt;P&gt;&lt;IMG src="http://www.csufresno.edu/cgi-bin/Count.cgi?display=date&amp;dd=A" border=0&gt;&lt;/P&gt;</FONT></SPAN><BR><BR>这个代码是按照美国东部时间设计的，<SPAN>共有五种款式，修改“dd=”后面的代码 A 为 B、C、D 或 E 即可。<BR><BR><BR>（3)效果：<BR></SPAN></FONT></P>
<P><FONT size=3><IMG src="http://escati.linkopp.net/cgi-bin/date.cgi?trgb=red&amp;srgb=red&amp;prgb=red&amp;timezone=GMT-0800" border=0></FONT></P>
<P><FONT size=3><BR></FONT>&nbsp;</P>
<P><FONT size=3>代码：<SPAN><FONT color=#ff0000>&lt;P&gt;&lt;IMG src="http://escati.linkopp.net/cgi-bin/date.cgi?trgb=red&amp;srgb=red&amp;prgb=red&amp;timezone=GMT</FONT></SPAN></FONT></P>
<P><FONT size=3><SPAN><FONT color=#ff0000>-0500" border=0&gt;&lt;/P&gt;</FONT></SPAN></FONT></P>
<P><FONT size=3><BR><SPAN></SPAN></FONT></P>
<P><FONT size=3><SPAN></SPAN><SPAN style="FONT-WEIGHT: bold"></SPAN>2.显示时钟、访客计时器</FONT></P>
<P><FONT size=3><BR></FONT>&nbsp;</P>
<P><FONT size=3>时钟的代码已经在前一篇日志中介绍过，现在介绍一种新的静态时钟。</FONT></P>
<P><FONT size=3><BR></FONT></P>
<P><FONT size=3>（1）效果：</FONT></P>
<P><SPAN><BR>
<P align=center><FONT size=3><IMG src="http://escati.linkopp.net/cgi-bin/clock.cgi?trgb=000000&amp;srgb=00ff00&amp;prgb=221100&amp;timezone=GMT-0800" border=0></FONT></P>
<P><FONT size=3>代码：</FONT></P></SPAN><FONT size=3><SPAN><FONT color=red>&lt;img src="http://escati.linkopp.net/cgi-bin/clock.cgi?trgb=000000&amp;srgb=00ff00&amp;prgb=221100&amp;t</FONT></SPAN> </FONT>
</P><P></P>
<P></P>
<P></P>
<P></P>
<P></P>
<P></P>
<P></P>
<P></P>
<P><FONT size=3></FONT></P>
<P><SPAN><FONT color=red size=3>imezone=GMT-0800" border=0&gt;</FONT></SPAN><SPAN><FONT size=3> </FONT>
<P align=center><FONT size=3><BR></FONT></P></SPAN>
</P><P></P>
<P></P>
<P></P>
<P></P>
<P></P>
<P></P>
<P></P>
<P></P>
<P></P>
<DIV style="TEXT-ALIGN: left">
<DIV style="TEXT-ALIGN: left"><FONT size=3><SPAN>
<P align=center><BR></P></SPAN>（2）效果：<SPAN> 
<P align=center><STRONG>您已经在本站逗留了&nbsp;</STRONG><IMG style="VERTICAL-ALIGN: middle" height=70 src="http://img451.imageshack.us/img451/5681/17sw.gif" width=67 border=0><IMG style="VERTICAL-ALIGN: middle" height=70 src="http://img451.imageshack.us/img451/2654/26mf.gif" width=33 border=0><IMG style="VERTICAL-ALIGN: middle" height=70 src="http://img451.imageshack.us/img451/7677/38qp.gif" width=33 border=0><IMG style="VERTICAL-ALIGN: middle" height=70 src="http://img451.imageshack.us/img451/4378/42zs.gif" width=85 border=0><STRONG>，谢谢光临！</STRONG></P>
<P align=center><BR><STRONG></STRONG></P></SPAN></FONT>
<DIV style="TEXT-ALIGN: left"><FONT size=3><SPAN>
<P align=center><STRONG></STRONG></P></SPAN>代码：<SPAN> 
<P><FONT color=#ff0000>&lt;P&gt;&lt;IMG src="http://img451.imageshack.us/img451/5681/17sw.gif" border=0 width="67" height="70"&gt;<BR>&lt;IMG src="http://img451.imageshack.us/img451/2654/26mf.gif" border=0 width="33" height="70"&gt;<BR>&lt;IMG src="http://img451.imageshack.us/img451/7677/38qp.gif" border=0 width="33" height="70"&gt;<BR>&lt;IMG src="http://img451.imageshack.us/img451/4378/42zs.gif" border=0 width="85" height="70"&gt;&lt;/P&gt;</FONT></P>
<P>这样就可以提示访客所访问的时间，而且和以前的计时器比起来做得更精致些。（<FONT color=#0000ff><STRONG>注意：</STRONG>复制代码的时候，要把&lt;IMG&gt;语句之间的空格去掉，不然就会显得四分五裂一样</FONT>）</P><BR>
<P><BR></P>
<P>3.显示访客IP地址：</P>
<P>（1）效果：<SPAN> 
<DIV align=center><A href="http://spaces.msn.com/atiger/?mkt=en-us"><IMG height=150 src="http://www.hotik.com/sign.png" width=300 align=top border=0></A><BR><BR>
<DIV style="TEXT-ALIGN: left">代码：<SPAN><FONT color=#ff0000>&lt;P align=center&gt;&lt;IMG src="http://www.hotik.com/sign.png"&gt;&lt;/P&gt;<BR><BR><BR></FONT></SPAN></DIV></DIV></SPAN>
</P><P></P>
<P></P>
<P></P>
<P></P>
<P></P>
<P></P>
<P></P>
<P></P>
<P></P></SPAN><SPAN>
<P align=center><STRONG></STRONG></P></SPAN></FONT></DIV><FONT size=3><SPAN></SPAN></FONT></DIV><FONT size=3><SPAN></SPAN></FONT></DIV>
<P><FONT size=3>2.效果：<SPAN> </SPAN></FONT></P>
<DIV align=center><A href="http://spaces.msn.com/members/atiger/?mkt=en-us"><IMG height=95 src="http://www.danasoft.com/vipersig.jpg" width=259 align=top border=0></A><BR><BR>
<DIV style="TEXT-ALIGN: left">代码：<SPAN><FONT color=#ff0000>&lt;P align=center&gt;&lt;IMG src=http://www.danasoft.com/vipersig.jpg&gt;&lt;/P&gt;<BR><BR><BR></FONT></SPAN></DIV></DIV>
<P></P></DIV></FONT></FONT></SPAN>3.效果：<SPAN> 
<P></P>
<DIV align=center><A href="http://spaces.msn.com/atiger/?mkt=en-us"><IMG src="http://www.myelogo.com/elogo_user/2.jpg" border=0></A><BR>
<DIV style="TEXT-ALIGN: left"><BR>代码：<SPAN><FONT color=#ff0000>&lt;P align=center&gt;&lt;IMG src=http://www.myelogo.com/elogo_user/2.jpg&gt;&lt;/P&gt;<BR></FONT></SPAN><FONT style="COLOR: rgb(255,0,102)" size=3>文章来源：http://atiger.spaces.live.com/Blog/cns!1pULH0I9hEReHUZ6MWvfMq5w!300.entry</FONT></DIV></DIV></SPAN></DIV></DIV></STRONG></FONT>
<DIV></DIV></FONT></SPAN>
<DIV></DIV></A>
<P>&nbsp;</P>
<P><STRONG><FONT color=#0000ff size=3>十七，最后为大家介绍两个好网站</FONT></STRONG></P>
<P>1),<FONT color=#ff0066>素材网，里面好多漂亮的图片哦：</FONT> <A href="http://www.3lian.com/">http://www.3lian.com/</A></P>
<P>2),<FONT color=#ff0066>各类图标在线生成网站，非常不错：</FONT><A href="http://www.eoool.com/">http://www.eoool.com/</A></P>
<P>&nbsp;</P>
<P><STRONG>今天先整理到这里吧，好累啊...休息一下</STRONG><IMG src="http://mimg.163.com/popo/smile13.gif"><IMG src="http://mimg.163.com/popo/smile13.gif"><IMG src="http://mimg.163.com/popo/smile13.gif"></P>
<P>&nbsp; <EMBED allowScriptAccess="never"    pluginspage=http://www.microsoft.com/isapi/redir.dll?prd=windows&amp;sbp=mediaplayer&amp;ar=media&amp;sba=plugin&amp; src=http://pengxiaolong.com/pic/with.wma width="100%" height="11%" type=application/x-mplayer2 enablecontextmenu="1" loop="0" autostart="1" showstatusbar="1" showaudiocontrols="1" showcontrols="1" border="0" ></EMBED> </P></STRONG></FONT></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></DIV></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></div>]]></description>
	    <author><![CDATA[旭日东生]]></author>
	    <comments>http://yeshui1985.blog.163.com/blog/static/2488667200610593938606</comments>
    <slash:comments>5</slash:comments>
    <guid isPermaLink="true">http://yeshui1985.blog.163.com/blog/static/2488667200610593938606</guid>
    <pubDate>Sun, 5 Nov 2006 09:39:38 +0800</pubDate>
    <dcterms:modified>2006-11-05T09:39:39+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[老外不懂中文的超级笑话]]></title>	
    <link>http://yeshui1985.blog.163.com/blog/static/248866720061014320109</link>
    <description><![CDATA[<div><FONT color=#0000cc size=4><STRONG>1.有两个女生到法国留学，刚到巴黎，在街上看到一个黑人从对面走来，一个对另一个说“真黑啊。”那个黑人马上走到她们面前说了一句，“就你白！” <BR>　　 <BR>2.我朋友一再告戒我，在国外不要乱说中文。我问为什幺？他说：“他碰到过外国人懂中文的事，已经有好复瘟恕！彼团笥言诼蟮崩统远髁奶欤底藕先说幕疤猓蛭笥咽呛先耍峁懈龅鹿鷐m在边上插了一句，说：“我知道湖南人，很好，我看过一本书。”我朋友当时吓得楞了好几秒，没回过神。他从此以后都不在外说中文了，哈哈！ <BR>　　 <BR>3.更强的是我一个印度同学，一次有人问他，“听说你会说中国话，是幺？”那印度人立刻用中国话说：“你有毛病幺？你看不出我是印度人幺？我不会讲中国话。”立马抽丫的！ <BR>　　 <BR>4.在法兰克福的地铁上，对面坐了个高个儿，俺跟同伴随口说了一句，“那家伙腿可真长啊……”没想到那老外居然问俺：“你有多高？”吓了俺一跳，后来俺们还用中文聊了会天。他说，“你们中国人天不怕，天不怕，就怕洋鬼子开口说中国话，哈哈哈……”最后道别时，那个家伙居然还是用上海话说了一句“再会”，俺当时差点晕倒在地…… <BR>　　 <BR>5.我朋友的一件真事：朋友一次到东京出差，在一个高级大厦的电梯里看到一个金发碧眼穿着暴露的女郎走了进来。我这位朋友就小声问旁边的同事：“这是不是鸡啊？”谁料那个女郎猛的一回头用标准的京片子说：你丫说谁呢？小样儿！找抽吧？” <BR>　　 <BR>6.俺一同事（MM）在美国某机场，她和另外一位（也是MM）看见前面走着一位白人老奶奶，巨肥硕那种的。俩MM在后面用上海话说：“也不知道吃什幺能吃得这幺胖？”白人老奶奶回头，用上海话答曰“吃饭啊！” <BR>　　 <BR>7.我们一同学，在纽约，问路，一个巨pp的金发美女，很热心，还会中文，遂带着他走了一段，聊天，那同学夸奖说，你中文说的真好；那mm的回答巨强，说纽约就是中国人的殖民地，不会中文行幺！哈哈 <BR>　　 <BR>8.上次我老妈坐地铁去前门结果睡着了到站时猛然惊醒随口说了句：是前门吗？旁边一个外国小伙子利马点头说：是前门！于是老妈下车…… <BR>　　 <BR>9.有一次和老爸在法国才好笑，我们和4各人在电梯里，然后我跟老爸说了句，“老外好高”，那几个人告诉在法国我才是老外，现在想起来当时真是丢人。还在在法国，我在超市里找面包，嘴里不停地在说面包，面包，结果旁边一个人告诉我“面包在那边”，我还说了句“谢谢”。在日内瓦吃饭的时候，竟然有老外和我说广东话，而且还很标准，晕啊～ <BR>　　 <BR>10.我朋友在电梯里碰到一个老外.那老外衬衫上三个扣子没扣.我朋友就跟她朋友说:“那老外胸毛很性感“.那老外立刻回以中文:“谢谢“. <BR>　　 <BR>11.和朋友在一家韩国餐馆吃饭，服务生有西瓜太郎一样的头发，被我们评论了半天，最恐怖的是在那人给我们上菜的时候还肆无忌惮的说，n次之后，估计那人忍无可忍了，我们的炉子灭了，叫他给点火，那男人用标准的中文说“小心火，慢慢吃”，当时我们三个人疯了，楞是没听懂！他有用英语说了一遍，我们才缓过神来，大惊！完全无语！这顿饭的后半部分都没怎幺说话，被吓的！要知道我们在那家吃到了vip，这个过程中都不知道说了多少乱七八糟的啊！晕死！ <BR>　　 <BR>12.还有一次是统计课，老师教limit，下边一同学估计是没听清楚，顺口问了一句“什幺？”，老师说：“极限啊！”同学惊，我不解。便问旁边的人：“极限什幺意思？没听过这个词，怎幺拚？”我同位也疯了，大吼“中国话你也听不懂了，limit极限啊！”我恍然大悟状。从此洗心革面，再不敢在这个金发大胡子的课上胡说八道。 <BR>　　 <BR>12.我一朋友在国外，当时坐地铁，站在风口太冷，就很谨慎小心的遛到旁边一外国男生的旁边，让他挡风，然后，就听那哥们说，“挺聪明的嘛！”当时她就傻了。 <BR>　　 <BR>13.还有一个老外，楞是用标准的中文告诉我说，他最欣赏中国人在冬天的一个习惯，烫脚，好舒服啊。 <BR><BR>14.我朋友在南大看到一非洲老外：“hello，你妈是猴儿。”老外用纯正的天津话说：“你妈是大猩猩！” <BR><BR>15.那天我在这里灌水，发现好多人看帖都不回帖，心里面极不舒服，顺口说了一句“***，不回帖的肯定是洋鬼子！（因为不懂中文）”，碰巧，我身边坐着个美国佬，他回头向我说了一句很流利的中文“朋友，你说错了，我们洋鬼子看帖都回，因为我们洋鬼子和你们都是人，是人就会回帖的，这叫人性！只有没有人性的人才不会回帖！”</STRONG></FONT></div>]]></description>
	    <author><![CDATA[旭日东生]]></author>
	    <comments>http://yeshui1985.blog.163.com/blog/static/248866720061014320109</comments>
    <slash:comments>4</slash:comments>
    <guid isPermaLink="true">http://yeshui1985.blog.163.com/blog/static/248866720061014320109</guid>
    <pubDate>Wed, 1 Nov 2006 16:32:00 +0800</pubDate>
    <dcterms:modified>2006-11-01T16:32:00+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[所谓伊人，在水一方。]]></title>	
    <link>http://yeshui1985.blog.163.com/blog/static/2488667200692010150449</link>
    <description><![CDATA[<div><P><FONT size=4><SPAN style="FONT-SIZE: 9pt; COLOR: blue; FONT-FAMILY: 宋体"><FONT color=#ffffff>蒹葭苍苍，白露为霜</FONT>。</SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: red; FONT-FAMILY: 宋体">所谓伊人，在水一方</SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: blue; FONT-FAMILY: 宋体">。</SPAN></FONT></P>
<P><SPAN style="FONT-SIZE: 9pt; COLOR: blue; FONT-FAMILY: 宋体"></SPAN><FONT size=4><SPAN style="FONT-SIZE: 9pt; COLOR: aqua; FONT-FAMILY: 宋体">溯洄从之，道阻且长。溯游从之，宛在水中央。</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: aqua"></SPAN></FONT></P>
<P><FONT size=4><SPAN style="FONT-SIZE: 9pt; COLOR: blue; FONT-FAMILY: 宋体"><FONT color=#ffffff>蒹葭萋萋，白露未晞</FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: fuchsia; FONT-FAMILY: 宋体">。</SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: red; FONT-FAMILY: 宋体">所谓伊人，在水之湄</SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: blue; FONT-FAMILY: 宋体">。</SPAN></FONT></P>
<P><SPAN style="FONT-SIZE: 9pt; COLOR: blue; FONT-FAMILY: 宋体"></SPAN><FONT size=4><SPAN style="FONT-SIZE: 9pt; COLOR: aqua; FONT-FAMILY: 宋体">溯洄从之，道阻且跻。溯游从之，宛在水中坻。</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: aqua"></SPAN></FONT></P>
<P><FONT size=4><SPAN style="FONT-SIZE: 9pt; COLOR: blue; FONT-FAMILY: 宋体"><FONT color=#ffffff>蒹葭采采，白露未已</FONT>。</SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: red; FONT-FAMILY: 宋体">所谓伊人，在水之涘</SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: blue; FONT-FAMILY: 宋体">。</SPAN></FONT></P>
<P><SPAN style="FONT-SIZE: 9pt; COLOR: blue; FONT-FAMILY: 宋体"></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: aqua; FONT-FAMILY: 宋体"><FONT size=4>溯洄从之，道阻且右。溯游从之，宛在水中沚。</FONT></SPAN><SPAN lang=EN-US style="COLOR: aqua"></SPAN></P></div>]]></description>
	    <author><![CDATA[旭日东生]]></author>
	    <comments>http://yeshui1985.blog.163.com/blog/static/2488667200692010150449</comments>
    <slash:comments>2</slash:comments>
    <guid isPermaLink="true">http://yeshui1985.blog.163.com/blog/static/2488667200692010150449</guid>
    <pubDate>Fri, 20 Oct 2006 22:15:00 +0800</pubDate>
    <dcterms:modified>2006-10-20T22:15:00+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[鬼版笑话]]></title>	
    <link>http://yeshui1985.blog.163.com/blog/static/2488667200691510342755</link>
    <description><![CDATA[<div><STRONG><FONT size=4><SPAN SPAN 鬼版笑话><><BR><BR></SPAN></FONT></STRONG><SPAN size="4">1.退鬼<BR>　　<BR>　　一懒人少洗濯，身藏污纳垢不知自洁。某夜与乡里同行，坟地遇鬼不得脱，遂抽一物事挥动，鬼见之速退。乡里问是何法器，懒人答：“臭袜子。” <BR><BR>迟到<BR>2.　一人独居高层，夜半牛头马面至，告明晚亥时勾魂，请自备后事。次日牛头马面亥时过已很久方到，人责之：怎么才来？牛头马面喘道：电梯停了，爬楼上来的。<BR><BR>3. 吓死我了<BR>　　一游客入深山老屋避雨，有鬼作势加害，恰逢大风摧垮老屋，人鬼皆逃。人扪胸道：吓死我了！鬼也扪胸道：吓死我了！人怪之：你死什么？鬼惭乃去。 <BR>4. 死得难看<BR>　　一人夜行遇鬼，大惊失色，手抠口舌，眼努眶外，面貌极度扭曲而死。鬼近看，呕吐。<BR>5. 笔仙内急<BR>　　几人请笔仙，久唤不至，正欲作罢，笔仙忽临画圈不止。问为何迟到，答：刚刚在蹲茅厕。 <BR>6. 没啥干的<BR>　　贪官暴亡，赴阴司销账。鬼判见一人紧随其后，问：何人阳寿未尽擅来此地？答：单位会计，只因官将帐搂空，留下没啥做的，一起来了。<BR>7. 称称<BR>　　群鬼过奈何桥皆顺，孟婆独拦一人命其过磅。群鬼疑之：鬼有重量？孟婆答：此人脸大心空，一贯不知轻重，今要他自知有几两。<BR>8.睡过头了<BR>　　一人重病，医院急救，几番折腾后夜均极度疲乏，大家昏昏入梦。早起大夫嚷道：妈呀，睡过头了，忘给他做紧急救治。护士醒：妈呀，睡过头了，忘给他换点滴。家属也醒：妈呀，一夜不换点滴不急救，咋还活着？只听冥冥中一阴测测声音道：妈呀，睡过头了，忘了勾魂！<BR>9.入乡要随俗<BR>　　一文人鬼奈何桥上感慨娇妻尚在人间：奈何桥上两茫茫，红颜何时屡此方。三十年来望不尽，我守桥头你守房。鬼奴不耐烦，推其快走，应道：奈何桥上无旧鬼，少来此地装老葱。<BR>10.知父莫如子<BR>　　一老人故，孝子请来群和尚超度，却有个特别吩咐，要老人灵魂上东天。和尚奇道：去西天才是极乐世界。孝子答：家父平生最好胳膊扭大腿，人说东他偏向西。就这么向东念吧，他一准就去西天了。<BR>11.远道<BR>　　阎王命普查，发现深山多寿星，问鬼判为何勾魂不均，鬼判支吾道：道儿太远了，去一次挺累的…… <BR>12.分工不同<BR>　　马面突至，欲勾老张魂魄，老张恐极，好烟好茶重金款待，恨不能倾其所有以换阳寿，马面饱囊而去。未几，另一马面又勾魂，老张冤道：不是放我阳寿么？新马面冷笑：傻，你被唬了，它不管这片儿……<BR>14.忘了一半<BR>　　一人死，奈何桥头喝孟婆汤，近半时突吻孟婆，婆羞且怒：戏弄老婆子作甚？死者：我临死前要吻一人，刚才喝汤偏忘了要吻谁。就你吧。<BR><BR>15.尊重艺术<BR>　　<BR>　　歌唱家多次谢幕，观众始满意散去。唯一人不走，自称勾魂马面。问为何苦等，答：总得让你唱完吧。<BR>17.主义<BR>　　<BR>　　一教授讲课：人死了变成蝴蝶，是浪漫主义。被马面请走，是古典主义。被火化，是现实主义。被冷冻等复活，是超现实主义。还有，大家想不到我已经死了吧？这是荒诞主义……<BR>18.算得准<BR>　　<BR>　　打卦先生（看签文）：你今天要发一笔小财……<BR>　　问卦的：对，我也感觉到了……<BR>　　问卦的走后，旁边看客指点打卦先生：刚才那是小偷，你钱包被……<BR>19.榨取<BR>　　<BR>　　画家死后，他的经纪人始终有新画出卖。<BR>　　一日酒后终于吐露真言：“嘘……他还在画室画呢，我没告诉他他已经死了。”<BR>20.便宜货<BR>　　<BR>　　一色翁死，其子烧了两个纸糊小姐陪葬，贪便宜买了纸面不好的。<BR>　　不日色翁托梦：“吝啬儿子，那小姐有皮肤病……”<BR>21.化妆舞会<BR>　　<BR>　　化妆舞会结束，嘉宾按要求除下自己的伪装。<BR>　　一个“木乃伊”请旁边人帮他解尸布……最后大家只看到了一堆尸布。<BR>22.笨鬼<BR>　　<BR>　　某人笨，行路常被撞，且得“瞎子，走路看着点！”之赠语。<BR>　　终车祸而死，魂魄游荡再不受阻，方慰，迎头被一胖鬼撞翻。<BR>　　“瞎子，走路看着点！”胖鬼怒骂。 <BR>23.阎王看档案<BR>　　<BR>　　阎王在翻阅新鬼的死亡情况报告，边看边评论：<BR>　　<BR>　　被一枪打死是幸运<BR>　　………………<BR>　　恩，断头台很痛快<BR>　　…………<BR>　　在床上老死还是幸福的<BR>　　………………<BR>　　被车撞死，他是拄拐棍下地狱的么？<BR>　　………………<BR>　　…………这个，这个，被砍了178刀呻吟了3个小时才死……天哪，这倒霉蛋遇到行为艺术家了！<BR>24.　条件所限<BR>　　一损友在电脑上看《午夜凶铃》，外人问：电脑效果差，怎么不用VCD？<BR>　　答：你不知，电脑屏幕小，贞子爬不出来…… 　<BR>25.好地段<BR>　　<BR>　　死者儿子哭嚎：“牛头马面，多烧点钱，麻烦带我爹魂魄去上海“<BR>　　牛头马面奇怪：“千里迢迢，为何劳动老爹阴魂？“<BR>　　儿子道：“上海地段好，我爹去了，可以分到天价房“<BR>26.　大鬼小鬼和老鬼4则<BR>　　<BR>　　大鬼：今晚我们去吓唬人，呼呼，嘎嘎，稀里哗啦。<BR>　　小鬼：干吗跟人过不去？<BR>　　老鬼：别管他，那家伙死于人格分裂。<BR>　　<BR>　　大鬼：今晚吓人计划不成功。<BR>　　小鬼：都是你，吓唬人也不挑地方，干吗去盲人按摩院……<BR>　　<BR>　　老鬼：小鬼，前几天你家里烧来的纸钱呢？<BR>　　小鬼：跟大鬼合伙投资了。<BR>　　老鬼：赚了没有？<BR>　　小鬼：…………这个傻瓜，鬼没有脚，它却非要开鞋店！<BR>　　<BR>　　小鬼：我摸彩中奖了，可以去天堂五日游！<BR>　　大鬼：傻瓜，天使到时候一定告诉你，天堂在装修</FONT></SPAN></SPAN></div>]]></description>
	    <author><![CDATA[旭日东生]]></author>
	    <comments>http://yeshui1985.blog.163.com/blog/static/2488667200691510342755</comments>
    <slash:comments>1</slash:comments>
    <guid isPermaLink="true">http://yeshui1985.blog.163.com/blog/static/2488667200691510342755</guid>
    <pubDate>Sun, 15 Oct 2006 22:34:27 +0800</pubDate>
    <dcterms:modified>2006-10-15T22:34:27+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[想飞]]></title>	
    <link>http://yeshui1985.blog.163.com/blog/static/24886672006915103137</link>
    <description><![CDATA[<div><P><STRONG><FONT color=#ff3399 size=6>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 我想飞</FONT></STRONG></P>
<P><FONT color=#ff3399 size=6>我想飞，因为我是一之雄鹰，不甘心将我的双翼，成为永远的回忆。 <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;我想飞，因为我对天空充满向往，不甘心只做大地的小草。 <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;我想飞，因为蓝色是我的目标，不甘心沉迷于黄土的衬托。 <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;我想飞，因为有一颗心一直在为我照路，不甘心永远的幻想。 <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;我想飞，因为飞翔是自由的象征， <BR><BR></FONT><SPAN style="FONT-SIZE: 12px; FONT-FAMILY: 仿宋体"><FONT color=#ff3399 size=6>多么渴望有一双能让自己飞翔的翅膀，<BR>多么渴望能飞过山川河流到有你的地方，<BR>多么渴望感受到有你的气息，<BR>多么渴望能够自由的飞翔；<BR><BR>我想飞，飞向蓝天的怀抱，<BR>让微风在耳边低语，<BR>让白云带走纷飞的思绪，<BR>让心变得开阔。<BR><BR>我想飞，飞向那自由的空间<BR>让生活变得无拘无束，<BR>让幸福就象花朵一样开放，<BR>让心自由飞翔。<BR><BR>我想飞，飞向浩瀚无际的夜空<BR>让星星托去我的祝福，<BR>让月光捎去的我思念，<BR>让心不再孤独<BR><BR>我想飞，飞向遥远美丽的地方，<BR>和思念的人儿一起欢快的舞蹈，<BR>去感受相逢的喜悦爱的旋律，<BR>让心变得甜蜜。<BR><BR>我想飞，飞越千山万水<BR>不怕路途有多艰险<BR>不怕将付出什么代价<BR>只要能够到达我想去的地方<BR>只要有你生活的地方<BR>那将是我筑巢的蜜林！</FONT></SPAN></P>
<P><SPAN style="FONT-SIZE: 12px; FONT-FAMILY: 仿宋体"><FONT color=#ff3399 size=6></FONT></SPAN>&nbsp;</P></div>]]></description>
	    <author><![CDATA[旭日东生]]></author>
	    <comments>http://yeshui1985.blog.163.com/blog/static/24886672006915103137</comments>
    <slash:comments>1</slash:comments>
    <guid isPermaLink="true">http://yeshui1985.blog.163.com/blog/static/24886672006915103137</guid>
    <pubDate>Sun, 15 Oct 2006 22:31:03 +0800</pubDate>
    <dcterms:modified>2006-10-23T22:31:05+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[2006年“感动中国十大年度人物”]]></title>	
    <link>http://yeshui1985.blog.163.com/blog/static/248866720069149634748</link>
    <description><![CDATA[<div><b>2006年“感动中国十大年度人物”<br></b>&nbsp;<strong>魏青刚、丛飞、</strong><strong>、聂海胜、黄伯云、李春燕、洪战辉、陈健、邰丽华、杨业功、王顺友、被评为“感动中国十大年度人物”，青藏铁路建设者被授予特别奖。<br></strong>&nbsp;&nbsp; 　　<strong>搏击巨浪勇救人魏青刚<br></strong>&nbsp;&nbsp;
　　去年8月8日，成百上千的人聚集在青岛崂山海岸边观看“麦莎”带来的海潮。不料一个巨浪袭来，把岸边的一个女青年卷入海中。此时，正在岸边、从河南来
青岛做装修工的魏青刚没有丝毫犹豫，纵身跳下两米多高的防浪墙，向落水女青年游过去。一次、两次、三次，魏青刚跟巨浪搏斗了40分钟。3天后，人们才知道
了英雄魏青刚的名字。<br>&nbsp;&nbsp; 　<strong>　把时间献给孩子丛飞<br></strong>&nbsp;&nbsp;
　　12年前一次义演改变了丛飞的人生，从此他热心公益事业，为社会公益演出400多场，义工服务时间6000多小时，无私捐助失学儿童和残疾人达146
人，认养孤儿37人，捐助金额超过300万元。但丛飞的家俭朴得令人难以置信。去年，丛飞罹患胃癌晚期，而他却把大家捐给他治病的钱拿出2万元捎往贵州织
金县贫困山区。<br>&nbsp;&nbsp; 　　<strong>飞天英雄费俊龙、聂海胜<br></strong>&nbsp;&nbsp;
　　“没有哪一年会让这么多的中国人那么久地凝望天空，在漫天的繁星中我们好像看到了两双黑眼睛。那黑眼睛里带着自豪、带着笑意，好像在和我们对视，我们
所有的中国人都知道牵连着我们的是什么”。去年10月12日至17日，费俊龙、聂海胜完成了5天5夜115小时的太空之旅，国人为之瞩目。<br>&nbsp;&nbsp; 　　<strong>15年铸成倚天剑黄伯</strong>云<br>&nbsp;&nbsp; 　　他花了15年，终于磨成了一柄倚天长剑———高性能炭/炭复合材料制成的大型民用飞机刹车片，使我国成为继英、法、美之后第4个拥有航空制动材料生产技术的国家。去年他获得国家技术发明奖一等奖，结束了该奖项连续6年空缺的历史。<br>&nbsp;&nbsp; 　　<strong>照亮苗乡的月亮李春燕<br></strong>&nbsp;&nbsp;
　　5年前来到贵州东南部月亮山区的苗族村寨大塘村的李春燕在当地建起了第一个卫生室。但原来想靠行医养活全家的她很快发现，现实情况完全不像她设想的那
样，很多来看病的人根本就付不起医药费。几年下来，李春燕得到的只是一堆欠账条。由于长期入不敷出，难以支撑，2004年初李春燕夫妇准备外出打工。就在
他们要走的头一天晚上，许多村民靠卖米、卖鸡蛋凑了100多块钱还给李春燕。看着一张张皱巴巴的一元、两元钱，听着“李医生你走了，我们可怎么办”的话
语，李春燕又决定留了下来。 <br>&nbsp;&nbsp; 　　<strong>带着妹妹上大学洪战辉<br></strong>&nbsp;&nbsp; 　　13岁单薄的肩膀担起整个家庭的重担，洪战辉带着妹妹走进大学校园的事迹，已经广为传颂。在颁奖典礼上，他动情地说：“有句话是我想送给大家的：苦难的经历并不是我们博得别人同情的资本，奋斗才是最重要的。”<br>&nbsp;&nbsp; <br>&nbsp;&nbsp; 　　<strong>37年坚守诺言陈健<br></strong>&nbsp;&nbsp; 　　1969年8月15日，20岁的上海知青金训华为抢救国家财产英勇献身。来到黑龙江逊克插队的近5000名上海知青陆续返城了，只留下了一位默默的守墓人———当年跟金训华一同跳入洪水中的陈健。<br>&nbsp;&nbsp; 　　陈健不是不想回上海，也不是没有机会。一次生命的交换，让他内心留下了永远的歉疚：“有金训华的牺牲才有我今天的活着。金训华留在了逊克这片土地上，我一个活着的人为什么不可以陪伴他呢？<br>&nbsp;&nbsp; 　　30多年里，无论刮风下雪，陈健每年要到金训华墓地祭扫。他信守着当年战友下葬时自己心底默默许下的一个诺言：一辈子留在此地，陪伴这位长眠黑土地、再也不能还乡的战友。<br>&nbsp;&nbsp; <br>&nbsp;&nbsp; 　　<strong>无声世界创造美丽邰丽华<br></strong>&nbsp;&nbsp; 　　2005年的春节晚会，一下子让所有的中国人都知道了邰丽华，以及她领衔主演的舞蹈《千手观音》。在无声的世界里，邰丽华创造出一种特殊的美丽，给人们带来纯净至美的艺术享受。<br>&nbsp;&nbsp; <br>&nbsp;&nbsp; 　　<strong>中国军人的旗帜杨业功<br></strong>&nbsp;&nbsp;
　　在夫人杨玉珍的回忆中，第二炮兵某基地原司令员杨业功总是很忙，一年有三分之二的时间在外面工作，即使不出差，到下班总要打电话催他回家。而一家四口
人待在一起时间最长的，就是杨业功因病住院的8个月。生病期间，他练书法写得最多的4个字是“锐旅雄师”；在弥留之际，出现在杨业功最后幻觉中的，依然是
沙场点兵。<br>&nbsp;&nbsp; <br>&nbsp;&nbsp; 　<strong>马班邮路的铁汉王顺友<br></strong>&nbsp;&nbsp; 　　孤独是四川省凉山彝族自治州木里藏族自治县投递员王顺友的一种生活常态。<br>&nbsp;&nbsp; 　　每送一次邮件需要半个月，在这段时间里自己跟自己的歌声打交道，跟身边陪伴他的马打交道，这种“孤独”，是让人尊敬的。<br>&nbsp;&nbsp; 　　20年，每年至少330天，在苍凉孤寂的深山峡谷里踯躅独行；20年，步行26万公里，足可重走长征路21回，环绕地球6圈半；20年，没延误一个班期，没丢失一封邮件，投递准确率100%。平凡的工作呈现出一种不平凡的伟大。 </div>]]></description>
	    <author><![CDATA[旭日东生]]></author>
	    <comments>http://yeshui1985.blog.163.com/blog/static/248866720069149634748</comments>
    <slash:comments>1</slash:comments>
    <guid isPermaLink="true">http://yeshui1985.blog.163.com/blog/static/248866720069149634748</guid>
    <pubDate>Sat, 14 Oct 2006 09:06:34 +0800</pubDate>
    <dcterms:modified>2006-10-14T09:06:34+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[要和你一起做的100件事(下)]]></title>	
    <link>http://yeshui1985.blog.163.com/blog/static/24886672006530831510</link>
    <description><![CDATA[<div><P><SPAN class=null><STRONG><FONT color=#fe3981>要和你一起做的100件事</FONT></STRONG></SPAN></P>
<P><SPAN class=null>&nbsp;51.加班回来不管多晚都等你一起睡觉。</SPAN></P>
<P><SPAN class=null>&nbsp;52.给你织一件毛衣，如果技术和时间都允许，在给你的父母各织一件。</SPAN></P>
<P><SPAN class=null>&nbsp;53.时常拍大头贴，贴满可以贴的地方。</SPAN></P>
<P><SPAN class=null>&nbsp;54.一起在国外生活一段时间。 </SPAN></P>
<P><SPAN class=null>55.如果对方和朋友出去玩，自己不能同行的时候，也要乖巧的等待对方回来，毫不抱怨。 </SPAN></P>
<P><SPAN class=null>56.在房间里摆满两个人的照片</SPAN></P>
<P><SPAN class=null>&nbsp;57.家里市场有新鲜的水果，洗干净了摆在桌上，随时都可以取来就啃，</SPAN></P>
<P><SPAN class=null>&nbsp;58.在你下班的时候突然出现在你单位门口，时常想着给你惊喜。</SPAN></P>
<P><SPAN class=null>&nbsp;59.要发誓一起吃遍天下的美食。</SPAN></P>
<P><SPAN class=null>&nbsp;60.一起选床单和窗帘的颜色，还有家里的每样家具，装修的时候亲自到现场监督。 </SPAN></P>
<P><SPAN class=null>61.过年放鞭炮的时候你帮我捂上耳朵。 </SPAN></P>
<P><SPAN class=null>62.找一棵树刻上彼此的名字，并圈上一个大大的心。 </SPAN></P>
<P><SPAN class=null>63.一起手拉手的走在没有脚印的雪地里。用呵出的白气给对方捂手。</SPAN></P>
<P><SPAN class=null>&nbsp;64.买一套专业的野营装备，至少要使用他们一次。 </SPAN></P>
<P><SPAN class=null>65.每天晚上互相提醒着对方吃维生素、喝牛奶。 </SPAN></P>
<P><SPAN class=null>66.坐在沙发上一起看电视的时候便吃东西边叠洗好的衣服，然后强迫你说我叠得十分整齐。</SPAN></P>
<P><SPAN class=null>&nbsp;67.不强迫你陪着我逛街。</SPAN></P>
<P><SPAN class=null>&nbsp;68.夜里醒来的时候钻到你的胳膊底下，亲亲你，接着睡。</SPAN></P>
<P><SPAN class=null>&nbsp;69.有了好消息或者坏消息第一个告诉你。</SPAN></P>
<P><SPAN class=null>&nbsp;70.凡事都互相商量，但是尊重对方的选择，并无条件支持。</SPAN></P>
<P><SPAN class=null>&nbsp;71.一起度过每一个生日，尽量和父母一起，如果不行，至少要打电话给他们</SPAN></P>
<P><SPAN class=null>72.练习几首对唱歌曲，在KTV的时候是人人羡慕的保留曲目。</SPAN></P>
<P><SPAN class=null>&nbsp;73.有一个小板子挂在门后，每天都留言给对方。说爱你，或者对不起。</SPAN></P>
<P><SPAN class=null>&nbsp;74.永远不说谢谢</SPAN></P>
<P><SPAN class=null>75.等我们变老的时候一起看年轻时候的照片，讲述我们相爱的故事给孩子们听。</SPAN></P>
<P><SPAN class=null>&nbsp;76.站在栏杆边上，享受你从身后抱着我的温柔</SPAN></P>
<P><SPAN class=null>&nbsp;77.用相同的银行密码。并熟记对方的QQ、MSN、油箱的密码，但是彼此保留一些私人空间。</SPAN></P>
<P><SPAN class=null>&nbsp;78.下雨的时候只打一把伞，叫你搂着我的肩膀。</SPAN></P>
<P><SPAN class=null>&nbsp;79.时常练字，能够把对方的名字写得很好看，甚至会模仿对方签字（无不良企图）。 </SPAN></P>
<P><SPAN class=null>80.寻找不同的出行方式，骑单车、坐船、骑马甚至热气球 </SPAN></P>
<P><SPAN class=null>81.尝试每个新开的博物馆、游乐场、纪念堂。 </SPAN></P>
<P><SPAN class=null>82.认真听你说话，不自作聪明。 </SPAN></P>
<P><SPAN class=null>83.时常讨论是想要男孩还是想要女孩。从小叫他们学英文。 </SPAN></P>
<P><SPAN class=null>84.好好利用每个7天长假和年假，陪伴对方完成梦想。</SPAN></P>
<P><SPAN class=null>&nbsp;85.每次拜拜都先祈祷父母平安健康，然后是祈求能够永远相爱。</SPAN></P>
<P><SPAN class=null>&nbsp;86.你喜欢我长发我就长发，喜欢我短发我就短发，喜欢我烫卷我就烫卷，喜欢我棕色我就棕色。 </SPAN></P>
<P><SPAN class=null>87.养一盆花，互相提醒着浇水和给它晒太阳。 </SPAN></P>
<P><SPAN class=null>88.买一个熊送我，软软的，可以摆成任何姿势那种，可以叫我骑着睡觉。 </SPAN></P>
<P><SPAN class=null>89.让你吃我剩下的饭，不许有一点犹豫。</SPAN></P>
<P><SPAN class=null>&nbsp;90.在你的哥们儿来找你喝闷酒的时候，主动出去和好朋友逛街，回来之前给你打电话，如果他仍旧在我就回娘家住，给你们做好饭</SPAN></P>
<P><SPAN class=null>91.在公车上不扶着扶手，只搂着你的腰，偷偷的亲你，跟你脸上蹭来蹭去。</SPAN></P>
<P><SPAN class=null>&nbsp;92.如果你喝醉了回家，请相信，如果我有一点不快，全都来自于心疼，但是我仍然会耐心的照顾你。 </SPAN></P>
<P><SPAN class=null>93.把房间的布局时常变化，还有自己的形象，和我们的一些习惯，叫你永远都不会腻烦，每天充满新鲜。 </SPAN></P>
<P><SPAN class=null>94.调养你的身体，规划你的生活起居习惯，叫你活得越来越健康。 </SPAN></P>
<P><SPAN class=null>95.努力叫你的父母称赞我的贤惠、能干和孝顺，叫你的朋友羡慕你拥有可爱的妻子。 </SPAN></P>
<P><SPAN class=null>96.不管多忙多累，也要在有人来访的时候看到房间干净整洁清新，食物充足。</SPAN></P>
<P><SPAN class=null>&nbsp;97.记得你所有爱吃的东西和不爱吃的东西，我们一起克服挑食，喂对方吃下原本不爱吃但是有营养的东西。 </SPAN></P>
<P><SPAN class=null>98.不去计较吵架后谁先让步。</SPAN></P>
<P><SPAN class=null>&nbsp;99.承担对方的所有，如果有意外发生，替对方完成所有的心愿。</SPAN></P>
<P><SPAN class=null>&nbsp;100.把列出的这个单子贴在墙上，每完成了一个就在后边打钩，在爱的路上，不留遗憾。</SPAN></P></div>]]></description>
	    <author><![CDATA[旭日东生]]></author>
	    <comments>http://yeshui1985.blog.163.com/blog/static/24886672006530831510</comments>
    <slash:comments>1</slash:comments>
    <guid isPermaLink="true">http://yeshui1985.blog.163.com/blog/static/24886672006530831510</guid>
    <pubDate>Fri, 30 Jun 2006 20:31:51 +0800</pubDate>
    <dcterms:modified>2006-06-30T20:31:51+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[要和你一起做的100件事(上)]]></title>	
    <link>http://yeshui1985.blog.163.com/blog/static/24886672006530826350</link>
    <description><![CDATA[<div><P><SPAN class=null><STRONG><FONT color=#fe3981>要和你一起做的100件事</FONT></STRONG></SPAN></P>
<P>1.在每次小别之后第一次见面都要结结实实的一个拥抱，如果在公众场合，就要你亲亲我的脸，如果没人，就亲嘴巴。 </P>
<P>2.买一张可以放在床上的小桌，不愿意起床的时候，我们可以赖在被窝里上网，吃饭，下棋。</P>
<P>&nbsp;3.有一个漂亮的水晶花瓶，你下班回来的路上给我买的花，即便已经皱掉，也会高高兴兴地把他们插起来。 </P>
<P>4.每个月学一道新菜。 </P>
<P>5.躺在你的腿上看电视，指手画脚的叫你给我拿吃的。 </P>
<P>6.不强迫你丢掉以前女友的照片，但这并不代表你的钱包里可以不放我的照片。</P>
<P>&nbsp;7.制订两个人的管理条例，约定生气冷战可以，但是不许超过25秒。 </P>
<P>8.要一个大大的房间，有阳光、书柜、电脑、羊毛地毯和热茶。 </P>
<P>9.每次书市都不错过，在书市上花钱决不心疼，包括5块钱一根的羊肉串。</P>
<P>&nbsp;10.两个人在同一个房间上网的时候，用QQ和你说话，警告你不许背着我勾引坐在旁边的小妞。 </P>
<P>11.一起开车去一次很远的地方，手拉手的向路人问路，沿途拍下所有的美景。</P>
<P>&nbsp;12.每个季节都买一套情侣装，每次出门两个人的衣服都要相配。</P>
<P>&nbsp;13.永远都用相同款式、不同颜色的牙刷、毛巾和杯子，只盖一床被子。</P>
<P>&nbsp;14.每次单独出游都带给对方礼物，哪怕是一片树叶、一块石头。</P>
<P>&nbsp;15.有空就一起亲手制作家里的摆设，把自己画的画挂在墙上。</P>
<P>&nbsp;16.想抱抱的时候告诉你，一定要得到满足。 </P>
<P>17.每次你做饭我都吃得饶有兴致，然后主动要求洗碗，当然如果是我做饭你要表现得更加出色。</P>
<P>&nbsp;18.主动替对方的家人考虑，说出对方想说又迟疑的话。</P>
<P>&nbsp;19.如果老人愿意，在过年的时候，把双方的老人接到一起。 </P>
<P>20.每个月拿出一点钱存起来做一个奢侈基金，如果谁有什么有点奢侈的愿望，两个人商量着用这个钱来完成。</P>
<P>&nbsp;21.坐在你的腿上，帮你刮胡子。 </P>
<P>22.一起站在镜子面前刷牙。 </P>
<P>23.早上赖着你要求****，然后害得两个人上班迟到</P>
<P>&nbsp;24.和对方的朋友都搞好关系，常常四人约会，或一同出游，等有了小孩子就一起过周末。</P>
<P>&nbsp;25.不管和谁争执，始终两个人站在一边。只在没有别人的时候吵架，当然是不可避免的时候。</P>
<P>&nbsp;26.鼓励你写小说，做第一个读者。并帮助你寻找灵感。</P>
<P>&nbsp;27.用电视剧中的对白说只有两个人才明白的话。 28.给对方起可爱的外号，冷不丁的当着外人叫出来。</P>
<P>&nbsp;29.一起逛菜市场，我讨价还价，你付钱，你拎着。</P>
<P>&nbsp;30.给你洗头发，按摩肩膀，两个人面对面坐着给对方揉脚丫。</P>
<P>&nbsp;31.你生病的时候陪你坐在床上，把你的头靠在我的胸前，一起看电视，喂你吃药，陪你去打针。</P>
<P>&nbsp;32.开车出去的时候永远坐在你的旁边，在你把手放在档位上的时候摸摸你的手，红灯的时候叫你亲亲。 </P>
<P>33.不需要你记住任何你用的鞋油、洗洁精、着哩水的牌子，但是如果你愿意，最好记住我常常使用的卫生巾是什么牌子，也许用得上。</P>
<P>&nbsp;34.偷偷的买回你想买却没舍得的东西。</P>
<P>&nbsp;35.不论走到哪里，都惦记着对方的父母、兄弟姐妹，给他们带礼物。给自己父母买礼物的时候说是对方的主意。 </P>
<P>36.做西餐给你吃，不管你爱不爱吃，至少吃一次 </P>
<P>37.帮你买好所有的袜子、内衣裤、领带、衬衫，保证他们舒适、合身又漂亮。</P>
<P>&nbsp;38.在你出差的时候帮你整理箱子。</P>
<P>&nbsp;39.在外人面前夸奖你。 </P>
<P>40.给你所有可以叫你大男子主义的机会，但是回家以后你就是我的宝宝，而且可以叫我为所欲为</P>
<P>&nbsp;41.买一个烤箱，和全套的工具，做最专业的披萨和奶酪蛋糕，叫你的家人和朋友交口称赞。 </P>
<P>42.在你洗澡忘记拿内衣的时候故意不递给你，看你嗖的跑进卧室然后哈哈大笑，追过去继续取笑。 </P>
<P>43.高兴的时候帮你擦头发，吹干。</P>
<P>&nbsp;44.冬天的时候在家里吃火锅。 </P>
<P>45.一起游泳，锻炼，打球，攒钱买2张健身俱乐部的会员卡。</P>
<P>&nbsp;46.给小孩起个好听的名字，还有小名。</P>
<P>&nbsp;47.如果想养宠物，就到街上找流浪的小猫小狗把他们领养，照顾他们。 </P>
<P>48.有一个专门的柜子放我的零食，允许你偷吃，但是必须主动补充。 </P>
<P>49.要做一个可以在工作上也给你建议的人，心平气和的讨论，时常叫你刮目相看</P>
<P>&nbsp;50.在你工作的时候不打扰你，帮你沏茶，送点心。</P>
<P>&nbsp;</P></div>]]></description>
	    <author><![CDATA[旭日东生]]></author>
	    <comments>http://yeshui1985.blog.163.com/blog/static/24886672006530826350</comments>
    <slash:comments>1</slash:comments>
    <guid isPermaLink="true">http://yeshui1985.blog.163.com/blog/static/24886672006530826350</guid>
    <pubDate>Fri, 30 Jun 2006 20:26:35 +0800</pubDate>
    <dcterms:modified>2006-06-30T20:26:35+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[ 写给天使的信]]></title>	
    <link>http://yeshui1985.blog.163.com/blog/static/24886672006530729490</link>
    <description><![CDATA[<div><P><FONT size=5><STRONG><FONT color=#3399ff><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><SPAN style="mso-spacerun: yes">&nbsp;</SPAN></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">天使：</SPAN></FONT></STRONG></FONT><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><BR><FONT color=#3399ff size=5><STRONG>&nbsp;　</STRONG></FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><FONT color=#3399ff size=5><STRONG>我总期待有份够长够深的友情。在我眼中，她的保质期是一辈子！</STRONG></FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><BR><FONT color=#3399ff size=5><STRONG>&nbsp; </STRONG></FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><FONT color=#3399ff size=5><STRONG>很幸运，让我遇上了这么一位天使。天使喜欢流浪，总在我不经意间飞得很远，像一只断了线的风筝。带着满身的伤悄然无声地飞走了，不留给我任何担心。</STRONG></FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><BR><FONT color=#3399ff size=5><STRONG>&nbsp; </STRONG></FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><FONT color=#3399ff size=5><STRONG>天使，还记得我们的童年么？那么无拘无束。我们的世界清澈透明得像我们的眼睛，可以对视着彼此，那么开怀地笑。</STRONG></FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><BR><FONT color=#3399ff size=5><STRONG>&nbsp; </STRONG></FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><FONT color=#3399ff size=5><STRONG>世界是多变的，社会有太多的不确定，人心有太多的有真诚。你说你好累。我知道，我的天使遇上了恶魔。请别哭泣，好么？过去的总会过去的，让我们拿出勇气去打死怪兽，好不好。让我们去成长，去蜕变，好不好？</STRONG></FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><BR><FONT color=#3399ff size=5><STRONG>&nbsp; </STRONG></FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><FONT color=#3399ff size=5><STRONG>天黑了丫，我的天使，你还在外面玩耍么，别藏猫猫了，请别躲在角落哭泣，好么？让我们用时间去疗伤吧。我知道不容易。那么，让我牵着你走，好不好？路不黑，天也不冷，在你心里是否藏有我这阵暖风，如果是的话，请别哭泣，我们回家吧！</STRONG></FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><BR><FONT color=#3399ff size=5><STRONG>&nbsp; </STRONG></FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><FONT color=#3399ff size=5><STRONG>我们都是勇敢的小孩，我们都戴过小红花的，还记得么？在绝望和无助的时候，我们选择去面对，好么？我的天使，不去逃避，要勇敢，要坚强，要乐观。好么？</STRONG></FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><BR><FONT color=#3399ff size=5><STRONG>&nbsp; </STRONG></FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><FONT color=#3399ff size=5><STRONG>天使，你说过不要我担心，要我快乐，可是，你披着疲惫和伤痛，我很不快乐！</STRONG></FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><BR><FONT color=#3399ff size=5><STRONG>&nbsp; </STRONG></FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><FONT color=#3399ff size=5><STRONG>天使，你的生命中会有优秀的男人去真心爱你的。不管飞得多远，记得要联系我，更记得要快乐！</STRONG></FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><BR><FONT color=#3399ff size=5><STRONG>&nbsp; </STRONG></FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><FONT color=#3399ff size=5><STRONG>勇敢的人总是朝着阳光的方向前进，天使呵，我们一起进步，好么？</STRONG></FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><BR><FONT color=#3399ff size=5><STRONG>&nbsp;&nbsp;&nbsp; <BR style="mso-special-character: line-break"><BR style="mso-special-character: line-break"></STRONG></FONT></P></SPAN></div>]]></description>
	    <author><![CDATA[旭日东生]]></author>
	    <comments>http://yeshui1985.blog.163.com/blog/static/24886672006530729490</comments>
    <slash:comments>5</slash:comments>
    <guid isPermaLink="true">http://yeshui1985.blog.163.com/blog/static/24886672006530729490</guid>
    <pubDate>Fri, 30 Jun 2006 19:29:49 +0800</pubDate>
    <dcterms:modified>2006-06-30T19:29:49+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[两条鱼]]></title>	
    <link>http://yeshui1985.blog.163.com/blog/static/24886672006530726560</link>
    <description><![CDATA[<div><P style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT size=5><FONT color=#3300ff>&nbsp;&nbsp;&nbsp;<STRONG> 两条鱼</STRONG></FONT></FONT><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR></SPAN></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"></SPAN></P>
<P style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>&nbsp; &nbsp;养了两条鱼</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>装在透明的长玻璃瓶里</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>蓝色的石灰石</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>店主说还有蓝色的固态氧</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>所以鱼能游得如此快乐</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>我说之所以鱼能游得如此快乐是</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>因为鱼有两条</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>它们在透明中赤裸裸</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; 38</FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>摄氏度</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>忘记把鱼瓶放进室内</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>阳光晒死了一条鱼</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>鱼眼像一对珍珠</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>那么沉</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>还有一条鱼</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>也不再下潜</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>围着天使鱼</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>跳了一夜的安魂舞</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>第二天也死了</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>清洗玻璃瓶</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>蓝色的石头从指缝</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>像水一样</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>啪嗒</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>啪嗒</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>固态氧变成了蓝色的</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><FONT color=#3300ff size=5>&nbsp;<FONT face=宋体>氧</FONT></FONT></SPAN></P>
<P style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><FONT color=#3300ff size=5>&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>将湿漉漉的瓶子</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>靠近耳朵</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>听到水波动的回声</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>我的耳朵</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>被这快乐的声音蚕食</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>两条鱼睡在水门订上</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>头靠头</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>我说它们多像一对比目鱼阿</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>鱼长出了翅膀</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>飞过了极乐</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>鱼说我们从快乐的世界来</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>鱼说我们到快乐的世界去</FONT></SPAN><FONT size=5><FONT color=#3300ff><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana">&nbsp;&nbsp;&nbsp;&nbsp;</SPAN></FONT></FONT></P>
<P style="MARGIN: 0cm 0cm 0pt"><FONT size=5><FONT color=#3300ff><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"></SPAN></FONT></FONT><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>趁孟婆汤还没有消化</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>它们互相无声的亲吻</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>这个吻过于漫长</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>这个吻过于缠绵</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>它们第一次</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>为一个吻</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>如此肝肠寸断地</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>痛苦</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>我们擦肩而过</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>却不知我们前世都曾是鱼</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>我们中的一条曾为另一条</FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><BR><FONT color=#3300ff size=5>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: 宋体; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><FONT color=#3300ff size=5>跳了一个晚上的舞</FONT></SPAN></P>
<DIV><FONT color=#3300ff size=5></FONT></DIV></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: Verdana"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN>
<P><FONT color=#3300ff size=5></FONT></P></div>]]></description>
	    <author><![CDATA[旭日东生]]></author>
	    <comments>http://yeshui1985.blog.163.com/blog/static/24886672006530726560</comments>
    <slash:comments>0</slash:comments>
    <guid isPermaLink="true">http://yeshui1985.blog.163.com/blog/static/24886672006530726560</guid>
    <pubDate>Fri, 30 Jun 2006 19:26:56 +0800</pubDate>
    <dcterms:modified>2006-11-01T16:36:48+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[不想要回忆]]></title>	
    <link>http://yeshui1985.blog.163.com/blog/static/2488667200652069280</link>
    <description><![CDATA[<div><P><FONT color=#91278f size=6>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 不想要回忆</FONT></P>
<P><FONT color=#91278f>&nbsp;&nbsp;&nbsp; 曾经好羡慕得了失忆症的人，不记得过去，没有回忆，也许就没有回忆过去的痛苦了，多么完美啊。一瞬间把过去的一切悲伤全部忘掉，不留一点痕迹。那样的人生是否会多一点阳光呢？好想试一下，可惜，老天不给我机会哦！<BR>&nbsp;&nbsp;&nbsp; 每一次面对，心都像是被大石头堵住了，透不过气来。一瞬间摧毁了所有的理智。灵魂的背叛让人想从这世界上消失不见。<BR>&nbsp;&nbsp;&nbsp; 到今天，不想说任何评价的话，每一个字都是一个伤口，还要再扒开来看吗？<BR>&nbsp;&nbsp;&nbsp; 阳光底下，我不能总是泛着泪花；乌云底下，还是自己撑开伞吧，雨不会因为我没打开伞而停下。<BR>&nbsp;&nbsp;&nbsp; 我们应该让心慢慢的恢复温暖，即使没有人在身边。<BR>&nbsp;&nbsp;&nbsp; 爱与恨，都是时候沉淀了，即使内心深处还在痛苦挣扎。此刻我还能做到心若波澜，面如止水，下一刻也要坚持下去啊。对自己的背叛，好过对别人的背叛。<BR>&nbsp;&nbsp;&nbsp; 爱与恨，总是在懂得的时候烟消云散，所以很自己领悟得太慢。我拿了不属于我的东西，然后在惶恐中受到惩罚。一个错误，那是爱的代价。<BR>&nbsp;&nbsp;&nbsp; 我陷在爱里面，退不出又走不进你的世界；感情的善变，不需要挖空心思去遮掩。<BR>&nbsp;&nbsp;&nbsp; 心已经走远，就让爱沉淀；人即将走远，就让心把爱搁浅。</FONT>&nbsp; </P></div>]]></description>
	    <author><![CDATA[旭日东生]]></author>
	    <comments>http://yeshui1985.blog.163.com/blog/static/2488667200652069280</comments>
    <slash:comments>1</slash:comments>
    <guid isPermaLink="true">http://yeshui1985.blog.163.com/blog/static/2488667200652069280</guid>
    <pubDate>Tue, 20 Jun 2006 18:09:28 +0800</pubDate>
    <dcterms:modified>2006-06-20T18:09:28+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[另类智慧]]></title>	
    <link>http://yeshui1985.blog.163.com/blog/static/24886672006518528400</link>
    <description><![CDATA[<div><P><SPAN class=mode_title id=titleSpan><SPAN class=null><STRONG><FONT color=#ee4678 size=6>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 另类智慧</FONT></STRONG></SPAN></SPAN></P>
<P>《衣服》<BR>人类的标志，色彩和式样标志着人的性别；厚薄标志着气温高低；面料标志着身份；是否开档标志着人的年龄。<BR>《手表》<BR>人类为了丈量到坟墓的距离而发明的一种量具。<BR>《手》<BR>这是一种奇妙的仪器，装配在一个人的手臂的顶端，常常是插在一个人的手臂的顶端，常常是插在另一个人的口袋里的。<BR>《粗鲁的》<BR>饲养大的，而不是教育出来的。<BR>《电话》<BR>这是魔鬼的一种发明，由于它的问世，要想把某些讨厌的家伙拒之千里之外是不可能的了。<BR>《超过》<BR>超过别人呢，意味着多一个仇人。<BR>《拿》<BR>获得某物，经常是通过武力，不过偷偷地干效果更好。<BR>《沮丧》<BR>就是你用一辈子工夫，在公司或任何领域里往上攀爬，却在抵达最高处的同时，发现自己爬错了墙头</P></div>]]></description>
	    <author><![CDATA[旭日东生]]></author>
	    <comments>http://yeshui1985.blog.163.com/blog/static/24886672006518528400</comments>
    <slash:comments>2</slash:comments>
    <guid isPermaLink="true">http://yeshui1985.blog.163.com/blog/static/24886672006518528400</guid>
    <pubDate>Sun, 18 Jun 2006 05:28:40 +0800</pubDate>
    <dcterms:modified>2006-06-18T05:28:40+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[幻觉]]></title>	
    <link>http://yeshui1985.blog.163.com/blog/static/2488667200651851480</link>
    <description><![CDATA[<div><P><SPAN class=mode_title id=titleSpan><SPAN class=null><STRONG><FONT color=#ee4678 size=5>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 幻觉</FONT></STRONG></SPAN></SPAN></P>
<P>&nbsp;&nbsp; 
<TABLE class=mode_table cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD class=mode_table_main vAlign=top>
<DIV id=blogContent>&nbsp;&nbsp; &nbsp;丈夫刚做了大手术，妻子守在病床旁，轻轻地握住他的手，等着他醒来。几分钟后，丈夫的睫毛闪动了一下，睁开眼，仔细地打量着她，说：“您好美丽啊！”然后又睡了过去。过一会儿，丈夫又睁开了眼，打量着她，说：“五官倒还端正。”然后又沉入了梦乡。<BR>&nbsp;&nbsp;&nbsp; 好容易等丈夫醒来，女人着急地问：“亲爱的，你第一次醒来时赞叹说我好美丽，第二次醒来时对我说的评价仅是个五官端正，前后才几分钟，怎么有这么大的差别呢？”<BR>&nbsp;&nbsp;&nbsp; 丈夫看着她毫不迟疑地说：“因为麻醉药的作用正在逐步消失。”</DIV></TD></TR>
<TR class=showSign>
<TD class=mode_sign id=authorSign vAlign=top></TD></TR></TBODY></TABLE></P></div>]]></description>
	    <author><![CDATA[旭日东生]]></author>
	    <comments>http://yeshui1985.blog.163.com/blog/static/2488667200651851480</comments>
    <slash:comments>1</slash:comments>
    <guid isPermaLink="true">http://yeshui1985.blog.163.com/blog/static/2488667200651851480</guid>
    <pubDate>Sun, 18 Jun 2006 05:14:08 +0800</pubDate>
    <dcterms:modified>2006-06-18T05:14:08+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[网络爱情]]></title>	
    <link>http://yeshui1985.blog.163.com/blog/static/2488667200651858480</link>
    <description><![CDATA[<div><P>&nbsp;</P>
<P><FONT color=#006633 size=7><STRONG>网络爱情</STRONG></FONT></P>
<P><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#39B778,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #336633" color=#3333cc size=4><STRONG>复制对你的了解；</STRONG></FONT><BR><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#F79700,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #336633" color=#3333cc size=4><STRONG>粘贴对你的思念；</STRONG></FONT><BR><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#EF6EA8,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #336633" color=#3333cc size=4><STRONG>剪切对你的依赖；</STRONG></FONT><BR><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#5573B7,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #336633" color=#3333cc size=4><STRONG>保存对你的希望；</STRONG></FONT><BR><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#F16C4D,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #336633" color=#3333cc size=4><STRONG>打开对你的回忆；</STRONG></FONT><BR><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#F16522,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #336633" color=#3333cc size=4><STRONG>发送对你的祝福；</STRONG></FONT><BR><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#ED008C,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #336633" color=#3333cc size=4><STRONG>打印对你的蓝图；</STRONG></FONT><BR><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#F5999D,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #336633" color=#3333cc size=4><STRONG>选定对你的方向；</STRONG></FONT><BR><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#39B778,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #336633" color=#3333cc size=4><STRONG>转换对你的态度；</STRONG></FONT><BR><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#438CCB,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #336633" color=#3333cc size=4><STRONG>排序对你的过程；</STRONG></FONT><BR><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#F16C4D,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #336633" color=#3333cc size=4><STRONG>插入对你的理想；</STRONG></FONT><BR><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#00A650,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #336633" color=#3333cc size=4><STRONG>撤消对你的过往；</STRONG></FONT><BR><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#652C91,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #336633" color=#3333cc size=4><STRONG>新建对你的未来。</STRONG></FONT></P></div>]]></description>
	    <author><![CDATA[旭日东生]]></author>
	    <comments>http://yeshui1985.blog.163.com/blog/static/2488667200651858480</comments>
    <slash:comments>1</slash:comments>
    <guid isPermaLink="true">http://yeshui1985.blog.163.com/blog/static/2488667200651858480</guid>
    <pubDate>Sun, 18 Jun 2006 05:08:48 +0800</pubDate>
    <dcterms:modified>2006-06-18T05:08:48+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[淡]]></title>	
    <link>http://yeshui1985.blog.163.com/blog/static/24886672006518458360</link>
    <description><![CDATA[<div><P><SPAN class=mode_title id=titleSpan><SPAN class=null><STRONG><FONT color=#1974c8 size=6>淡</FONT></STRONG></SPAN></SPAN></P>
<P><SPAN class=mode_title><SPAN class=null>
<TABLE class=mode_table cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD class=mode_table_main vAlign=top>
<DIV id=blogContent>好久没有你的影子；<BR>好久没人和我谈心。<BR>曾几何时，忘却了天空的颜色；<BR>岁月如梭，冲淡了心中的伤痕。<BR>我的天空，今天有点灰；<BR>我的心情，落叶的季节。<BR>想念变成怀念，<BR>心动变成心碎，<BR>偏偏还会关切，<BR>你最后属于谁。<BR>让一切就这样悄然离去吧！<BR>我知道，你有你的天空，我有我的世界。<BR>一味的追寻你曾踩过的足印，<BR>最后才发现，原来这条路一直走也走不完。</DIV></TD></TR>
<TR class=showSign>
<TD class=mode_sign id=authorSign vAlign=top></TD></TR></TBODY></TABLE></SPAN></SPAN></P></div>]]></description>
	    <author><![CDATA[旭日东生]]></author>
	    <comments>http://yeshui1985.blog.163.com/blog/static/24886672006518458360</comments>
    <slash:comments>0</slash:comments>
    <guid isPermaLink="true">http://yeshui1985.blog.163.com/blog/static/24886672006518458360</guid>
    <pubDate>Sun, 18 Jun 2006 04:58:36 +0800</pubDate>
    <dcterms:modified>2006-06-18T04:58:36+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[长]]></title>	
    <link>http://yeshui1985.blog.163.com/blog/static/24886672006518445550</link>
    <description><![CDATA[<div><DIV style="MARGIN-BOTTOM: 6px; WORD-BREAK: break-all"><SPAN class=mode_title id=titleSpan><SPAN class=null><STRONG><FONT color=#ee4678 size=6>长</FONT></STRONG></SPAN></SPAN></DIV>
<DIV style="MARGIN-BOTTOM: 6px; WORD-BREAK: break-all"><SPAN class=mode_title><SPAN class=null>
<DIV id=blogContent>时间很长，<BR>思念很长，<BR>什么都可以很长，<BR>惟有爱情，就像昙花那样，悄然开放，匆匆而谢。<BR>为什么相爱的人不能在一起？<BR>每当我想起你的时候，<BR>不知道你在哪头，<BR>心里面有许多许的爱与愁。<BR>不知是否是永远的伤口……<BR>当你扔下我一个人说走就走，<BR>其实我也知道你很难受，<BR>只是这个世界把你我分两头，<BR>割断情思与占有。<BR>想起你我相爱的时候，<BR>想起只能在电话里头，<BR>我真的好伤悲好难受。<BR>不知道什么时候才是尽头。<BR>为什么相爱的人不能够在一起？<BR>偏偏换成了回忆。<BR>我带你的希望，<BR>找到海角天边，<BR>希望你会在出现。<BR>为什么相爱的人不能够在一起？<BR>偏偏换成了回忆，<BR>我就算忘记时间也忘记你，<BR>也忘不了我们有过的甜蜜。</DIV></SPAN></SPAN></DIV></div>]]></description>
	    <author><![CDATA[旭日东生]]></author>
	    <comments>http://yeshui1985.blog.163.com/blog/static/24886672006518445550</comments>
    <slash:comments>1</slash:comments>
    <guid isPermaLink="true">http://yeshui1985.blog.163.com/blog/static/24886672006518445550</guid>
    <pubDate>Sun, 18 Jun 2006 04:45:55 +0800</pubDate>
    <dcterms:modified>2006-06-18T04:45:55+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[梦醒时分]]></title>	
    <link>http://yeshui1985.blog.163.com/blog/static/24886672006518442390</link>
    <description><![CDATA[<div><P><SPAN class=null><STRONG><FONT color=#ee4678 size=6>梦醒时分</FONT></STRONG></SPAN></P>
<P><SPAN class=null>睡梦中被敲醒？<BR>我还是不确定。<BR>万籁惧静的夜，极度的朦胧，<BR>翻腾跳跃的心，无限的扩张；<BR>漫无边际的思绪，冲破了理智的牢笼，<BR>四处奔跑的野猫，划破了夜的帷幕。<BR>没有开始，<BR>没有结束？<BR>没有永远的将来，<BR>就不要所谓的开始？<BR>没有星星的夜晚，<BR>借着淡淡的月光，<BR>一样能燎人，<BR>一样能独舞。<BR>一花一世界，<BR>梦里寻欢，<BR>水中望月。<BR>闭着眼睛看世界，<BR>睁开双眼看自己。<BR>是梦？非梦？<BR>是梦？为何看到的总是漆黑的，<BR>非梦？为何见到的仍是残酷的。<BR>早若知道，<BR>这世界就无所谓永恒？<BR>因为美好，<BR>心难免会留下伤痕。<BR>百年的孤寂，<BR>只为博得你会心的一笑；<BR>千年的等待，<BR>只为换取你完美的邂逅。<BR>莫愁前路无知己，<BR>天下谁能不识君。<BR></SPAN></P></div>]]></description>
	    <author><![CDATA[旭日东生]]></author>
	    <comments>http://yeshui1985.blog.163.com/blog/static/24886672006518442390</comments>
    <slash:comments>3</slash:comments>
    <guid isPermaLink="true">http://yeshui1985.blog.163.com/blog/static/24886672006518442390</guid>
    <pubDate>Sun, 18 Jun 2006 04:42:39 +0800</pubDate>
    <dcterms:modified>2006-06-18T04:42:39+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[停不下来]]></title>	
    <link>http://yeshui1985.blog.163.com/blog/static/24886672006518438460</link>
    <description><![CDATA[<div><P><FONT color=#3300cc size=6>停不下来</FONT></P>
<P>
<TABLE class=mode_table cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD class=mode_table_main vAlign=top>
<DIV id=blogContent><FONT color=#3300cc>请你告诉我，<BR>天有多高，<BR>海有多深；<BR>请你告诉我，<BR>为什么我总是在想你，<BR>为什么我总是惦记着你，<BR>为什么我的眼睛总是湿润的；<BR>请你告诉我，<BR>是不是到了绝对的零度，<BR>所有的物体，都会冻结，<BR>包括对你的爱；<BR>请你告诉我，<BR>断了线的风筝，还能飞多远，<BR>放飞的氢气球，还能飘多高，<BR>烧掉了日记，是不是就可以忘记你，<BR>不见你，不想你，心里是不是就会没有你；<BR>请你告诉我，<BR>什么样的爱，<BR>你才会懂，<BR>在什么时候，<BR>你走进了我的世界，<BR>而且在离心脏最进的地方，<BR>一直不懈的跳耀着；<BR>请原谅我的自私，<BR>我的心，一直指引着我，憧你靠近，<BR>我的心，一直沸腾着我，对你眷念，<BR>我的心，一直牵引着我，给你问候，<BR>我的心，一直感染着我，忆你美好，<BR>我的心，一直坚持着我，向你微笑。</FONT></DIV></TD></TR>
<TR class=showSign>
<TD class=mode_sign id=authorSign vAlign=top><FONT color=#3300cc></FONT></TD></TR></TBODY></TABLE></P></div>]]></description>
	    <author><![CDATA[旭日东生]]></author>
	    <comments>http://yeshui1985.blog.163.com/blog/static/24886672006518438460</comments>
    <slash:comments>1</slash:comments>
    <guid isPermaLink="true">http://yeshui1985.blog.163.com/blog/static/24886672006518438460</guid>
    <pubDate>Sun, 18 Jun 2006 04:38:46 +0800</pubDate>
    <dcterms:modified>2006-06-18T04:38:46+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[开始懂了]]></title>	
    <link>http://yeshui1985.blog.163.com/blog/static/24886672006518428300</link>
    <description><![CDATA[<div><DIV id=blogContent><FONT size=6>开始懂了</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>开始懂了，<BR>一个人走夜路，需要勇气；<BR>开始懂了，<BR>一个不经意的微笑，可以给人温暖；<BR>开始懂了，<BR>放飞心情，需要时间；<BR>开始懂了，<BR>儿时的梦想，越走越远；<BR>开始懂了，<BR>成长的道路上，并不是一帆风顺；<BR>开始懂了，<BR>朋友的聚散，<BR>恋人的分离，<BR>就像花开和花落，十分无常。<BR>开始懂了，<BR>这个世界，并不仅仅只为你一个人而精彩；<BR>开始懂了，<BR>每天在心里种一朵小花，就会开出自己的秘密花园；<BR>开始懂了，<BR>对人，需要热情；<BR>对事，需要认真；<BR>开始懂了，<BR>更美好的爱情，很多时候是成全；<BR>开始懂了，<BR>现在的自己，<BR>应该像成年人一样，<BR>带着一种心情上路，<BR>带着一种义务前进，<BR>带着一种责任奔跑，<BR>带着一种梦想翱翔。</DIV></div>]]></description>
	    <author><![CDATA[旭日东生]]></author>
	    <comments>http://yeshui1985.blog.163.com/blog/static/24886672006518428300</comments>
    <slash:comments>1</slash:comments>
    <guid isPermaLink="true">http://yeshui1985.blog.163.com/blog/static/24886672006518428300</guid>
    <pubDate>Sun, 18 Jun 2006 04:28:30 +0800</pubDate>
    <dcterms:modified>2006-06-18T04:28:30+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[Who I am]]></title>	
    <link>http://yeshui1985.blog.163.com/blog/static/24886672006518418280</link>
    <description><![CDATA[<div><P><FONT color=#ff3333 size=6><SPAN class=null>Who I am</SPAN></FONT></P>
<P><FONT size=6><SPAN class=null><FONT style="BACKGROUND-COLOR: #33ffcc" color=#333399>And I'd give up forever to touch you<BR></FONT><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#EF6EA8,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #33ffcc" color=#333399><STRONG>我永远放弃触摸你</STRONG></FONT><BR><STRONG><FONT style="BACKGROUND-COLOR: #33ffcc" color=#333399>Cause I know that you feel me,somehow<BR></FONT></STRONG><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#EF6EA8,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #33ffcc" color=#333399><STRONG>因为我明白你能感觉到我</STRONG></FONT><BR><STRONG><FONT style="BACKGROUND-COLOR: #33ffcc" color=#333399>You're the closest to heaven that I'll ever be <BR></FONT></STRONG><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#EF6EA8,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #33ffcc" color=#333399><STRONG>我从未如你那般靠近天堂</STRONG></FONT><BR><STRONG><FONT style="BACKGROUND-COLOR: #33ffcc" color=#333399>And I don't want to go home right now<BR></FONT></STRONG><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#EF6EA8,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #33ffcc" color=#333399><STRONG>我也并不想现在就回归</STRONG></FONT><BR><STRONG><FONT style="BACKGROUND-COLOR: #33ffcc" color=#333399>And all I can taste is this moment<BR></FONT></STRONG><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#EF6EA8,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #33ffcc" color=#333399><STRONG>我能感觉到的就是此刻</STRONG></FONT><BR><STRONG><FONT style="BACKGROUND-COLOR: #33ffcc" color=#333399>And all I can breathe is your life<BR></FONT></STRONG><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#EF6EA8,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #33ffcc" color=#333399><STRONG>你的生命就是我的呼吸</STRONG></FONT><BR><STRONG><FONT style="BACKGROUND-COLOR: #33ffcc" color=#333399>Cause sooner or later,it's over<BR></FONT></STRONG><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#EF6EA8,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #33ffcc" color=#333399><STRONG>即使这一刻终将结束</STRONG></FONT><BR><STRONG><FONT style="BACKGROUND-COLOR: #33ffcc" color=#333399>I just don't want to miss you tonight<BR></FONT></STRONG><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#EF6EA8,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #33ffcc" color=#333399><STRONG>但我今夜不想错过你</STRONG></FONT><BR><STRONG><FONT style="BACKGROUND-COLOR: #33ffcc" color=#333399>And I don't want the world to see me<BR></FONT></STRONG><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#EF6EA8,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #33ffcc" color=#333399><STRONG>我并不想让这世界看见我</STRONG></FONT><BR><STRONG><FONT style="BACKGROUND-COLOR: #33ffcc" color=#333399>Cause Idon't think that they'd understand<BR></FONT></STRONG><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#EF6EA8,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #33ffcc" color=#333399><STRONG>因为我不相信他们能理解</STRONG></FONT><BR><STRONG><FONT style="BACKGROUND-COLOR: #33ffcc" color=#333399>When everything's made to be broken<BR></FONT></STRONG><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#EF6EA8,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #33ffcc" color=#333399><STRONG>当一切已破碎</STRONG></FONT><BR><STRONG><FONT style="BACKGROUND-COLOR: #33ffcc" color=#333399>I just want you to know who I am<BR></FONT></STRONG><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#EF6EA8,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #33ffcc" color=#333399><STRONG>我只需要你知道我是谁</STRONG></FONT><BR><STRONG><FONT style="BACKGROUND-COLOR: #33ffcc" color=#333399>And you can't fight the tears that aren't coming <BR></FONT></STRONG><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#EF6EA8,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #33ffcc" color=#333399><STRONG>你不能阻止流泪</STRONG></FONT><BR><STRONG><FONT style="BACKGROUND-COLOR: #33ffcc" color=#333399>Or the moment of truth in your lies<BR></FONT></STRONG><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#EF6EA8,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #33ffcc" color=#333399><STRONG>或是谎言中流露的真相</STRONG></FONT><BR><STRONG><FONT style="BACKGROUND-COLOR: #33ffcc" color=#333399>When everything feels like the movies<BR></FONT></STRONG><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#EF6EA8,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #33ffcc" color=#333399><STRONG>当一切如电影闪过</STRONG></FONT><BR><STRONG><FONT style="BACKGROUND-COLOR: #33ffcc" color=#333399>Yeah,you bleed,just to know you're alive<BR></FONT></STRONG><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#EF6EA8,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #33ffcc" color=#333399><STRONG>鲜血让你知道你仍然还活着</STRONG></FONT><BR><STRONG><FONT style="BACKGROUND-COLOR: #33ffcc" color=#333399>And Idon't want the world to see me <BR></FONT></STRONG><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#EF6EA8,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #33ffcc" color=#333399><STRONG>我并不想让这世界看见我</STRONG></FONT><BR><STRONG><FONT style="BACKGROUND-COLOR: #33ffcc" color=#333399>Cause I don't think that they'd understand<BR></FONT></STRONG><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#EF6EA8,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #33ffcc" color=#333399><STRONG>因为我不相信他们能理解</STRONG></FONT><BR><STRONG><FONT style="BACKGROUND-COLOR: #33ffcc" color=#333399>When everything's made to be broken<BR></FONT></STRONG><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#EF6EA8,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #33ffcc" color=#333399><STRONG>当一切已破碎</STRONG></FONT><BR><STRONG><FONT style="BACKGROUND-COLOR: #33ffcc" color=#333399>I just want you to know who I am<BR></FONT></STRONG><FONT style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FILTER: glow(color=#EF6EA8,strength=3); PADDING-BOTTOM: 1px; COLOR: #ffffff; PADDING-TOP: 1px; HEIGHT: 10px; BACKGROUND-COLOR: #33ffcc" color=#333399><STRONG>我只需要你知道我是谁</STRONG></FONT><BR></SPAN></FONT></P>
<P><FONT color=#333399></FONT>&nbsp;</P>
<P><FONT color=#333399></FONT>&nbsp;</P>
<P><FONT color=#333399><EMBED pluginspage=http://www.microsoft.com/isapi/redir.dll?prd=windows&amp;sbp=mediaplayer&amp;ar=media&amp;sba=plugin&amp; align=baseline src=http://www.dubcnm.com/audio/2006/april/truth-who_am_i-(dubcnn).mp3 width=180 height=25 type=application/x-mplayer2 volume="0" showtracker="0" playcount="0" autostart="1" border="0"></EMBED></FONT></P></div>]]></description>
	    <author><![CDATA[旭日东生]]></author>
	    <comments>http://yeshui1985.blog.163.com/blog/static/24886672006518418280</comments>
    <slash:comments>1</slash:comments>
    <guid isPermaLink="true">http://yeshui1985.blog.163.com/blog/static/24886672006518418280</guid>
    <pubDate>Sun, 18 Jun 2006 04:18:28 +0800</pubDate>
    <dcterms:modified>2006-06-18T04:18:28+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[我的密友]]></title>	
    <link></link>
    <description><![CDATA[<div>
			<a href="http://cooby008.blog.163.com/" target="_blank"><img src="http://ava.blog.163.com/photo/fzBBdkr4h1faWS01-rCyyQ==/1754996479790950295.jpg" border="0" />蓝水湾</a>
			<a href="http://pengkuny.blog.163.com/" target="_blank"><img src="http://ava.blog.163.com/photo/ORVtUz-42MEAMt0_APGgTQ==/1985805960693687779.jpg" border="0" />pengkuny</a>
			<a href="http://lyl484.blog.163.com/" target="_blank"><img src="http://ava.blog.163.com/photo/v1UAFEP2JC3UhDH7hv_TLA==/3960634397296025203.jpg" border="0" />何妨一下楼主人</a>
			<a href="http://white-lie005.blog.163.com/" target="_blank"><img src="http://ava.blog.163.com/photo/uOhkzH92sqUml86vyX0GEQ==/3674937295934569676.jpg" border="0" />花开淡紫</a>
			<a href="http://blog.163.com/yd_you/" target="_blank"><img src="http://ava.blog.163.com/photo/reflsftiElhvFJYgrsgUlw==/174795960537498069.jpg" border="0" />叶随风落</a>
			<a href="http://blog.163.com/ship_zhao/" target="_blank"><img src="http://ava.blog.163.com/photo/jpIa6hl_BGLKeh7NO9CI-A==/1995094634925302053.jpg" border="0" />二月潇潇雪</a>
			<a href="http://yeshui2000.blog.163.com/" target="_blank"><img src="http://ava.blog.163.com/photo/iDBdPxSDZgRnNkyYeFeOig==/1416100607831363053.jpg" border="0" />飞天梦龙</a>
</div>]]></description>
    <guid isPermaLink="false">http://yeshui1985.blog.163.com/friends</guid>
    <pubDate>Tue, 1 Jan 2008 00:00:00 +0800</pubDate>
    <dcterms:modified>2008-01-01T00:00:00+08:00</dcterms:modified>
  </item>    
 </channel>
</rss>