<?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://yeduxinling.blog.163.com</link>
	  <description><![CDATA[煙雲人生心神淡,風雨歲月詩迹殘 .悟破世事無壹語,憚透人生自泰然. 行无意处知无益　
坐有霞时梦有瑕　　
或许茫茫皆不是　
忽然镜里落风华　

]]></description>
	  <language>zh-CN</language>
	  <pubDate>Sun, 13 Jul 2008 19:57:01 +0800</pubDate>
	  <lastBuildDate>Sun, 13 Jul 2008 19:57:01 +0800</lastBuildDate>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <generator><![CDATA[NetEase Space]]></generator>
	  <managingEditor><![CDATA[yeduxinling]]></managingEditor>
	  <webMaster><![CDATA[砂粒]]></webMaster>
		  <ttl>120</ttl>
	  <image>
	  	<title><![CDATA[夜渡心灵]]></title>
	  	<url>http://ava.blog.163.com/photo/JgfcC9OzjUExuL9brWaQlQ==/1706582783796846557.jpg</url>
	  	<link>http://yeduxinling.blog.163.com</link>
	  </image>
  <item>
  	<title><![CDATA[（音画原创）  七律]]></title>	
    <link>http://yeduxinling.blog.163.com/blog/static/1169460720086171915749</link>
    <description><![CDATA[<div><TABLE borderColor=#ff0000 height=594 cellSpacing=0 cellPadding=0 width=697 align=center background=http://img.photo.163.com/-TCjTDBFcdamyOYVe8H8nA==/2746351347765912147.jpg border=1>
<TBODY>
<TR>
<TD>
<P align=center><EMBED allowScriptAccess="never" allowNetworking="internal" align=right src=http://zxw8898.eidensha.com/swf/005.swf width=670 height=294 type=application/x-shockwave-flash tybe="application/x-shockwave-flash" quality="high" menu="false" wmode="transparent"  ><EMBED allowScriptAccess="never" allowNetworking="internal" align=right src=http://zxw8898.eidensha.com/swf/011.swf width=670 height=594 type=application/x-shockwave-flash tybe="application/x-shockwave-flash" quality="high" menu="false" wmode="transparent"  ></P></TD></TR></TBODY></TABLE>
<P>&nbsp;</P>
<P><FONT color=#ff0000></FONT>&nbsp;</P><EMBED allowScriptAccess="never" allowNetworking="internal" src=http://yd320.16789.net/domName/yd320/2007121912444246158.wma hidden=true type=audio/x-pn-realaudio-plugin mime-types="mime.types" Initfn="load-types" volume="100" autostart="true" loop="true" controls="ControlPanel"  > 
<P></P>
<DIV></DIV>
<P></P></div>]]></description>
	    <author><![CDATA[砂粒]]></author>
	    <comments>http://yeduxinling.blog.163.com/blog/static/1169460720086171915749</comments>
    <slash:comments>23</slash:comments>
    <guid isPermaLink="true">http://yeduxinling.blog.163.com/blog/static/1169460720086171915749</guid>
    <pubDate>Tue, 1 Jul 2008 19:19:15 +0800</pubDate>
    <dcterms:modified>2008-07-02T17:37:39+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[HTML速查表]]></title>	
    <link>http://yeduxinling.blog.163.com/blog/static/1169460720085196504293</link>
    <description><![CDATA[<div><P style="TEXT-INDENT: 2em">
<TABLE cellSpacing=0 cellPadding=10 width="100%" border=0>
<TBODY>
<TR>
<TD align=middle height=35>
<P></P>
<P style="TEXT-INDENT: 2em">HTML速查表——表格</P></TD></TR>
<TR>
<TD borderColor=#ffffff bgColor=#ffffff>
<P></P>
<P style="TEXT-INDENT: 2em">表格：以下这些标记可以在HTML 3.2 以上的网页中创建表格。
<TABLE cellSpacing=0 borderColorDark=#ffffff cellPadding=4 width="100%" borderColorLight=red border=1 frame=hsides>
<TBODY>
<TR>
<TD align=middle width="30%">元素与属性</TD>
<TD align=middle width=392>定 义</TD></TR>
<TR>
<TD>&lt;caption&gt;...&lt;/caption&gt;</TD>
<TD>指定表格标题</TD></TR>
<TR>
<TD>&nbsp; align=alignment</TD>
<TD>标题的对齐方式（top，bottom，left，right）</TD></TR>
<TR>
<TD>&lt;col&gt;</TD>
<TD>定义表格的基于列的缺省属性（HTML4.0）</TD></TR>
<TR>
<TD>&nbsp; align=alignment</TD>
<TD>行入口对齐方式（left，center，right，justify或char）</TD></TR>
<TR>
<TD>&nbsp; valign=alignment</TD>
<TD>行入口的垂直对齐方式（top，bottom，middle，或baseline）</TD></TR>
<TR>
<TD>&nbsp; span=n</TD>
<TD>组跨越的列数</TD></TR>
<TR>
<TD>&nbsp; width=n</TD>
<TD>列宽度（n是像素或百分比）</TD></TR>
<TR>
<TD>&lt;colgroup&gt;</TD>
<TD>一组表格列的容器（HTML4.0）</TD></TR>
<TR>
<TD>&nbsp; align=alignment</TD>
<TD>行入口的对齐方式（left，top，right，justify或char)</TD></TR>
<TR>
<TD>&nbsp; valign=alignment</TD>
<TD>行入口的垂直对齐方式（top，bottom，middle，或baseline）</TD></TR>
<TR>
<TD>&nbsp; span=n</TD>
<TD width=392>组跨越的列数</TD></TR>
<TR>
<TD>&nbsp; width=n</TD>
<TD>列宽度（n是像素或百分比）</TD></TR>
<TR>
<TD>&lt;table&gt;...&lt;/table&gt;</TD>
<TD>定义一个表格</TD></TR>
<TR>
<TD>&nbsp; border=n</TD>
<TD>以指定线号显示表格边框</TD></TR>
<TR>
<TD>&nbsp; align=alignment</TD>
<TD>表格的对齐方式（left，center，right或bleedleft，bleedright（Netscape）</TD></TR>
<TR>
<TD>&nbsp; width=n</TD>
<TD>整个表格的宽度（n是任意数字，可以为像素或百分比）</TD></TR>
<TR>
<TD>&nbsp; bgcolor=color</TD>
<TD>定义表格的背景色（color可以是名字或十六进制数）</TD></TR>
<TR>
<TD>&nbsp; bordercolor=color</TD>
<TD>定义表格边框的颜色（Microsoft）</TD></TR>
<TR>
<TD>&nbsp; bordercolorlight=
<P></P>
<P style="TEXT-INDENT: 2em">&nbsp; color</P></TD>
<TD>定义3D表格边框亮色部分颜色（Microsoft）</TD></TR>
<TR>
<TD>&nbsp; bordercolordark=
<P></P>
<P style="TEXT-INDENT: 2em">&nbsp; color</P></TD>
<TD>定义3D表格边框暗色部分颜色（Microsoft）</TD></TR>
<TR>
<TD>&nbsp; background=URL</TD>
<TD>定义表格背景图像的位置（Microsoft）</TD></TR>
<TR>
<TD>&nbsp; cellspacing=n</TD>
<TD>设置单元格之间的空间</TD></TR>
<TR>
<TD>&nbsp; cellpadding=n</TD>
<TD>设置单元格内容与边框之间的空间</TD></TR>
<TR>
<TD>&nbsp; cols=n</TD>
<TD>设置表格的列数（HTML4.0）</TD></TR>
<TR>
<TD>&nbsp; frame=frame</TD>
<TD>定义表格外边框的显示类型(frame可以void，above，below，hsides，lhs，vsides，box或border)(HTML4.0)</TD></TR>
<TR>
<TD>&nbsp; height=n</TD>
<TD>表格的高度（n可以为像素或百分比）</TD></TR>
<TR>
<TD>&nbsp; rules=rule</TD>
<TD>定义表格内边框的显示类型（rule可以为none，groups，rows，cols，all）（HTML4.0）</TD></TR>
<TR>
<TD>&lt;th&gt;...&lt;/th&gt;,
<P></P>
<P style="TEXT-INDENT: 2em">&lt;td&gt;..&lt;/td&gt;</P></TD>
<TD>定义表格表头&lt;th&gt;或表格数据项&lt;td&gt;</TD></TR>
<TR>
<TD>&nbsp; align=alignment</TD>
<TD>一行入口的对方方式（left，center，right或justify，char）</TD></TR>
<TR>
<TD>&nbsp; valign=alignment</TD>
<TD>表格行入口的垂直对齐方式（top，middle，bottom或baseline）（HTML4.0）</TD></TR>
<TR>
<TD>&nbsp; bgcolor=color</TD>
<TD>定义表格的背景色（color可以是名字或十六进制数）</TD></TR>
<TR>
<TD>&nbsp; bordercolor=color</TD>
<TD>定义表格边框的颜色（Microsoft）</TD></TR>
<TR>
<TD>&nbsp; bordercolorlight=
<P></P>
<P style="TEXT-INDENT: 2em">&nbsp; color</P></TD>
<TD>定义3D表格边框亮色部分颜色（Microsoft）</TD></TR>
<TR>
<TD>&nbsp; bordercolordark=
<P></P>
<P style="TEXT-INDENT: 2em">&nbsp; color</P></TD>
<TD>定义3D表格边框暗色部分颜色（Microsoft）</TD></TR>
<TR>
<TD>&nbsp; background=URL</TD>
<TD>定义表格背景图像的位置（Microsoft）</TD></TR>
<TR>
<TD>&nbsp; rowvspan=n</TD>
<TD>表格的一个单元格可以覆盖的行数</TD></TR>
<TR>
<TD>&nbsp; colspan=n</TD>
<TD>表格的一个单元格可以覆盖的列数</TD></TR>
<TR>
<TD>&nbsp; nowrap</TD>
<TD>不许单元格内字符回绕</TD></TR>
<TR>
<TD>&nbsp; width=n</TD>
<TD>以像素计的单元格宽度（仅HTML3.2）</TD></TR>
<TR>
<TD>&nbsp; height=n</TD>
<TD>以像素计的单元格高度（仅HTML3.2）</TD></TR>
<TR>
<TD>&lt;tr&gt;...&lt;/tr&gt;</TD>
<TD>在表格中新开始一行</TD></TR>
<TR>
<TD>&nbsp; align=alignment</TD>
<TD>行入口的对方方式（left，center，right或justify，char）</TD></TR>
<TR>
<TD>&nbsp; valign=alignmetn</TD>
<TD>表格行入口的垂直对齐方式（top，middle，bottom或baseline）（HTML4.0）</TD></TR>
<TR>
<TD>&nbsp; bgcolor=color</TD>
<TD>定义表格的背景色（color可以是名字或十六进制数）</TD></TR>
<TR>
<TD>&lt;tbody&gt;...&lt;/tbody&gt;</TD>
<TD>定义表格体（Microsoft）</TD></TR>
<TR>
<TD>&nbsp; align=alignment</TD>
<TD>行入口的对方方式（left，center，right或justify，char）</TD></TR>
<TR>
<TD>&nbsp; valign=alignmetn</TD>
<TD>表格行入口的垂直对齐方式（top，middle，bottom或baseline）（HTML4.0）</TD></TR>
<TR>
<TD>&nbsp; bgcolor=color</TD>
<TD>定义表格的背景色（color可以是名字或十六进制数）</TD></TR>
<TR>
<TD>&lt;thead&gt;...&lt;/thead&gt;</TD>
<TD>定义表格首部（Microsoft）</TD></TR>
<TR>
<TD>&nbsp; align=alignment</TD>
<TD>行入口的对方方式（left，center，right或justify，char）</TD></TR>
<TR>
<TD>&nbsp; valign=alignmetn</TD>
<TD>表格行入口的垂直对齐方式（top，middle，bottom或baseline）（HTML4.0）</TD></TR>
<TR>
<TD>&nbsp; bgcolor=color</TD>
<TD>定义表格的背景色（color可以是名字或十六进制数）</TD></TR>
<TR>
<TD>&lt;tfoot&gt;...&lt;/tfoot&gt;</TD>
<TD>定义表格足部（Microsoft）</TD></TR>
<TR>
<TD>&nbsp; align=alignment</TD>
<TD>行入口的对方方式（left，center，right或justify，char）</TD></TR>
<TR>
<TD>&nbsp; valign=alignmetn</TD>
<TD>表格行入口的垂直对齐方式（top，middle，bottom或baseline）（HTML4.0）</TD></TR>
<TR>
<TD>&nbsp; bgcolor=color</TD>
<TD>定义表格的背景色（color可以是名字或十六进制数）</TD></TR></TBODY></TABLE></P></TD></TR></TBODY></TABLE></P>
<P style="TEXT-INDENT: 2em">&nbsp;</P>
<P style="TEXT-INDENT: 2em"></P></div>]]></description>
	    <author><![CDATA[砂粒]]></author>
	    <comments>http://yeduxinling.blog.163.com/blog/static/1169460720085196504293</comments>
    <slash:comments>0</slash:comments>
    <guid isPermaLink="true">http://yeduxinling.blog.163.com/blog/static/1169460720085196504293</guid>
    <pubDate>Thu, 19 Jun 2008 18:50:42 +0800</pubDate>
    <dcterms:modified>2008-06-19T18:50:42+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[(原创)  殇]]></title>	
    <link>http://yeduxinling.blog.163.com/blog/static/11694607200851665429379</link>
    <description><![CDATA[<div><P><BR>
<TABLE height=2800 cellSpacing=0 cellPadding=0 width=700 background=http://img.photo.163.com/aZIaCmWUoSRY_85Zkn_-Aw==/3091158194236447049.jpg#photo border=1>
<TBODY>
<TR>
<TD>
<P align=center><EMBED allowScriptAccess="never" allowNetworking="internal" src=http://www.zxtx.org/user/yiyi/html/flash/100.swf width=300 height=200 type=application/x-shockwave-flash tybe="application/x-shockwave-flash" quality="high" menu="false" wmode="transparent"  > <BR><BR><EMBED allowScriptAccess="never" allowNetworking="internal" src=http://www.zxtx.org/user/yiyi/html/flash/108.swf width=500 height=2500 type=application/x-shockwave-flash tybe="application/x-shockwave-flash" quality="high" menu="false" wmode="transparent"  ></P></TD></TR></TBODY></TABLE></P><BGSOUND balance=0 src="http://www.lvwei.com/song/cqcl.wma" volume=-240 loop=infinite></div>]]></description>
	    <author><![CDATA[砂粒]]></author>
	    <comments>http://yeduxinling.blog.163.com/blog/static/11694607200851665429379</comments>
    <slash:comments>25</slash:comments>
    <guid isPermaLink="true">http://yeduxinling.blog.163.com/blog/static/11694607200851665429379</guid>
    <pubDate>Mon, 16 Jun 2008 18:54:29 +0800</pubDate>
    <dcterms:modified>2008-06-16T19:13:53+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[（音画制作） 痴痴的等]]></title>	
    <link>http://yeduxinling.blog.163.com/blog/static/11694607200831772959937</link>
    <description><![CDATA[<div><P><BR>
<TABLE height=2762 cellSpacing=0 cellPadding=0 width=700 background=http://img.photo.163.com/-d3m0adfc0Oqo8tSVinS6A==/2415899725107566707.jpg#photo border=1>
<TBODY>
<TR>
<TD>
<P align=center><EMBED allowScriptAccess="never" allowNetworking="internal" src=http://yd320.16789.net/domName/yd320/20071221223088674.swf width=400 height=200 type=application/x-shockwave-flash   tybe="application/x-shockwave-flash" quality="high" menu="false" wmode="transparent"> <BR><BR><EMBED allowScriptAccess="never" allowNetworking="internal" src=http://home.naver.net/brown444/swish/s92-m.swf width=500 height=2500 type=application/x-shockwave-flash   tybe="application/x-shockwave-flash" quality="high" menu="false" wmode="transparent"></P></TD></TR></TBODY></TABLE></P><BGSOUND balance=0 src="http://www.77yoga.com/music/2040.wma" volume=-240 loop=infinite></div>]]></description>
	    <author><![CDATA[砂粒]]></author>
	    <comments>http://yeduxinling.blog.163.com/blog/static/11694607200831772959937</comments>
    <slash:comments>24</slash:comments>
    <guid isPermaLink="true">http://yeduxinling.blog.163.com/blog/static/11694607200831772959937</guid>
    <pubDate>Thu, 17 Apr 2008 19:29:59 +0800</pubDate>
    <dcterms:modified>2008-04-17T19:40:39+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[(音画制作)   守候 ]]></title>	
    <link>http://yeduxinling.blog.163.com/blog/static/11694607200836646202</link>
    <description><![CDATA[<div><P><BR>
<TABLE height=2651 cellSpacing=0 cellPadding=0 width=600 background=http://img.photo.163.com/JO3CTh6aMLJoTjZsXl_9Hg==/2816438616966836452.jpg#photo border=1>
<TBODY>
<TR>
<TD>
<P align=center><EMBED allowScriptAccess="never" allowNetworking="internal"     src=http://imgfree.21cn.com/free/flash/9.swf width=400 height=2200 type=application/x-shockwave-flash tybe="application/x-shockwave-flash" quality="high" menu="false" wmode="transparent"  > <BR><BR><EMBED allowScriptAccess="never" allowNetworking="internal"     src=http://imgfree.21cn.com/free/flash/51.swf width=500 height=307 type=application/x-shockwave-flash tybe="application/x-shockwave-flash" quality="high" menu="false" wmode="transparent"  ></P></TD></TR></TBODY></TABLE></P><BGSOUND balance=0 src="http://zhanglimei.blog.zhcedu.cn/blog/UploadFiles/2006-11/1115713473.wma" volume=-240 loop=infinite></div>]]></description>
	    <author><![CDATA[砂粒]]></author>
	    <comments>http://yeduxinling.blog.163.com/blog/static/11694607200836646202</comments>
    <slash:comments>22</slash:comments>
    <guid isPermaLink="true">http://yeduxinling.blog.163.com/blog/static/11694607200836646202</guid>
    <pubDate>Sun, 6 Apr 2008 18:46:20 +0800</pubDate>
    <dcterms:modified>2008-04-06T18:56:55+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[[音画]  牵挂]]></title>	
    <link>http://yeduxinling.blog.163.com/blog/static/116946072008328385598</link>
    <description><![CDATA[<div><DIV align=center>
<TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#000000 border=1>
<TBODY>
<TR>
<TD width="100%">
<P></P>
<CENTER></CENTER>
<CENTER></CENTER>
<CENTER></CENTER>
<CENTER></CENTER>
<CENTER></CENTER>
<CENTER></CENTER>
<CENTER></CENTER>
<CENTER></CENTER>
<CENTER></CENTER>
<CENTER></CENTER>
<CENTER></CENTER>
<CENTER></CENTER>
<CENTER></CENTER>
<CENTER></CENTER>
<CENTER></CENTER>
<CENTER></CENTER>
<CENTER></CENTER>
<P align=center><BR></B><BR></B><FONT style="FONT-SIZE: 90pt; FILTER: shadow(color=#af2dco); WIDTH: 100%; COLOR: #730404; LINE-HEIGHT: 100%; FONT-FAMILY: 华文行楷">牵&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 挂</FONT> </P>
<DIV></DIV><BR><BR>
<DIV></DIV>
<P align=center>
<TABLE height=500 cellSpacing=0 cellPadding=0 width=650 background=http://life.wuhan.net.cn/edit/kejikaifabumen/20060316091954080/1.jpg border=0>
<TBODY>
<TR>
<TD><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://imgfree.21cn.com/free/flash/56.swf width=height=500 type=application/octet-stream wmode="transparent" quality="high"  ><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://imgfree.21cn.com/free/flash/51.swf width=650 height=500 type=application/octet-stream wmode="transparent" quality="high"  ></EMBED></TD></TR></TBODY></TABLE></P>
<P align=center>
<TABLE height=500 cellSpacing=0 cellPadding=0 width=650 background=http://life.wuhan.net.cn/edit/kejikaifabumen/20060316091954080/3.jpg border=0>
<TBODY>
<TR>
<TD><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://imgfree.21cn.com/free/flash/21.swf width=650 height=500 type=application/octet-stream wmode="transparent" quality="high"  ><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://imgfree.21cn.com/free/flash/51.swf width=650 height=500 type=application/octet-stream wmode="transparent" quality="high"  ></EMBED></TD></TR></TBODY></TABLE></P>
<P align=center>
<TABLE height=500 cellSpacing=0 cellPadding=0 width=650 background=http://life.wuhan.net.cn/edit/kejikaifabumen/20060316091954080/2.jpg border=0>
<TBODY>
<TR>
<TD><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://imgfree.21cn.com/free/flash/56.swf width=height=500 type=application/octet-stream quality="high" wmode="transparent"  ><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://imgfree.21cn.com/free/flash/51.swf width=650 height=500 type=application/octet-stream quality="high" wmode="transparent"  ></EMBED></TD></TR></TBODY></TABLE></P>
<P align=center>
<TABLE height=500 cellSpacing=0 cellPadding=0 width=650 background=http://life.wuhan.net.cn/edit/kejikaifabumen/20060316091954080/4.jpg border=0>
<TBODY>
<TR>
<TD><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://imgfree.21cn.com/free/flash/21.swf width=650 height=500 type=application/octet-stream quality="high" wmode="transparent"  ><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://imgfree.21cn.com/free/flash/51.swf width=650 height=500 type=application/octet-stream quality="high" wmode="transparent"  ></EMBED></TD></TR></TBODY></TABLE></P>
<P align=center></P>
<P align=center>
<TABLE height=500 cellSpacing=0 cellPadding=0 width=650 background=http://life.wuhan.net.cn/edit/kejikaifabumen/20060316091954080/5.jpg border=0>
<TBODY>
<TR>
<TD><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://imgfree.21cn.com/free/flash/56.swf width=height=500 type=application/octet-stream wmode="transparent" quality="high"  ><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://imgfree.21cn.com/free/flash/51.swf width=650 height=500 type=application/octet-stream wmode="transparent" quality="high"  ></EMBED></TD></TR></TBODY></TABLE></P>
<P align=center>
<TABLE height=500 cellSpacing=0 cellPadding=0 width=650 background=http://life.wuhan.net.cn/edit/kejikaifabumen/20060316091954080/6.jpg border=0>
<TBODY>
<TR>
<TD><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://imgfree.21cn.com/free/flash/21.swf width=650 height=500 type=application/octet-stream wmode="transparent" quality="high"  ><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://imgfree.21cn.com/free/flash/51.swf width=650 height=500 type=application/octet-stream wmode="transparent" quality="high"  ></EMBED></TD></TR></TBODY></TABLE></P>
<P align=center>
<TABLE height=500 cellSpacing=0 cellPadding=0 width=650 background=http://life.wuhan.net.cn/edit/kejikaifabumen/20060316091954080/7.jpg border=0>
<TBODY>
<TR>
<TD><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://imgfree.21cn.com/free/flash/56.swf width=height=500 type=application/octet-stream wmode="transparent" quality="high"  ><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://imgfree.21cn.com/free/flash/51.swf width=650 height=500 type=application/octet-stream wmode="transparent" quality="high"  ></EMBED></TD></TR></TBODY></TABLE></P>
<P align=center>
<TABLE height=500 cellSpacing=0 cellPadding=0 width=650 background=http://life.wuhan.net.cn/edit/kejikaifabumen/20060316091954080/8.jpg border=0>
<TBODY>
<TR>
<TD><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://imgfree.21cn.com/free/flash/21.swf width=650 height=500 type=application/octet-stream wmode="transparent" quality="high"  ><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://imgfree.21cn.com/free/flash/51.swf width=650 height=500 type=application/octet-stream wmode="transparent" quality="high"  ></EMBED></TD></TR></TBODY></TABLE></P>
<P align=center>
<TABLE height=500 cellSpacing=0 cellPadding=0 width=650 background=http://life.wuhan.net.cn/edit/kejikaifabumen/20060316091954080/9.jpg border=0>
<TBODY>
<TR>
<TD><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://imgfree.21cn.com/free/flash/56.swf width=height=500 type=application/octet-stream wmode="transparent" quality="high"  ><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://imgfree.21cn.com/free/flash/51.swf width=650 height=500 type=application/octet-stream wmode="transparent" quality="high"  ></EMBED></TD></TR></TBODY></TABLE></P>
<CENTER>
<P align=center><FONT face=隶书 color=#b8860b size=6>素材:网络/收藏:夜渡心灵</FONT></P>
<P align=center>&nbsp;</P>
<CENTER></CENTER></CENTER></TD></TR></TBODY></TABLE></DIV>
<CENTER></CENTER>
<DIV></DIV><BR><BGSOUND balance=0 src="http://test.chinasafety.gov.cn/files/2005-06/06/F_88787e77f91d4b6394c9c45e76800df5_Track01.mp3" volume=-240 loop=infinite><BR><BR>
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
<TBODY>
<TR>
<TD width="20%" height=22>&nbsp;</TD>
<TD align=middle width="20%"></TD></TR></TBODY></TABLE></div>]]></description>
	    <author><![CDATA[砂粒]]></author>
	    <comments>http://yeduxinling.blog.163.com/blog/static/116946072008328385598</comments>
    <slash:comments>26</slash:comments>
    <guid isPermaLink="true">http://yeduxinling.blog.163.com/blog/static/116946072008328385598</guid>
    <pubDate>Wed, 2 Apr 2008 20:38:05 +0800</pubDate>
    <dcterms:modified>2008-04-02T20:39:27+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[(原创)  临江仙]]></title>	
    <link>http://yeduxinling.blog.163.com/blog/static/11694607200822253710412</link>
    <description><![CDATA[<div><P align=center>
<TABLE border=6>
<TBODY>
<TR>
<TD>
<TABLE height=481 cellPadding=0 background=http://img.photo.163.com/3d9aJ9ovhGYlVKqzDnm48g==/807833183160847521.jpg border=0 widih="668">
<TBODY>
<TR>
<TD>
<P align=center><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://imgfree.21cn.com/free/flash/13.swf width=658 height=500 type=application/octet-stream wmode="transparent" quality="high"  ><EMBED allowScriptAccess="never" allowNetworking="internal"     pluginspage=http://www.macromedia.com/go/getflashplayer align=right src=http://imgfree.21cn.com/free/flash/21.swf width=660 height=480 type=application/x-shockwave-flash quality="high" wmode="transparent"  ><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://imgfree.21cn.com/free/flash/48.swf width=168 height=150 type=application/octet-stream wmode="transparent" quality="high"  ></P></TD></TR></TBODY></TABLE>
<P><EMBED allowScriptAccess="never" allowNetworking="internal"     src=http://yd320.16789.net/domName/yd320/2007121912444246158.wma hidden=true type=audio/x-pn-realaudio-plugin controls="ControlPanel" loop="true" autostart="true" volume="100" Initfn="load-types" mime-types="mime.types"  ></EMBED> </P>
<DIV></DIV></TD></TR></TBODY></TABLE></P></div>]]></description>
	    <author><![CDATA[砂粒]]></author>
	    <comments>http://yeduxinling.blog.163.com/blog/static/11694607200822253710412</comments>
    <slash:comments>23</slash:comments>
    <guid isPermaLink="true">http://yeduxinling.blog.163.com/blog/static/11694607200822253710412</guid>
    <pubDate>Sat, 22 Mar 2008 17:37:10 +0800</pubDate>
    <dcterms:modified>2008-03-22T18:16:02+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[（原创） 浣溪莎]]></title>	
    <link>http://yeduxinling.blog.163.com/blog/static/11694607200821091242904</link>
    <description><![CDATA[<div><P align=center>
<TABLE border=6>
<TBODY>
<TR>
<TD>
<TABLE height=481 cellPadding=0 background=http://img.blog.163.com/photo/0SxR4yIaFnaMX-Fb7yxpwQ==/5107081977438473889.jpg border=0 #photo widih="600">
<TBODY>
<TR>
<TD>
<P align=center><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://home.naver.net/brown444/swish/s13-m.swf width=600 height=500 type=application/octet-stream wmode="transparent" quality="high"  ><EMBED allowScriptAccess="never" allowNetworking="internal"     pluginspage=http://www.macromedia.com/go/getflashplayer align=right src=http://www.qintai.net/yinhua/qingmeng/dq/bhd.swf width=500 height=400 type=application/x-shockwave-flash quality="high" wmode="transparent"  ><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://home.naver.net/brown444/swish/s13-m.swf width=300 height=200 type=application/octet-stream wmode="transparent" quality="high"  ></P></TD></TR></TBODY></TABLE>
<P><EMBED allowScriptAccess="never" allowNetworking="internal"     src=http://jiaoks.swu.edu.cn/music/qsct.mp3 hidden=true type=audio/x-pn-realaudio-plugin controls="ControlPanel" loop="true" autostart="true" volume="100" Initfn="load-types" mime-types="mime.types"  ></EMBED> </P>
<DIV></DIV></TD></TR></TBODY></TABLE></P></div>]]></description>
	    <author><![CDATA[砂粒]]></author>
	    <comments>http://yeduxinling.blog.163.com/blog/static/11694607200821091242904</comments>
    <slash:comments>25</slash:comments>
    <guid isPermaLink="true">http://yeduxinling.blog.163.com/blog/static/11694607200821091242904</guid>
    <pubDate>Mon, 10 Mar 2008 21:12:42 +0800</pubDate>
    <dcterms:modified>2008-03-23T18:51:55+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[[音画原创] 雪中情]]></title>	
    <link>http://yeduxinling.blog.163.com/blog/static/11694607200812362845466</link>
    <description><![CDATA[<div><TABLE height=1168 width=700 background=http://img.photo.163.com/G9TOwxhHkm674bR0KGPaiA==/282600876619837195.jpg border=0>
<TBODY>
<TR>
<TD>
<P align=center><EMBED allowScriptAccess="never" allowNetworking="internal"     align=center src=http://imgfree.21cn.com/free/flash/23.swf width=500 height=1140 type=application/octet-stream quality="high" wmode="transparent"  ></P></TD></TR></TBODY></TABLE>
<DIV></DIV>
<DIV align=center></DIV>
<TABLE height=880 width=700 background=http://img.photo.163.com/8djwfj64-BszfTZ57INZvQ==/282600876619837201.jpg border=0>
<TBODY>
<TR>
<TD>
<P align=center><EMBED allowScriptAccess="never" allowNetworking="internal"     align=center src=http://imgfree.21cn.com/free/flash/23.swf width=500 height=700 type=application/octet-stream quality="high" wmode="transparent"  ></P></TD></TR></TBODY></TABLE>
<DIV></DIV>
<DIV align=center></DIV>
<DIV></DIV><BGSOUND balance=0 src="http://www.jinhaojazz.com.cn/music/jinhao/snow.wma" volume=-240 loop=infinite>
<P></P></div>]]></description>
	    <author><![CDATA[砂粒]]></author>
	    <comments>http://yeduxinling.blog.163.com/blog/static/11694607200812362845466</comments>
    <slash:comments>20</slash:comments>
    <guid isPermaLink="true">http://yeduxinling.blog.163.com/blog/static/11694607200812362845466</guid>
    <pubDate>Sat, 23 Feb 2008 18:28:45 +0800</pubDate>
    <dcterms:modified>2008-02-23T18:28:45+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[(原创)　新年]]></title>	
    <link>http://yeduxinling.blog.163.com/blog/static/1169460720081385455287</link>
    <description><![CDATA[<div><TABLE style="BORDER-RIGHT: #993366 6px ridge; BORDER-TOP: #993366 6px ridge; LEFT: 0px; BORDER-LEFT: #993366 6px ridge; WIDTH: 600px; BORDER-BOTTOM: #993366 6px ridge; TOP: 0px; HEIGHT: 686px" cellSpacing=0 cellPadding=0 background=http://img.photo.163.com/AEKwlISx06OGFQ3XR1y--A==/820781032089298130.jpg#photo border=0>
<TBODY>
<TR>
<TD>
<P><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://zxw8898.eidensha.com/swf/322.swf width=590 height=150 type=application/x-shockwave-flash   initio? quality="high" wmode="transparent"><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://zxw8898.eidensha.com/swf/324.swf width=590 height=590 type=application/x-shockwave-flash   quality="high" wmode="transparent"> </P></A></STRONG></FONT>
<P></P></TD></TR></TBODY></TABLE>
<P>&nbsp;</P>
<P>&nbsp;</P>
<DIV></DIV><BGSOUND balance=0 src="http://www.77yoga.com/music/1006.wma" volume=-240 loop=infinite><TR><TD><FONT color=#993366></FONT></TD></TR></div>]]></description>
	    <author><![CDATA[砂粒]]></author>
	    <comments>http://yeduxinling.blog.163.com/blog/static/1169460720081385455287</comments>
    <slash:comments>22</slash:comments>
    <guid isPermaLink="true">http://yeduxinling.blog.163.com/blog/static/1169460720081385455287</guid>
    <pubDate>Sun, 3 Feb 2008 08:54:55 +0800</pubDate>
    <dcterms:modified>2008-02-03T08:54:55+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[(原创）　岁月短笺]]></title>	
    <link>http://yeduxinling.blog.163.com/blog/static/116946072008025018247</link>
    <description><![CDATA[<div><TABLE style="BORDER-RIGHT: #993366 6px ridge; BORDER-TOP: #993366 6px ridge; LEFT: 0px; BORDER-LEFT: #993366 6px ridge; WIDTH: 600px; BORDER-BOTTOM: #993366 6px ridge; TOP: 0px; HEIGHT: 600px" cellSpacing=0 cellPadding=0 background=http://img.photo.163.com/qr7uRLys9uYDo0sbegA3AQ==/875105702593502314.jpg#photo border=0>
<TBODY>
<TR>
<TD>
<P><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://zxw8898.eidensha.com/swf/320.swf width=590 height=590 type=application/x-shockwave-flash initio? quality="high" wmode="transparent"  ><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://zxw8898.eidensha.com/swf/310.swf width=590 height=590 type=application/x-shockwave-flash quality="high" wmode="transparent"  > </P></A></STRONG></FONT>
<P></P></TD></TR></TBODY></TABLE>
<P>&nbsp;</P>
<P>&nbsp;</P>
<DIV></DIV><BGSOUND balance=0 src="http://disk1.t597.com/10485/12.wma" volume=-240 loop=infinite><TR><TD><FONT color=#993366></FONT></TD></TR></div>]]></description>
	    <author><![CDATA[砂粒]]></author>
	    <comments>http://yeduxinling.blog.163.com/blog/static/116946072008025018247</comments>
    <slash:comments>19</slash:comments>
    <guid isPermaLink="true">http://yeduxinling.blog.163.com/blog/static/116946072008025018247</guid>
    <pubDate>Fri, 25 Jan 2008 12:18:24 +0800</pubDate>
    <dcterms:modified>2008-01-26T09:31:48+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[(原创) 流年]]></title>	
    <link>http://yeduxinling.blog.163.com/blog/static/11694607200801162036208</link>
    <description><![CDATA[<div><TABLE style="BORDER-RIGHT: #993366 6px ridge; BORDER-TOP: #993366 6px ridge; LEFT: 0px; BORDER-LEFT: #993366 6px ridge; WIDTH: 600px; BORDER-BOTTOM: #993366 6px ridge; TOP: 0px; HEIGHT: 500px" cellSpacing=0 cellPadding=0 background=http://img.blog.163.com/photo/lC22X_P8svNS4LBUoZyRfQ==/3673529921051113087.jpg border=0>
<TBODY>
<TR>
<TD>
<P><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://h620428.com.ne.kr/960903-4/16.swf width=590 height=490 type=application/x-shockwave-flash wmode="transparent" quality="high"  ><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://youngcolor.com.ne.kr/swf1/12.swf width=590 height=490 type=application/x-shockwave-flash wmode="transparent" quality="high"  > </P></A></STRONG></FONT>
<P></P></TD></TR></TBODY></TABLE>
<P>&nbsp;</P>
<P>&nbsp;</P>
<DIV></DIV><BGSOUND balance=0 src="http://roufeng.blog.kubao.com/member/757/3423757/sound/2006121402391320061214022532.wma" volume=-240 loop=infinite><TR><TD><FONT color=#993366></FONT></TD></TR></div>]]></description>
	    <author><![CDATA[砂粒]]></author>
	    <comments>http://yeduxinling.blog.163.com/blog/static/11694607200801162036208</comments>
    <slash:comments>20</slash:comments>
    <guid isPermaLink="true">http://yeduxinling.blog.163.com/blog/static/11694607200801162036208</guid>
    <pubDate>Fri, 11 Jan 2008 18:20:36 +0800</pubDate>
    <dcterms:modified>2008-01-11T18:26:59+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[(原创)  醉呓]]></title>	
    <link>http://yeduxinling.blog.163.com/blog/static/116946072008088154249</link>
    <description><![CDATA[<div><TABLE style="BORDER-RIGHT: #993366 6px ridge; BORDER-TOP: #993366 6px ridge; LEFT: 0px; BORDER-LEFT: #993366 6px ridge; WIDTH: 600px; BORDER-BOTTOM: #993366 6px ridge; TOP: 0px; HEIGHT: 563px" cellSpacing=0 cellPadding=0 background=http://img.blog.163.com/photo/u49hnUDMdE9RRvPPH01CCg==/567735028025752342.jpg border=0>
<TBODY>
<TR>
<TD>
<P><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://h620428.com.ne.kr/960903-4/15.swf width=300 height=200 type=application/x-shockwave-flash   quality="high" wmode="transparent"><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://www.zxtx.org/user/yiyi/html/flash/108.swf width=300 height=200 type=application/x-shockwave-flash   quality="high" wmode="transparent"> </P></A></STRONG></FONT>
<P></P></TD></TR></TBODY></TABLE>
<P>&nbsp;</P>
<P>&nbsp;</P>
<DIV></DIV><BGSOUND balance=0 src="http://wma.d7sky.com:30003/华人女歌手/1451/11745/07088.Wma" volume=-240 loop=infinite><TR><TD><FONT color=#993366></FONT></TD></TR></div>]]></description>
	    <author><![CDATA[砂粒]]></author>
	    <comments>http://yeduxinling.blog.163.com/blog/static/116946072008088154249</comments>
    <slash:comments>17</slash:comments>
    <guid isPermaLink="true">http://yeduxinling.blog.163.com/blog/static/116946072008088154249</guid>
    <pubDate>Tue, 8 Jan 2008 20:01:54 +0800</pubDate>
    <dcterms:modified>2008-01-08T20:01:54+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[[原创]  人生只合初相见]]></title>	
    <link>http://yeduxinling.blog.163.com/blog/static/1169460720080564537238</link>
    <description><![CDATA[<div><TABLE style="BORDER-RIGHT: #993366 6px ridge; BORDER-TOP: #993366 6px ridge; LEFT: 0px; BORDER-LEFT: #993366 6px ridge; WIDTH: 600px; BORDER-BOTTOM: #993366 6px ridge; TOP: 0px; HEIGHT: 500px" cellSpacing=0 cellPadding=0 background=http://img.blog.163.com/photo/ma0bbeNxtGIN-obX78cvlQ==/1209216499949398897.jpg border=0>
<TBODY>
<TR>
<TD>
<P><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://home.naver.net/brown444/swish/s83-m.swf width=600 height=500 type=application/x-shockwave-flash quality="high" wmode="transparent"  ><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://home.naver.net/brown444/swish/s91-m.swf width=600 height=500 type=application/x-shockwave-flash quality="high" wmode="transparent"  > </P></A></STRONG></FONT>
<P></P></TD></TR></TBODY></TABLE>
<P>&nbsp;</P>
<P>&nbsp;</P>
<DIV></DIV><BGSOUND balance=0 src="http://att3.ccmove.com/ring/5/27/71582113_263888.wma" volume=-240 loop=infinite><TR><TD><FONT color=#993366></FONT></TD></TR></div>]]></description>
	    <author><![CDATA[砂粒]]></author>
	    <comments>http://yeduxinling.blog.163.com/blog/static/1169460720080564537238</comments>
    <slash:comments>17</slash:comments>
    <guid isPermaLink="true">http://yeduxinling.blog.163.com/blog/static/1169460720080564537238</guid>
    <pubDate>Sat, 5 Jan 2008 18:45:37 +0800</pubDate>
    <dcterms:modified>2008-01-05T18:51:48+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[(原创)新年寄语自勉]]></title>	
    <link>http://yeduxinling.blog.163.com/blog/static/116946072008016544891</link>
    <description><![CDATA[<div><TABLE style="BORDER-RIGHT: #993366 6px ridge; BORDER-TOP: #993366 6px ridge; LEFT: 0px; BORDER-LEFT: #993366 6px ridge; WIDTH: 600px; BORDER-BOTTOM: #993366 6px ridge; TOP: 0px; HEIGHT: 600px" cellSpacing=0 cellPadding=0 background=http://img.blog.163.com/photo/-_LcU5Zgh0Di1nVH5tbHcA==/4578753446152612990.jpg border=0>
<TBODY>
<TR>
<TD>
<P><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://home.naver.net/brown444/swish/s28-m.swf width=600 height=600 type=application/x-shockwave-flash wmode="transparent" quality="high"  ><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://home.naver.net/brown444/swish/s78-m.swf width=600 height=600 type=application/x-shockwave-flash wmode="transparent" quality="high"  > </P></A></STRONG></FONT>
<P></P></TD></TR></TBODY></TABLE>
<P>&nbsp;</P>
<P>&nbsp;</P>
<DIV></DIV><BGSOUND balance=0 src="http://music.bhfj.com/music/fohao/21%20纯音乐-一声佛号一声心.WMA" volume=-240 loop=infinite><TR><TD><FONT color=#993366></FONT></TD></TR></div>]]></description>
	    <author><![CDATA[砂粒]]></author>
	    <comments>http://yeduxinling.blog.163.com/blog/static/116946072008016544891</comments>
    <slash:comments>20</slash:comments>
    <guid isPermaLink="true">http://yeduxinling.blog.163.com/blog/static/116946072008016544891</guid>
    <pubDate>Tue, 1 Jan 2008 18:54:48 +0800</pubDate>
    <dcterms:modified>2008-01-01T18:54:48+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[(原创) 雪舞流年]]></title>	
    <link>http://yeduxinling.blog.163.com/blog/static/116946072007112863319799</link>
    <description><![CDATA[<div><TABLE style="BORDER-RIGHT: #00ffff 6px ridge; BORDER-TOP: #00ffff 6px ridge; LEFT: 0px; BORDER-LEFT: #00ffff 6px ridge; WIDTH: 600px; BORDER-BOTTOM: #00ffff 6px ridge; TOP: 0px; HEIGHT: 500px" cellSpacing=0 cellPadding=0 background=http://img.blog.163.com/photo/RseSsODjgH4jdU-mPstjTQ==/4575657221408790952.jpg border=0>
<TBODY>
<TR>
<TD>
<P><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://home.naver.net/brown444/swish/s28-m.swf width=600 height=600 type=application/x-shockwave-flash   wmode="transparent" quality="high"><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://home.naver.net/brown444/swish/s28-m.swf width=500 height=500 type=application/x-shockwave-flash   wmode="transparent" quality="high"> </P></A></STRONG></FONT>
<P></P></TD></TR></TBODY></TABLE>
<P>&nbsp;</P>
<P>&nbsp;</P>
<DIV></DIV><BGSOUND balance=0 src="http://www.yes66.com/dongtingdegequ/k1/0301/7.wma" volume=-240 loop=infinite><TR><TD><FONT color=#00ffff></FONT></TD></TR></div>]]></description>
	    <author><![CDATA[砂粒]]></author>
	    <comments>http://yeduxinling.blog.163.com/blog/static/116946072007112863319799</comments>
    <slash:comments>19</slash:comments>
    <guid isPermaLink="true">http://yeduxinling.blog.163.com/blog/static/116946072007112863319799</guid>
    <pubDate>Fri, 28 Dec 2007 18:33:19 +0800</pubDate>
    <dcterms:modified>2008-02-27T21:07:41+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[[音画制作]歌曲 醉卧千年]]></title>	
    <link>http://yeduxinling.blog.163.com/blog/static/116946072007112772124627</link>
    <description><![CDATA[<div><EMBED allowScriptAccess="never" allowNetworking="internal"     pluginspage=http://www.macromedia.com/go/getflashplayer src=http://www.maidee.com/v/437g83b2z0.swf width="100%" type=application/x-shockwave-flash autostart="0" quality="high" wmode="transparent"  > 
<TABLE height=643 width=600 background=http://img.blog.163.com/photo/i2oreER_fyPkh5-FQQwtOQ==/595601050720052464.jpg border=0>
<TBODY>
<TR>
<TD>
<P align=center><EMBED allowScriptAccess="never" allowNetworking="internal"     align=center src=http://youngcolor.com.ne.kr/swf1/28.swf width=600 height=600 type=application/octet-stream   quality="high" wmode="transparent"></P></TD></TR></TBODY></TABLE>
<DIV></DIV>
<DIV align=center></DIV>
<TABLE height=605 width=600 background=http://img.blog.163.com/photo/4odQdR1_U5Q4hBXThNbKNA==/595601050720052476.jpg border=0>
<TBODY>
<TR>
<TD>
<P align=center><EMBED allowScriptAccess="never" allowNetworking="internal"     align=center src=http://youngcolor.com.ne.kr/swf1/28.swf width=600 height=550 type=application/octet-stream   quality="high" wmode="transparent"></P></TD></TR></TBODY></TABLE>
<DIV></DIV>
<DIV align=center></DIV>
<TABLE height=622 width=600 background=http://img.blog.163.com/photo/5UmliTEnexG3Dszzvc_WyQ==/595601050720052486.jpg border=0>
<TBODY>
<TR>
<TD>
<P align=center><EMBED allowScriptAccess="never" allowNetworking="internal"     align=center src=http://youngcolor.com.ne.kr/swf1/28.swf width=600 height=600 type=application/octet-stream   quality="high" wmode="transparent"></P></TD></TR></TBODY></TABLE>
<DIV></DIV>
<DIV align=center></DIV>
<TABLE height=481 width=600 background=http://img.blog.163.com/photo/wm38LOZ4JTWnh0hKY2_tsA==/595601050720052493.jpg border=0>
<TBODY>
<TR>
<TD>
<P align=center><EMBED allowScriptAccess="never" allowNetworking="internal"     align=center src=http://youngcolor.com.ne.kr/swf1/28.swf width=600 height=450 type=application/octet-stream   quality="high" wmode="transparent"></P></TD></TR></TBODY></TABLE>
<DIV></DIV>
<DIV align=center></DIV>
<TABLE height=470 width=600 background=http://img.blog.163.com/photo/lZH023PdEocmqU0E-own9w==/3380232995318590155.jpg border=0>
<TBODY>
<TR>
<TD>
<P align=center><EMBED allowScriptAccess="never" allowNetworking="internal"     align=center src=http://youngcolor.com.ne.kr/swf1/28.swf width=600 height=450 type=application/octet-stream   quality="high" wmode="transparent"></P></TD></TR></TBODY></TABLE>
<DIV></DIV>
<DIV align=center></DIV>
<DIV></DIV></div>]]></description>
	    <author><![CDATA[砂粒]]></author>
	    <comments>http://yeduxinling.blog.163.com/blog/static/116946072007112772124627</comments>
    <slash:comments>14</slash:comments>
    <guid isPermaLink="true">http://yeduxinling.blog.163.com/blog/static/116946072007112772124627</guid>
    <pubDate>Thu, 27 Dec 2007 19:21:24 +0800</pubDate>
    <dcterms:modified>2007-12-27T19:21:24+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[(原创)祈祷]]></title>	
    <link>http://yeduxinling.blog.163.com/blog/static/11694607200711246196595</link>
    <description><![CDATA[<div><TABLE style="BORDER-RIGHT: #993300 6px ridge; BORDER-TOP: #993300 6px ridge; LEFT: 0px; BORDER-LEFT: #993300 6px ridge; WIDTH: 550px; BORDER-BOTTOM: #993300 6px ridge; TOP: 0px; HEIGHT: 450px" cellSpacing=0 cellPadding=0 background=http://img.blog.163.com/photo/SSHYpaaBPsuFWbd-s_NjsA==/3972456346317801642.jpg border=0>
<TBODY>
<TR>
<TD>
<P><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://home.naver.net/brown444/swish/s93-m.swf width=550 height=450 type=application/x-shockwave-flash quality="high" wmode="transparent"  ><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://home.naver.net/brown444/swish/s98-m.swf width=350 height=250 type=application/x-shockwave-flash quality="high" wmode="transparent"  > </P></A></STRONG></FONT>
<P></P></TD></TR></TBODY></TABLE>
<P>&nbsp;</P>
<P>&nbsp;</P>
<DIV></DIV><BGSOUND balance=0 src="http://media.ewen.cc/wma/n00000021/n0000002124.wma" volume=-240 loop=infinite><TR><TD><FONT color=#00ffff></FONT></TD></TR></div>]]></description>
	    <author><![CDATA[砂粒]]></author>
	    <comments>http://yeduxinling.blog.163.com/blog/static/11694607200711246196595</comments>
    <slash:comments>21</slash:comments>
    <guid isPermaLink="true">http://yeduxinling.blog.163.com/blog/static/11694607200711246196595</guid>
    <pubDate>Mon, 24 Dec 2007 18:19:06 +0800</pubDate>
    <dcterms:modified>2007-12-24T18:19:06+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[(原创)红尘七弦]]></title>	
    <link>http://yeduxinling.blog.163.com/blog/static/1169460720071122750643</link>
    <description><![CDATA[<div><TABLE height=703 width=600 background=http://img.blog.163.com/photo/Z-XihsPCObIupNFP8Ji9YA==/4253649848051722959.jpg border=0>
<TBODY>
<TR>
<TD>
<P align=center><EMBED allowScriptAccess="never" allowNetworking="internal"     align=center src=http://imgfree.21cn.com/free/flash/3.swf width=300 height=300 type=application/octet-stream wmode="transparent" quality="high"  ></P></TD></TR></TBODY></TABLE>
<DIV></DIV>
<DIV align=center></DIV>
<TABLE height=715 width=600 background=http://img.blog.163.com/photo/Fm1KuxEJ3KqZhYrW1oPDJQ==/3959227022412529346.jpg border=0>
<TBODY>
<TR>
<TD>
<P align=center><EMBED allowScriptAccess="never" allowNetworking="internal"     align=center src=http://imgfree.21cn.com/free/flash/23.swf width=590 height=700 type=application/octet-stream wmode="transparent" quality="high"  ></P></TD></TR></TBODY></TABLE>
<DIV></DIV>
<DIV align=center></DIV>
<TABLE height=701 width=600 background=http://img.blog.163.com/photo/9oSu5adFDbqGUSnLAD16pg==/3959227022412529347.jpg border=0>
<TBODY>
<TR>
<TD>
<P align=center><EMBED allowScriptAccess="never" allowNetworking="internal"     align=center src=http://www.zxtx.org/user/yiyi/html/flash/109.swf width=550 height=680 type=application/octet-stream wmode="transparent" quality="high"  ></P></TD></TR></TBODY></TABLE>
<DIV></DIV>
<DIV align=center></DIV>
<TABLE height=591 width=600 background=http://img.blog.163.com/photo/Ih4z2L5wVaKOY0QHEkBA4g==/4585790320570497961.jpg border=0>
<TBODY>
<TR>
<TD>
<P align=center><EMBED allowScriptAccess="never" allowNetworking="internal"     style="WIDTH: 316px; HEIGHT: 326px" align=center src=http://imgfree.21cn.com/free/flash/38.swf width=586 height=526 type=application/octet-stream wmode="transparent" quality="high"  ></P></TD></TR></TBODY></TABLE>
<DIV></DIV>
<DIV align=center></DIV>
<DIV></DIV><BGSOUND balance=0 src="http://www.jnesc.com/video/笑红尘.wma" volume=-240 loop=infinite></div>]]></description>
	    <author><![CDATA[砂粒]]></author>
	    <comments>http://yeduxinling.blog.163.com/blog/static/1169460720071122750643</comments>
    <slash:comments>32</slash:comments>
    <guid isPermaLink="true">http://yeduxinling.blog.163.com/blog/static/1169460720071122750643</guid>
    <pubDate>Sat, 22 Dec 2007 19:05:00 +0800</pubDate>
    <dcterms:modified>2007-12-23T17:21:28+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[(原创)浸心]]></title>	
    <link>http://yeduxinling.blog.163.com/blog/static/116946072007111863022802</link>
    <description><![CDATA[<div><TABLE style="BORDER-RIGHT: #00ffff 6px ridge; BORDER-TOP: #00ffff 6px ridge; LEFT: 0px; BORDER-LEFT: #00ffff 6px ridge; WIDTH: 600px; BORDER-BOTTOM: #00ffff 6px ridge; TOP: 0px; HEIGHT: 500px" cellSpacing=0 cellPadding=0 background=http://img.blog.163.com/photo/bVI-tVQrkE3FuRsg5fW_ZA==/3704492168489230189.jpg border=0>
<TBODY>
<TR>
<TD>
<P><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://home.naver.net/brown444/swish/s28-m.swf width=600 height=500 type=application/x-shockwave-flash   wmode="transparent" quality="high"><EMBED allowScriptAccess="never" allowNetworking="internal"     align=right src=http://home.naver.net/brown444/swish/s58-m.swf width=600 height=500 type=application/x-shockwave-flash   wmode="transparent" quality="high"> </P></A></STRONG></FONT>
<P></P></TD></TR></TBODY></TABLE>
<DIV></DIV><BGSOUND balance=0 src="http://www.mxen.com/ie/juji/xnqy1.wma" volume=-240 loop=infinite><TR><TD><FONT color=#00ffff></FONT></TD></TR></div>]]></description>
	    <author><![CDATA[砂粒]]></author>
	    <comments>http://yeduxinling.blog.163.com/blog/static/116946072007111863022802</comments>
    <slash:comments>21</slash:comments>
    <guid isPermaLink="true">http://yeduxinling.blog.163.com/blog/static/116946072007111863022802</guid>
    <pubDate>Tue, 18 Dec 2007 18:30:22 +0800</pubDate>
    <dcterms:modified>2007-12-18T18:30:22+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[我的密友]]></title>	
    <link></link>
    <description><![CDATA[<div>
			<a href="http://yiqingjinye.blog.163.com/" target="_blank"><img src="http://ava.blog.163.com/photo/BEVacMjKzpNeRnfLdOYXDA==/5072742030279573365.jpg" border="0" />yiqingjinye</a>
			<a href="http://blog.163.com/xuxiuli2@126/" target="_blank"><img src="http://ava.blog.163.com/photo/hv5tludNjYm4uueAcNPLyA==/180143985095025461.jpg" border="0" />猫猫</a>
			<a href="http://yiqingjinye123.blog.163.com/" target="_blank"><img src="-1000" border="0" />yiqingjinye123</a>
			<a href="http://nyhgq.blog.163.com/" target="_blank"><img src="http://ava.blog.163.com/photo/wYkM5OBGwtABtnIpzxcNmA==/169729410957354815.jpg" border="0" />黄山松</a>
			<a href="http://wuqiuwude.blog.163.com/" target="_blank"><img src="http://ava.blog.163.com/photo/pbPmI_FTHA5caEMlPj-ejA==/170292360910797403.jpg" border="0" />wuqiuwude</a>
			<a href="http://sunhuiyan1970.blog.163.com/" target="_blank"><img src="http://ava.blog.163.com/photo/unl4cCGpw38qpeOrVWgQcg==/2301620884563130917.jpg" border="0" />子悦</a>
</div>]]></description>
    <guid isPermaLink="false">http://yeduxinling.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>