<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="http://feeds.qzone.qq.com/rss.xsl" version="1.0"?>
<rss version="2.0" xmlns:qz="http://qzone.qq.com">
<channel>
<title><![CDATA[Fzl-MX]]></title>
<description><![CDATA[ＦＺＬ－ＭＸ]]></description>
<link>http://1007079.qzone.qq.com</link>
<lastBuildDate>Wed, 25 Nov 2009 22:55:01 GMT</lastBuildDate>
<generator>Qzone</generator>
<language>zh-cn</language>
<copyright>Copyright (C), 2005-2008, Tencent Tech. Co., Ltd.</copyright>
<pubDate>Thu, 14 Dec 2006 16:12:02 GMT</pubDate>

<item>
<title><![CDATA[【网页代码常用小技巧】①]]></title>
<link>http://1007079.qzone.qq.com/blog/15</link>
<description><![CDATA[<wbr /><a href="http://ol6.photo.qq.com/?file=4CE350F6AB4B9845EC5197A02D7186F8FF53211139689500C7325AC507BD38D2" target="_blank"><img style="border:0;" src="http://ol6.photo.qq.com/?file=4CE350F6AB4B9845EC5197A02D7186F8FF53211139689500C7325AC507BD38D2" /></a><wbr />   <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">如内容超出单元格，则隐藏</span><wbr /> </span><wbr /><br>style=&quot;TABLE-LAYOUT: fixed&quot; <br>让<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"> <span style="font-size:16px;line-height:1.8em;">弹出窗口</span><wbr /> </span><wbr />总是在最上面: &lt;body &gt; <br>不要滚动条? 让<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"> <span style="font-size:16px;line-height:1.8em;">竖条</span><wbr /> </span><wbr />没有: &lt;body style='overflow:scroll;overflow-y:hidden'&gt; &lt;/body&gt; <br>让<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">横条</span><wbr /> </span><wbr />没有: &lt;body style='overflow:scroll;overflow-x:hidden'&gt; &lt;/body&gt; <br>两个都去掉？更简单了 &lt;body scroll=&quot;no&quot;&gt; &lt;/body&gt; <br>怎样去掉图片链接点击后，图片周围的虚线？ &lt;a href=&quot;#&quot; &gt;&lt;img src=&quot;logo.jpg&quot; border=0&gt;&lt;/a&gt; <br>电子邮件处理提交表单 &lt;form name=&quot;form1&quot; method=&quot;post&quot; action=&quot;mailto:****@***.com&quot; enctype=&quot;text/plain&quot;&gt; &lt;input type=submit&gt; &lt;/form&gt; <br>在打开的子窗口刷新父窗口的代码里如何写？ window.opener.location.reload() <br>如何设定打开页面的大小 &lt;body &gt; <br>在页面中如何加入不是满铺的背景图片,拉动页面时背景图不动 &lt;html&gt;&lt;head&gt; &lt;STYLE&gt; body {background-image:url(logo.gif); background-repeat:no-repeat; background-position:center } &lt;/STYLE&gt; &lt;/head&gt; &lt;body bgproperties=&quot;fixed&quot; &gt; &lt;/body&gt; &lt;/html&gt; <br>各种样式的光标 auto ：标准光标 <br>default ：标准箭头 <br>hand ：手形光标 <br>wait ：等待光标 <br>text ：I形光标 <br>vertical-text ：水平I形光标 <br>no-drop ：不可拖动光标 <br>not-allowed ：无效光标 <br>help ：?帮助光标 <br>all-scroll ：三角方向标 <br>move ：移动标 <br>crosshair ：十字标 e-resize n-resize nw-resize w-resize s-resize se-resize sw-resize <br>本机ip&lt;%=request.servervariables(&quot;remote_addr&quot;)%&gt; <br>服务器名&lt;%=Request.ServerVariables(&quot;SERVER_NAME&quot;)%&gt; <br>服务器IP&lt;%=Request.ServerVariables(&quot;LOCAL_ADDR&quot;)%&gt; <br>服务器端口&lt;%=Request.ServerVariables(&quot;SERVER_PORT&quot;)%&gt; <br>服务器时间&lt;%=now%&gt; IIS <br>版本&lt;%=Request.ServerVariables&quot;SERVER_SOFTWARE&quot;)%&gt; <br>脚本超时时间&lt;%=Server.ScriptTimeout%&gt; <br>本文件路径&lt;%=server.mappath(Request.ServerVariables(&quot;SCRIPT_NAME&quot;))%&gt; <br>服务器CPU数量&lt;%=Request.ServerVariables(&quot;NUMBER_OF_PROCESSORS&quot;)%&gt; <br>服务器解译引擎&lt;%=ScriptEngine &amp; &quot;/&quot;&amp; ScriptEngineMajorVersion &amp;&quot;.&quot;&amp;ScriptEngineMinorVersion&amp;&quot;.&quot;&amp; ScriptEngineBuildVersion %&gt; <br>服务器操作系统&lt;%=Request.ServerVariables(&quot;OS&quot;)%&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">文本竖排方式</span><wbr /> </span><wbr /><br>&lt;style type=&quot;text/css&quot;&gt; <br>&lt;!-- <br>.shupai {Writing-mode:tb-rl} <br>--&gt; <br>&lt;/style&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">超链接去虚线边框</span><wbr /> </span><wbr /><br>在链接中加上 <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">网页搜索关键字 头里插入</span><wbr /> </span><wbr /><br>&lt;META NAME=&quot;keywords&quot; C&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">收藏夹图标</span><wbr /> </span><wbr /><br>&lt;link rel = &quot;Shortcut Icon&quot; href=&quot;favicon.ico&quot;&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">我的电脑</span><wbr /> </span><wbr /><br>file:///::{20D04FE0-3AEA-1069-A2D8-08002B30309D} <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">网上邻居</span><wbr /> </span><wbr /><br>file:///::%7B208D2C60-3AEA-1069-A2D7-08002B30309D%7D <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">我的文档</span><wbr /> </span><wbr /><br>file:///::%7B450D8FBA-AD25-11D0-98A8-0800361B1103%7D <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">控制面板</span><wbr /> </span><wbr /><br>file:///::{20D04FE0-3AEA-1069-A2D8-08002B30309D}/::{21EC2020-3AEA-1069-A2DD-08002B30309D}<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">回收站</span><wbr /> </span><wbr /><br>file:///::%7B645FF040-5081-101B-9F08-00AA002F954E%7D <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">鼠标控制图片隐现效果</span><wbr /> </span><wbr /><br>把如下代码加入＜body＞区域中： <br>&lt;SCRIPT language=&quot;javascript&quot;&gt; <br>&lt;!-- <br>function makevisible(cur,which){ <br>if (which==0) <br>cur.filters.alpha.opacity=100 <br>else <br>cur.filters.alpha.opacity=20 <br>} <br>//--&gt; <br>&lt;/SCRIPT&gt; <br>2、把如下代码加入＜body＞区域中： <br>&lt;img src=&quot;2.gif&quot; style=&quot;filter:alpha(opacity=20)&quot; <br><br>&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">禁止图片下载</span><wbr /> </span><wbr /><br>&lt;A HREF=&quot;javascript:void(0)&quot; &gt; <br>&lt;IMG SRC=&quot;2.gif&quot; Align=&quot;center&quot; Border=&quot;0&quot; width=&quot;99&quot; height=&quot;50&quot;&gt;&lt;/A&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">页嵌页</span><wbr /> </span><wbr /><br>&lt;iframe width=291 height=247 src=&quot;main.files/news.htm&quot; frameBorder=0&gt;&lt;/iframe&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">隐藏滚动条</span><wbr /> </span><wbr /><br>&lt;body style=&quot;overflow-x:hidden;overflow-y:hidden&quot; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">CSS文字阴影</span><wbr /> </span><wbr />（定义在&lt;TD&gt;中） <br>.abc{ <br>FILTER: dropshadow(color=#666666, offx=1, offy=1, positive=1); FONT-FAMILY: &quot;宋体&quot;; FONT-SIZE: 9pt;COLOR: #ffffff; <br>} <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">列表/菜单</span><wbr /> </span><wbr /><br><br>&lt;iframe id=&quot;frm&quot; src=&quot;k-xinwen.html&quot; scrolling=&quot;no&quot; width=&quot;314&quot; height=&quot;179&quot;&gt;&lt;/iframe&gt; <br>&lt;img src=&quot;xiangshang.jpg&quot;   width=&quot;31&quot; height=&quot;31&quot;&gt; <br>&lt;img src=&quot;xiangxia.jpg&quot;   width=&quot;31&quot; height=&quot;31&quot; &gt; <br>reurl=server.htmlencode(request.ServerVariables(&quot;HTTP_REFERER&quot;)) <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">服务器上如何定义连接</span><wbr /> </span><wbr /><br>MM_www_STRING =&quot;driver={Microsoft access Driver (*.mdb)};dbq=&quot; &amp; server.mappath(&quot;../data/www.mdb&quot;) <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">链接到</span><wbr /> </span><wbr /><br>response.redirect&quot;login.asp&quot; <br>location.href=&quot;xx.asp&quot; <br><br><br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">取得IP</span><wbr /> </span><wbr /><br>userip = Request.ServerVariables(&quot;HTTP_X_FORWARDED_FOR&quot;) <br>If userip = &quot;&quot; Then userip = Request.ServerVariables(&quot;REMOTE_ADDR&quot;) <br>sql=&quot;update feedbak set hit=hit+1 where id=&quot;&amp;request(&quot;id&quot;) <br>conn.execute(sql) <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">截取字符是否加...</span><wbr /> </span><wbr /><br>function formatStr(str,len) <br>if(len(str)&gt;len) <br>str = left(str,len) + &quot;...&quot; <br>end if <br>formatStr = str <br>end function <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">接收表单</span><wbr /> </span><wbr /><br>If Ucase(Request.ServerVariables(&quot;REQUEST_METHOD&quot;)) = &quot;POST&quot; then <br>end if <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">图片宽度</span><wbr /> </span><wbr /><br>&lt;script language=&quot;javascript&quot;&gt; <br>&lt;!-- <br>var flag=false; <br>function DrawImage(ckp){ <br>var image=new Image(); <br>image.src=ckp.src; <br>if(image.width&gt;0 &amp;&amp; image.height&gt;0) <br>{flag=true; <br>if(image.width&gt;120){ <br>ckp.width=120; <br>}else{ <br>ckp.width=image.width; <br>} <br>ckp.alt=image.width+&quot;×&quot;+image.height; <br>} <br>} <br>//--&gt; <br>&lt;/script&gt; <br>I'll be Back 22:18:06 <br>&lt;img src=&quot;&lt;%=formPath%&gt;/&lt;%=rs(&quot;photoname&quot;)%&gt;&quot; border=&quot;0&quot; &gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">跳转</span><wbr /> </span><wbr /><br>&lt;meta http-equiv=refresh content='0; url=/distributor/distributor.aspx'&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">溢出栏的设制</span><wbr /> </span><wbr /><br>visible：超出的部分照样显示； <br>hidden：超出的部分隐藏； <br>scrool：不管有否超出，都显示滚动条； <br>auto：有超出时才出现滚动条； <br>onMouseOver：鼠标移到目标上； <br>onMouseUp：按下鼠标再放开左键时； <br>onMouseOut：鼠标移开时； <br>onMouseDown：按下鼠标时（不需要放开左键）； <br>onClink：点击时； <br>onDblClick：双击时； <br>onLoad：载入网页时； <br>onUnload：离开页面时； <br>onResize：当浏览者改变浏览窗口的大小时； <br>onScroll：当浏览者拖动滚动条的时。 <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">CSS样式</span><wbr /> </span><wbr /><br>a:link：表示已经链接； <br>a:hover：表示鼠标移上链接时； <br>a:active：表示链接激活时； <br>a:visited：表示己点击过的链接。 <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">跳出对话框链接</span><wbr /> </span><wbr /><br>javascript:alert('lajflsjpjwg') <br>后退：javascript:history.back(1) <br>关闭窗口：javascript:window.close(); <br>窗口还原 <br>function restore(){ <br>window.moveTo(8,8); <br>window.resizeTo(screen.width-24,screen.availHeight-24); <br>}head区是指首页HTML代码的&lt;head&gt;和&lt;/head&gt;之间的内容。 <br>必须加入的标签 <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">1.公司版权注释</span><wbr /> </span><wbr /><br>&lt;!--- The site is designed by Maketown,Inc 06/2000 ---&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">2.网页显示字符集</span><wbr /> </span><wbr /><br>简体中文：&lt;META HTTP-EQUIV=&quot;Content-Type&quot; C&gt; <br>繁体中文：&lt;META HTTP-EQUIV=&quot;Content-Type&quot; C&gt; <br>英 语：&lt;META HTTP-EQUIV=&quot;Content-Type&quot; C&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">3.网页制作者信息</span><wbr /> </span><wbr /><br>&lt;META name=&quot;author&quot; c&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">4.网站简介</span><wbr /> </span><wbr /><br>&lt;META NAME=&quot;DESCRIPTION&quot; C&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">5.搜索关键字</span><wbr /> </span><wbr /><br>&lt;META NAME=&quot;keywords&quot; C&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">6.网页的css规范</span><wbr /> </span><wbr /><br>&lt;LINK href=&quot;style/style.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt; <br>(参见目录及命名规范) <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">7.网页标题</span><wbr /> </span><wbr /><br>&lt;title&gt;xxxxxxxxxxxxxxxxxx&lt;/title&gt; <br><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="400" id="flash0" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:0px; top:0px;" src="http://www.i-fairy.com/tu/chuan/file/1studio.net_2005628832181401.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="600" height="500" id="flash1" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:70px; top:10px;" src="http://free.zyxr.net/up/20065111706350.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="600" height="700" id="flash2" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:70px; top:150px;" src="http://imgfree.21cn.com/free/flash/159.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="700" id="flash3" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:50px; top:1000px;" src="http://imgfree.21cn.com/free/flash/159.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="700" id="flash4" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:50px; top:1900px;" src="http://imgfree.21cn.com/free/flash/159.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="400" id="flash5" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:0px; top:0px;" src="http://imgfree.21cn.com/free/flash/140.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="900" id="flash6" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:10px; top:120px;" src="http://home.naver.net/brown444/swish/s66-m.swf" />   <br></span><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[∧∧︵]]></category>
<author><![CDATA[1007079@qq.com(Fzl-MX)]]></author>
<comments>http://1007079.qzone.qq.com/blog/15#comment</comments>
<qz:effect>8393283</qz:effect>
<pubDate>Thu, 14 Dec 2006 16:12:02 GMT</pubDate>
<guid>http://1007079.qzone.qq.com/blog/15</guid>
</item>

<item>
<title><![CDATA[【网页代码常用小技巧】②]]></title>
<link>http://1007079.qzone.qq.com/blog/14</link>
<description><![CDATA[<wbr /><a href="http://ol6.photo.qq.com/?file=4CE350F6AB4B9845EC5197A02D7186F8FF53211139689500C7325AC507BD38D2" target="_blank"><img style="border:0;" src="http://ol6.photo.qq.com/?file=4CE350F6AB4B9845EC5197A02D7186F8FF53211139689500C7325AC507BD38D2" /></a><wbr />  <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">.可以选择加入的标签</span><wbr /> </span><wbr /><br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">1.设定网页的到期时间。</span><wbr /> </span><wbr />一旦网页过期，必须到服务器上重新调阅。 <br>&lt;META HTTP-EQUIV=&quot;expires&quot; C&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">2.禁止浏览器从本地机的缓存中调阅页面内容。</span><wbr /> </span><wbr /><br>&lt;META HTTP-EQUIV=&quot;Pragma&quot; C&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">3.用来防止别人在框架里调用你的页面。</span><wbr /> </span><wbr /><br>&lt;META HTTP-EQUIV=&quot;Window-target&quot; C&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">4.自动跳转。</span><wbr /> </span><wbr /><br>&lt;META HTTP-EQUIV=&quot;Refresh&quot; C&gt; <br>5指时间停留5秒。 <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">5.网页搜索机器人向导.用来告诉搜索机器人哪些页面需要索引，哪些页面不需要索引。</span><wbr /> </span><wbr /><br>&lt;META NAME=&quot;robots&quot; C&gt; <br>CONTENT的参数有all,none,index,noindex,follow,nofollow。默认是all。 <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">6.收藏夹图标</span><wbr /> </span><wbr /><br>&lt;link rel = &quot;Shortcut Icon&quot; href=&quot;favicon.ico&quot;&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">所有的javascript的调用尽量采取外部调用.</span><wbr /> </span><wbr /><br>&lt;SCRIPT LANGUAGE=&quot;javascript&quot; SRC=&quot;script xxx.js&quot;&gt;&lt;/SCRIPT&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">附&lt;body&gt;标签：</span><wbr /> </span><wbr /><br>&lt;body&gt;标签不属于head区，这里强调一下，为了保证浏览器的兼容性，必须设置页面背景&lt;body bgcolor=&quot;#FFFFFF&quot;&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">flash透明</span><wbr /> </span><wbr /><br>在flash的源代码中加上：&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">表格透明</span><wbr /> </span><wbr /><br>style=&quot;FILTER: alpha(opacity=72)&quot; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">网址前添加icon的方法 </span><wbr /></span><wbr /><br>1、上<span style="text-decoration:underline;"><wbr />http://www.favicon.com</span><wbr />上用他的icon editor online制作一个图标。他会将做好的图标通过email即时发送给你。 <br>2、把这个命名为favicon.ico的图标放置在index.html同一个文件夹中。就可以了。 <br>作一个图标文件，大小为16*16像素。文件扩展名为ico，然后上传到相应目录中。在HTML源文件“＜head＞＜/head＞”之间添加如下代码： <br>＜Link Rel=&quot;SHORTCUT ICON&quot; href=&quot;http://图片的地址（注意与刚才的目录对应）&quot;＞ <br>其中的“SHORTCUT ICON”即为该图标的名称。当然如果用户使用IE5或以上版本浏览时，就更简单了，只需将图片上传到网站根目录下，自动识别 <br>可以在收藏夹中显示出你的图标&lt;link rel=&quot;Bookmark&quot; href=&quot;favicon.ico&quot;&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">状态栏连接说明</span><wbr /> </span><wbr /><br>&lt;A HREF=&quot;链接到某处&quot;  &gt;某某链接&lt;/a&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">链接说明</span><wbr /> </span><wbr /><br>&lt;a href=“”Title=链接说明&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">禁止鼠标右键</span><wbr /> </span><wbr /><br>在&lt;body&gt;标签中加入 &lt;body &gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">DW里输入空格</span><wbr /> </span><wbr /><br>插入N个   <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">水平线</span><wbr /> </span><wbr /><br>&lt;hr width=&quot;长度&quot; size=&quot;高度&quot; color=&quot;颜色代码&quot; noshade&gt; noshade为有无阴影 <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">表单电子邮件提交</span><wbr /> </span><wbr /><br>&lt; form name=&quot;content&quot; method=&quot;post&quot; action=&quot;mailto:电子邮箱&quot; &gt;&lt; /form&gt; <br>文本域名为Subject 为邮件的标题 <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">邮件链接定制</span><wbr /> </span><wbr /><br>Mailto:地址 ? Subject=邮件的标题 &amp;bc=抄送 &amp;bcc=密件抄送 <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">背景音乐</span><wbr /> </span><wbr /><br>&lt;bgsound src=地址 loop=&quot;-1&quot;&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">禁止页面正文选取 </span><wbr /></span><wbr /><br>&lt;body   onselectstart =&quot;return false&quot;   &gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">消除ie6自动出现的图像工具栏，设置 GALLERYIMG属性为false或no . </span><wbr /></span><wbr /><br>&lt;IMG SRC=&quot;mypicture.jpg&quot; HEIGHT=&quot;100px&quot; WIDTH=&quot;100px&quot; GALLERYIMG=&quot;no&quot;&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">防止点击空链接时，页面往往重置到页首端。 </span><wbr /></span><wbr /><br>代码“javascript:void(null)”代替原来的“#”标记 <br><br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">如何避免别人把你的网页放在框架中 </span><wbr /></span><wbr /><br>&lt;script language=“javascript”&gt;&lt;!--if (self!=top){top.location=self.location;} --&gt;&lt; /script&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">页面定时刷新 </span><wbr /></span><wbr /><br>&lt;meta http-equiv=&quot;Refresh&quot; c &gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">页面定时转向新的地址 </span><wbr /></span><wbr /><br>&lt;meta http-equiv=&quot;refresh&quot; c&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">显示日期 </span><wbr /></span><wbr /><br>&lt;script language=&quot;javascript&quot;&gt;&lt;!-- <br>today=new Date(); <br>var week; var date; <br>if(today.getDay()==0) week=&quot;星期日&quot; <br>if(today.getDay()==1) week=&quot;星期一&quot; <br>if(today.getDay()==2) week=&quot;星期二&quot; <br>if(today.getDay()==3) week=&quot;星期三&quot; <br>if(today.getDay()==4) week=&quot;星期四&quot; <br>if(today.getDay()==5) week=&quot;星期五&quot; <br>if(today.getDay()==6) week=&quot;星期六&quot; <br>date=(today.getYear())+&quot;年&quot;+(today.getMonth()+1)+&quot;月&quot;+today.getDate()+&quot;日&quot;+&quot; &quot; <br>document.write(&quot;&lt;span style='font-size: 9pt;'&gt;&quot;+date+week+&quot;&lt;/span&gt;&quot;); <br>// --&gt; <br>&lt;/script&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">设为首页</span><wbr /> </span><wbr /><br>&lt;A href=# &gt;设为首页&lt;/A&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">添加收藏 </span><wbr /></span><wbr /><br>&lt;A href=&quot;javascript:window.external.AddFavorite('url','title')&quot;&gt;收藏本站&lt;/A&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">文字滚动</span><wbr /> </span><wbr /><br>插入边框为0的1行1列的表格，在表格中输入文字，选中文字， <br>按ctrl+t输入marquee direction=&quot;up&quot;, 回车即可让文字在表格区域内向上滚动。 <br>（right、down可用于让文字或图象向右及向下滚动，修改html原代码还可以得到需要的滚动速度。 <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">表单验正</span><wbr /> </span><wbr /><br>&lt;SCRIPT language=javascript&gt; <br>function checkform(theform){ <br>if(theform.name.value==&quot;&quot;){ <br>alert(&quot;姓名不能为空!&quot;); <br>theform.name.focus(); <br>return false; <br>} <br>if(theform.tel.value==&quot;&quot;){ <br>alert(&quot;电话不能为空!&quot;); <br>theform.tel.focus(); <br>return false; <br>} <br>} <br>&lt;/SCRIPT&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">定义鼠标</span><wbr /> </span><wbr /><br>body{cursor: url(cur.ani或cur);} <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">以图片方式插视频</span><wbr /> </span><wbr /><br>&lt;IMG height=240 loop=infinite dynsrc=http://amedia.efu.com.cn/EFUADD0001.rmvb width=320&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">层在flash上面</span><wbr /> </span><wbr /><br>&lt; param name=&quot;wmode&quot; value=&quot;opaque&quot; &gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">延迟跳转</span><wbr /> </span><wbr /><br>&lt;meta http-equiv=refresh content='3; url=javascript:window.close();'&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">导航条变色：</span><wbr /> </span><wbr /><br>单元格&lt;TR后面插入   <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">居中</span><wbr /> </span><wbr /><br>&lt;CENTER&gt;&lt;/CENTER&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">空链接</span><wbr /> </span><wbr /><br>javascript:; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">标题表格</span><wbr /> </span><wbr /><br>&lt;fieldset&gt; <br>&lt;legend&gt;表格的说明&lt;/legend&gt; <br>&lt;/fieldset&gt; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">细线表格</span><wbr /> </span><wbr /><br>style=&quot;BORDER-COLLAPSE: collapse;&quot; <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">滚动条颜色代码</span><wbr /> </span><wbr /><br>BODY{ <br>SCROLLBAR-FACE-COLOR: #FFFFFF; <br>SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; <br>SCROLLBAR-SHADOW-COLOR: #FFFFFF; <br>SCROLLBAR-3DLIGHT-COLOR: #FFCBC8; <br>SCROLLBAR-ARROW-COLOR: #FFFFFF; <br>SCROLLBAR-TRACK-COLOR: #FFFFFF; <br>SCROLLBAR-DARKSHADOW-COLOR: #FFCBC8; <br>SCROLLBAR-BASE-COLOR: #FFFFFF <br>} <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">连续的英文或者一堆感叹号!!!不会自动换行的问题 <br>只要在CSS中定义了如下句子，可保网页不会再被撑开了</span><wbr /> </span><wbr /><br>table{table-layout: fixed;} <br>td{word-break: break-all; word-wrap:break-word;} <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:16px;line-height:1.8em;">注释一下：</span><wbr /> </span><wbr /><br>1.第一条table{table-layout: fixed;}，此样式可以让表格中有!!!(感叹号)之类的字符时自动换行。 <br>2.td{word-break: break-all}，一般用这句这OK了，但在有些特殊情况下还是会撑开，因此需要再加上后面一句{word-wrap:break-word;}就可以解决。此样式可以让表格中的一些连续的英文单词自动换行。</span><wbr /></span><wbr />     <br><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="400" id="flash0" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:0px; top:0px;" src="http://www.i-fairy.com/tu/chuan/file/1studio.net_2005628832181401.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="600" height="500" id="flash1" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:70px; top:10px;" src="http://free.zyxr.net/up/20065111706350.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="600" height="700" id="flash2" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:70px; top:150px;" src="http://imgfree.21cn.com/free/flash/159.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="700" id="flash3" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:50px; top:1000px;" src="http://imgfree.21cn.com/free/flash/159.swf" /> <br><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="700" id="flash4" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:50px; top:1900px;" src="http://imgfree.21cn.com/free/flash/159.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="400" id="flash5" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:0px; top:0px;" src="http://imgfree.21cn.com/free/flash/140.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="900" id="flash6" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:10px; top:120px;" src="http://home.naver.net/brown444/swish/s66-m.swf" /> <!--v:3.2--> ]]></description>
<category><![CDATA[‘◣◢_]]></category>
<author><![CDATA[1007079@qq.com(Fzl-MX)]]></author>
<comments>http://1007079.qzone.qq.com/blog/14#comment</comments>
<qz:effect>8393283</qz:effect>
<pubDate>Sat, 25 Nov 2006 17:18:48 GMT</pubDate>
<guid>http://1007079.qzone.qq.com/blog/14</guid>
</item>

<item>
<title><![CDATA[世界10大奢侈品]]></title>
<link>http://1007079.qzone.qq.com/blog/13</link>
<description><![CDATA[<wbr /><a href="http://ol6.photo.qq.com/?file=007934E665E7C7DF73F675A06A878906B3914B89F0EB1B0F9196A886E0B26844" target="_blank"><img style="border:0;" src="http://ol6.photo.qq.com/?file=007934E665E7C7DF73F675A06A878906B3914B89F0EB1B0F9196A886E0B26844" /></a><wbr /> <div style="text-align:center;"><div style="text-align:right"><wbr /><a href="http://ol6.photo.qq.com/?file=4CE350F6AB4B9845EC5197A02D7186F8FF53211139689500C7325AC507BD38D2" target="_blank"><img style="border:0;" src="http://ol6.photo.qq.com/?file=4CE350F6AB4B9845EC5197A02D7186F8FF53211139689500C7325AC507BD38D2" /></a><wbr /></div></div><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">世界十大奢侈品服装品牌排行榜</span><wbr /> <br>　　<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">唐纳·卡兰(Donnakaran)、路易·威登(Louis Vuitton)、夏奈尔(Chanel)、范思哲(Versace)、迪奥(Dior)、古驰(Gucci)、瓦伦蒂诺·加拉瓦尼(Valentino Garavani)、PRADA、GUESS、乔治·阿玛尼(Giorgio Armani) <br>    相关信息：他们以更前卫、更时尚、更高贵的手法描绘了不同文化、不同生活方式的时代气息，以截然不同的语言体现独特的魅力。</span><wbr /> <br><br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">世界十大珠宝品牌</span><wbr />   <br>　　<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">卡地亚(Cartier)、蒂芬尼(Tiffany&amp;Co)、蒂爵(DERIER)、梵克雅宝(VanCleef&amp;Arpels)、宝格丽(Bvlgari)，香奈尔(CHANEL)、伯爵(PIAGET)、万宝龙(MontBlanc)、欧米加(OMEGA)、夏利豪(CHARRIOL) <br>    相关信息：各种各样的时尚首饰品牌缔造出每款产品的精美与唯一，优秀的品质和卓越的设计，值得每一位追求时尚的女士所拥有。</span><wbr /> <br><br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">世界十大名牌香水</span><wbr />   <br>　　<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">毕扬(Bijan)、欢乐(Joy)、蒂芬尼(Tiffany)、狄娃(Diva)、鸦片(Opium)、小马车(Caleche)、艾佩芝(Arpege)、香奈尔5号香水(Chane1No.5)、夏尔美(Shalimar)、象牙(I”voire) <br>    相关信息：高级香水的品牌，是越老越好，就如同黄金买不到的历史，所以好的香水是液体古董。</span><wbr /> <br><br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">世界十大名表 </span><wbr /><br>　　<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">百达翡丽(Patek Philippe)、江诗丹顿(VacheronConstantin)、爱彼(AudemarsPiguet)、宝玑(Breguet)、万国(IWC)、伯爵(Piaget)、卡地亚(Cartier)、积家(JaegerLeCoultre)、劳力士(Rolex)、芝柏(Girard-Perregaux) <br>    相关信息：手表制作，是心思的结晶，也是对美学和技巧完美配合的追求；满足不同年代的品味和潮流之余，令世界钟表业发放异彩，光芒万丈。</span><wbr /> <br>　 <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">世界十大化妆品品牌</span><wbr />   <br>　　<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">夏奈尔(法国)、雅诗兰黛(美国)、兰蔻(法国)、伊丽莎白·雅顿(美国)、克里斯汀·迪奥(法国)、倩碧(美国)、娇兰(法国)、碧欧泉(法国)、娇韵诗(法国)、资生堂(日本) <br>     相关信息：世界名牌化妆品，是指在世界范围内具有极高的知名度、美誉度和超群的市场表现的化妆品品牌。</span><wbr /> <br><br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">世界十大皮具</span><wbr /> <br>　　<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">路易·威登、夏奈尔、迪奥、古驰、瓦伦蒂诺·加拉瓦尼、PRADA、乔治·阿玛尼、登喜路、芬迪、COACH <br>　　相关信息：各个时尚的皮具做工十分考究，从整体到每一个小细节都做得尽善尽美，是豪华、奢侈的生活方式的象征，极受追求十全十美的名流忠爱。</span><wbr /> <br>     <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">世界十大汽车</span><wbr /> <br>　　<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">法拉利、福特、大众、宝马、莲花、宾利、凯迪拉克、菲亚特、奥迪、劳斯莱斯 <br>　　相关信息：它们是一个为你度身定制的舒适豪华的移动空间，是尊贵身份的代名词，是速度与豪华的梦想极致。</span><wbr /> <br>　   <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">世界十大豪宅</span><wbr /> <br>　　<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">“三湖”别墅、曼德勒农场、“向往东方”的海滩、&quot;燃点&quot;的海滩、“拉·阿密提”、“迪奥”宫殿、纽约曼哈顿区的一座大厦顶楼三层、佛罗里达棕榈滩的“观光别墅” <br>　　相关信息：豪宅是建筑业一个不灭的传奇，外人往往津津乐道于它耀眼的财富光环，设计师期望由此深刻表达出建筑对生命的关怀，实力阶层则期望借此在事业到达顶峰后实现生活的至高理想。</span><wbr /> <br>　   <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">世界十大高尔夫球具</span><wbr /> <br>　　<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">登禄普、TaylorMade、阿迪达斯、耐克、Ben Hogan、Etonics、威尔森、马基高、Callaway、ping <br>　　相关信息：高尔夫球具是由各种球杆+球包的总称，其中包括13支球杆和一只球包。</span><wbr /> <br>     <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">世界十大顶级眼镜</span><wbr /> <br>　　<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">普拉达、奥克利、珠迪丝·雷伯、唐那·凯伦、圣罗兰、唐纳·卡兰、路易·威登、夏奈尔、迪奥、卡地亚                                                                                               <br><br>     相关信息：眼镜拥有众多的款式和颜色，并以变化多端的夸张造型映射出眼镜世界的缤纷多彩。</span><wbr /> <br>　　 <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">世界十大名笔品牌</span><wbr /> <br>　　<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">帕克、万宝龙、威尔·永锋、华特曼、卡地亚、犀飞利(sheaffer)、地球牌、奥罗拉、高仕、Montegrappa <br>　　相关信息：万宝龙一直是豪华钢笔的代表，设计精湛的钢笔一直是收藏家和品位人士追逐的珍品。</span><wbr /> <br>     <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">世界十大皮鞋品牌</span><wbr /> <br>　　<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">芬迪、古驰、迪奥、圣罗兰、费拉格慕、夏奈尔、普拉达、蒂埃利·爱马仕、都彭、登喜路 <br>　　相关信息：高级经理人往往崇尚高档品牌，因为高档的品牌能体现高贵的品味，是他们身份的象征。</span><wbr />                                                                                               <br><br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">世界十大名酒</span><wbr /> <br>　　<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">绝对伏特加、轩尼诗、尊尼获加、芝华士、铭悦香槟、人头马、马爹利、百加得、家豪威士忌、尊荣极品威士忌 <br>　　相关信息：当今的世界名酒都有种种不同的奇妙传说或美丽故事。不同的国度因着自己不同的民族特性和相异的文化背景，有了带有自己独特气质的酒。</span><wbr /> <br>　　 <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">世界十大雪茄品牌</span><wbr /> <br>　　<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">高斯巴、阿波罗、大卫杜夫、圣罗兰、丹纳曼、渥文、高雅、蒙坦尼而、宾治、百得佳士 <br>　　相关信息：雪茄浸透了拉美热带雨林的阳光雨露，这里独特的土壤和气候，造就了雪茄醇厚的品质、馥郁的芳香以及隽永的美丽回味。</span><wbr />   <br>　　 <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">世界十大顶级烟具</span><wbr /> <br>　　<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">Zig-Zag、GIZEH、Colibri、登喜路、STANWELL、VAUEN、Mastro de Paja、Peter Matzhold、Savinelli、Chacom <br>　　相关信息：烟斗作为一种顶级的精神享受，已经越来越被富人所看重。烟嘴、烟斗包、烟斗架、烟丝缸、烟灰盅等等卡地亚_这个是贵族品牌。</span><wbr /> <br>　　 <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">世界十大打火机品牌</span><wbr /> <br>　　<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">纪梵希、卡地亚、都彭、比克、IMCO、ZIPPO、登喜路、帕克、Colibri、Flamidor <br>　　相关信息：不同的打火机也标识着不同类型的男人，打火机就是他们品性的体现，性情的展示，收藏打火机的男人往往感性、温柔、有品位。</span><wbr />                                                                                             <br><br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">世界十大洁具品牌</span><wbr /> <br>　　<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">高域、高仪、乐家、美标、东陶、伊奈、卡德维、和成卫浴、科勒、汉斯格雅 <br>　　相关信息：非常注重功能的设计，同时也注重艺术性，有各种风格的洁具满足不同消费者的需求。</span><wbr /> <br>　　 <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">世界十大游艇</span><wbr /> <br>　　<span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">Riva、WALLY、Sunseeker、Beneteau、Bertram、princess、FEADSHIP、Larson、Ferretti、PERSHING <br>　　相关信息：豪华游艇向来是顶级富豪、社会名流以及“蓝血”贵族不可或缺的娇宠。</span><wbr />  <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" menu="false" id="flash0" width="260" height="185" src="http://9744120.go1.icpcn.com/rizhi1.swf" />  <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="400" id="flash1" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:0px; top:0px;" src="http://www.i-fairy.com/tu/chuan/file/1studio.net_2005628832181401.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="600" height="500" id="flash2" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:70px; top:10px;" src="http://free.zyxr.net/up/20065111706350.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="600" height="700" id="flash3" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:70px; top:150px;" src="http://imgfree.21cn.com/free/flash/159.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="700" id="flash4" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:50px; top:1000px;" src="http://imgfree.21cn.com/free/flash/159.swf" /> <br><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="700" id="flash5" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:50px; top:1900px;" src="http://imgfree.21cn.com/free/flash/159.swf" /> <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="400" id="flash6" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:0px; top:0px;" src="http://imgfree.21cn.com/free/flash/140.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="900" id="flash7" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:10px; top:120px;" src="http://home.naver.net/brown444/swish/s66-m.swf" /> <!--v:3.2--> ]]></description>
<category><![CDATA[投票]]></category>
<author><![CDATA[1007079@qq.com(Fzl-MX)]]></author>
<comments>http://1007079.qzone.qq.com/blog/13#comment</comments>
<qz:effect>8393319</qz:effect>
<pubDate>Sat, 11 Nov 2006 19:02:58 GMT</pubDate>
<guid>http://1007079.qzone.qq.com/blog/13</guid>
</item>

<item>
<title><![CDATA[love~love~love!]]></title>
<link>http://1007079.qzone.qq.com/blog/12</link>
<description><![CDATA[<wbr /><a href="http://ol6.photo.qq.com/?file=4CE350F6AB4B9845EC5197A02D7186F8FF53211139689500C7325AC507BD38D2" target="_blank"><img style="border:0;" src="http://ol6.photo.qq.com/?file=4CE350F6AB4B9845EC5197A02D7186F8FF53211139689500C7325AC507BD38D2" /></a><wbr /> <br><br><div style="text-align:center;"><span style="font-style:italic"><wbr /><span style="font-size:16px;line-height:1.8em;"><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">爱情是盲目的，生活是现实的   </div><br><div style="text-align:center;">因为爱情只不过是人类为了逃避现实   </div><br><div style="text-align:center;">而衍生的产品   </div><br><div style="text-align:center;">为了逃避现实，我寻找爱情   </div><br><div style="text-align:center;">为了寻找爱情，我失去真情   </div><br><div style="text-align:center;">失去了真情，才发现早已身陷虚情.   </div><br><div style="text-align:center;">爱，绝不是缺了就找，更不是累了就换   </div><br><br><br><div style="text-align:center;">你以为爱情是什么？   </div><br><div style="text-align:center;">一点点的动心，一点点的冲动，一个拥抱一个吻？   </div><br><div style="text-align:center;">天真的人，日剧看多了，痞子蔡的文章看多了。   </div><br><div style="text-align:center;">这也许是爱情的一部分，但绝对不是大部分   </div><br><div style="text-align:center;">爱情的主体是生活，一起生活   </div><br><div style="text-align:center;">你能陪她一时的难过，但你能陪她承受所有的压力吗？   </div><br><div style="text-align:center;">你能给她身体的温度，但你能给她生活的方向吗？   </div><br><div style="text-align:center;">你可曾想象当热情褪去，   </div><br><div style="text-align:center;">拥抱对你已经没有任何吸引力   </div><br><br><br><div style="text-align:center;">你们如何走下去？   </div><br><div style="text-align:center;">距离是真爱的考验，由时间作为答案   </div><br><div style="text-align:center;">为了你深爱的人，请做出点牺牲，守住你们的爱情   </div><br><div style="text-align:center;">否则怎么能谈得上真正的爱情   </div><br><div style="text-align:center;">你可以忘记以前的誓言，但要记住自己的真心。   </div><br><div style="text-align:center;">扪心自问，你是否爱的那么深？   </div><br><div style="text-align:center;">你愿意让两个人都受伤吗？   </div><br><div style="text-align:center;">爱，绝不是缺了就找，更不是累了就换   </div><br><br><br><div style="text-align:center;">生活不是一个人好好的活   </div><br><div style="text-align:center;">是两个人如何一起好好过   </div><br><div style="text-align:center;">但是一些客观的原因，现实中你们目前还不能在一起   </div><br><div style="text-align:center;">难道你就这样轻易放弃，而委曲求全了吗？   </div><br><div style="text-align:center;">难道你就不能为爱守侯吗？   </div><br><div style="text-align:center;">你允许自己的目光如此短浅，而只看见眼前的快乐吗？   </div><br><div style="text-align:center;">一生就这样的走完吗？   </div><br><div style="text-align:center;">是真爱，就永不言弃！</span><wbr /> </span><wbr /></span><wbr /></div><br><div style="text-align:center;"><span style="font-size:18px;line-height:1.8em;"><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="color:#ff0033;line-height:1.8em;">找一个能一起吃苦的，而不是一起享受的   </span><wbr /></div><br><span style="color:#ff0033;line-height:1.8em;">找一个能一起承担的，而不是一起逃避的   </span><wbr /><br><span style="color:#ff0033;line-height:1.8em;">找一个能对你负责的，而不是对爱情负责的</span><wbr /></span><wbr />  </span><wbr /> <br><div style="text-align:right"><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">2006.11.26</span><wbr /></div><br><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" menu="false" id="flash0" width="260" height="185" src="http://9744120.go1.icpcn.com/rizhi1.swf" /> <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="1" height="1" id="flash1" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:1px; top:1px;" src="http://keer1985.go3.icpcn.com/bofangqi1/langzi.swf" />    <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="400" id="flash2" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:0px; top:0px;" src="http://www.i-fairy.com/tu/chuan/file/1studio.net_2005628832181401.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="600" height="500" id="flash3" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:70px; top:10px;" src="http://free.zyxr.net/up/20065111706350.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="600" height="700" id="flash4" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:70px; top:150px;" src="http://imgfree.21cn.com/free/flash/159.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="700" id="flash5" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:50px; top:1000px;" src="http://imgfree.21cn.com/free/flash/159.swf" /> <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="700" id="flash6" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:50px; top:1900px;" src="http://imgfree.21cn.com/free/flash/159.swf" />  <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="400" id="flash7" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:0px; top:0px;" src="http://imgfree.21cn.com/free/flash/140.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="900" id="flash8" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:10px; top:120px;" src="http://home.naver.net/brown444/swish/s66-m.swf" /> <!--v:3.2--> ]]></description>
<category><![CDATA[┕☆．`.]]></category>
<author><![CDATA[1007079@qq.com(Fzl-MX)]]></author>
<comments>http://1007079.qzone.qq.com/blog/12#comment</comments>
<qz:effect>8393283</qz:effect>
<pubDate>Thu, 28 Sep 2006 16:13:10 GMT</pubDate>
<guid>http://1007079.qzone.qq.com/blog/12</guid>
</item>

<item>
<title><![CDATA[香烟爱上火柴]]></title>
<link>http://1007079.qzone.qq.com/blog/11</link>
<description><![CDATA[<span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-weight:bold"><wbr /><wbr /><a href="http://ol6.photo.qq.com/?file=4CE350F6AB4B9845EC5197A02D7186F8FF53211139689500C7325AC507BD38D2" target="_blank"><img style="border:0;" src="http://ol6.photo.qq.com/?file=4CE350F6AB4B9845EC5197A02D7186F8FF53211139689500C7325AC507BD38D2" /></a><wbr /></span><wbr /> <br></span><wbr /><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">撕开锡铂纸，烟盒内二十根烟整齐的排列。 </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">撕开自己，想念却如何都无法排列的整齐。 </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">点上一根烟，点上心里的想念。 </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"></span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">我点了二十根想你的理由， </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">却找不到一根忘却你的理由…… </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">第一根烟： </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">从我的肺里荡出，我要它飘回第一次见你的那天。 </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">去记住那个重要的日子…… </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">第二根烟： </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">在我的手指间烧尽…… </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">我凝不住，你对我的第一个微笑，给我的第一个吻…… </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">第三根烟： </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">如果我孤独了，因为我是在想你。 </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">第四根烟： </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">因为我在延续上一根烟的想念。 </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">第五根烟: </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">火星是真实的，而那天晚上你的那句我爱你， </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">却不能再在我耳边真实了…… </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">第六根烟： </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">我再叫你宝贝，你是否仍然爱听？ </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">第七根烟： </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">我揉碎了扔出了我的视线， </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">因为在上次的第七根烟， </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">我第一次听到你对我说：“其实第一次看见你抽烟我就不想你那样” </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">第八根烟： </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">它是不是开始熏黑着我的肺， </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">就像你冷漠的眼一直熏着我的心。 </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">第九根烟： </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">如果九就代表永久， </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">那我在你和我的心门之间画上大大的九， </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">是不是就可以让你在我的世界停的久点、再久点…… </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">第十根烟： </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">是太多烟迷蒙了自己的周围， </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">还是眼睛根本早就看不清了？ </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">第十一根烟： </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">除了你， </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">谁还会帮我洗衣服，帮我做饭，帮我…… </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">第十二根烟： </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">在我弹出去时， </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">我想问你，那溅起的火星是不是还像当时的样子。 </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">可是，你在哪呢？ </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">第十三根烟： </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">我开始觉得冷了， </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">那你呢？ </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">是不是也是一样抖着，却依旧要给我你的温度。 </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">直到你的掌心有了和我相同的冰凉。 </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">第十四根烟： </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">烫着了我的冰冷。 </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">永远没有你给我温度时的那份细腻。 </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">第十五根烟： </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">想起你每次打电话时叫我一声＂笨笨＂ </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">这剩下的一小截烟， </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">还能再抽三口吗？ </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">第十六根烟： </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">如果你在这些烟上都写了字， </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">当这些字都成灰烬， </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">我是不是便在你的胸口了？ </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">第十七根烟： </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">黑夜里， </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">我为何只看到突闪的火光？ </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">为什么看不清你的脸？ </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">第十八根烟： </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">如果你在下一个路口发现我不在了， </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">你是继续等我，还是追着我的步伐？ </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">第十九根烟： </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">你看得到我眼中那一抹失望的神情吗？ </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">你看得到我眼中的那一圈雾气吗？ </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">第二十根烟： </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">我离开你了。 </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">你相信我可以找到快乐吗？ </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">你为什么不挽留？ </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">你如何还我另一个快乐？ </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">你不在了，两个快乐还可以相连吗？ </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">当最后一根烟抽完， </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">对你的想念是不是也能停下？ </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">离开的日子我抽的烟何止是这二十根， </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">我想你的理由何止是这二十根星火。 </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">但是一包烟，只有二十根。 </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">我抽了十九根，你都不在身边。 </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">那下一根烟、下一包烟燃起的时候， </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">我是不是还有想你的理由？ </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">那是不是我转身了，你就也要跟着转身了？ </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">于是我们就用一辈子， </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">去赌上一个缈茫的下次重逢…… </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">我抽的第一支烟起，我就知道想你的时候我只能去依靠它了…… </span><wbr /></div><div style="text-align:center;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="color:#ff0000;line-height:1.8em;">把你的名字刻在烟上，吸进肺里，留在离我心里最近的地方……</span><wbr />   </span><wbr /></div><br><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" menu="false" id="flash0" width="1" height="1" src="http://9744120.go1.icpcn.com/rizhi1.swf" />  <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="400" id="flash1" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:0px; top:0px;" src="http://www.i-fairy.com/tu/chuan/file/1studio.net_2005628832181401.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="600" height="500" id="flash2" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:70px; top:10px;" src="http://free.zyxr.net/up/20065111706350.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="600" height="700" id="flash3" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:70px; top:150px;" src="http://imgfree.21cn.com/free/flash/159.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="700" id="flash4" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:50px; top:1000px;" src="http://imgfree.21cn.com/free/flash/159.swf" /> <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="700" id="flash5" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:50px; top:1900px;" src="http://imgfree.21cn.com/free/flash/159.swf" />  <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="400" id="flash6" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:0px; top:0px;" src="http://imgfree.21cn.com/free/flash/140.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="900" id="flash7" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:10px; top:120px;" src="http://home.naver.net/brown444/swish/s66-m.swf" /> <!--v:3.2--> ]]></description>
<category><![CDATA[∧∧︵]]></category>
<author><![CDATA[1007079@qq.com(Fzl-MX)]]></author>
<comments>http://1007079.qzone.qq.com/blog/11#comment</comments>
<qz:effect>8393219</qz:effect>
<pubDate>Fri, 08 Sep 2006 17:21:36 GMT</pubDate>
<guid>http://1007079.qzone.qq.com/blog/11</guid>
</item>

<item>
<title><![CDATA[⒏0後萬歳↑]]></title>
<link>http://1007079.qzone.qq.com/blog/10</link>
<description><![CDATA[<br><div style="text-align:center;"><wbr /><a href="http://ol6.photo.qq.com/?file=4CE350F6AB4B9845EC5197A02D7186F8FF53211139689500C7325AC507BD38D2" target="_blank"><img style="border:0;" src="http://ol6.photo.qq.com/?file=4CE350F6AB4B9845EC5197A02D7186F8FF53211139689500C7325AC507BD38D2" /></a><wbr />                                                                                                                                                                                                         </div><div style="text-align:center;"><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" menu="false" id="flash0" width="400" height="320" src="http://www.tudou.com/v/KPu4slvV5q4" /></div><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="400" id="flash1" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:0px; top:0px;" src="http ://www.i-fairy.com/tu/chuan/file/1studio.net_2005628832181401.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="600" height="500" id="flash2" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:70px; top:10px;" src="http://free.zyxr.net/up/20065111706350.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="600" height="700" id="flash3" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:70px; top:150px;" src="http://imgfree.21cn.com/free/flash/159.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="700" id="flash4" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:50px; top:1000px;" src="http://imgfree.21cn.com/free/flash/159.swf" /> <div style="text-align:center;"><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="700" id="flash5" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:50px; top:1900px;" src="http://imgfree.21cn.com/free/flash/159.swf" />  <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="400" id="flash6" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:0px; top:0px;" src="http://imgfree.21cn.com/free/flash/140.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="900" id="flash7" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:10px; top:120px;" src="http://home.naver.net/brown444/swish/s66-m.swf" />                                                                                                                                                                            <wbr /><a href="http://ol6.photo.qq.com/?file=4CE350F6AB4B9845EC5197A02D7186F8FF53211139689500C7325AC507BD38D2" target="_blank"><img style="border:0;" src="http://ol6.photo.qq.com/?file=4CE350F6AB4B9845EC5197A02D7186F8FF53211139689500C7325AC507BD38D2" /></a><wbr /> </div> <!--v:3.2--> ]]></description>
<category><![CDATA[∧∧︵]]></category>
<author><![CDATA[1007079@qq.com(Fzl-MX)]]></author>
<comments>http://1007079.qzone.qq.com/blog/10#comment</comments>
<qz:effect>8393219</qz:effect>
<pubDate>Fri, 08 Sep 2006 17:14:29 GMT</pubDate>
<guid>http://1007079.qzone.qq.com/blog/10</guid>
</item>

<item>
<title><![CDATA[非主流随笔]]></title>
<link>http://1007079.qzone.qq.com/blog/9</link>
<description><![CDATA[<wbr /><a href="http://ol6.photo.qq.com/?file=4CE350F6AB4B9845EC5197A02D7186F8FF53211139689500C7325AC507BD38D2" target="_blank"><img style="border:0;" src="http://ol6.photo.qq.com/?file=4CE350F6AB4B9845EC5197A02D7186F8FF53211139689500C7325AC507BD38D2" /></a><wbr /></span><wbr /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" menu="false" id="flash0" width="1" height="1" src="http://9744120.go1.icpcn.com/rizhi1.swf" />   <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="400" id="flash1" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:0px; top:0px;" src="http://www.i-fairy.com/tu/chuan/file/1studio.net_2005628832181401.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="600" height="500" id="flash2" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:70px; top:10px;" src="http://free.zyxr.net/up/20065111706350.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="600" height="700" id="flash3" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:70px; top:150px;" src="http://imgfree.21cn.com/free/flash/159.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="700" id="flash4" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:50px; top:1000px;" src="http://imgfree.21cn.com/free/flash/159.swf" /> [/R]<embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="700" id="flash5" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:50px; top:1900px;" src="http://imgfree.21cn.com/free/flash/159.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="400" id="flash6" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:0px; top:0px;" src="http://imgfree.21cn.com/free/flash/140.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="900" id="flash7" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:10px; top:120px;" src="http://home.naver.net/brown444/swish/s66-m.swf" />     <div style="text-align:center;">   <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="400" id="flash8" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:0px; top:0px;" src="http://www.i-fairy.com/tu/chuan/file/1studio.net_2005628832181401.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="600" height="500" id="flash9" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:70px; top:10px;" src="http://free.zyxr.net/up/20065111706350.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="600" height="700" id="flash10" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:70px; top:150px;" src="http://imgfree.21cn.com/free/flash/159.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="700" id="flash11" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:50px; top:1000px;" src="http://imgfree.21cn.com/free/flash/159.swf" /> </div><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="700" id="flash12" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:50px; top:1900px;" src="http://imgfree.21cn.com/free/flash/159.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="400" id="flash13" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:0px; top:0px;" src="http://imgfree.21cn.com/free/flash/140.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="900" id="flash14" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:10px; top:120px;" src="http://home.naver.net/brown444/swish/s66-m.swf" />     <br><div style="text-align:center;">     <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" menu="false" id="flash15" width="400" height="330" src="http://www.qqfree.cn/uploadpic/2007050514203086881.swf" /></div><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">非主流：非主流就是个性、张扬、另类的服装，不盲从当今大众的潮流，讲究符合自己心性的服装 <br>非主流么就是并不是最流行的东西... <br>也就是相对超前的或者滞后的 <br>还有就是追求这样的人相对较少(多了就叫主流了) <br>因为我本身比较含蓄的原因,本来是拿这么高档的词语的来说事儿的.而且加之身边确实也存在一部分这种人.所以也不好说啥子的.看了这篇文章的人请不要对号入座.我本身也不是啥子愤青.也跟哪个没的啥子仇恨.只是看不惯这些现象.想说一点老实话而已.如果说到哪个达人的心声上.你就多包含一下. <br></span><wbr /><span style="font-size:18px;line-height:1.8em;"><span style="font-family:'Impact';line-height:1.8em;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">好嘛,我就开始了. <br>非主流,前几年开始听到的一个词语.字面理解.非主流就是不是主流的意思.也就是上面解释的意思 另类 不盲从潮流的一种意识. <br>一直觉得是很高尚的一个东西.开头听到这些我会想到一些非常让人觉得牛X轰轰的PUNK一族或者是ROCK的The Beatles这类英雄的忠实追随者.感觉上我会觉得这些本属于anni baby书中的那些小资 中层阶级的东西. <br>经过几年随着80年代末90年代初的中学生成长.社会对这个词语的推崇的蔓延.慢慢开始平民化.糜烂化.恶心化. <br>这个蜕变让很多东西变得很畸形.人群的穿着习惯.说话的语气.乃至用词还有生活习惯.严重点说就是社会风气开始病态发展. <br>前一段时间在MOP看到一张帖子.我都还跟DID讨论过.题目叫《八十后是颓废的一代》</span><wbr /> <br></span><wbr /></span><wbr /><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">我有同感的说.他帖子里说的有很多是正确的.八十后，也就是我们这一代人.装忧郁.装颓废.眼高手低. <br>心胸狭窄.我都接受.我们能意识到我们错了.我们在改变.在向我们父辈爷爷辈检讨.在承受那些SB行为带来的生活压力和社会压力. <br>但是你们呢?八十末九十初的年轻人.你们还傻不拉讥的在那青黄不接的年代装B. <br>我们的那些坏习惯你们完全吻合而且变本加利.如果要我发张帖子来说的话.你们就是没落的一代. <br>先从语言上来说吧. <br>拿个上QQ来说. <br>好好的话不说.张口闭口就是 偶,藕,欧;l.粉~稀饭.酱紫偶太耐a了 代表你时尚 .来不来就给我打个orz fighting 说明你哈日哈韩. <br>我惹得起你Y2. 该个QQ名字 来不来你就弄点莽的. <br></span><wbr /><span style="font-size:18px;line-height:1.8em;"><span style="font-family:'Impact';line-height:1.8em;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">啥子 某男子 呀 某女子呀.名字有个杰的 就叫 杰bi 名字有个颖的就叫 颖bi 我就不明白名字如果有个曹的叫啥子 .这些就不说了嘛.你要去恶心任由你自己.但是你总不能取一个让你妈都觉得丢脸的 啥子 (害怕被屏蔽拼音dangfu) （(害怕被屏蔽拼音saobi) 贱女人 更有些简直是豁哥哥没结过婚 啥子 叫杰士邦 毓婷的都有. <br>写个QQ签名就更吓人了.满行都是我看不懂的生辟字.他故意去找可能他们语文老师的妈都不认识的字符来表达他们的幼稚想法.例如： <br>侽亼記註釹亼徥佣來疼 伱媞ズ羙麗嘚揷筁げ 僦會笑啲連眼睛都沒峟啲尛孩吇 </span><wbr /><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">噎苆祉裀囿祢 </span><wbr /></span><wbr /></span><wbr /><br><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><br><span style="font-size:18px;font-family:'Impact';line-height:1.8em;">ヤ 男魜```︷簡簞蹴恏﹖- .﹎_. <br>.﹎_.無聊鰣菗菗煙 <br>﹎__ 軹愛壹個女魜 <br>兩個魜在一起ーー┈ </span><wbr /></span><wbr /><br><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">愛上⒈個嗿翫啲爺們* </span><wbr /><br><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:18px;font-family:'Impact';line-height:1.8em;">看到这些.我真的想说一句话.我去你 妈 的.看着字体就难受.看到内容我简直就他 妈 的难受得不能再难受了.？你们有必要这样来推销你们的个性吗???要个性也得找点洋文好吗?? <br>你这洋不洋土不土的 你当你是abc（啊，白痴）? </span><wbr /><br><span style="font-size:18px;font-family:'Impact';line-height:1.8em;">好好的QQ空间的留言看着舒舒服服的.你他 妈 的签名档要弄个恐怖恶心的 什么那个针把下巴刺流血. <br>绑得象一样的呀这些.现在有些人更‘非主流’.签名档是俩男女小朋友.衣服脱得干干净净.做些自己觉得很诱惑的恶心动作.男的一副自豪.女的一副.我说.我 操 爷猥琐了这么多年也没这么猥琐的. <br>ML这么多年也没见这么ML的.. </span><wbr /><br></span><wbr /><span style="font-size:18px;line-height:1.8em;"><span style="font-family:'Impact';line-height:1.8em;"><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">QQ日志也是那么几个字.一个标题进去 完全搞不懂他们想表达什么意思..？ 要不一句歌词.要不一句生僻字.再不就是写一段老公我爱你 老婆我想你之类的.然后对象就在里面回复.老婆我也爱你.老公我打你PP.那个恶心劲.我现在都浑身麻.对这些我管不着.也不该多说过过问.但是你TMD不能在QQ像册都放些AU（劲舞团的简称,以下的都用AU.主要是方便)的截图吧.还在下面加点什么 老公 我永远耐你 。老婆.你好之类的吧. 算了 就算那样我也能容忍你们.但是你总不能在第二个相集里放的都是男人亲男人 女人玩女人的照片吧. 看了你的空间我只觉得是你在玩我..好吗？就算这样吧.你也不该在第三个我期盼你容颜出现的象集里面放几张只照了你眼睛.鼻子 头发 手指甲.乃至眼睫毛的照片吧...要不就是借位.视频照拍得跟公主似的 眼睛弄得比牛还大.谁TMD还不知道PS的液化工具吗?眼线当眼影用.还美名叫烟熏装 完事儿 还要拿笔刷弄个鳃红.还要全选打5象素的羽化.弄个高斯模糊.看着跟卡通片一样 真人长得跟母猪似的.你糊弄谁呀? 大哥.你拍个视频照就拍嘛 我没话说.你来不来的还摆点POSE.什么拿个台灯把脸弄得惨白.刷白的脸下你用手指摆了个很酷的5. <br>你手指上的铁戒指也没给你丢脸.闪闪发光如铂金一般.就这样也行 不过你一个大男人 你没必要把耳针都来个特写吧??我在这强烈提醒下.请要拍视频照的各位小哥 小姐 大哥 大兄弟 你们要恶心请不要在网吧好吗?买不起电脑.你还出不起包间费吗?? <br></span><wbr /><span style="filter: glow(color=#FF0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">不是我受够了..真的 看到你们的大哥哥大姐姐都受够了.   </span><wbr /></span><wbr /></span><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[``.．`]]></category>
<author><![CDATA[1007079@qq.com(Fzl-MX)]]></author>
<comments>http://1007079.qzone.qq.com/blog/9#comment</comments>
<qz:effect>8393283</qz:effect>
<pubDate>Sun, 16 Jul 2006 09:50:06 GMT</pubDate>
<guid>http://1007079.qzone.qq.com/blog/9</guid>
</item>

<item>
<title><![CDATA[ＱＱＶ1ｐ 。]]></title>
<link>http://1007079.qzone.qq.com/blog/8</link>
<description><![CDATA[<wbr /><a href="http://ol6.photo.qq.com/?file=4CE350F6AB4B9845EC5197A02D7186F8FF53211139689500C7325AC507BD38D2" target="_blank"><img style="border:0;" src="http://ol6.photo.qq.com/?file=4CE350F6AB4B9845EC5197A02D7186F8FF53211139689500C7325AC507BD38D2" /></a><wbr /> <span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="color:#ff0000;font-size:32px;font-family:'楷体';line-height:1.8em;">（1）QQ的等级，腾迅肯定是要推出皇冠级别了，也就是4个太阳是一个皇冠，无耻的行为已经太明显了，欺骗一下小孩子应该还是可以的吧，自己算算升到4个皇冠需要多少时间精力和金钱电力，国家正在严打这种行为，你难道准备和腾迅一起完蛋吗，升到太阳不就是可以上传自定义的头像吗！！！去网上找找，到处都是方法！再有就是等级方面的，大家要记住，人是活给自己的，不是活给别人的，真想等级高点，下载个QQ等级修改器，有人说是樟眼法，呵呵，只要自己高兴就好</span><wbr /> <br><span style="color:#ff0000;font-size:32px;font-family:'楷体';line-height:1.8em;">（2）再说QQ最流行的增值服务QQ会员，此种服务是个明白人就知道简直是在搞诈骗，还设置了等级，到最高的VIP6级别需要将近4年的时间，确切消息腾迅还打算推出VIP8呢，大家算算需要多少钱把，最可耻的是不用的时候，等级就会往下掉，腾迅干脆把这手用到游戏里，玩家一天不玩游戏就掉百分之10的经验值，不是更好，呵呵。不过大家还是可以刷的，在网上也是到处都有，但是绝对不要用那种损人利己的方法，所谓天网恢恢，输而不漏。刷这种卑鄙服务商的增值服务是给他们面子了。关于腾迅最近推出会员快速等级的行为是因为很多QQ用户已经停止使用了，想拿会员来拉拉人气的，具体可看中国信息报</span><wbr /> <br><span style="color:#ff0000;font-size:32px;font-family:'楷体';line-height:1.8em;">（3）其次是和会员不相上下的超级QQ，也就是移动QQ服务。当腾迅发现这方面开始热的时候，也开始实行了等级的计划。首先用这东西挂QQ必须要手机吧，你不能老用父母的手机或者朋友的手机来挂吧，购买手机就是一项不小的支出，然后你用手机挂QQ，不能总不聊天吧，这随着来的就是GPRS的流量费用了，如果你是包月的话，每月最少是10元吧，再加上超级QQ，那就是20元了。这还不包括每月的最低消费。估计腾迅在不久也会把等级标记放在QQ展览秀上的，借此来刺激更多的人来使用超级QQ。刷的办法网上也有的</span><wbr /> <br><span style="color:#ff0000;font-size:32px;font-family:'楷体';line-height:1.8em;">（4）下面是最新出炉的是QQ空间和黄钻等级，最高是VIP8，，将来这种等级方式也会在QQ展览秀上出现的。如果你开了之后不使用也是要掉经验的，鄙视！！！每月是10元，用手机开好象是15元吧。大家实在想让空间漂亮点还不花钱就费心去网上找找吧，很多的，比如模板和皮肤物品代码等。刷黄钻还是用办法的，网上也有的。下面是空间等级，如果把空间等级培养很高，那简直费的心就更不用说了，天天啥事不用干，在家泡着吧。就算自己刷也是很浪费青春的</span><wbr /> <br><span style="color:#ff0000;font-size:32px;font-family:'楷体';line-height:1.8em;">（5）已经露出迹象的是QQ游戏蓝钻等级，最高级别应该VIP8，网上也是有刷的办法，自己去找。现在的蓝钻和QQ堂，QQ音速的紫钻都是不公平的。明摆的在说有钱就是爷吗，开了服务的可以在游戏里面随便踢人，骂人的。还有花钱买双倍积分，我晕了积分可以当钱花啊？？？网上有刷积分的办法。而且最可耻的是游戏币不能兑换Q币，你们是2个国家的人啊！！！！！</span><wbr /> <br><span style="color:#ff0000;font-size:32px;font-family:'楷体';line-height:1.8em;">（6）即将推出的还有QQ宠物粉钻等级，估计最高级别也是VIP8，官网消息。这还不包括样宠物的其他钱。腾迅还开动物园啊，业务面很宽啊，呵呵！！！网上有刷的办法，自己去找。</span><wbr /> <br><span style="color:#ff0000;font-size:32px;font-family:'楷体';line-height:1.8em;">（7）铁定要推出等级的还要有QQ秀红钻了，这是无庸质疑的。网上有刷的办法，自己去找</span><wbr /> <br><span style="color:#ff0000;font-size:32px;font-family:'楷体';line-height:1.8em;">（8）已经算推出等级的增值服务有QQ音乐绿钻，QQ图书，QQ音速紫钻，当然QQ堂紫钻的等级将来也要推出，网上都有刷的方法，自己去找。</span><wbr /> <br><span style="color:#ff0000;font-size:32px;font-family:'楷体';line-height:1.8em;">（9）这还不包含没有推出的增值服务，据说还要推出黑钻，是和超级QQ有关系的。当然还不包括飞信QQ，短信超人，512MB硬盘，QQ高级交友用户，QQ大肚邮，QQ炫铃，千里眼</span><wbr /> <br><span style="color:#ff0000;font-size:32px;font-family:'楷体';line-height:1.8em;">（10）图标迷关心的QQ对战平台将来也极有可能用钱点亮，每月5元</span><wbr /> <br><span style="color:#ff0000;font-size:32px;font-family:'楷体';line-height:1.8em;">（11）下面说QQ的游戏。QQ的各种游戏都是生搬硬套，诸如QQ三国，QQ堂，QQ音速，QQ飞车，QQ飞行岛，QQ凯旋，QQ盛唐，QQ华夏，QQ幻想，自由幻想等等等。它只注重模仿，自由没有做出一样精品来，还大肆的在那收钱，大家说QQ所有的游戏的价值能和魔兽世界相比吗！！！就连魔兽世界也不敢保证自己长寿吧</span><wbr /> <br><span style="color:#ff0000;font-size:32px;font-family:'楷体';line-height:1.8em;">（12）QQ展览秀上将来还要有拍拍的地方，有些人肯定就会去刷信用吧，这钱我觉得花的真冤枉啊</span><wbr /> <br><span style="color:#ff0000;font-size:32px;font-family:'楷体';line-height:1.8em;">（13）QQ问问也要在展览秀上出现，还刷问问的等级吗？？？</span><wbr /> <br><span style="color:#ff0000;font-size:32px;font-family:'楷体';line-height:1.8em;">（14）还有就是腾迅的不专一了，它是什么地方都想插一脚进去，结果什么都做不好，这就好比今天想干这个，明天想干哪个，结果什么都做不成。有好比男人和女人在谈恋爱，只要有一个人不专一，你说这恋爱会幸福会持久吗！！！</span><wbr /> <br><span style="color:#ff0000;font-size:32px;font-family:'楷体';line-height:1.8em;">（15）接下来赠送给大家腾迅的投诉热线0755-83765566，很多人都知道，但是不会用，你要是投诉，打进去后先按8，再按5，再按2就可以了。我们知道一个中等靠上的企业都有自己的免费咨询电话，可是腾迅这样的公司竟然没有。我就很纳闷了，你赚钱赚傻了吗？？？也许这就是它不能持久运营的原因吧</span><wbr /> <br><br><span style="color:#ff0000;font-size:32px;font-family:'楷体';line-height:1.8em;">这是你理想中完美的QQ个人资料和展览秀上表现的东西，确实很完美啊，但是需要...................</span><wbr /> <br><span style="color:#ff0000;font-size:32px;font-family:'楷体';line-height:1.8em;">QQ等级4个皇冠————————36500元电费</span><wbr /> <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">QQ会员VIP8——————————1200元（不带中途停用）</span><wbr /> <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">超级QQ最高等级————————4400元（带手机费用，不带中途停用）</span><wbr /> <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">黄钻VIP8和QQ空间最高级————600元和10000元电费（不带中途停用和使用其他QQ空间物品）</span><wbr /> <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">游戏蓝钻VIP8—————————1200元（不带中途停用）</span><wbr /> <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">QQ宠物粉钻VIP8————————1200元（不带中途停用和养宠物的钱）</span><wbr /> <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">QQ秀红钻VIP8—————————600元（不带中途停用和使用别的QQ秀）</span><wbr /> <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">QQ音乐绿钻VIP8————————600元（不带中途停用）</span><wbr /> <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">QQ堂紫钻VIP8—————————600元（不带中途停用）</span><wbr /> <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">QQ音速紫钻VIP8————————600元（不带中途停用）</span><wbr /> <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">QQ图书VIP8——————————300元（不带中途停用）</span><wbr /> <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">QQ拍拍信用五星级———————100元</span><wbr /> <br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">QQ问问最高等级————————1000元电费（估计你永远不可能是第一名）</span><wbr /> <br><span style="color:#ff0000;font-size:32px;font-family:'楷体';line-height:1.8em;">共58900元，这还不包括你使用其他服务的费用，而且这时候你都抱上小孙子了，真是恭喜你啊</span><wbr /> <br><span style="color:#ff0000;font-size:32px;font-family:'楷体';line-height:1.8em;">也极有可能你什么都不懂，不了解，因为你一直都坐在电脑前玩着哪个QQ</span><wbr /> <br><span style="color:#ff0000;font-size:32px;font-family:'楷体';line-height:1.8em;">你跟你孙子说：看爷爷的等级高不高啊！！！</span><wbr /> <br></span><wbr /><br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"></span><wbr /><br><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"></span><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[∧∧︵]]></category>
<author><![CDATA[1007079@qq.com(Fzl-MX)]]></author>
<comments>http://1007079.qzone.qq.com/blog/8#comment</comments>
<qz:effect>8389123</qz:effect>
<pubDate>Sun, 19 Mar 2006 14:29:18 GMT</pubDate>
<guid>http://1007079.qzone.qq.com/blog/8</guid>
</item>

<item>
<title><![CDATA[●●●●●●制作空间所有工具●●●●●●]]></title>
<link>http://1007079.qzone.qq.com/blog/7</link>
<description><![CDATA[<wbr /><a href="http://ol6.photo.qq.com/?file=4CE350F6AB4B9845EC5197A02D7186F8FF53211139689500C7325AC507BD38D2" target="_blank"><img style="border:0;" src="http://ol6.photo.qq.com/?file=4CE350F6AB4B9845EC5197A02D7186F8FF53211139689500C7325AC507BD38D2" /></a><wbr /><div style="text-align:center;"><span style="filter: glow(color=#EE1000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">网络空间： www.bokee.com </div><a href="http://www.88gg.com/0727/00/0727/0/0520/logogif" target="_blank">导航背景图：http://www.88gg.com/0727/00/0727/0/0520/logogif </a><wbr />                                                                <a href="http://www1.skycn.com/soft/2441.html" target="_blank">Ulead GIF（图片工具，可做动态皮肤）：http://www1.skycn.com/soft/2441.html </a><wbr /><a href="http://www4.skycn.com/soft/7755.html" target="_blank">FLASH动画制作软件-http://www4.skycn.com/soft/7755.html </a><wbr /><a href="http://www4.skycn.com/soft/2447.html" target="_blank">鼠标文件制作软件-http://www4.skycn.com/soft/2447.html</a><wbr /><a href="http://myok.bokee.com/2392878.html" target="_blank">颜色对照表：http://myok.bokee.com/2392878.html</a><wbr /><a href="http://www.stillfar.com/run.asp" target="_blank">代码测试：http://www.stillfar.com/run.asp</a><wbr /><a href="http://www.shanke.cn/home/l75624484/archives/2006/1258.shtml" target="_blank">图片、FLASH等定位：http://www.shanke.cn/home/l75624484/archives/2006/1258.shtml</a><wbr />免费MP3申请：www.baidu.com<a href="http://zhangliang474350.blogchina.com/zhangliang474350/3820251.html" target="_blank">上传图片以及FLASH的空间:http://zhangliang474350.blogchina.com/zhangliang474350/3820251.html</a><wbr /><a href="http://www5.skycn.com/soft/2442.html" target="_blank">1.Ulead GIF Animator V5.05:http://www5.skycn.com/soft/2442.html</a><wbr /><a href="http://www5.skycn.com/soft/7755.html" target="_blank">2.Macromedia Flash MX 2004 V7.01:http://www5.skycn.com/soft/7755.html</a><wbr /><a href="http://www5.skycn.com/soft/1824.html" target="_blank">3.Macromedia Fireworks MX 2004 V7.01:http://www5.skycn.com/soft/1824.html</a><wbr /><a href="http://downloads.xara.com/downloads/software/xara3d6DL.exe" target="_blank">4.xara3d6DL 3D:http://downloads.xara.com/downloads/software/xara3d6DL.exe</a><wbr /><a href="http://www.k688.com/wyzs/5.htm" target="_blank">5.在线HTML编辑器:http://www.k688.com/wyzs/5.htm</a><wbr /></span><wbr /><br>    <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" menu="false" id="flash0" width="1" height="1" src="http://9744120.go1.icpcn.com/rizhi1.swf" /> <div style="text-align:center;"><wbr /><a href="http://www.51tiao.com/ip/ip.asp" target="_blank"><img style="border:0;" src="http://www.51tiao.com/ip/ip.asp" /></a><wbr /></div>  <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="400" id="flash1" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:0px; top:0px;" src="http://www.i-fairy.com/tu/chuan/file/1studio.net_2005628832181401.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="600" height="500" id="flash2" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:70px; top:10px;" src="http://free.zyxr.net/up/20065111706350.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="600" height="700" id="flash3" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:70px; top:150px;" src="http://imgfree.21cn.com/free/flash/159.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="700" id="flash4" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:50px; top:1000px;" src="http://imgfree.21cn.com/free/flash/159.swf" /> <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="700" id="flash5" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:50px; top:1900px;" src="http://imgfree.21cn.com/free/flash/159.swf" />  <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="400" id="flash6" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:0px; top:0px;" src="http://imgfree.21cn.com/free/flash/140.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="900" id="flash7" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:10px; top:120px;" src="http://home.naver.net/brown444/swish/s66-m.swf" /> <!--v:3.2--> ]]></description>
<category><![CDATA[∧∧︵]]></category>
<author><![CDATA[1007079@qq.com(Fzl-MX)]]></author>
<comments>http://1007079.qzone.qq.com/blog/7#comment</comments>
<qz:effect>8393219</qz:effect>
<pubDate>Fri, 17 Mar 2006 21:10:20 GMT</pubDate>
<guid>http://1007079.qzone.qq.com/blog/7</guid>
</item>

<item>
<title><![CDATA[《タイヨウのうた》沢尻エリカ(Kaoru Amane)]]></title>
<link>http://1007079.qzone.qq.com/blog/6</link>
<description><![CDATA[<div style="text-align:right"><wbr /><a href="http://imgcache.qq.com/music/photo/singer/1/singerpic_7001_0.jpg" target="_blank"><img style="border:0;" src="http://imgcache.qq.com/music/photo/singer/1/singerpic_7001_0.jpg" /></a><wbr /></div><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" menu="false" id="flash0" width="1" height="1" src="http://9744120.go1.icpcn.com/rizhi1.swf" />  <div style="text-align:center;"><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" menu="false" id="flash1" width="400" height="330" src="http://www.56.com/n_v19_/c10_/9_/15_/sxi19861160_/1163765600_451_/310865_/0_/3264579.swf" /></div><wbr /><a href="http://imgcache.qq.com/music/photo/album/24/albumpic_14824_0.jpg" target="_blank"><img style="border:0;" src="http://imgcache.qq.com/music/photo/album/24/albumpic_14824_0.jpg" /></a><wbr />   <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="400" id="flash2" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:0px; top:0px;" src="http://www.i-fairy.com/tu/chuan/file/1studio.net_2005628832181401.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="600" height="500" id="flash3" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:70px; top:10px;" src="http://free.zyxr.net/up/20065111706350.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="600" height="700" id="flash4" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:70px; top:150px;" src="http://imgfree.21cn.com/free/flash/159.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="700" id="flash5" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:50px; top:1000px;" src="http://imgfree.21cn.com/free/flash/159.swf" /> <br><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="700" id="flash6" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:50px; top:1900px;" src="http://imgfree.21cn.com/free/flash/159.swf" /> <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="400" id="flash7" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:0px; top:0px;" src="http://imgfree.21cn.com/free/flash/140.swf" /><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="700" height="900" id="flash8" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:10px; top:120px;" src="http://home.naver.net/brown444/swish/s66-m.swf" /> <!--v:3.2--> ]]></description>
<category><![CDATA[∧∧︵]]></category>
<author><![CDATA[1007079@qq.com(Fzl-MX)]]></author>
<comments>http://1007079.qzone.qq.com/blog/6#comment</comments>
<qz:effect>8393219</qz:effect>
<pubDate>Sat, 04 Mar 2006 16:01:08 GMT</pubDate>
<guid>http://1007079.qzone.qq.com/blog/6</guid>
</item>

</channel>
</rss>

