<?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[感觉云在飞ю]]></title>
<description><![CDATA[感觉云在飞]]></description>
<link>http://30198080.qzone.qq.com</link>
<lastBuildDate>Wed, 25 Nov 2009 18:49:29 GMT</lastBuildDate>
<generator>Qzone</generator>
<language>zh-cn</language>
<copyright>Copyright (C), 2005-2008, Tencent Tech. Co., Ltd.</copyright>
<pubDate>Thu, 05 Nov 2009 07:06:56 GMT</pubDate>

<item>
<title><![CDATA[[转]取消开机用户名密码]]></title>
<link>http://30198080.qzone.qq.com/blog/1257404816</link>
<description><![CDATA[<br>秘诀1：大家知道，WindowsXP的密码存放在系统所在的 window/system32/config/ <br>下SAM 文件中，SAM文件即账号密码数据库文件。当我们登录系统的时候，系统会自动地和Config中的SAM自动校对，如发现此次密码和用户名全与SAM文件中的加密数据符合时，你就会顺利登录;如果错误则无法登录。既然如此，我们的第一个方法就产生了：删除SAM文件来恢复密码。 <br><br>如果你不用管本来系统卡包含的任意账号，而且有两个操作系统的话，可以使用另外一个能访问NTFS的操作系统启动电脑，或者虽然没有安装两个系统，但可以使用其他工具来访问NTFS。然后删除C：\window/system32/config/ <br>目录下的SAM文件，重新启动。这时，管理员Administrator账号就没有密码了。当然，取下硬盘换到其他机器上来删除SAM文件也算个好办法。 <br><br>小提示：WindowsNT/2000/XP中对用户账户的安全管理使用了安全账号管理器(Security AccountManager,SAM)的机制，安全账号管理器对账号的管理是通过安全标识进行的，安全标识在账号创建时就同时创建，一旦账号被删除，安全标识也同时被删除。安全标识是惟一的，即使是相同的用户名，在每次创建时获得的安全标识都是完全不同的。因此，一旦某个账号被删除，它的安全标识就不再存在了，即使用相同的用户名重建账号，也会被赋予不同的安全标识，不会保留原未的权限 。 <br><br>安全账号管理器的具体表现就是%SystemRoot%\system32\config\sam文件。SAM文件是WindowsNT/2000/XP的用户账户数据库，所有用户的登录名及口令等相关信息部岜4嬖谡飧鑫募小? <br><br>秘诀2：使用Off1ine NT Password &amp; Registry Editor。用该软件可以制作Linux启动盘，这个启动盘可以访问NTFS文件系统，因此可以很好地支持Windows2000/XP。使用该软盘中的一个运行在Linux的工具Ntpasswd就可以解决问题。并且可以读取注册表并重写账号密码。使用的方法很简单，只需根据其启动后的提示一步一步做就可以了。在此，建议你使用快速模式，这样会列出用户供你选择修改哪个用户的密码。默认选择Admin组的用户，自动找到把Administrator的名字换掉的用户，十分方便。 <br><br>秘诀3：使用Windows Key 5.0。该软件包含在PasswareKit5.0中，用于恢复系统管理员的密码，运行后生成3个文件：txtsetup.oem.winkey.sys 和winkey.inf,3个文件一共才50KB,短小精悍。把这3个文件放到任何软盘中，然后使用XP安装光盘启动电脑，启动过程中按F6键让系统安装第三方的驱动程序。此时，正是我们切入的最好时机，放人该软盘就会自动跳到WindowsKey的界面。它会强行把Administrator的密码换成 &quot;12345&quot;，如此一来何愁大事不成?呵呵!当你重新启动以后，你会被要求再次修改你的密码。 <br><br>more.. <br>less.. <br>秘诀4：使用NTFS DOS这个可以从DOS下写NTFS分区的工具。用该软件制作一个DOS启动盘，然后到C;\Winnt\System32下将屏幕保护程序 logon.scr改名，接着拷贝command.com到C：\Winnt\system32下(2000可以用cmd.exe),并将该文件改名为 logon.scr。这样启动机器后等待5分钟，本应该出现的屏幕保护现在变成了命令行模式，而且是具有Administrator权限的，通过它就可以修改密码或者添加新的管理员账号了。改完后不要忘了把屏幕保护程序的名字改回去啊。下载地址：http： /<a href="http://www.cgsecurity.org/index.html?" target="_blank">www.cgsecurity.org/index.html?</a><wbr /> <br><br>秘诀5：下面介绍一个比较与众不同的方法。你可以在别的分区上再装一个XP，硬盘分区格式要和原来的一样，并且请你注意一定不要和原来的XP安装在同一分区!在开始之前，一定要事先备份引导区MBR(Master Boot Record).备份MBR的方法有很多，可以自己编程，或使用工具软件，如杀毒软件KV3000等。装完后用Administrator登录，现在你对原来的XP就有绝对的写权限了。你可以把原来的SAM拷下来，用lOphtcrack得到原来的密码。也可以把新安装的XP的Winnt\ System32\Config\下的所有文件覆盖到C\Winnt\System32\Config目录中(假设原来的XP安装在这里)，然后用 KV3000恢复以前备份的主引导区MBR，现在你就可以用Administrator身份登陆以前的XP了。 <br><br>小提示：MBR俗称&quot;主引导区&quot;，它的作用是读取磁盘分区表(Partition Table)里面所设定的活动分区 (Active Partition)，位于硬盘的柱面0、磁头0、扇区1的位置，也即俗你的0磁道位置。它是由分区命令fdisk产生的。MBR包括硬盘引导程序和分区表这两部分。MBR结束标志为55AA，用杀毒软件KV3000的F6功能即可查看，其默认画面即为MBR。如果MBR找不到活动分区，就会在屏幕上显示像Missing operating System等错误讯息，所以，如果你的WindowsXP无法正常开启。而你又在屏幕上看到类似这样的错误讯息，原因大多就是出在这里了。 <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[30198080@qq.com(感觉云在飞ю)]]></author>
<comments>http://30198080.qzone.qq.com/blog/1257404816#comment</comments>
<qz:effect>134218248</qz:effect>
<pubDate>Thu, 05 Nov 2009 07:06:56 GMT</pubDate>
<guid>http://30198080.qzone.qq.com/blog/1257404816</guid>
</item>

<item>
<title><![CDATA[[转]央视禁播的超色情内部晚会（逗死我了）]]></title>
<link>http://30198080.qzone.qq.com/blog/1256459506</link>
<description><![CDATA[<embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" menu="false" id="flash0" width="520" height="370" src="http://img.openv.tv/hd/swf/hd_player.swf?pid=dvdprogramme_20080904_6628678&amp;q=tv=0,random=2024010291,channel=www.openv.com,category=,ref=&amp;loadother_url=http://www.openv.com/service/suv.php&amp;playpage=http://www.openv.com/play/&amp;playNowTitle=%E5%A4%AE%E8%A7%86%E7%A6%81%E6%92%AD%E7%9A%84%E5%86%85%E9%83%A8%E8%B6%85%E8%89%B2%E6%83%85%E6%99%9A%E4%BC%9A&amp;playerUseStatus=1" /> <br><br>等15秒的广告后，大家没事好好看看，逗死我了，都是CCTV的工作人员还有主持人什么的，这群平时不苟言笑的公众人物,也挺好玩的。哈哈哈,很好很强大！ 很黄很暴力！另一面的他们，真挺能闹停的，哈哈。 <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[30198080@qq.com(感觉云在飞ю)]]></author>
<comments>http://30198080.qzone.qq.com/blog/1256459506#comment</comments>
<qz:effect>5128</qz:effect>
<pubDate>Sun, 25 Oct 2009 08:31:46 GMT</pubDate>
<guid>http://30198080.qzone.qq.com/blog/1256459506</guid>
</item>

<item>
<title><![CDATA[[转]要学会看K线图(散户必读)]]></title>
<link>http://30198080.qzone.qq.com/blog/1255793348</link>
<description><![CDATA[<span style="color:#ff3300;line-height:1.8em;"><span style="font-size:18px;line-height:1.8em;"><span style="font-weight:bold"><wbr />          散户朋友心疼自己的钱就要多学多看.好多散友连基本K线图叫什么都不知道就敢投入血汗钱炒股，实在是汗颜啊，这样的人如果是大款还有情可原，假如拿的是家底，就太让人痛心了。来写写基本K线的名称和单一K线的意思表示吧，但愿能给那些拿着血汗钱却又什么都不懂的人有所帮助。</span><wbr /></span><wbr /><span style="font-size:18px;line-height:1.8em;"><span style="font-weight:bold"><wbr />Ｋ线图最早是日本德川幕府时代大阪的米商用来记录当时一天、一周或一月中米价涨跌行情的图示法，后被引入股市。 </span><wbr /></span><wbr /></span><wbr /><br><span style="color:#ff3300;font-size:18px;line-height:1.8em;"><span style="font-weight:bold"><wbr />         Ｋ线图具有直观、立体感强、携带信息量大的特点，蕴涵着丰富的东方哲学思想，能充分显示股价趋势的强弱、买卖双方力量平衡的变化，预测后市走向较准确，是各类传播媒介、电脑实时分析系统应用较多的技术分析手段。 </span><wbr /></span><wbr /><br><br><span style="color:#ff0000;font-size:18px;line-height:1.8em;">其记录方法如下：（如图所示）</span><wbr /> <br><span style="color:#ff0000;font-size:18px;line-height:1.8em;"><wbr /><a href="http://b16.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffacc4ac9e10b349b43acdfba4720faae5c5ad22d850640add13d90597a3654063ef10655ee1b26454085fe0642b77d95646cf584cb5a5693df17bbb3fcb4667b669d950f42" target="_blank"><img style="border:0;" src="http://b16.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffacc4ac9e10b349b43acdfba4720faae5c5ad22d850640add13d90597a3654063ef10655ee1b26454085fe0642b77d95646cf584cb5a5693df17bbb3fcb4667b669d950f42" /></a><wbr /> <br><br></span><wbr /><br><span style="color:#ff0000;font-size:18px;line-height:1.8em;"><span style="font-size:18px;line-height:1.8em;"><span style="color:#3300ff;line-height:1.8em;"><span style="font-weight:bold"><wbr /><span style="color:#3300ff;font-size:18px;line-height:1.8em;">         <span style="color:#ff0000;line-height:1.8em;">1</span><wbr /></span><wbr /><span style="color:#ff0000;line-height:1.8em;"><span style="font-size:18px;line-height:1.8em;">、日K线是根据股价(指数)一天的走势中形成的四个价位即：开盘价，收盘价，最高价，最低价绘制而成的。</span><wbr /> </span><wbr /></span><wbr /></span><wbr /></span><wbr /><br><span style="color:#ff0000;font-size:18px;line-height:1.8em;"><span style="font-weight:bold"><wbr />　　收盘价高于开盘价时，则开盘价在下收盘价在上，二者之间的长方柱用红色或空心绘出，称之为阳线；其上影线的最高点为最高价，下影线的最低点为最低价。 </span><wbr /></span><wbr /><br><span style="color:#ff0000;font-size:18px;line-height:1.8em;"><span style="font-weight:bold"><wbr />　　收盘价低于开盘价时，则开盘价在上收盘价在下，二者之间的长方柱用黑色或实心绘出，称之为阴线，其上影线的最高点为最高价，下影线的最低点为最低价。 </span><wbr /></span><wbr /><br><span style="color:#ff0000;font-size:18px;line-height:1.8em;"><span style="font-weight:bold"><wbr />　　　 2、根据K线的计算周期可将其分为日K线,周K线，月K线，年K线。 </span><wbr /></span><wbr /><br><span style="color:#ff0000;font-size:18px;line-height:1.8em;"><span style="font-weight:bold"><wbr />　　周K线是指以周一的开盘价，周五的收盘价，全周最高价和全周最低价来画的K线图。月K线则以一个月的第一个交易日的开盘价，最后一个交易日的收盘价和全月最高价与全月最低价来画的K线图，同理可以推得年K线定义。周K线，月K线常用于研判中期行情。对于短线操作者来说，众多分析软件提供的5分钟K线、15分钟K线、30分钟K线和60分钟K线也具有重要的参考价值。 </span><wbr /></span><wbr /><br><span style="color:#ff0000;line-height:1.8em;"><span style="font-size:18px;line-height:1.8em;"><span style="font-weight:bold"><wbr />　　　3、根据开盘价与收盘价的波动范围，可将Ｋ线分为极阴、极阳，小阴、小阳，中阴中阳和大阴、大阳等线型</span><wbr />。</span><wbr /> </span><wbr /><br>波动范围（如图所示）。 <br><wbr /><a href="http://b19.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa82e30df685d535a6dae153a648aa6dbed0618ff72030a83a432afaabbeac99ece44be552a535a0daef5533684f53fb3eaf1faf0b4dd4761586a5dd3934c04b917e32f621" target="_blank"><img style="border:0;" src="http://b19.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa82e30df685d535a6dae153a648aa6dbed0618ff72030a83a432afaabbeac99ece44be552a535a0daef5533684f53fb3eaf1faf0b4dd4761586a5dd3934c04b917e32f621" /></a><wbr /> <br><br><br><span style="color:#ff0000;font-size:18px;line-height:1.8em;"><span style="font-weight:bold"><wbr />               极阴线和极阳线的波动范围在0.5%左右； </span><wbr /></span><wbr /><br><span style="color:#ff0000;font-size:18px;line-height:1.8em;"><span style="font-weight:bold"><wbr />　　　　小阴线和小阳线的波动范围一般在0.6--1.5%； </span><wbr /></span><wbr /><br><span style="color:#ff0000;font-size:18px;line-height:1.8em;"><span style="font-weight:bold"><wbr />　　　　中阴线和中阳线的波动范围一般在1.6-3.5%； </span><wbr /></span><wbr /><br><span style="color:#ff0000;font-size:18px;line-height:1.8em;"><span style="font-weight:bold"><wbr />　　　　大阴线和大阳线的波动范围在3.6%以上。 </span><wbr /></span><wbr /><br><span style="font-weight:bold"><wbr /><span style="color:#ff0000;font-size:18px;line-height:1.8em;">　　　 4、下面以带有成交量的分时走势图，分别说明数种典型的单个日Ｋ线图的形成过程和不同含义。分时走势图记录了股价的全天走势，不同的走势形成了不同种类的K线，而同一种K线却因股价走势不同而各具不同的含义。</span><wbr /> </span><wbr /><br><wbr /><a href="http://b8.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa9a758008cf9e9b0d022672b707b2bb7017265e4d208cf93664bfa99051f48fd9a5986d88b4422ac0d3709351394922c6833773262058dc5c142e1387aed6ab585a0c4500" target="_blank"><img style="border:0;" src="http://b8.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa9a758008cf9e9b0d022672b707b2bb7017265e4d208cf93664bfa99051f48fd9a5986d88b4422ac0d3709351394922c6833773262058dc5c142e1387aed6ab585a0c4500" /></a><wbr /> <br><br><br><span style="font-weight:bold"><wbr /><span style="color:#ff0000;line-height:1.8em;">     全天中股价波动很小，开盘价与收盘价极其接近，收盘价略高于开盘价。小阳星的出现，表明行情正处于混乱不明的阶段，后市的涨跌无法预测，此时要根据其前期Ｋ线组合的形状以及当时所处的价位区域综合判断。</span><wbr /></span><wbr /> <br><wbr /><a href="http://b16.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa912251591e4fac5a39ce4da71b4af048f430f36b8f2fc53e8c880c6acdc7e8efd374065930a55941b44a9e2466a7c67f2558fe420c1aea87ebe33f0951f7ab464ddfeb46" target="_blank"><img style="border:0;" src="http://b16.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa912251591e4fac5a39ce4da71b4af048f430f36b8f2fc53e8c880c6acdc7e8efd374065930a55941b44a9e2466a7c67f2558fe420c1aea87ebe33f0951f7ab464ddfeb46" /></a><wbr /> <br><br><br><span style="font-weight:bold"><wbr /><span style="color:#ff0000;line-height:1.8em;">小阴星的分时走势图与小阳星相似，只是收盘价格略低于开盘价格。表明行情疲软，发展方向不明。</span><wbr /></span><wbr /> <br><br>C.<span style="color:#ff0000;font-size:18px;line-height:1.8em;">小阳</span><wbr /><span style="color:#ff0000;font-size:18px;line-height:1.8em;">线：</span><wbr /> <br><wbr /><a href="http://b17.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa4a017462916ef1b43e348c9bf3399e90bb3526ac632ab7b9522bb49534472197b97ce8164fca6300a0b27c6fdc9ce194234b4d0fc308ff2ed2fa72b88881a9ffce79ff65" target="_blank"><img style="border:0;" src="http://b17.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa4a017462916ef1b43e348c9bf3399e90bb3526ac632ab7b9522bb49534472197b97ce8164fca6300a0b27c6fdc9ce194234b4d0fc308ff2ed2fa72b88881a9ffce79ff65" /></a><wbr /> <br><br><br><br><span style="font-weight:bold"><wbr /><span style="color:#ff0000;line-height:1.8em;">其波动范围较小阳星增大，多头稍占上风，但上攻乏力，表明行情发展扑朔迷离。</span><wbr /></span><wbr /> <br><br>D.<span style="font-size:18px;line-height:1.8em;">上吊阳线</span><wbr /><span style="font-size:18px;line-height:1.8em;">:</span><wbr /> <br><wbr /><a href="http://b17.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa9c540c89537c2067ae946b7c032de4932d6fcff92f9d485e29eeefbb87b48d66bcc1aec271a5ea7224719f44207664c321bae868e78daeef0655f7878f5b9b0729eba2e9" target="_blank"><img style="border:0;" src="http://b17.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa9c540c89537c2067ae946b7c032de4932d6fcff92f9d485e29eeefbb87b48d66bcc1aec271a5ea7224719f44207664c321bae868e78daeef0655f7878f5b9b0729eba2e9" /></a><wbr /> <br><br><br><span style="font-weight:bold"><wbr /><span style="color:#ff0000;line-height:1.8em;">    如果在低价位区域出现上吊阳线，如图所示，股价表现出探底过程中成交量萎缩，随着股价的逐步攀高，成交量呈均匀放大事态，并最终以阳线报收，预示后市股价看涨。 <span style="font-size:18px;line-height:1.8em;">　　如果在高价位区域出现上吊阳线，股价走出如图所示的形态，则有可能是主力在拉高出货，需要留心。</span><wbr /></span><wbr /></span><wbr /> <br><br>E.下影阳<span style="font-size:18px;line-height:1.8em;"><span style="color:#ff0000;line-height:1.8em;">线</span><wbr /></span><wbr /><span style="color:#ff0000;font-size:18px;line-height:1.8em;">:</span><wbr /> <br><wbr /><a href="http://b19.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa63cf4c7573b149ff4664cbc44efea41acce35a5e5f68f195a76fc5e74b48cf293dc24c1c7491eae526c472fa2588a7565814ec2444d6da2f4679fd28bb1a5fe2af1c4f79" target="_blank"><img style="border:0;" src="http://b19.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa63cf4c7573b149ff4664cbc44efea41acce35a5e5f68f195a76fc5e74b48cf293dc24c1c7491eae526c472fa2588a7565814ec2444d6da2f4679fd28bb1a5fe2af1c4f79" /></a><wbr /> <br><br><br><span style="color:#ff0000;line-height:1.8em;">它的出现，表明多空交战中多方的攻击沉稳有力，股价先跌后涨，行情有进一步上涨的潜力。</span><wbr /> <br><br><span style="color:#3300ff;line-height:1.8em;"><span style="color:#ff0000;line-height:1.8em;">F.<span style="font-size:18px;line-height:1.8em;">上影阳线</span><wbr /><span style="font-size:18px;line-height:1.8em;">:</span><wbr /></span><wbr /> </span><wbr /><br><wbr /><a href="http://b9.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa81a08e32bdd4b2398b11969e85ba88d3a10b288f7c075538994299878a6c6931dec8b5a56dcba2e8b46c50db34535ec500907206af0eb5b503b4566b6dc92ff4a15a4cbf" target="_blank"><img style="border:0;" src="http://b9.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa81a08e32bdd4b2398b11969e85ba88d3a10b288f7c075538994299878a6c6931dec8b5a56dcba2e8b46c50db34535ec500907206af0eb5b503b4566b6dc92ff4a15a4cbf" /></a><wbr /> <br><br><br><span style="color:#3300ff;line-height:1.8em;"><span style="color:#ff0000;line-height:1.8em;">显示多方攻击时上方抛压沉重。这种图形常见于主力的试盘动作，说明此时浮动筹码较多，涨势不强。</span><wbr /> </span><wbr /><br><br>G.穿头破脚阳线<span style="font-size:18px;line-height:1.8em;">:</span><wbr /> <br><wbr /><a href="http://b19.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffae10cb96a5d75c53e034ffaa523dabc4ff2736e433af4f5e656e672e091e219575a9f1db9a8888b6681a50713187bbc1aa02157bda1b0834e8d7667edf5e83df7fc37dbdf" target="_blank"><img style="border:0;" src="http://b19.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffae10cb96a5d75c53e034ffaa523dabc4ff2736e433af4f5e656e672e091e219575a9f1db9a8888b6681a50713187bbc1aa02157bda1b0834e8d7667edf5e83df7fc37dbdf" /></a><wbr /> <br><br><br><span style="font-weight:bold"><wbr /><span style="color:#ff0000;line-height:1.8em;">股价走出如图所示的图形说明多方已占据优势，并出现逐波上攻行情，股价在成交量的配合下稳步升高，预示后市看涨。 <span style="font-size:18px;line-height:1.8em;">　　同样为穿头破脚阳线，股价走势若表现出在全日多数时间内横盘或者盘跌而尾市突然拉高时，预示次日可能跳空高开后低走。</span><wbr /></span><wbr /></span><wbr /> <br><br><wbr /><a href="http://b16.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa8f8887e502697ce3c8cadb0f3267c46da6c415e753df9a9e21864b766db8e0bbdc819298bfb3ed1bd1274939e54594717c03cbf8999748f0ee222396a832788f400c2f0a" target="_blank"><img style="border:0;" src="http://b16.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa8f8887e502697ce3c8cadb0f3267c46da6c415e753df9a9e21864b766db8e0bbdc819298bfb3ed1bd1274939e54594717c03cbf8999748f0ee222396a832788f400c2f0a" /></a><wbr /> <br><br><br><span style="font-weight:bold"><wbr /><span style="color:#ff0000;line-height:1.8em;">还有一种情况，股价走势若表现为全日宽幅振荡尾市放量拉升收阳时，可能是当日主力通过振荡洗盘驱赶坐轿客，然后轻松拉高，后市可能继续看涨。</span><wbr /></span><wbr /> <br><br>H.<span style="color:#ff0000;font-size:18px;line-height:1.8em;">光头阳线</span><wbr /><span style="color:#ff0000;font-size:18px;line-height:1.8em;">:</span><wbr /> <br><wbr /><a href="http://b17.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa0123228a849388cf91e6afc8209b586f8a492d1767c48505c78030630a99271ca2b3733139b9a7e0cd144c2e6e5b2636097ba5a795597d43006085aef5ab2fdb8023b326" target="_blank"><img style="border:0;" src="http://b17.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa0123228a849388cf91e6afc8209b586f8a492d1767c48505c78030630a99271ca2b3733139b9a7e0cd144c2e6e5b2636097ba5a795597d43006085aef5ab2fdb8023b326" /></a><wbr /> <br><br><br><span style="color:#3300ff;line-height:1.8em;"><span style="font-weight:bold"><wbr /><span style="color:#ff0000;line-height:1.8em;">光头阳线若出现在低价位区域，在分时走势图上表现为股价探底后逐浪走高且成交量同时放大，预示为一轮上升行情的开始。如果出现在上升行情途中，表明后市继续看好。</span><wbr /></span><wbr /> </span><wbr /><br><br>I.<span style="color:#ff0000;font-size:18px;line-height:1.8em;">光脚阳线</span><wbr /><span style="color:#ff0000;font-size:18px;line-height:1.8em;">:</span><wbr /> <br><wbr /><a href="http://b8.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa247768e2931f4c15a22b78d18de3f58390340bc788ada99c212059d5672254564c1732f0b9126fb5f7d5d8b4386c72a60cfca6b3b0a73a5497e5edfeb246e9893efaf5c8" target="_blank"><img style="border:0;" src="http://b8.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa247768e2931f4c15a22b78d18de3f58390340bc788ada99c212059d5672254564c1732f0b9126fb5f7d5d8b4386c72a60cfca6b3b0a73a5497e5edfeb246e9893efaf5c8" /></a><wbr /> <br><br><br><span style="color:#3300ff;line-height:1.8em;"><span style="font-weight:bold"><wbr /><span style="color:#ff0000;line-height:1.8em;">表示上升势头很强，但在高价位处多空双方有分歧，购买时应谨慎。</span><wbr /></span><wbr />　</span><wbr /> <br><br><span style="color:#3300ff;line-height:1.8em;"><span style="color:#ff0000;line-height:1.8em;">J.<span style="font-size:18px;line-height:1.8em;">上影阳线</span><wbr /><span style="font-size:18px;line-height:1.8em;">:</span><wbr /></span><wbr /> </span><wbr /><br><br><wbr /><a href="http://b9.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa1e82e852badf2720bc3bbc599b09a060924afc85765e335c2daf19738e40f8eda7f2f90c0726be6ce995eeb89b86f6999e0e72a2c98dee76d415a322a623dffac0214196" target="_blank"><img style="border:0;" src="http://b9.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa1e82e852badf2720bc3bbc599b09a060924afc85765e335c2daf19738e40f8eda7f2f90c0726be6ce995eeb89b86f6999e0e72a2c98dee76d415a322a623dffac0214196" /></a><wbr /> <br><br><br><span style="color:#3300ff;line-height:1.8em;"><span style="font-weight:bold"><wbr /><span style="color:#ff0000;line-height:1.8em;">表示多方上攻受阻回落，上挡抛盘较重。能否继续上升局势尚不明朗。</span><wbr /></span><wbr /> </span><wbr /><br><br>K.光头光脚阳线: <br><wbr /><a href="http://b16.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa62b0080f99d72e77615c62baf773b60ff41d8e8064bc22ee318b56979fa8e31eb68feea8ff5e2185ddff6549808fa1bf416ba58eb6c2679641b60bccb2d3b29b7c28777e" target="_blank"><img style="border:0;" src="http://b16.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa62b0080f99d72e77615c62baf773b60ff41d8e8064bc22ee318b56979fa8e31eb68feea8ff5e2185ddff6549808fa1bf416ba58eb6c2679641b60bccb2d3b29b7c28777e" /></a><wbr /> <br><br><br><span style="color:#ff0000;line-height:1.8em;">表明多方已经牢固控制盘面，逐浪上攻，步步逼空，涨势强烈</span><wbr /> <br><br>L.<span style="font-size:18px;line-height:1.8em;">小阴线</span><wbr /><span style="font-size:18px;line-height:1.8em;">:</span><wbr /> <br><wbr /><a href="http://b19.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffaba7b25a3106919956c5e31b5dd339504a7f97a8d1955bebb47da9e8eb5c05dbedf3b05e15ba505b63d1083148d90db0eb469fd54011f83197d8d7836e6b22e6fc79c5080" target="_blank"><img style="border:0;" src="http://b19.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffaba7b25a3106919956c5e31b5dd339504a7f97a8d1955bebb47da9e8eb5c05dbedf3b05e15ba505b63d1083148d90db0eb469fd54011f83197d8d7836e6b22e6fc79c5080" /></a><wbr /> <br><br><br><br><span style="color:#ff0000;line-height:1.8em;">表示空方呈打压态势，但力度不大。</span><wbr /> <br><br><span style="color:#3300ff;line-height:1.8em;"><span style="color:#ff0000;line-height:1.8em;">M.光脚阴线</span><wbr /> </span><wbr /><br><wbr /><a href="http://b16.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa693f08337d0e3103b00e7bc880a7e8a4e32f0429e2316f64973765f48aeb2d07855fb57634d30146e61e7b8ce8e93ae23a28b740b06c3f3931188642653f61c87c6c0376" target="_blank"><img style="border:0;" src="http://b16.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa693f08337d0e3103b00e7bc880a7e8a4e32f0429e2316f64973765f48aeb2d07855fb57634d30146e61e7b8ce8e93ae23a28b740b06c3f3931188642653f61c87c6c0376" /></a><wbr /> <br><br><br><br><span style="color:#ff0000;line-height:1.8em;">光脚阴线的出现表示股价虽有反弹，但上档抛压沉重。空方趁势打压使股价以阴线报收 </span><wbr /><br><br><span style="color:#ff0000;line-height:1.8em;">N.光头阴线: 　 <span style="font-size:18px;line-height:1.8em;">　</span><wbr /> </span><wbr /><br><span style="color:#3300ff;line-height:1.8em;"><span style="color:#ff0000;font-size:18px;line-height:1.8em;">如果这种线型出现于低价位区，说明抄低盘的介入使股价有反弹迹象，但力度不大</span><wbr /> <br><wbr /><a href="http://b17.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa5aec4c34cf392e6bd1cdd8676d666895133a4f42721e6add5c072033a4e2420b100a5d444afff412f57a295859c3a05fa6144635944fb3693a3c8c45c03cb1f68db07335" target="_blank"><img style="border:0;" src="http://b17.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa5aec4c34cf392e6bd1cdd8676d666895133a4f42721e6add5c072033a4e2420b100a5d444afff412f57a295859c3a05fa6144635944fb3693a3c8c45c03cb1f68db07335" /></a><wbr /> <br><br><br><span style="color:#ff0000;line-height:1.8em;">这三种线型中的任何一种出现在低价位区时，都说明下档承接力较强，股价有反弹的可能。</span><wbr /> <br><br></span><wbr /><span style="color:#3300ff;line-height:1.8em;">　<span style="color:#ff0000;line-height:1.8em;"> P.上影阴线、倒T形线</span><wbr /><span style="color:#ff0000;font-size:18px;line-height:1.8em;">:</span><wbr /></span><wbr /> <br><br><wbr /><a href="http://b17.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa118813dbf8a5a464b87615712cb01e832d100fbc1ac2cfee691e3b5fb484ee7ca63a00f63ef03de51112d9e1b7e3a4423f5d53ed2ceac4be234999bbf65f4c8cff2a0bd6" target="_blank"><img style="border:0;" src="http://b17.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa118813dbf8a5a464b87615712cb01e832d100fbc1ac2cfee691e3b5fb484ee7ca63a00f63ef03de51112d9e1b7e3a4423f5d53ed2ceac4be234999bbf65f4c8cff2a0bd6" /></a><wbr /> <br><br><br><br><span style="font-weight:bold"><wbr /><span style="color:#ff0000;line-height:1.8em;">这两种线型中的任何一种出现在高价位区时，说明上档抛压严重，行情疲软，股价有反转下跌的可能；如果出现在中价位区的上升途中，则表明后市仍有上升空间。</span><wbr /></span><wbr /> <br><br><span style="color:#3300ff;line-height:1.8em;">　　　</span><wbr /><span style="color:#ff0000;line-height:1.8em;"> Q.十字星</span><wbr /><span style="color:#ff0000;line-height:1.8em;"><span style="font-size:18px;line-height:1.8em;">:</span><wbr /> </span><wbr /><br><wbr /><a href="http://b19.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa51aca6f785b6cae58c247c7bd195786c6807fea5ebb797c5ca698a4231bb893b1856e2754e6f9da3c09d428b1747927d1cd91d33ef3195621bbbcb8265d0e0b780f22320" target="_blank"><img style="border:0;" src="http://b19.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa51aca6f785b6cae58c247c7bd195786c6807fea5ebb797c5ca698a4231bb893b1856e2754e6f9da3c09d428b1747927d1cd91d33ef3195621bbbcb8265d0e0b780f22320" /></a><wbr /> <br><br><br><span style="color:#ff0000;font-size:18px;line-height:1.8em;"><span style="font-weight:bold"><wbr />这种线型常称为变盘十字星，无论出现在高价位区或低价位区，都可视为顶部或底部信号，预示大势即将改变原来的走向。</span><wbr /></span><wbr /> <br><br>R.<span style="color:#ff0000;font-size:18px;line-height:1.8em;">大阴线</span><wbr /><span style="color:#ff0000;font-size:18px;line-height:1.8em;">:</span><wbr /> <br><wbr /><a href="http://b19.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa4c6c685a017d3d799b98b07f4a58b197ff0637329912223a96c47c2a805e5194c958272a029a950b29c11b3c5e38c6e220e93d03bcee17f23b49d74c0afca79eccf5c87b" target="_blank"><img style="border:0;" src="http://b19.photo.store.qq.com/http_imgload.cgi?/rurl4_b=532f931cc2e4eb2079a57700f5efeffa4c6c685a017d3d799b98b07f4a58b197ff0637329912223a96c47c2a805e5194c958272a029a950b29c11b3c5e38c6e220e93d03bcee17f23b49d74c0afca79eccf5c87b" /></a><wbr /> <br><br><br><span style="color:#ff0000;font-size:18px;line-height:1.8em;"><span style="font-weight:bold"><wbr />      股价横盘一日，尾盘突然放量下攻，表明空方在一日交战中最终占据了主导优势，次日低开的可能性较大。　　如果股价走出如图所示的逐波下跌的行情，这说明空方已占尽优势，多方无力抵抗，股价被逐步打低，后市看淡。</span><wbr /></span><wbr /> <br><br><span style="color:#ff0000;font-size:18px;line-height:1.8em;"><span style="font-weight:bold"><wbr />      上边说了单一K线的名称和解释了其意思表示，但任何事物都要看其两面性，特别是主力骗线，为了不让主力所骗了，就要仔细观察K线的连续性和判断其延续性，正确的观察和准确的判断才是重中之重！</span><wbr /></span><wbr /> <br><br><div style="text-align:center;"><object codeBase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab#version=8,0,0,0" height="190" width="440" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="musicFlash**" id="musicFlash0" src="http://imgcache.qq.com/music/musicbox_v2_1/img/MusicFlash.swf" ubb="649271271|5|http://streamrdt.music.qq.com/2092.32146168590e1b8d31af0e6c913a416e/103753969/a.mp3|月光下的凤尾竹|0|民乐|476932|3|http://stream6.qqmusic.qq.com:0/476932.wma|绿岛小夜曲|14054|纯音乐|452549|3|http://stream10.qqmusic.qq.com:0/452549.wma|学古筝法轮常转|14054|纯音乐|477222|3|http://stream5.qqmusic.qq.com:0/477222.wma|嘎达梅林|14054|纯音乐|477226|3|http://stream6.qqmusic.qq.com:0/477226.wma|牧羊姑娘|14054|纯音乐|149160|3|http://stream6.qqmusic.qq.com:0/149160.wma|股民老张|6697|股民老张|149159|3|http://stream5.qqmusic.qq.com:0/149159.wma|黑马进行曲|6697|股民老张|463230|3|http://stream3.qqmusic.qq.com:0/463230.wma|茉莉花萨克斯|14826|未知|397360|3|http://stream4.qqmusic.qq.com:0/397360.wma|1314(一生一世)|11496|中文舞曲"><param value="http://imgcache.qq.com/music/musicbox_v2_1/img/MusicFlash.swf" name="movie" /><param value="#ffffff" name="bgColor" /><param value="showall" name="scale" /><param value="transparent" name="wmode" /><param value="true" name="menu" /><param value="always" name="allowScriptAccess" /></object><wbr /></div><br><div style="text-align:right"><span style="color:#66ff99;font-size:13px;line-height:1.8em;"><span style="font-weight:bold"><wbr />转摘修改自小雪空间供大家学习转载</span><wbr /></span><wbr /></div><span style="font-weight:bold"><wbr /><span style="color:#ffff00;line-height:1.8em;">炒股群号34588720 欢迎加入</span><wbr /></span><wbr /></span><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[30198080@qq.com(感觉云在飞ю)]]></author>
<comments>http://30198080.qzone.qq.com/blog/1255793348#comment</comments>
<qz:effect>134234633</qz:effect>
<pubDate>Sat, 17 Oct 2009 15:29:08 GMT</pubDate>
<guid>http://30198080.qzone.qq.com/blog/1255793348</guid>
</item>

<item>
<title><![CDATA[[转]女子搞笑套路（荤段子，少儿不宜）]]></title>
<link>http://30198080.qzone.qq.com/blog/1254223096</link>
<description><![CDATA[<div style="text-align:center;"><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" menu="false" id="flash0" width="590" height="500" src="http://www.56.com/n_v21_/c17_/12_/9_/majin6505_/zhajm_1180870224_755_/1087000_/0_/14308605.swf" /></div><br><img src="http://imgcache.qq.com/qzone/em/e113.gif"><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[休闲搞笑]]></category>
<author><![CDATA[30198080@qq.com(感觉云在飞ю)]]></author>
<comments>http://30198080.qzone.qq.com/blog/1254223096#comment</comments>
<qz:effect>4616</qz:effect>
<pubDate>Tue, 29 Sep 2009 11:18:16 GMT</pubDate>
<guid>http://30198080.qzone.qq.com/blog/1254223096</guid>
</item>

<item>
<title><![CDATA[[转]〓{这样戴胸罩也太帅了吧}〓]]></title>
<link>http://30198080.qzone.qq.com/blog/1253862176</link>
<description><![CDATA[<span style="font-size:24px;line-height:1.8em;"><span style="font-weight:bold"><wbr /><div style="text-align:center;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="color:#ff9900;line-height:1.8em;">朋友,</span><wbr /><span style="color:#99ffff;line-height:1.8em;"><span style="color:#0099ff;line-height:1.8em;">感谢你的浏览，</span><wbr /><span style="color:#00ff00;line-height:1.8em;">欢迎你的转载.</span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /><span style="font-weight:bold"><wbr /><span style="font-size:24px;line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="color:#ff99ff;line-height:1.8em;">看后记得给点评论和意见，</span><wbr /><span style="color:#0000ff;line-height:1.8em;"><span style="color:#00ff00;line-height:1.8em;">不要跑堂哦。</span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></div><div style="text-align:center;">           <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" wmode="transparent" menu="false" width="600" height="500" id="flash0" type="application/octet-stream" wmode="transparent" quality="high" style="position: absolute; left:10px; top:20px;" src="http://imgfree.21cn.com/free/flash/33.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:10px; top:20px;" src="http://imgfree.21cn.com/free/flash/27.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:10px; top:20px;" src="http://imgfree.21cn.com/free/flash/88.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:10px; top:20px;" src="http://biz.cnhoo.com/wz/liaoshiqi520/xiayu.swf" /> </div><div style="text-align:center;"><span style="font-size:32px;font-family:'楷体_GB2312';line-height:1.8em;"><span style="color:#ffffcc;line-height:1.8em;"><span style="font-weight:bold"><wbr /><span style="text-decoration:underline;"><wbr />【</span><wbr /><span style="color:#ffffcc;font-size:32px;font-family:'楷体_GB2312';line-height:1.8em;"><span style="text-decoration:underline;"><wbr />这样戴胸罩也太帅了吧</span><wbr /></span><wbr /></span><wbr /><span style="font-weight:bold"><wbr /><span style="text-decoration:underline;"><wbr />】</span><wbr /></span><wbr /></span><wbr /></span><wbr /></div><div style="text-align:center;"><span style="font-weight:bold"><wbr /><span style="text-decoration:underline;"><wbr /><span style="color:#33cc00;font-size:32px;line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-size:18px;line-height:1.8em;"><span style="color:#ff9999;line-height:1.8em;"><span style="font-size:18px;line-height:1.8em;">您在我的日记已停留</span><wbr /><a href="http://imgcache.qq.com/qzone/blogjumper.html#url=http://storage.msn.com/x1pGHpas_o48lnoYv3Wtf0YLnI2ex9RBQtxh2MOTtTh2nt0kiLi3m05QjJK_1CD7tMIlhB96ozLtpvWdk5KFDoNVxI1YEBzZ6N8R_ZI5XzGGYyfhrAU83aHWwoR52hOKjpYIy2DW-CmCxfXPeDxLtLRHw" target="_blank"><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://storage.msn.com/x1pGHpas_o48lnoYv3Wtf0YLnI2ex9RBQtxh2MOTtTh2nt0kiLi3m05QjJK_1CD7tMIlhB96ozLtpvWdk5KFDoNVxI1YEBzZ6N8R_ZI5XzGGYyfhrAU83aHWwoR52hOKjpYIy2DW-CmCxfXPeDxLtLRHw" target="_blank"><img style="width:15px;height:20px;border:0;" src="http://storage.msn.com/x1pGHpas_o48lnoYv3Wtf0YLnI2ex9RBQtxh2MOTtTh2nt0kiLi3m05QjJK_1CD7tMIlhB96ozLtpvWdk5KFDoNVxI1YEBzZ6N8R_ZI5XzGGYyfhrAU83aHWwoR52hOKjpYIy2DW-CmCxfXPeDxLtLRHw" /></a><wbr /></span><wbr /></a><wbr /><a href="http://imgcache.qq.com/qzone/blogjumper.html#url=http://storage.msn.com/x1pGHpas_o48lnoYv3Wtf0YLnI2ex9RBQtxh2MOTtTh2nubRgYRRpgxEf38bLfqhBKuMiyBg5zmK8-rcZH3MXu-2QM-XRh53t-xs8IkmeGdIztMyg9eNkJvRbe-Jp-L3YDBeaOH9MFnd0kSbvh9V0pyRA" target="_blank"><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://storage.msn.com/x1pGHpas_o48lnoYv3Wtf0YLnI2ex9RBQtxh2MOTtTh2nubRgYRRpgxEf38bLfqhBKuMiyBg5zmK8-rcZH3MXu-2QM-XRh53t-xs8IkmeGdIztMyg9eNkJvRbe-Jp-L3YDBeaOH9MFnd0kSbvh9V0pyRA" target="_blank"><img style="width:15px;height:20px;border:0;" src="http://storage.msn.com/x1pGHpas_o48lnoYv3Wtf0YLnI2ex9RBQtxh2MOTtTh2nubRgYRRpgxEf38bLfqhBKuMiyBg5zmK8-rcZH3MXu-2QM-XRh53t-xs8IkmeGdIztMyg9eNkJvRbe-Jp-L3YDBeaOH9MFnd0kSbvh9V0pyRA" /></a><wbr /></span><wbr /></a><wbr /><span style="font-size:18px;line-height:1.8em;">分</span><wbr /><a href="http://imgcache.qq.com/qzone/blogjumper.html#url=http://storage.msn.com/x1pGHpas_o48lnoYv3Wtf0YLnI2ex9RBQtxh2MOTtTh2ntttKbnx1rudAaCTm6ZU3BuhXpZ0G5xJeeLooz7Mi3VbspikWvVGUjYSM6ckq6pvgYsotLUS6kEgPECMLgNQK2pLuyFhyiDvkFp6JzeRUu_Bw" target="_blank"><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://storage.msn.com/x1pGHpas_o48lnoYv3Wtf0YLnI2ex9RBQtxh2MOTtTh2ntttKbnx1rudAaCTm6ZU3BuhXpZ0G5xJeeLooz7Mi3VbspikWvVGUjYSM6ckq6pvgYsotLUS6kEgPECMLgNQK2pLuyFhyiDvkFp6JzeRUu_Bw" target="_blank"><img style="width:15px;height:20px;border:0;" src="http://storage.msn.com/x1pGHpas_o48lnoYv3Wtf0YLnI2ex9RBQtxh2MOTtTh2ntttKbnx1rudAaCTm6ZU3BuhXpZ0G5xJeeLooz7Mi3VbspikWvVGUjYSM6ckq6pvgYsotLUS6kEgPECMLgNQK2pLuyFhyiDvkFp6JzeRUu_Bw" /></a><wbr /></span><wbr /></a><wbr /><a href="http://imgcache.qq.com/qzone/blogjumper.html#url=http://storage.msn.com/x1pGHpas_o48lnoYv3Wtf0YLnI2ex9RBQtxh2MOTtTh2nv4DiYFl1JFm-2hqt94848FU2XMyJB544U7YaWxfXByz611dnBB6Vwfx6YKIvV89gAcFZW1rb8_hzh5_ZGXgRLMtLsFWrLEqJSEs_xv5kiZUg" target="_blank"><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://storage.msn.com/x1pGHpas_o48lnoYv3Wtf0YLnI2ex9RBQtxh2MOTtTh2nv4DiYFl1JFm-2hqt94848FU2XMyJB544U7YaWxfXByz611dnBB6Vwfx6YKIvV89gAcFZW1rb8_hzh5_ZGXgRLMtLsFWrLEqJSEs_xv5kiZUg" target="_blank"><img style="width:15px;height:20px;border:0;" src="http://storage.msn.com/x1pGHpas_o48lnoYv3Wtf0YLnI2ex9RBQtxh2MOTtTh2nv4DiYFl1JFm-2hqt94848FU2XMyJB544U7YaWxfXByz611dnBB6Vwfx6YKIvV89gAcFZW1rb8_hzh5_ZGXgRLMtLsFWrLEqJSEs_xv5kiZUg" /></a><wbr /></span><wbr /></a><wbr /><span style="font-size:18px;line-height:1.8em;">秒</span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></div><div style="text-align:center;"><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" menu="false" id="flash4" width="580" height="500" src="http://www.56.com/n_v155_/c9_/9_/6_/bjz2999_/zhajm_119666925148x_/46999_/0_/24293555.swf" /></div><br><div style="text-align:center;"><span style="color:#ff9900;font-size:18px;font-family:'楷体_GB2312';line-height:1.8em;"><span style="color:#ff9900;font-size:18px;font-family:'楷体_GB2312';line-height:1.8em;"><span style="color:#ff9900;font-size:18px;font-family:'楷体_GB2312';line-height:1.8em;"><span style="color:#ff9900;font-size:18px;font-family:'楷体_GB2312';line-height:1.8em;"><span style="color:#ff9900;font-size:18px;font-family:'楷体_GB2312';line-height:1.8em;"><span style="color:#ff9900;font-size:18px;font-family:'楷体_GB2312';line-height:1.8em;"><span style="color:#ff9900;font-size:18px;font-family:'楷体_GB2312';line-height:1.8em;"><span style="color:#ff9900;font-size:18px;font-family:'楷体_GB2312';line-height:1.8em;"><wbr /><a href="http://sz2.photo.store.qq.com/http_imgload.cgi?/rurl4_b=d4acc1b0c348b7e66ac17b8fc8fd984258f5b18afdaace46129f8f36042b69ec01ec92f60305c8fdfa4d7ce22d8a78c20a96d86a5aa40170828aa773f03e0a4e8a2a7d3bb3cc98519c1d91986e30b99969992b6c" target="_blank"><img style="border:0;" src="http://sz2.photo.store.qq.com/http_imgload.cgi?/rurl4_b=d4acc1b0c348b7e66ac17b8fc8fd984258f5b18afdaace46129f8f36042b69ec01ec92f60305c8fdfa4d7ce22d8a78c20a96d86a5aa40170828aa773f03e0a4e8a2a7d3bb3cc98519c1d91986e30b99969992b6c" /></a><wbr /></span><wbr /></div><div style="text-align:center;"><span style="color:#ff9900;line-height:1.8em;"><span style="font-size:18px;font-family:'楷体_GB2312';line-height:1.8em;"><wbr /><a href="http://sz2.photo.store.qq.com/http_imgload.cgi?/rurl4_b=d4acc1b0c348b7e66ac17b8fc8fd98422c7e67c6a9ab6f1ba1beed7deb02fc2742e57a7ba4ac3b52e169d37836f0128ac61c531dc131f68987776609edae88eb52903be9f48d7aabf1fb5fc047d88eaf11233d47" target="_blank"><img style="border:0;" src="http://sz2.photo.store.qq.com/http_imgload.cgi?/rurl4_b=d4acc1b0c348b7e66ac17b8fc8fd98422c7e67c6a9ab6f1ba1beed7deb02fc2742e57a7ba4ac3b52e169d37836f0128ac61c531dc131f68987776609edae88eb52903be9f48d7aabf1fb5fc047d88eaf11233d47" /></a><wbr /></span><wbr /> </span><wbr /></div><div style="text-align:center;"><span style="color:#9900ff;line-height:1.8em;"><span style="color:#9900ff;line-height:1.8em;"><span style="font-weight:bold"><wbr /><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="font-size:32px;line-height:1.8em;"><a href="http://user.qzone.qq.com/648814852" target="_blank"><span style="color:#9900ff;line-height:1.8em;">点击进入精彩游戏空间</span><wbr /> </a><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /><span style="font-weight:bold"><wbr /><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="font-size:32px;line-height:1.8em;"><a href="http://user.qzone.qq.com/860783099" target="_blank"><span style="color:#9900ff;line-height:1.8em;">点击进入精彩电影空间</span><wbr /> </a><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></div><div style="text-align:center;"><span style="font-weight:bold"><wbr /><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="font-size:32px;line-height:1.8em;"><span style="color:#0000ff;line-height:1.8em;"><a href="http://user.qzone.qq.com/1182255285" target="_blank"><span style="color:#9900ff;line-height:1.8em;">点击进入精彩美图空间</span><wbr /> </a><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></div><div style="text-align:center;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="font-size:32px;line-height:1.8em;"><span style="color:#0000ff;line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="color:#99ffff;font-size:24px;font-family:'黑体';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="color:#99ffff;font-size:24px;font-family:'黑体';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="color:#99ffff;font-size:24px;font-family:'黑体';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="font-weight:bold"><wbr /><wbr /><a href="http://www.tqqa.com/Article/UploadFiles1103/200611/20061112234547912.gif" target="_blank"><img style="border:0;" src="http://www.tqqa.com/Article/UploadFiles1103/200611/20061112234547912.gif" /></a><wbr /></span><wbr /></div><div style="text-align:center;"><a href="http://user.qzone.qq.com/369898766/blog/1233152336" target="_blank"><span style="color:#ff9900;font-size:24px;font-family:'黑体';line-height:1.8em;"><span style="font-weight:bold"><wbr />〓</span><wbr /></span><wbr /></a><wbr /><a href="http://user.qzone.qq.com/499711783/blog/1236441075" target="_blank"><span style="color:#ff9900;font-size:24px;font-family:'黑体';line-height:1.8em;"><span style="font-weight:bold"><wbr />{比比你和猫谁聪明}〓(点次进入)</span><wbr /></span><wbr /></a><wbr /></div><div style="text-align:center;"><span style="color:#ff9900;line-height:1.8em;"></span><wbr /><a href="http://user.qzone.qq.com/369898766/blog/1232973218" target="_blank"><span style="color:#ff9900;font-size:24px;font-family:'黑体';line-height:1.8em;"><span style="font-weight:bold"><wbr />〓{玩过还想玩的游戏}〓(点次进入)</span><wbr /></span><wbr /></a><wbr /></div><div style="text-align:center;"><span style="color:#00ffff;font-size:24px;font-family:'黑体';line-height:1.8em;"><span style="font-weight:bold"><wbr /><wbr /><a href="http://www.tqqa.com/Article/UploadFiles1103/200611/20061112234547912.gif" target="_blank"><img style="border:0;" src="http://www.tqqa.com/Article/UploadFiles1103/200611/20061112234547912.gif" /></a><wbr /></span><wbr /></span><wbr /></div></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /><div style="text-align:center;"><span style="font-weight:bold"><wbr /><span style="color:#ff9900;line-height:1.8em;"><wbr /><a href="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl4_b=acb47d54835010436e9a4c6421dcf469b58ad8634cb7e00e1cf90e9fa645dfa50d78d1f0ae27f4ecfe7e799b2c3666d0e63fdca01fc5d21f989e52d3902934ab7bcce695cee288b00500164a6a5c31e1307ff04f" target="_blank"><img style="border:0;" src="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl4_b=acb47d54835010436e9a4c6421dcf469b58ad8634cb7e00e1cf90e9fa645dfa50d78d1f0ae27f4ecfe7e799b2c3666d0e63fdca01fc5d21f989e52d3902934ab7bcce695cee288b00500164a6a5c31e1307ff04f" /></a><wbr /></span><wbr /></span><wbr /></div><div style="text-align:center;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><a href="http://user.qzone.qq.com/499711783" target="_blank"><span style="color:#ff0000;line-height:1.8em;"><span style="font-size:32px;font-family:'楷体_GB2312';line-height:1.8em;"><span style="font-weight:bold"><wbr />★更多精彩内容请您點擊光臨我空间★╯</span><wbr /></span><wbr /></span><wbr /></a><wbr /><span style="font-family:'楷体_GB2312';line-height:1.8em;"><a href="http://olg.photo.qq.com/?file=686c765307e7b82b2fcd918f236b04cbf051f2bd1a223bba1429872528f95870" target="_blank"><span style="font-weight:bold"><wbr /><wbr /><a href="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl4_b=acb47d54835010436e9a4c6421dcf469b58ad8634cb7e00e1cf90e9fa645dfa50d78d1f0ae27f4ecfe7e799b2c3666d0e63fdca01fc5d21f989e52d3902934ab7bcce695cee288b00500164a6a5c31e1307ff04f" target="_blank"><img style="border:0;" src="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl4_b=acb47d54835010436e9a4c6421dcf469b58ad8634cb7e00e1cf90e9fa645dfa50d78d1f0ae27f4ecfe7e799b2c3666d0e63fdca01fc5d21f989e52d3902934ab7bcce695cee288b00500164a6a5c31e1307ff04f" /></a><wbr /></span><wbr /></a><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></div></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[影音数码]]></category>
<author><![CDATA[30198080@qq.com(感觉云在飞ю)]]></author>
<comments>http://30198080.qzone.qq.com/blog/1253862176#comment</comments>
<qz:effect>134222345</qz:effect>
<pubDate>Fri, 25 Sep 2009 07:02:56 GMT</pubDate>
<guid>http://30198080.qzone.qq.com/blog/1253862176</guid>
</item>

<item>
<title><![CDATA[[转]真的太牛B了.能在QQ空间里玩的CS ...]]></title>
<link>http://30198080.qzone.qq.com/blog/1253365757</link>
<description><![CDATA[<span style="color:#ccff00;line-height:1.8em;"><span style="font-size:24px;line-height:1.8em;"><span style="color:#990000;font-size:18px;line-height:1.8em;"><span style="font-weight:bold"><wbr /><span style="color:#ff0000;font-size:18px;font-family:'Verdana';line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="font-weight:bold"><wbr /><span style="font-size:24px;line-height:1.8em;"><span style="color:#ff6633;line-height:1.8em;"><marquee><wbr /><wbr /><a href="http://b13.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5ae74751cd9287f38f6e5f1b52ba058e06bdad0f34fb16f9e35b003eab24ed592860e11bac6c74efa380c029a39479015e44aa87b31c707576f269aad185d7d78f8b50ad82b30287cb8ef38c611dee6dc9d80543" target="_blank"><img style="border:0;" src="http://b13.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5ae74751cd9287f38f6e5f1b52ba058e06bdad0f34fb16f9e35b003eab24ed592860e11bac6c74efa380c029a39479015e44aa87b31c707576f269aad185d7d78f8b50ad82b30287cb8ef38c611dee6dc9d80543" /></a><wbr />败家子坤欢迎来自远方的朋友,</span><wbr /><span style="color:#0000ff;line-height:1.8em;"><span style="color:#99ffff;line-height:1.8em;">感谢您的欣赏，</span><wbr /><span style="color:#00ff00;line-height:1.8em;">欢迎你的转载.<wbr /><a href="http://b2.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5ae74751cd9287f38f6e5f1b52ba058e808aa43d1f9c17867e5f3b3c3108958fdbbf68a44ab065e41e5937cf88b4fd3ea9744db7f93334c9353439d9c95678addab5d9bb0de8dfda9ff02843c5704f2ab9ea3aab" target="_blank"><img style="border:0;" src="http://b2.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5ae74751cd9287f38f6e5f1b52ba058e808aa43d1f9c17867e5f3b3c3108958fdbbf68a44ab065e41e5937cf88b4fd3ea9744db7f93334c9353439d9c95678addab5d9bb0de8dfda9ff02843c5704f2ab9ea3aab" /></a><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /><span style="font-weight:bold"><wbr /><span style="font-size:24px;line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"><span style="color:#ff99ff;line-height:1.8em;">看后记得给点评论和意见，</span><wbr /><span style="color:#0000ff;line-height:1.8em;"><span style="color:#00ff00;line-height:1.8em;">不要跑堂哦,本人代做一切QQ空间，如要做加QQ569209194。<wbr /><a href="http://b2.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5ae74751cd9287f38f6e5f1b52ba058e808aa43d1f9c17867e5f3b3c3108958fdbbf68a44ab065e41e5937cf88b4fd3ea9744db7f93334c9353439d9c95678addab5d9bb0de8dfda9ff02843c5704f2ab9ea3aab" target="_blank"><img style="border:0;" src="http://b2.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5ae74751cd9287f38f6e5f1b52ba058e808aa43d1f9c17867e5f3b3c3108958fdbbf68a44ab065e41e5937cf88b4fd3ea9744db7f93334c9353439d9c95678addab5d9bb0de8dfda9ff02843c5704f2ab9ea3aab" /></a><wbr /></span><wbr /></span><wbr /></span><wbr /><span style="color:#ff3366;font-family:'黑体';line-height:1.8em;"><span style="font-family:'楷体_GB2312';line-height:1.8em;"></marquee><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /><br><div style="text-align:center;">真的太牛B了.能在QQ空间里玩的CS ...</div><span style="color:#99ff00;font-size:24px;line-height:1.8em;"><span style="color:#cc0033;line-height:1.8em;">本文作者↓败家子→坤</span><wbr /></span><wbr /><br><div style="text-align:center;"><wbr /><a href="http://b20.photo.store.qq.com/http_imgload.cgi?/rurl4_b=176144383eb40baffa679e6f16569f6c377ced49d0589c4c840062bff167875053722792cf3f0e89df53b66526f33f15191029a607b66cfbf1393fc84242c1afda28bdc47aa39e8f8616cd5aa95adf2c954782f9" target="_blank"><img style="border:0;" src="http://b20.photo.store.qq.com/http_imgload.cgi?/rurl4_b=176144383eb40baffa679e6f16569f6c377ced49d0589c4c840062bff167875053722792cf3f0e89df53b66526f33f15191029a607b66cfbf1393fc84242c1afda28bdc47aa39e8f8616cd5aa95adf2c954782f9" /></a><wbr /></div><a href="http://569209194.qzone.qq.com/infocenter?ADUIN=569209194&amp;ADSESSION=1242244029&amp;ADTAG=CLIENT.QQ.1855_QQUrlReportBlankZone.0" target="_blank"><span style="font-size:24px;line-height:1.8em;">★★点击这里观看更多精品日志★★</span><wbr /></a><wbr /><br><a href="http://569209194.qzone.qq.com/infocenter?ADUIN=569209194&amp;ADSESSION=1242244029&amp;ADTAG=CLIENT.QQ.1855_QQUrlReportBlankZone.0" target="_blank"><span style="font-size:24px;line-height:1.8em;">【觉得本日志还可以的加QQ569209194</span><wbr /></a><wbr /><a href="http://569209194.qzone.qq.com/infocenter?ADUIN=569209194&amp;ADSESSION=1242244029&amp;ADTAG=CLIENT.QQ.1855_QQUrlReportBlankZone.0" target="_blank"><span style="font-size:24px;line-height:1.8em;">】</span><wbr /></a><wbr /><br><br><br><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" menu="false" id="flash0" width="650" height="600" src="http://data1.flash.qq.com/0/0/240/641-1189517169.swf" /><span style="filter: glow(color=#39B778,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"></span><wbr /></span><wbr /></span><wbr />   <br><div style="text-align:center;">                  </div><a href="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl4_b=acb47d54835010436e9a4c6421dcf469b58ad8634cb7e00e1cf90e9fa645dfa50d78d1f0ae27f4ecfe7e799b2c3666d0e63fdca01fc5d21f989e52d3902934ab7bcce695cee288b00500164a6a5c31e1307ff04f" target="_blank"><span style="font-size:18px;font-family:'楷体_GB2312';line-height:1.8em;"><wbr /><a href="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl4_b=acb47d54835010436e9a4c6421dcf469b58ad8634cb7e00e1cf90e9fa645dfa50d78d1f0ae27f4ecfe7e799b2c3666d0e63fdca01fc5d21f989e52d3902934ab7bcce695cee288b00500164a6a5c31e1307ff04f" target="_blank"><img style="border:0;" src="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl4_b=acb47d54835010436e9a4c6421dcf469b58ad8634cb7e00e1cf90e9fa645dfa50d78d1f0ae27f4ecfe7e799b2c3666d0e63fdca01fc5d21f989e52d3902934ab7bcce695cee288b00500164a6a5c31e1307ff04f" /></a><wbr /></span><wbr /></a><wbr /><br><div style="text-align:center;"><wbr /><a href="http://b11.photo.store.qq.com/http_imgload.cgi?/rurl4_b=9ddb8c656526ea82087b5806025da5cc4b551b77e39263e3326e78352e644141fc8a529eba0cf19950c8496c13d65635972090bb78202c60c7ba15d332c3f04e5e9b649c912298d018471bbab51b68f1b6936e57" target="_blank"><img style="border:0;" src="http://b11.photo.store.qq.com/http_imgload.cgi?/rurl4_b=9ddb8c656526ea82087b5806025da5cc4b551b77e39263e3326e78352e644141fc8a529eba0cf19950c8496c13d65635972090bb78202c60c7ba15d332c3f04e5e9b649c912298d018471bbab51b68f1b6936e57" /></a><wbr /></div> <a href="http://user.qzone.qq.com/569209194/blog/1241623480" target="_blank"><span style="color:FF2800;line-height:1.8em;">点</span><wbr /><span style="color:FF5000;line-height:1.8em;">击</span><wbr /><span style="color:FF7800;line-height:1.8em;">这</span><wbr /><span style="color:FFA000;line-height:1.8em;">里</span><wbr /><span style="color:FFC800;line-height:1.8em;">进</span><wbr /><span style="color:FFF000;line-height:1.8em;">入</span><wbr /><span style="color:D7FF00;line-height:1.8em;">本</span><wbr /><span style="color:AFFF00;line-height:1.8em;">人</span><wbr /><span style="color:87FF00;line-height:1.8em;">在</span><wbr /><span style="color:5FFF00;line-height:1.8em;">网</span><wbr /><span style="color:37FF00;line-height:1.8em;">上</span><wbr /><span style="color:0FFF00;line-height:1.8em;">拍</span><wbr /><span style="color:00FF28;line-height:1.8em;">卖</span><wbr /><span style="color:00FF50;line-height:1.8em;">我</span><wbr /><span style="color:00FF78;line-height:1.8em;">的</span><wbr /><span style="color:00FFA0;line-height:1.8em;">爱</span><wbr /><span style="color:00FFC8;line-height:1.8em;">车</span><wbr /></a><wbr /> <br><div style="text-align:center;"> </div><a href="http://user.qzone.qq.com/569209194/blog/1239981532" target="_blank"> <span style="color:FF2800;line-height:1.8em;">点</span><wbr /><span style="color:FF5000;line-height:1.8em;">击</span><wbr /><span style="color:FF7800;line-height:1.8em;">这</span><wbr /><span style="color:FFA000;line-height:1.8em;">里</span><wbr /><span style="color:FFC800;line-height:1.8em;">进</span><wbr /><span style="color:FFF000;line-height:1.8em;">入</span><wbr /><span style="color:D7FF00;line-height:1.8em;">日</span><wbr /><span style="color:AFFF00;line-height:1.8em;">志</span><wbr /><span style="color:87FF00;line-height:1.8em;">里</span><wbr /><span style="color:5FFF00;line-height:1.8em;">面</span><wbr /><span style="color:37FF00;line-height:1.8em;">也</span><wbr /><span style="color:0FFF00;line-height:1.8em;">可</span><wbr /><span style="color:00FF28;line-height:1.8em;">以</span><wbr /><span style="color:00FF50;line-height:1.8em;">玩</span><wbr /><span style="color:00FF78;line-height:1.8em;">的</span><wbr /><span style="color:00FFA0;line-height:1.8em;">C</span><wbr /><span style="color:00FFC8;line-height:1.8em;">S</span><wbr />  </a><wbr /> <br><div style="text-align:center;"> </div><a href="http://user.qzone.qq.com/569209194/blog/1248945378" target="_blank"> <span style="color:FF2800;line-height:1.8em;">点</span><wbr /><span style="color:FF5000;line-height:1.8em;">击</span><wbr /><span style="color:FF7800;line-height:1.8em;">这</span><wbr /><span style="color:FFA000;line-height:1.8em;">里</span><wbr /><span style="color:FFC800;line-height:1.8em;">进</span><wbr /><span style="color:FFF000;line-height:1.8em;">入</span><wbr /><span style="color:D7FF00;line-height:1.8em;">空</span><wbr /><span style="color:AFFF00;line-height:1.8em;">间</span><wbr /><span style="color:87FF00;line-height:1.8em;">里</span><wbr /><span style="color:5FFF00;line-height:1.8em;">面</span><wbr /><span style="color:37FF00;line-height:1.8em;">也</span><wbr /><span style="color:0FFF00;line-height:1.8em;">可</span><wbr /><span style="color:00FF28;line-height:1.8em;">以</span><wbr /><span style="color:00FF50;line-height:1.8em;">玩</span><wbr /><span style="color:00FF78;line-height:1.8em;">的</span><wbr /><span style="color:00FFA0;line-height:1.8em;">麻</span><wbr /><span style="color:00FFC8;line-height:1.8em;">将</span><wbr /> </a><wbr /> <br><div style="text-align:center;"> </div><a href="http://user.qzone.qq.com/569209194/blog/1240552430" target="_blank"> <span style="color:FF2800;line-height:1.8em;"><span style="color:#ff2800;line-height:1.8em;">点</span><wbr /><span style="color:FF5000;line-height:1.8em;">击</span><wbr /><span style="color:FF7800;line-height:1.8em;">这</span><wbr /><span style="color:FFA000;line-height:1.8em;">里</span><wbr /><span style="color:FFC800;line-height:1.8em;">看</span><wbr /><span style="color:FFF000;line-height:1.8em;">下</span><wbr /><span style="color:D7FF00;line-height:1.8em;">中</span><wbr /><span style="color:AFFF00;line-height:1.8em;">国</span><wbr /><span style="color:87FF00;line-height:1.8em;">黑</span><wbr /><span style="color:5FFF00;line-height:1.8em;">社</span><wbr /><span style="color:37FF00;line-height:1.8em;">会</span><wbr /><span style="color:0FFF00;line-height:1.8em;">老</span><wbr /><span style="color:00FF28;line-height:1.8em;">大</span><wbr /><span style="color:00FF50;line-height:1.8em;">的</span><wbr /><span style="color:00FF78;line-height:1.8em;">排</span><wbr /><span style="color:00FFA0;line-height:1.8em;">行</span><wbr /><span style="color:00FFC8;line-height:1.8em;">榜</span><wbr /> </a><wbr /> </span><wbr /><br><span style="color:#ff2800;line-height:1.8em;"></span><wbr /> <br><span style="color:#ff2800;line-height:1.8em;"><a href="http://user.qzone.qq.com/569209194/blog/1242254089" target="_blank">   <span style="color:#ff2800;line-height:1.8em;">点</span><wbr /><span style="color:FF5000;line-height:1.8em;">击</span><wbr /><span style="color:FF7800;line-height:1.8em;">这</span><wbr /><span style="color:FFA000;line-height:1.8em;">里</span><wbr /><span style="color:FFC800;line-height:1.8em;">进</span><wbr /><span style="color:FFF000;line-height:1.8em;">入</span><wbr /><span style="color:D7FF00;line-height:1.8em;">中</span><wbr /><span style="color:AFFF00;line-height:1.8em;">央</span><wbr /><span style="color:87FF00;line-height:1.8em;">节</span><wbr /><span style="color:5FFF00;line-height:1.8em;">目</span><wbr /><span style="color:37FF00;line-height:1.8em;">主</span><wbr /><span style="color:0FFF00;line-height:1.8em;">持</span><wbr /><span style="color:00FF28;line-height:1.8em;">人</span><wbr /><span style="color:00FF50;line-height:1.8em;">演</span><wbr /><span style="color:00FF78;line-height:1.8em;">绎</span><wbr /><span style="color:00FFA0;line-height:1.8em;">搞</span><wbr /><span style="color:00FFC8;line-height:1.8em;">笑</span><wbr /><span style="color:00FFF0;line-height:1.8em;">上</span><wbr /><span style="color:00D7FF;line-height:1.8em;">海</span><wbr /><span style="color:00AFFF;line-height:1.8em;">滩</span><wbr />   </a><wbr /> </span><wbr /><br><span style="color:#ff2800;line-height:1.8em;"> <br><a href="http://user.qzone.qq.com/569209194/blog/1238610295" target="_blank"> <span style="color:FF2800;line-height:1.8em;">点</span><wbr /><span style="color:FF5000;line-height:1.8em;">击</span><wbr /><span style="color:FF7800;line-height:1.8em;">这</span><wbr /><span style="color:FFA000;line-height:1.8em;">里</span><wbr /><span style="color:FFC800;line-height:1.8em;">进</span><wbr /><span style="color:FFF000;line-height:1.8em;">入</span><wbr /><span style="color:D7FF00;line-height:1.8em;">周</span><wbr /><span style="color:AFFF00;line-height:1.8em;">杰</span><wbr /><span style="color:87FF00;line-height:1.8em;">伦</span><wbr /><span style="color:5FFF00;line-height:1.8em;">的</span><wbr /><span style="color:37FF00;line-height:1.8em;">搞</span><wbr /><span style="color:0FFF00;line-height:1.8em;">笑</span><wbr /><span style="color:00FF28;line-height:1.8em;">配</span><wbr /><span style="color:00FF50;line-height:1.8em;">音</span><wbr /><span style="color:00FF78;line-height:1.8em;">视</span><wbr /><span style="color:00FFA0;line-height:1.8em;">频</span><wbr />  </a><wbr /> <br><div style="text-align:center;"> </div><a href="http://user.qzone.qq.com/569209194/blog/1238444045" target="_blank"> <span style="color:FF2800;line-height:1.8em;">点</span><wbr /><span style="color:FF5000;line-height:1.8em;">击</span><wbr /><span style="color:FF7800;line-height:1.8em;">这</span><wbr /><span style="color:FFA000;line-height:1.8em;">里</span><wbr /><span style="color:FFC800;line-height:1.8em;">进</span><wbr /><span style="color:FFF000;line-height:1.8em;">入</span><wbr /><span style="color:D7FF00;line-height:1.8em;">中</span><wbr /><span style="color:AFFF00;line-height:1.8em;">国</span><wbr /><span style="color:87FF00;line-height:1.8em;">最</span><wbr /><span style="color:5FFF00;line-height:1.8em;">神</span><wbr /><span style="color:37FF00;line-height:1.8em;">奇</span><wbr /><span style="color:0FFF00;line-height:1.8em;">的</span><wbr /><span style="color:00FF28;line-height:1.8em;">地</span><wbr /><span style="color:00FF50;line-height:1.8em;">图</span><wbr /><span style="color:00FF78;line-height:1.8em;">.</span><wbr /><span style="color:00FFA0;line-height:1.8em;">它</span><wbr /><span style="color:00FFC8;line-height:1.8em;">可</span><wbr /><span style="color:00FFF0;line-height:1.8em;">以</span><wbr /><span style="color:00D7FF;line-height:1.8em;">查</span><wbr /><span style="color:00AFFF;line-height:1.8em;">到</span><wbr /><span style="color:0087FF;line-height:1.8em;">你</span><wbr /><span style="color:005FFF;line-height:1.8em;">的</span><wbr /><span style="color:000FFF;line-height:1.8em;">地</span><wbr /><span style="color:2800FF;line-height:1.8em;">理</span><wbr /><span style="color:5000FF;line-height:1.8em;">位</span><wbr /><span style="color:7800FF;line-height:1.8em;">置</span><wbr /></a><wbr /> <br><div style="text-align:center;"> </div><a href="http://user.qzone.qq.com/569209194/blog/1238444045" target="_blank"><span style="color:FF2800;line-height:1.8em;">点</span><wbr /><span style="color:FF5000;line-height:1.8em;">击</span><wbr /><span style="color:FF7800;line-height:1.8em;">这</span><wbr /><span style="color:FFA000;line-height:1.8em;">里</span><wbr /><span style="color:FFC800;line-height:1.8em;">进</span><wbr /><span style="color:FFF000;line-height:1.8em;">入</span><wbr /><span style="color:D7FF00;line-height:1.8em;">日</span><wbr /><span style="color:AFFF00;line-height:1.8em;">志</span><wbr /><span style="color:87FF00;line-height:1.8em;">里</span><wbr /><span style="color:5FFF00;line-height:1.8em;">面</span><wbr /><span style="color:37FF00;line-height:1.8em;">可</span><wbr /><span style="color:0FFF00;line-height:1.8em;">以</span><wbr /><span style="color:00FF28;line-height:1.8em;">玩</span><wbr /><span style="color:00FF50;line-height:1.8em;">的</span><wbr /><span style="color:00FF78;line-height:1.8em;">斗</span><wbr /><span style="color:00FFA0;line-height:1.8em;">地</span><wbr /><span style="color:00FFC8;line-height:1.8em;">主</span><wbr /></a><wbr /> <br> <br><br><a href="http://user.qzone.qq.com/312885971/blog/1247391005" target="_blank"></a><wbr /><div style="text-align:center;"><wbr /><a href="http://b8.photo.store.qq.com/http_imgload.cgi?/rurl4_b=711e72d2e86f32b2d4547de7f63e09e42c942d4e6cd225be0be86e07d060a6be8c600c9a31eed57c2b17d6aa6f5eebd8b56995cf272f99035f698a72694877053f531559c1473bfbfd318699f1e9fe2130b1ffbc" target="_blank"><img style="width:600px;height:7px;border:0;" src="http://b8.photo.store.qq.com/http_imgload.cgi?/rurl4_b=711e72d2e86f32b2d4547de7f63e09e42c942d4e6cd225be0be86e07d060a6be8c600c9a31eed57c2b17d6aa6f5eebd8b56995cf272f99035f698a72694877053f531559c1473bfbfd318699f1e9fe2130b1ffbc" /></a><wbr /></div><span style="color:#ff9900;font-size:18px;font-family:'楷体_GB2312';line-height:1.8em;"><wbr /><a href="http://sz2.photo.store.qq.com/http_imgload.cgi?/rurl4_b=d4acc1b0c348b7e66ac17b8fc8fd984258f5b18afdaace46129f8f36042b69ec01ec92f60305c8fdfa4d7ce22d8a78c20a96d86a5aa40170828aa773f03e0a4e8a2a7d3bb3cc98519c1d91986e30b99969992b6c" target="_blank"><img style="border:0;" src="http://sz2.photo.store.qq.com/http_imgload.cgi?/rurl4_b=d4acc1b0c348b7e66ac17b8fc8fd984258f5b18afdaace46129f8f36042b69ec01ec92f60305c8fdfa4d7ce22d8a78c20a96d86a5aa40170828aa773f03e0a4e8a2a7d3bb3cc98519c1d91986e30b99969992b6c" /></a><wbr /><span style="color:#000000;font-size:16px;line-height:1.8em;"> </span><wbr /> </span><wbr /><span style="color:#ff9900;font-size:18px;font-family:'楷体_GB2312';line-height:1.8em;"><br><span style="color:#ff9900;line-height:1.8em;"><span style="font-size:24px;font-family:'楷体_GB2312';line-height:1.8em;"><wbr /><a href="http://sz2.photo.store.qq.com/http_imgload.cgi?/rurl4_b=d4acc1b0c348b7e66ac17b8fc8fd98422c7e67c6a9ab6f1ba1beed7deb02fc2742e57a7ba4ac3b52e169d37836f0128ac61c531dc131f68987776609edae88eb52903be9f48d7aabf1fb5fc047d88eaf11233d47" target="_blank"><img style="border:0;" src="http://sz2.photo.store.qq.com/http_imgload.cgi?/rurl4_b=d4acc1b0c348b7e66ac17b8fc8fd98422c7e67c6a9ab6f1ba1beed7deb02fc2742e57a7ba4ac3b52e169d37836f0128ac61c531dc131f68987776609edae88eb52903be9f48d7aabf1fb5fc047d88eaf11233d47" /></a><wbr /></span><wbr /></span><wbr /></span><wbr /><span style="color:#000000;font-size:16px;font-family:'宋体,';line-height:1.8em;"> </span><wbr /><br><div style="text-align:center;"><wbr /><a href="http://b19.photo.store.qq.com/http_imgload.cgi?/rurl4_b=711e72d2e86f32b2d4547de7f63e09e489b715ebe52ba31e1ed8b72965236e008ec978383f97d36712ed911b897b22f7b6a91136bfec07c6cba26efc574bfd11a553eafa56bf969d7d1c4de4b09d68cb431ca60b" target="_blank"><img style="width:575px;height:10px;border:0;" src="http://b19.photo.store.qq.com/http_imgload.cgi?/rurl4_b=711e72d2e86f32b2d4547de7f63e09e489b715ebe52ba31e1ed8b72965236e008ec978383f97d36712ed911b897b22f7b6a91136bfec07c6cba26efc574bfd11a553eafa56bf969d7d1c4de4b09d68cb431ca60b" /></a><wbr /></div><span style="color:#0000cc;font-family:'黑体';line-height:1.8em;"><span style="color:#0000cc;font-family:'黑体';line-height:1.8em;"><span style="color:#0000cc;font-size:24px;font-family:'黑体';line-height:1.8em;"><span style="color:#0000cc;font-size:24px;font-family:'黑体';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-weight:bold"><wbr /><span style="color:#00ff00;font-size:32px;line-height:1.8em;">ャ欢迎你光临我的QQ空间</span><wbr /></span><wbr /><br><span style="font-weight:bold"><wbr /><span style="color:#00ff00;line-height:1.8em;"><span style="font-size:32px;line-height:1.8em;"><span style="color:#cc0000;line-height:1.8em;">愿快乐与你朝夕相伴</span><wbr /> </span><wbr /></span><wbr /></span><wbr /><br><span style="font-weight:bold"><wbr /><span style="color:#0000ff;font-size:32px;line-height:1.8em;">欢迎加本人QQ：<span style="color:#cc0099;line-height:1.8em;">569209194</span><wbr />闲聊</span><wbr /></span><wbr /><br><span style="font-weight:bold"><wbr /><span style="color:#0000ff;font-size:32px;line-height:1.8em;">↓请大家支持原创.拒绝盗版↓</span><wbr /></span><wbr /><br></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /><span style="color:#0000cc;font-family:'黑体';line-height:1.8em;"><span style="color:#0000cc;font-family:'黑体';line-height:1.8em;"><span style="color:#0000cc;font-size:24px;font-family:'黑体';line-height:1.8em;"><span style="color:#0000cc;font-size:24px;font-family:'黑体';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-weight:bold"><wbr /><span style="color:#0000ff;font-size:32px;line-height:1.8em;"></span><wbr /></span><wbr /><br><wbr /><a href="http://b19.photo.store.qq.com/http_imgload.cgi?/rurl4_b=711e72d2e86f32b2d4547de7f63e09e489b715ebe52ba31e1ed8b72965236e008ec978383f97d36712ed911b897b22f7b6a91136bfec07c6cba26efc574bfd11a553eafa56bf969d7d1c4de4b09d68cb431ca60b" target="_blank"><img style="width:575px;height:10px;border:0;" src="http://b19.photo.store.qq.com/http_imgload.cgi?/rurl4_b=711e72d2e86f32b2d4547de7f63e09e489b715ebe52ba31e1ed8b72965236e008ec978383f97d36712ed911b897b22f7b6a91136bfec07c6cba26efc574bfd11a553eafa56bf969d7d1c4de4b09d68cb431ca60b" /></a><wbr /><a href="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl4_b=acb47d54835010436e9a4c6421dcf469b58ad8634cb7e00e1cf90e9fa645dfa50d78d1f0ae27f4ecfe7e799b2c3666d0e63fdca01fc5d21f989e52d3902934ab7bcce695cee288b00500164a6a5c31e1307ff04f" target="_blank"><span style="font-size:18px;font-family:'楷体_GB2312';line-height:1.8em;"></span><wbr /></a><wbr /> <br></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /><span style="color:#000000;font-size:16px;line-height:1.8em;">  </span><wbr /><span style="color:#ccff00;line-height:1.8em;">   <span style="color:#39B778;line-height:1.8em;"></span><wbr /></span><wbr /><span style="color:#ccff00;line-height:1.8em;">                                                     </span><wbr /><span style="color:#990000;line-height:1.8em;"><span style="font-size:18px;line-height:1.8em;">欢迎朋友们转载...........</span><wbr /></span><wbr /><span style="color:#000000;font-size:16px;line-height:1.8em;"> </span><wbr /></span><wbr /><br><br><span style="filter: glow(color=#990000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;"><span style="font-size:18px;line-height:1.8em;">                                                                     欢迎朋友们转载.........</span><wbr /></span><wbr /><br><div style="text-align:center;"> </div> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[30198080@qq.com(感觉云在飞ю)]]></author>
<comments>http://30198080.qzone.qq.com/blog/1253365757#comment</comments>
<qz:effect>134222345</qz:effect>
<pubDate>Sat, 19 Sep 2009 13:09:17 GMT</pubDate>
<guid>http://30198080.qzone.qq.com/blog/1253365757</guid>
</item>

<item>
<title><![CDATA[[转]太噶了袄，乐死我了]]></title>
<link>http://30198080.qzone.qq.com/blog/1253348851</link>
<description><![CDATA[ <span style="font-weight:bold"><wbr /><span style="font-style:italic"><wbr /><span style="color:#6600ff;line-height:1.8em;">诶我操，太噶了，能不能再噶点，谁给配地音，服了</span><wbr /></span><wbr /></span><wbr />     <embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" menu="false" id="flash0" width="500" height="350" src="http://player.youku.com/player.php/sid/XNjUwODkyNjQ=/v.swf" /> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[30198080@qq.com(感觉云在飞ю)]]></author>
<comments>http://30198080.qzone.qq.com/blog/1253348851#comment</comments>
<qz:effect>134222344</qz:effect>
<pubDate>Sat, 19 Sep 2009 08:27:31 GMT</pubDate>
<guid>http://30198080.qzone.qq.com/blog/1253348851</guid>
</item>

<item>
<title><![CDATA[[转]教你认识汽车标志，免得别人说你是汽车白痴！]]></title>
<link>http://30198080.qzone.qq.com/blog/1253348640</link>
<description><![CDATA[<span style="font-size:18px;line-height:1.8em;">奥迪AUDI: </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz6.photo.store.qq.com/http_imgload.cgi?/rurl2=3d059b8fd623295ba1cb210551f26d0c5526f3f8010848e8bde985a00b4523f83319511c5ad45e65fddeeccb820deed9a50dd0c2dfb5325307096841f7e40339745d7abb4135c92c5c4ebd98fbc69da9a4955fad" target="_blank"><img style="border:0;" src="http://sz6.photo.store.qq.com/http_imgload.cgi?/rurl2=3d059b8fd623295ba1cb210551f26d0c5526f3f8010848e8bde985a00b4523f83319511c5ad45e65fddeeccb820deed9a50dd0c2dfb5325307096841f7e40339745d7abb4135c92c5c4ebd98fbc69da9a4955fad" /></a><wbr />奥迪轿车的标志为四个圆环，代表着合并前的四家公司。这些公司曾经是自行车、摩托车及小客车的生产厂家。由于该公司原是由4家公司合并而成，因此每一环都是其中一个公司的象征。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">奔驰BENZ: </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz3.photo.store.qq.com/http_imgload.cgi?/rurl2=02665e04e8ebfa31af4cf76cdf869c548d763fdc4ce2c3fdb9c5ddc3a41f822876dbf2ea28cb1b6ffeb6b341220cd3f2d8fd14e1048b7a3f79da102afd30ca9707aab88f4c4625fddde9d1f452a75a91f001aa23" target="_blank"><img style="border:0;" src="http://sz3.photo.store.qq.com/http_imgload.cgi?/rurl2=02665e04e8ebfa31af4cf76cdf869c548d763fdc4ce2c3fdb9c5ddc3a41f822876dbf2ea28cb1b6ffeb6b341220cd3f2d8fd14e1048b7a3f79da102afd30ca9707aab88f4c4625fddde9d1f452a75a91f001aa23" /></a><wbr />1909年6月申请戴姆勒公司登记了三叉星做为轿车的标志，象征着陆上、水上和空中的机械化.1916年在它的四周加上了一个圆圈，在圆的上方镶嵌了4个小星，下面有梅赛德斯“Mercedes”字样。“梅赛德斯”是幸福的意思，意为戴姆勒生产的汽车将为车主们带来幸福。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">大众VOLKSWAGEN: </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl2=98f505ee9a2f5f3b58ea85178cd14e70a4d8a0381454439d16e7c891f34f01bb0692587d898b6595ba143b06a5232d7b2554bf33dc84780ac1ab36b5c484a895db11fd0553862bf99369f7c2cfe742f100337338" target="_blank"><img style="border:0;" src="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl2=98f505ee9a2f5f3b58ea85178cd14e70a4d8a0381454439d16e7c891f34f01bb0692587d898b6595ba143b06a5232d7b2554bf33dc84780ac1ab36b5c484a895db11fd0553862bf99369f7c2cfe742f100337338" /></a><wbr />大众汽车公司的德文Volks Wagenwerk，意为大众使用的汽车，标志中的VW为全称中头一个字母。标志象是由三个用中指和食指作出的“V”组成，表示大众公司及其产品必胜－必胜－必胜。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">丰田TOYOTA: </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz1.photo.store.qq.com/http_imgload.cgi?/rurl2=2903f3a9481461bcf144cf022e13d8bc7916a79427f58e2cd81d8c8d9e997e919dccf24627398112e39b75f58d0703ff88938d5622e7bac8d96935f64341b3fe1f63b62088d75f15ada6326b5eceb5059d552f56" target="_blank"><img style="border:0;" src="http://sz1.photo.store.qq.com/http_imgload.cgi?/rurl2=2903f3a9481461bcf144cf022e13d8bc7916a79427f58e2cd81d8c8d9e997e919dccf24627398112e39b75f58d0703ff88938d5622e7bac8d96935f64341b3fe1f63b62088d75f15ada6326b5eceb5059d552f56" /></a><wbr />丰田公司的三个椭圆的标志是从1990年初开始使用的。标志中的大椭圆代表地球，中间由两个椭圆垂直组合成一个T字，代表丰田公司。它象征丰田公司立足于未来，对未来的信心和雄心，还象征着丰田公司立足于顾客，对顾客的保证，象征着用户的心和汽车厂家的心是连在一起的，具有相互信赖感，同时喻示着丰田的高超技术和革新潜力。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">福特FORD: </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl2=d02c40b1f3bac88a1639600cef642c0825098fc3113bff3afe5fb2b48868778db3b96a8fbd900bee59c7c1e4756a0b53d71c12bd7a05b830d187401bb6b5b37c97ea0d0fe2a0a315529dc0f2514e7d17325f8fa9" target="_blank"><img style="border:0;" src="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl2=d02c40b1f3bac88a1639600cef642c0825098fc3113bff3afe5fb2b48868778db3b96a8fbd900bee59c7c1e4756a0b53d71c12bd7a05b830d187401bb6b5b37c97ea0d0fe2a0a315529dc0f2514e7d17325f8fa9" /></a><wbr />福特汽车的标志是采用福特英文Ford字样，蓝底白字。由于创建人亨利·福特喜欢小动物，所以标志设计者把福特的英文画成一只小白兔样子的图案。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">宝马BMW: </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz6.photo.store.qq.com/http_imgload.cgi?/rurl2=1ac194796707cf0fbdfef6bf970877e333110daaa6d64171901ce5d015c0618108e3045e754d483113bc8a1c90e4c72d53cc3e2263ace2ee57d08e842d506ff76f226922303cfa3b6f973b032b747eb95ed096f5" target="_blank"><img style="border:0;" src="http://sz6.photo.store.qq.com/http_imgload.cgi?/rurl2=1ac194796707cf0fbdfef6bf970877e333110daaa6d64171901ce5d015c0618108e3045e754d483113bc8a1c90e4c72d53cc3e2263ace2ee57d08e842d506ff76f226922303cfa3b6f973b032b747eb95ed096f5" /></a><wbr />宝马标志中间的蓝白相间图案，代表蓝天，白云和旋转不停的螺旋浆，喻示宝马公司渊源悠久的历史，象征该公司过去在航空发动机技术方面的领先地位，又象征公司一贯宗旨和目标：在广阔的时空中，以先进的精湛技术、最新的观念，满足顾客的最大愿望，反映了公司蓬勃向上的气势和日新月异的新面貌。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">劳斯莱斯ROLLS-ROYCE: </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl2=25165c6858161246e78b156faa97826cc115cd22d37984cec8d6c7cf579afe6e3df2a7f41d650a5ede7d40dc8cfc7bb732a9614ea2578382e39a332cf8a3937fb993701516ff8651e7116ed89acd8faab86c179d" target="_blank"><img style="border:0;" src="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl2=25165c6858161246e78b156faa97826cc115cd22d37984cec8d6c7cf579afe6e3df2a7f41d650a5ede7d40dc8cfc7bb732a9614ea2578382e39a332cf8a3937fb993701516ff8651e7116ed89acd8faab86c179d" /></a><wbr />劳尔斯·罗劳易斯汽车的标志图案采用两个“R”重叠在一起，是两们他始人亨利·莱斯和查理·史蒂华特·劳斯名字的第一个字母。象征着你中有我，我中有你，体现了两人融洽及和谐的关系。劳尔斯·劳易斯的标志除了双R之外，还有著名的飞人标志。这个标志的创意取自巴黎卢浮宫艺术品走廊的一尊有两千年历史的胜利女神雕像，她庄重高贵的身姿是艺术家们产生激情的源泉。当汽车艺术品大师查尔斯·塞克斯应邀为罗尔斯·罗易斯汽车公司设计标志时，深深印在他脑海中的女神像立刻使他产生创作灵感。于是一个两臂后伸，身带披纱的女神像飘然而至。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">法拉利FERRARI: </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz1.photo.store.qq.com/http_imgload.cgi?/rurl2=9e27917dcc59bef33e4c607d155f0262c41017204562ee3d0b2b55d4af6dec9ab73293c006dd48c42be34d344cc17747480058d66d1911d6268d7979823474499fb78cd0044f06c88c0bbf20501e6ff1fb06c085" target="_blank"><img style="border:0;" src="http://sz1.photo.store.qq.com/http_imgload.cgi?/rurl2=9e27917dcc59bef33e4c607d155f0262c41017204562ee3d0b2b55d4af6dec9ab73293c006dd48c42be34d344cc17747480058d66d1911d6268d7979823474499fb78cd0044f06c88c0bbf20501e6ff1fb06c085" /></a><wbr />法拉利车的标志是一匹跃起的马,在第一次世界大战中意大利有一位表现非常出色的飞行员；他的飞机上就有这样一匹会给他带来好运气的跃马。在法拉利最初的赛车比赛获胜后。该飞行员的父母亲---一对伯爵夫妇建议：法拉利也应在车上印上这匹带来好运气的跃马。后来这位飞行员战死了，马就变成了黑颜色；而标志底色为公司所在地摩德纳的金丝雀的颜色。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">标致PEUGEOT: </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz6.photo.store.qq.com/http_imgload.cgi?/rurl2=2e777b5bb1355b0b2194384c615fcfc557e5ccd212325269954185bb53625181266e1cebfdffddb1d96b975a1944c07ca9976a0779df00c3991798e095c631d86bfc9ff71a741458c2421e43fed0f97277b29e59" target="_blank"><img style="border:0;" src="http://sz6.photo.store.qq.com/http_imgload.cgi?/rurl2=2e777b5bb1355b0b2194384c615fcfc557e5ccd212325269954185bb53625181266e1cebfdffddb1d96b975a1944c07ca9976a0779df00c3991798e095c631d86bfc9ff71a741458c2421e43fed0f97277b29e59" /></a><wbr />标致汽车公司的前身，是19世纪初标致家族皮埃尔兄弟开办的一家生产拉锯、弹簧等铁制工具的小作坊。这些铁制品的商标是一个威武的雄狮，它是公司所在地弗南修·昆蒂省的标志，有不可征服的喻意。体现了标致拉锯的三大优点：锯齿象雄狮的牙齿久经耐磨、锯身象狮子的脊梁骨富有弹性、拉锯的性能象狮子一样所向无阻。当1890年，第一辆标致汽车问世时，为表明它的高品质，公司决定仍沿用“雄狮”商标。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">阿斯顿·马丁ASTONMARTIN: </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz3.photo.store.qq.com/http_imgload.cgi?/rurl2=07b36ce25485961f97d28508ff60c7d7acd8f4e4b67b32170d1965556242833909b9afae9cf2a44167af673187802d31c85e44ee54ac1454bfac27829462185405a5234917e1fbd5fbf5ea2f821e713b15d0bce6" target="_blank"><img style="border:0;" src="http://sz3.photo.store.qq.com/http_imgload.cgi?/rurl2=07b36ce25485961f97d28508ff60c7d7acd8f4e4b67b32170d1965556242833909b9afae9cf2a44167af673187802d31c85e44ee54ac1454bfac27829462185405a5234917e1fbd5fbf5ea2f821e713b15d0bce6" /></a><wbr />阿斯顿·马丁汽车标志为一只展翅飞翔的大鹏，分别注有奥斯顿、马丁英文字样。喻示该公司象大鹏一样，具有从天而降的冲刺速度和远大的志向。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">本特利(宾利)(Bentley): </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl2=dfc003d72f3df531dd9104aff9d36d21dcb9e3528fcb2b5a1e7f202dc284b587dbfc251db598cecdfddbcfa88b644d8a823ae1c5a18a9de966856b166a2717dba859fd4d5436cbcf184cf80adafe4be04e11dfda" target="_blank"><img style="border:0;" src="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl2=dfc003d72f3df531dd9104aff9d36d21dcb9e3528fcb2b5a1e7f202dc284b587dbfc251db598cecdfddbcfa88b644d8a823ae1c5a18a9de966856b166a2717dba859fd4d5436cbcf184cf80adafe4be04e11dfda" /></a><wbr />尔特·欧文·本特利1919年生产第一辆四汽缸赛车时车上就带有一个徽章，上面是一对隼鹰翅膀簇拥着本特利的开头字母“Ｂ”。现在四汽缸汽车已不再生产，而“Ｂ”字徽章仍是本特利(宾利)的象征。本特利轿车标志是以公司名的第一个字母“B”为主体，生出一对翅膀，似凌空翱翔的雄鹰，此标志一直沿用至今。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">林肯LINCOLN: </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz6.photo.store.qq.com/http_imgload.cgi?/rurl2=e0d7bb35e2604769fb5609801d53e5b997a916ea79cf44f0c5a674784e01c4b688e14fe941e3266ccdc0d4eef626057dc88c61dc134ef5ee660cf93fc363c105d044a0f3a0d17c7056a146c6379382a6977708d6" target="_blank"><img style="border:0;" src="http://sz6.photo.store.qq.com/http_imgload.cgi?/rurl2=e0d7bb35e2604769fb5609801d53e5b997a916ea79cf44f0c5a674784e01c4b688e14fe941e3266ccdc0d4eef626057dc88c61dc134ef5ee660cf93fc363c105d044a0f3a0d17c7056a146c6379382a6977708d6" /></a><wbr />林肯（LINCOLN）汽车是福特汽车公司拥有的第二个品牌。镶嵌在车头正中长形围绕的十字星，象征着尊严和庄重。林肯汽车公司是亨利．利兰先生于1907年创立的，1922年被福特汽车公司收购。初期以生产飞机发动机为业。林肯汽车是第一个以总统的名字命名的品牌，专为总统和国家元首生产的高档轿车。由于林肯车杰出的性能、高雅的造型和无与伦比的舒适，自1939年美国的富兰克林．罗斯福总统以来，一直被白宫选为总统专车。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">美洲虎JAGUAR: </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz1.photo.store.qq.com/http_imgload.cgi?/rurl2=711d99b4fb190545b42b1b2dc456de435c5325808b9a2838fcf93cfca0660d72bf62c7cf31d9cef19ce3a40676221045216cd493815b025d3106258251b2e9a8298900def1b04ef358f42c3cae6dedcb69a09287" target="_blank"><img style="border:0;" src="http://sz1.photo.store.qq.com/http_imgload.cgi?/rurl2=711d99b4fb190545b42b1b2dc456de435c5325808b9a2838fcf93cfca0660d72bf62c7cf31d9cef19ce3a40676221045216cd493815b025d3106258251b2e9a8298900def1b04ef358f42c3cae6dedcb69a09287" /></a><wbr /> <br><br>美洲虎汽车的名字起源，则可追溯到一九三七年。该年六月SS汽车公司正式接收了Sunbeam(Wolverhampton)汽车公司。当时，里昂斯爵士十分希望能把汽车名为Sunbeam，因为Sunbeam曾于多次的世界赛车中取得冠军，可谓“胜利”的标志。可惜，公司内部出现了一些问题。最后，被迫放弃使用Sunbeam作为公司的名字。里昂斯爵士最后拣选了一个在各种语言中都发音清脆的名字—Jaguar，它是根据第一次世界大战的一种飞行机器而命名。美洲虎又称捷豹，香港人还称“积架”，缘由英文JAGUAR的音译，它的汽车标识被设计成一只纵身跳跃的美洲虎，造型生动、形象简练、动感强烈，蕴含着力量、节奏与勇猛。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">雪佛兰CHEVROLET： </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl2=a4088daadeb7cfc2c22d5e6e98133ea875002f73049c734b89809900700094eaf538fad2f383889fa36f66073a40078a351f9d3fd5713dcd3c7688d4121b207731c368d91627816a00ee87207d20407b7f163c0d" target="_blank"><img style="border:0;" src="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl2=a4088daadeb7cfc2c22d5e6e98133ea875002f73049c734b89809900700094eaf538fad2f383889fa36f66073a40078a351f9d3fd5713dcd3c7688d4121b207731c368d91627816a00ee87207d20407b7f163c0d" /></a><wbr />雪佛兰商标表示了图案化了的蝴蝶结，Chevrolet是瑞士的赛车手、工程师路易斯·雪佛兰的名字。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">雷克萨斯LEXUS: </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">雷克萨斯的标志取车名的英文第一个字母，即LEXUS的第一个字母“L”。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">兰博基尼LAMBORGHINI: </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz4.photo.store.qq.com/http_imgload.cgi?/rurl2=52b63780c40bc4637e7c2e6a8903218d86fbd1a5ae98c81a3f86bb80eb1e003a15f08df73fdf05ccd55e06dbe289d45e46cb50e2e313ca12b1c3f45e03a64f4131c5dd29312914bb3db2586cb800e357f8ba210f" target="_blank"><img style="border:0;" src="http://sz4.photo.store.qq.com/http_imgload.cgi?/rurl2=52b63780c40bc4637e7c2e6a8903218d86fbd1a5ae98c81a3f86bb80eb1e003a15f08df73fdf05ccd55e06dbe289d45e46cb50e2e313ca12b1c3f45e03a64f4131c5dd29312914bb3db2586cb800e357f8ba210f" /></a><wbr />公司的标志是一头浑身充满了力气，正准备向对手发动猛烈的攻击。据说兰伯基尼本人就是这种不甘示弱的牛脾气，也体现了兰伯基尼公司产品的特点，因为公司生产的汽车都是大功率、高速的运动型轿车。车头和车尾上的商标省去了公司名，只剩下一头犟牛。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">凯迪拉克CADILLAC: </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz1.photo.store.qq.com/http_imgload.cgi?/rurl2=b7179ecdf015745faf2fd0e4e1ffdf16678599e4810fb1190ce584440443dddcb8e0fa4908381335c018e6fe465fdf3daaa5c00baf3d3b1e0339e2c05d1d82e0695579df3522a61d0d2164c51a02253b1a3fd167" target="_blank"><img style="border:0;" src="http://sz1.photo.store.qq.com/http_imgload.cgi?/rurl2=b7179ecdf015745faf2fd0e4e1ffdf16678599e4810fb1190ce584440443dddcb8e0fa4908381335c018e6fe465fdf3daaa5c00baf3d3b1e0339e2c05d1d82e0695579df3522a61d0d2164c51a02253b1a3fd167" /></a><wbr />选用“凯迪拉克”之名是为了向法国的皇家贵族、探险家、美国底特律城的创始人安东尼·门斯·凯迪拉克表示敬意，商标图形主要由冠和盾组成。冠象征着凯迪拉克家族的纹章，冠上7颗珍珠喻示皇家的贵族血统。盾象征着凯迪拉克军队的英勇善战。盾分为4个等分。第一和第四等分是门斯家族的全底纹章，中间横穿过的深褐色棒把三只相同的黑鸟分开，两只在上，一只在下。这三只鸟意味三味一体的神圣，还意味着大胆和热情的基督教武士智慧、富有、聪敏的头脑和它完美的品德。第二和第三等分是由于内部通婚，当另一块领土加到门斯家族的财产上时，这些4等分才能在门斯盾形纹章里被采用。4等分内采用的色彩表明了广阔的土地，增色了门斯家族的名望，红色标志着行动的勇敢和大胆；银色表示团结、博爱、美德和富有。横穿的棒表示了在十字军战争的骑士们的勇敢。凯迪拉克商标是底特律城创始人的祖先的英勇和荣誉。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">阿尔法-罗蜜欧ALFAROMEO: </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz4.photo.store.qq.com/http_imgload.cgi?/rurl2=97511f0eee6ba71362bfb77ef04b2ce03e4c31e23116a9eea5e0f3979c70d4fba4b94417b045399eb60afac33c8fb675650656c2fbd0fb052565d1a3af08bcf5728eb89ad8bd7d8d59f9db0c11a3d43989c7d508" target="_blank"><img style="border:0;" src="http://sz4.photo.store.qq.com/http_imgload.cgi?/rurl2=97511f0eee6ba71362bfb77ef04b2ce03e4c31e23116a9eea5e0f3979c70d4fba4b94417b045399eb60afac33c8fb675650656c2fbd0fb052565d1a3af08bcf5728eb89ad8bd7d8d59f9db0c11a3d43989c7d508" /></a><wbr />阿尔法.罗米欧的标志于30年代初就开始使用，这是米兰市的市徽，也是中世纪米兰的领主维斯康泰公爵的家徽，标志中的十字部分来源于十字军从米兰向外远征的故事；右边部分是米兰大公的徽章；关于蛇正在吞食撒拉迅人的图案有种种传说，其中之一的说法是象征着维斯康泰的祖先曾经击退了使人民遭受苦难的“龙”。总之，这枚古老的徽章伴同阿尔法.罗米欧运动车已名扬四海，成为当今的知名商标之一。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">沃尔沃 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl2=d8fbe68b9848cf176c4f22185325eb25b784773ed41edbac4d486e87ae1d04d5a5406f3445de1af7c2185969a2d4a155525090c791885d64b142cc235ddfdeed72ffd5b215aced0bdbeef913076da7ecc89c2382" target="_blank"><img style="border:0;" src="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl2=d8fbe68b9848cf176c4f22185325eb25b784773ed41edbac4d486e87ae1d04d5a5406f3445de1af7c2185969a2d4a155525090c791885d64b142cc235ddfdeed72ffd5b215aced0bdbeef913076da7ecc89c2382" /></a><wbr />“沃尔沃”（VOLVO），也译为“富豪”。车标由图标和文字商标两部分组成。沃尔沃图形车标是由双圆环组成车轮的形状，并有指向右上方的箭头。中间的拉丁语文字“VOLVO”，是滚滚向前的意思，寓意着沃尔沃汽车的车轮滚滚向前和公司兴旺发达、前途无量。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">马自达 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz3.photo.store.qq.com/http_imgload.cgi?/rurl2=136fc5802aabf8f322c3f1c622322429362d53045e367d6ffc4eb63b2dffdca765c046832340c4ce6dbaaa7510d3fe18a349eb28794dfd9586278815fcfe1bfaa45940f26f591a4c797b7bbeff982c39ba94a99b" target="_blank"><img style="border:0;" src="http://sz3.photo.store.qq.com/http_imgload.cgi?/rurl2=136fc5802aabf8f322c3f1c622322429362d53045e367d6ffc4eb63b2dffdca765c046832340c4ce6dbaaa7510d3fe18a349eb28794dfd9586278815fcfe1bfaa45940f26f591a4c797b7bbeff982c39ba94a99b" /></a><wbr />马自达汽车公司的原名为东洋工业公司，生产的汽车用公司创始人“松田”来命名，又因“松田”的拼音为MAZDA（马自达），所以人们便习惯称为马自达。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">马自达起初使用的车标，是在椭圆之中有双手捧着一个太阳，寓意马自达公司将拥有明天，马自达汽车跑遍全球。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">马自达公司与福特公司合作之后，采用了新的车标，椭圆中展翅飞翔的海鸥，同时又组成“M”字样。“M”是“MAZDA”第一个大写字母，预示该公司将展翅高飞，以无穷的创意和真诚的服务，迈向新世纪。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">旁蒂克 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz3.photo.store.qq.com/http_imgload.cgi?/rurl2=8c6ffc6b79c1df9a86ff4e8d07951affa54f961220dffead70a7efa96a043afc6aefcbe53da96fe0504e3833fe598a5827fb69d4edc53c826756ef7964b655a0d431ffda1734289f04ca951a0837d60cee88ff3b" target="_blank"><img style="border:0;" src="http://sz3.photo.store.qq.com/http_imgload.cgi?/rurl2=8c6ffc6b79c1df9a86ff4e8d07951affa54f961220dffead70a7efa96a043afc6aefcbe53da96fe0504e3833fe598a5827fb69d4edc53c826756ef7964b655a0d431ffda1734289f04ca951a0837d60cee88ff3b" /></a><wbr />旁蒂克（PONTIAC）车标，由字母和图形两部分组成。字母“PONTIAC”，取自美国密执安州的一个地名：图形车标是带十字标记的箭头。而十字形标记，则表示旁蒂克是通用汽车公司的重要成员，也象征旁蒂克汽车安全可*；箭头则代表旁蒂克的技术超前和攻关精神，预示着旁蒂克汽车跑遍全球。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">莲花 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz4.photo.store.qq.com/http_imgload.cgi?/rurl2=a7ea989f71ddfed6c5da5ccb5acc9f8bc5391de6ad91a5b86d5870c8a9a00f128de133bfb7e9504d13b37260bada0b4289e3e4d55ae88b943cdc2d816458a79a093832edc67890e16a21d56a17b33a9687ebb2e0" target="_blank"><img style="border:0;" src="http://sz4.photo.store.qq.com/http_imgload.cgi?/rurl2=a7ea989f71ddfed6c5da5ccb5acc9f8bc5391de6ad91a5b86d5870c8a9a00f128de133bfb7e9504d13b37260bada0b4289e3e4d55ae88b943cdc2d816458a79a093832edc67890e16a21d56a17b33a9687ebb2e0" /></a><wbr />莲花车标，是在椭圆形底板上镶嵌着抽象了的莲花造型，上面除了有“莲花”（LOTUS）字样外，还以创始人查普曼姓名全称（A．C．B．CHAPMAN）的四个英文字母“A．C．B．C”叠加在一起而成。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">莲花公司是英国人查普曼1951年创立的，主要生产跑车，由于规模小，在激烈的竞争中几经易手，现落户到意大利的菲亚特汽车公司。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">雷诺 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz6.photo.store.qq.com/http_imgload.cgi?/rurl2=75e9399cd902d392eadf05671862651c6e2b558a9f832b96061c3a311e30c87d0616038605175e5d346f06cb6e0271d74e445024fa78a394ddd4c606b7192597631ba056d626d3700e593313131a223de950def8" target="_blank"><img style="border:0;" src="http://sz6.photo.store.qq.com/http_imgload.cgi?/rurl2=75e9399cd902d392eadf05671862651c6e2b558a9f832b96061c3a311e30c87d0616038605175e5d346f06cb6e0271d74e445024fa78a394ddd4c606b7192597631ba056d626d3700e593313131a223de950def8" /></a><wbr />1898年，路易斯．雷诺三兄弟在法国比仰古创建雷诺汽车公司。它是世界上最悠久的汽车公司之一。主要产品有雷诺牌轿车、公务用车和运动车等。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">雷诺车标是四个菱形拼成的图案，象征雷诺三兄弟与汽车工业融为一体，表示“雷诺”能在无限的（四维）空间中竞争、生存、发展。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">通用别克 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz6.photo.store.qq.com/http_imgload.cgi?/rurl2=b83bea7c44527079038f79b70d75b91ebbf1ebd2585f61182b576ad4db8ae90e453d0cb7b5cfb7fafc8e39e8095211b1d5efdf1af4f97e6c26523f56406da482dae44aea73b83350f4d38ae87a3bbe7840fad37f" target="_blank"><img style="border:0;" src="http://sz6.photo.store.qq.com/http_imgload.cgi?/rurl2=b83bea7c44527079038f79b70d75b91ebbf1ebd2585f61182b576ad4db8ae90e453d0cb7b5cfb7fafc8e39e8095211b1d5efdf1af4f97e6c26523f56406da482dae44aea73b83350f4d38ae87a3bbe7840fad37f" /></a><wbr />别克（BUICK）商标中形似“三利剑”的图案为共图形商标，被安装在汽车散热器格栅上。那三把颜色不同的利剑（从左到右分别为红、白、蓝三种颜色），依次排列在不同的高度位置上，给人一种积极进取、不断攀登的感觉，它表示别克采用顶级技术，别克人是勇于登峰的勇士。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">别克（BUICK）轿车的英文车标来源于该公司的创始人大卫．别克的姓氏。而整个商标是一只展翅的雄鹰即将落在别克的英文字母上。它象征着别克是雄鹰最理想的栖息之地，正应了中国的那句谚语：“家有梧桐树，才能招来金凤凰。” </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">保时捷 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz1.photo.store.qq.com/http_imgload.cgi?/rurl2=c012f9b2523e3cc123233ddc7ce02622c084e6a55bcb89341624d39238046cd17be6fcde3c90898cd46155b89d34691a1ba0c3eb89b59c83c067bd34bf830bc7671c9893de06eaff0a08ec18021a7b2171f106e0" target="_blank"><img style="border:0;" src="http://sz1.photo.store.qq.com/http_imgload.cgi?/rurl2=c012f9b2523e3cc123233ddc7ce02622c084e6a55bcb89341624d39238046cd17be6fcde3c90898cd46155b89d34691a1ba0c3eb89b59c83c067bd34bf830bc7671c9893de06eaff0a08ec18021a7b2171f106e0" /></a><wbr />保时捷的英文车标采用德国保时捷公司创始人费迪南德．保时捷的姓氏。图形车标采用公司所在地斯图加特市的盾形市徽。“PORSCHE”字样在商标的最上方，表明该商标为保时捷设计公司所拥有；商标中的“STUTTCART”字样在马的上方，说明公司总部在斯图加特市；商标中间是一匹骏马，表示斯图加特这个地方盛产一种名贵种马；商标的左上方和右下方是鹿角的图案，表示斯图加特曾是狩猎的好地方；商标右上方和左下方的黄色条纹代表成熟了的麦子颜色，喻指五谷丰登，商标中的黑色代表肥沃土地，商标中的红色象征人们的智慧和对大自然的钟爱，由此组成一幅精湛意深、秀气美丽的田园风景画，展现了保时捷公司辉煌的过去，并预示了保时捷公司美好的未来，保时捷跑车的出类拔萃！ </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">欧宝 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl2=8b0dc397efef503d5eb1323c200cd9c171ca34f09d971728665dc38c5f799615c7ed09852b315fe792a6ceff8b461cc3380f6f623b84e151c810de225c937b37cffa3d0e6842ede62411718804bd53fa6f19540b" target="_blank"><img style="border:0;" src="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl2=8b0dc397efef503d5eb1323c200cd9c171ca34f09d971728665dc38c5f799615c7ed09852b315fe792a6ceff8b461cc3380f6f623b84e151c810de225c937b37cffa3d0e6842ede62411718804bd53fa6f19540b" /></a><wbr />凡是经常看电视体育频道节目的观众，都会在大型国际球类比赛中看到“圆圈闪电”的徽记，那就是德国欧宝汽车的标识。“圆圈闪电”，即意味着欧宝汽车的力量和速度是无与伦比的；欧宝公司永远充满着生机与活力。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">德国欧宝公司是美国通用汽车公司的子公司，是通用公司在欧洲的一个窗口。它由亚当．欧宝所创立，至今已有百多年历史。由于欧宝公司对足球世界杯、欧锦赛、戴维斯杯、联盟杯网球赛等世界重大球类比赛的赞助，使得欧宝公司在体育领域有很高的声望，无疑也给其带来丰厚的回报。目前，欧宝的产品已遍及世界20多个国家的100多个市场。欧宝轿车已连续5年保持了西欧轿车头号品牌的位置，占据了西欧轿车市场12%的份额。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">菲亚特 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz3.photo.store.qq.com/http_imgload.cgi?/rurl2=935c019124134428133e13007796b86b1d4d838335b81d12d99ca772fd1fa05859999513db33bdd809e95d2c50c2b77efb512aa296e0295441bb0eac31610ba3a340b063e529d30d725dd3904bec4efaabdfceb0" target="_blank"><img style="border:0;" src="http://sz3.photo.store.qq.com/http_imgload.cgi?/rurl2=935c019124134428133e13007796b86b1d4d838335b81d12d99ca772fd1fa05859999513db33bdd809e95d2c50c2b77efb512aa296e0295441bb0eac31610ba3a340b063e529d30d725dd3904bec4efaabdfceb0" /></a><wbr />意大利菲亚特公司创建于1899年7月，至今已有百余年历史。现在菲亚特是意大利最为重要的汽车制造中心及最大的私有企业集团。该集团建立初期只生产轿车，然后产品很快多样化，领域涉及商用车辆、船舶、飞机、火车、农用拖拉机及建筑机械等。如今菲亚特已成为世界上最大的工业集团之一。该集团有218个生产厂和138个研究开发中心，在世界上59个国家拥有850多个公司，拥有237000名雇员，其利税已超过510亿美元。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">菲亚特（FIAT）意大利都灵汽车制造厂（Fabbrica Itliana Auto-mobi Ledi Torino）的译文缩写“fiat”在英语中的词意为“法会”、“许可”、“批准”。该公司的标识一直沿用“FIAT”，只是形状和色彩有不同的改进。如1921年为红字白底圆形标识；1931年使用了字体纵向拉工的商标；1959年因公司推出了新款车而把车标做大，边角做圆；1965年把桂枝缠绕的红底白字圆形标识作为正式标志；1968年成立股份公司出现了四个方块中各有一个字母的新标识；1991年出厂的菲亚特600型则改用前脸是5条斜拉直杠，后部仍为四方块的标识。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">罗孚 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl2=4d5be4a7b618707cf08a2558c28b8939a4925896e318e21e027fe015c236778612f8fcaf90d70c50d433868e27dfe3fdbeee7de843e0c3633b3211e1fa0ca1dc0ac9dbec2db24392c0ffdeab2752cef0161129b8" target="_blank"><img style="border:0;" src="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl2=4d5be4a7b618707cf08a2558c28b8939a4925896e318e21e027fe015c236778612f8fcaf90d70c50d433868e27dfe3fdbeee7de843e0c3633b3211e1fa0ca1dc0ac9dbec2db24392c0ffdeab2752cef0161129b8" /></a><wbr />Rover Mascot(吉祥物)源自世界上最著名的流浪族——维京人的双关语。而“Rover”这个词，英语中包含流浪者、航海者的意思。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">从1902年起，这个标志便放在了一辆辆汽车前正中的位置上。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">20世纪20年代，戴头盔的维京人形象和三角形徽章吸引了一代喜爱Rover车的年轻人。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">后来，Rover标志中站立的维京人逐渐让位于他的头像，不过他仍然带着头盔。准确而符合逻辑地说，是让位于维京人大海船的船头雕像。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">维京人海船的船首和帆于1929年首次出现在散热器的标志牌上，它作为吉祥象征贯串于Rover 车的百年历史。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz1.photo.store.qq.com/http_imgload.cgi?/rurl2=1e938aa62f8b7eadfae99eb701c4865588d14c3eb8d5a290480c035796b734217fe24f793444fc9507c2908e1642f25f59e2f08a93afa9cdb3354dea23c54561ddaf96bf3e651db78945aba2baa5c203c206ce27" target="_blank"><img style="border:0;" src="http://sz1.photo.store.qq.com/http_imgload.cgi?/rurl2=1e938aa62f8b7eadfae99eb701c4865588d14c3eb8d5a290480c035796b734217fe24f793444fc9507c2908e1642f25f59e2f08a93afa9cdb3354dea23c54561ddaf96bf3e651db78945aba2baa5c203c206ce27" /></a><wbr />1947郑周永创建现代汽车公司，经50多年的发展，它已成为韩国最大的汽车生产厂家，并进入世界著名汽车大公司行列。其商标是在椭圆中采用斜体字“H“，“H“是现代汽车公司英文名“HYUNDAI“的第一个大写字母。 “现代“首先体现了“2000年在世界上腾飞的现代汽车公司“这一概念；其次还象征现代汽车公司在和谐与稳定中发展。商标中的椭圆即代表汽车的方向盘，又可以看作是地球，与其间的H结合在一起恰好代表了现代汽车遍布全世界的意思。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><span style="color:#3366cc;line-height:1.8em;">斯柯达</span><wbr /> </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz4.photo.store.qq.com/http_imgload.cgi?/rurl2=fc7f950653afe720ab2fb071b66dcc2d6612ad543fb201629e7f57730108d077f8ea1a62c764cd777e13f058cf60b14b7e5e4c04c296901b7b1c386651c67194d0ec591139b261cc317c172b2224f885c79d7da1" target="_blank"><img style="border:0;" src="http://sz4.photo.store.qq.com/http_imgload.cgi?/rurl2=fc7f950653afe720ab2fb071b66dcc2d6612ad543fb201629e7f57730108d077f8ea1a62c764cd777e13f058cf60b14b7e5e4c04c296901b7b1c386651c67194d0ec591139b261cc317c172b2224f885c79d7da1" /></a><wbr />“斯柯达“商标的含义是：巨大的圆环象征着斯柯达为全世界无可挑剔的产品；鸟翼象征着技术进步的产品行销全世界；向右飞行着的箭头，则象征着先进的工艺；外环中朱黑的颜色象征着斯柯达公司百余年的传统；中央铺着的绿色，则表达了斯柯达人对资源再生和环境保护的重视。 现在生产的斯柯达 ． 弗雷西亚牌汽车的商标最下边部分的桂枝树叶，表示胜利。 另外，关于“斯柯达“商标还有一个传说：据说，该厂的经理从美洲带回一名印第安仆人，这个人很勤快，脸谱也很美，所以就选用了他的脸谱作为商标，即现在的斯柯达箭形商标。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><span style="color:#3366cc;line-height:1.8em;">克莱斯勒</span><wbr /> </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl2=ecaf2eab1ba565d81ee3fe18922624f234084e18904769f67a396598e4bab5ee40a67b3aff99e978057eb08020dda87257b7695fc972cafd599b41f6c183ab78fe7a3739fb7eae30e430f0a6c13adb2911d35d26" target="_blank"><img style="border:0;" src="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl2=ecaf2eab1ba565d81ee3fe18922624f234084e18904769f67a396598e4bab5ee40a67b3aff99e978057eb08020dda87257b7695fc972cafd599b41f6c183ab78fe7a3739fb7eae30e430f0a6c13adb2911d35d26" /></a><wbr />克莱斯勒（Chrysler）公司是创始人沃尔特．克莱斯勒的姓氏命名的汽车公司。图形商标像一枚五角星勋章，它体现了克莱斯勒家族和公司员工们的远大理想和抱负，以及永远无止境的追求和在竞争中获胜的奋斗精神。五角星的五个部分，分别表示五大洲都在使用克莱斯勒汽车公司的汽车，克莱斯勒汽车公司的汽车遍及全球 。 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;">雪铁龙 </span><wbr /><br><span style="font-size:18px;line-height:1.8em;"><wbr /><a href="http://sz1.photo.store.qq.com/http_imgload.cgi?/rurl2=cbf5e257ef26ae2d5b790b9a6e0af4c4a530f13c57da32b3857441fd56f18ff77ce67334d66958af3a190e50790469d7250726a706a7f184053491679fe4567048dddc43c9f2ff303b3a9e4466812625b6635804" target="_blank"><img style="border:0;" src="http://sz1.photo.store.qq.com/http_imgload.cgi?/rurl2=cbf5e257ef26ae2d5b790b9a6e0af4c4a530f13c57da32b3857441fd56f18ff77ce67334d66958af3a190e50790469d7250726a706a7f184053491679fe4567048dddc43c9f2ff303b3a9e4466812625b6635804" /></a><wbr />1900年，安德烈·雪铁龙发明了人字形齿轮。1912年，安德列·雪铁龙开始用人字形齿轮作为雪铁龙公司产品的商标。后来，雪铁龙曾组织过横穿非洲大陆和横越亚洲大陆的两次旅行，使雪铁龙汽车名声大振。 法国人生性开朗，爱赶时髦，喜欢新颖和漂亮，&quot;雪铁龙&quot;轿车就表现了法兰西这种性格，每时每刻都在散发着法国的浪漫气息。 </span><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[汽车专业杂志]]></category>
<author><![CDATA[30198080@qq.com(感觉云在飞ю)]]></author>
<comments>http://30198080.qzone.qq.com/blog/1253348640#comment</comments>
<qz:effect>1033</qz:effect>
<pubDate>Sat, 19 Sep 2009 08:24:00 GMT</pubDate>
<guid>http://30198080.qzone.qq.com/blog/1253348640</guid>
</item>

<item>
<title><![CDATA[[转]QQ农场 偷菜歌]]></title>
<link>http://30198080.qzone.qq.com/blog/1253272012</link>
<description><![CDATA[<span style="color:#00cc00;font-size:24px;line-height:1.8em;"><object codeBase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab#version=8,0,0,0" height="100" width="410" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="musicFlash**" id="musicFlash0" src="http://imgcache.qq.com/music/musicbox_v2_1/img/MusicFlash.swf" ubb="954937080|5|http://streamrdt.music.qq.com/5690.af8e6f831519131d53382b02741d5ce2/104117340/a.mp3|偷菜歌|0|偷菜歌"><param value="http://imgcache.qq.com/music/musicbox_v2_1/img/MusicFlash.swf" name="movie" /><param value="#ffffff" name="bgColor" /><param value="showall" name="scale" /><param value="transparent" name="wmode" /><param value="true" name="menu" /><param value="always" name="allowScriptAccess" /></object><wbr /><wbr /><a href="http://b24.photo.store.qq.com/http_imgload.cgi?/rurl4_b=904c362fa934be51286267e64d59f3df06677bbfd48179be1f77b105fe039e7873d515fe50afe2efd2b3907cc0b857fecef44bb5b9505bf96aee32b69296a3636832990d250f776e46af6d81a924e9e1055837f7" target="_blank"><img style="width:285px;height:179px;border:0;" src="http://b24.photo.store.qq.com/http_imgload.cgi?/rurl4_b=904c362fa934be51286267e64d59f3df06677bbfd48179be1f77b105fe039e7873d515fe50afe2efd2b3907cc0b857fecef44bb5b9505bf96aee32b69296a3636832990d250f776e46af6d81a924e9e1055837f7" /></a><wbr /></span><wbr /><br><span style="color:#00cc00;font-size:24px;line-height:1.8em;"><br>现在的好人啊！都变成小偷了！！！<wbr /><a href="http://b19.photo.store.qq.com/http_imgload.cgi?/rurl4_b=904c362fa934be51286267e64d59f3df1c10855e961811b827799d09aa0385fe2013acba267f9798c9054b8f5cf25d3d40096f7815c1ef6b0e1be8c8def8ff47a3c6cd005ae5802d1550275b08beef038ef10dc2" target="_blank"><img style="width:350px;height:228px;border:0;" src="http://b19.photo.store.qq.com/http_imgload.cgi?/rurl4_b=904c362fa934be51286267e64d59f3df1c10855e961811b827799d09aa0385fe2013acba267f9798c9054b8f5cf25d3d40096f7815c1ef6b0e1be8c8def8ff47a3c6cd005ae5802d1550275b08beef038ef10dc2" /></a><wbr /></span><wbr /><span style="color:#00cc00;font-size:24px;line-height:1.8em;">喜欢在别人农场偷东西的朋友请留言~~！！！！！！！！！！！！！！</span><wbr /><br><span style="color:#00cc00;font-size:24px;line-height:1.8em;"><wbr /><a href="http://b23.photo.store.qq.com/http_imgload.cgi?/rurl4_b=904c362fa934be51286267e64d59f3df5e294b34445fd60e7e1041c6cf021e6471f6194893fe90404377d4a6e73d38c7b148c66fa449dd2671017bfa0a0f1eaa543692534a0789de3301707df2df7526b932b81c" target="_blank"><img style="width:313px;height:234px;border:0;" src="http://b23.photo.store.qq.com/http_imgload.cgi?/rurl4_b=904c362fa934be51286267e64d59f3df5e294b34445fd60e7e1041c6cf021e6471f6194893fe90404377d4a6e73d38c7b148c66fa449dd2671017bfa0a0f1eaa543692534a0789de3301707df2df7526b932b81c" /></a><wbr /></span><wbr /><br><span style="color:#00cc00;font-size:24px;line-height:1.8em;"><span style="color:#cc0033;font-size:24px;line-height:1.8em;">眼看着田间已成熟,</span><wbr /><br><span style="color:#cc0033;font-size:24px;line-height:1.8em;">我的鼠标不敢伸出去收</span><wbr /><br><span style="color:#cc0033;font-size:24px;line-height:1.8em;">农场里小偷拥挤依旧</span><wbr /><br><span style="color:#cc0033;font-size:24px;line-height:1.8em;">荒芜的心情 你能否感受</span><wbr /><br><div style="text-align:center;"><br><wbr /><a href="http://b23.photo.store.qq.com/http_imgload.cgi?/rurl4_b=904c362fa934be51286267e64d59f3df0d047ddcd4be602212103b6c7aae46eaa94b231753934d624b4b5b263c18c22d95482fb6260838bc317c754cf14207d17f43fa65a6cae28d83d78153b7e1bfd7414de0d6" target="_blank"><img style="width:500px;height:375px;border:0;" src="http://b23.photo.store.qq.com/http_imgload.cgi?/rurl4_b=904c362fa934be51286267e64d59f3df0d047ddcd4be602212103b6c7aae46eaa94b231753934d624b4b5b263c18c22d95482fb6260838bc317c754cf14207d17f43fa65a6cae28d83d78153b7e1bfd7414de0d6" /></a><wbr /></div><span style="color:#cc0033;font-size:24px;line-height:1.8em;">昨夜的你依然温柔</span><wbr /><br><span style="color:#cc0033;font-size:24px;line-height:1.8em;">群里的耳语仍然回荡四周</span><wbr /><br><span style="color:#cc0033;font-size:24px;line-height:1.8em;">不过是偷一个萝卜</span><wbr /><br><span style="color:#cc0033;font-size:24px;line-height:1.8em;">你如此难过 我如何解脱</span><wbr /><br><div style="text-align:center;"><br><wbr /><a href="http://b23.photo.store.qq.com/http_imgload.cgi?/rurl4_b=904c362fa934be51286267e64d59f3dfafe983283576c25a8844a8aeeb22901466163130b997dea9e9de66ecaea3d4a50cb69c5b7245a8393df4f489a949cf08059938ba9e16458edfbfa63984cc7b30e121069e" target="_blank"><img style="width:212px;height:339px;border:0;" src="http://b23.photo.store.qq.com/http_imgload.cgi?/rurl4_b=904c362fa934be51286267e64d59f3dfafe983283576c25a8844a8aeeb22901466163130b997dea9e9de66ecaea3d4a50cb69c5b7245a8393df4f489a949cf08059938ba9e16458edfbfa63984cc7b30e121069e" /></a><wbr /></div><span style="color:#cc0033;font-size:24px;line-height:1.8em;">本来开心农场偷偷摸摸是种享受</span><wbr /><br><span style="color:#cc0033;font-size:24px;line-height:1.8em;">可是你不给偷怎知我痛</span><wbr /><br><span style="color:#cc0033;font-size:24px;line-height:1.8em;">都说群内好友无怨尤 不许下手</span><wbr /><br><span style="color:#cc0033;font-size:24px;line-height:1.8em;">可是换成你 你真的看破 </span><wbr /><br><span style="color:#cc0033;font-size:24px;line-height:1.8em;">菠萝在眼前摇晃过 </span><wbr /><br><span style="color:#cc0033;font-size:24px;line-height:1.8em;">想伸手的念头时时表露 </span><wbr /><br><span style="color:#cc0033;font-size:24px;line-height:1.8em;">所有的结果让我承受 </span><wbr /><br><span style="color:#cc0033;font-size:24px;line-height:1.8em;">今夜的农场又一个人偷</span><wbr /><br><div style="text-align:center;"><br><wbr /><a href="http://b23.photo.store.qq.com/http_imgload.cgi?/rurl4_b=904c362fa934be51286267e64d59f3df158897036ca7f66dbe2c9b3ea3bc29a7e139d0574d5a16685ec4142787a4e8df81783db5ef3b42dccb9aa5dc7e8ed2f446277143d6c68f308d5a2e33962b37d5a9ada165" target="_blank"><img style="width:597px;height:389px;border:0;" src="http://b23.photo.store.qq.com/http_imgload.cgi?/rurl4_b=904c362fa934be51286267e64d59f3df158897036ca7f66dbe2c9b3ea3bc29a7e139d0574d5a16685ec4142787a4e8df81783db5ef3b42dccb9aa5dc7e8ed2f446277143d6c68f308d5a2e33962b37d5a9ada165" /></a><wbr /></div><div style="text-align:center;"><br> </div><span style="color:#cc0033;font-size:24px;line-height:1.8em;">本来开心农场偷偷摸摸是种享受</span><wbr /><br><span style="color:#cc0033;font-size:24px;line-height:1.8em;">可是你不给偷怎知我痛</span><wbr /><br><span style="color:#cc0033;font-size:24px;line-height:1.8em;">都说群内好友无怨尤 不许下手</span><wbr /><br><span style="color:#cc0033;font-size:24px;line-height:1.8em;">可是换成你 你真能忍受？</span><wbr /><br><span style="color:#cc0033;font-size:24px;line-height:1.8em;">香蕉在眼前飘香而过 </span><wbr /><br><span style="color:#cc0033;font-size:24px;line-height:1.8em;">想伸手的念头时时表露 </span><wbr /><br><span style="color:#cc0033;font-size:24px;line-height:1.8em;">所有的结果让你承受 </span><wbr /><br><span style="color:#cc0033;font-size:24px;line-height:1.8em;">深夜的农场我一个人偷 </span><wbr /><br><span style="font-weight:bold"><wbr /><span style="color:#ff0033;line-height:1.8em;">在一块属于自己的土地上种菜、栽果树等。而且还可以相互偷菜偷果，依此</span><wbr /><span style="color:#cc0033;line-height:1.8em;">来换取金币，增加经验值，开垦更多的土地、种植更高级的农作物......。这种游戏之所以受到人们的青睐，是因为，如今都市的人生存的压力大，生活较单一，开心农场游戏让一部分人暂时摆脱了城市的喧闹和工作的压力，体验到了“田园生活”的快乐，玩家们在游戏过程中获得一种满足感，使日常生活中的压力得到释放。</span><wbr /></span><wbr /><br><br></span><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[30198080@qq.com(感觉云在飞ю)]]></author>
<comments>http://30198080.qzone.qq.com/blog/1253272012#comment</comments>
<qz:effect>134234633</qz:effect>
<pubDate>Fri, 18 Sep 2009 11:06:52 GMT</pubDate>
<guid>http://30198080.qzone.qq.com/blog/1253272012</guid>
</item>

<item>
<title><![CDATA[[转]某高校寝室熄灯的壮观景象!!]]></title>
<link>http://30198080.qzone.qq.com/blog/1253141095</link>
<description><![CDATA[<embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" menu="false" id="flash0" width="456" height="362" src="http://www.tudou.com/v/c12uNoFp2-c" /> <br>这张帖你能忍住不转？？太牛了！！ <br><br><span style="color:#cc3399;font-size:16px;line-height:1.8em;">壮观得不得了...不知道演练了多少次~~~!</span><wbr /> <br><span style="color:#cc3399;font-size:16px;line-height:1.8em;">呵呵~~~</span><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[休闲搞笑]]></category>
<author><![CDATA[30198080@qq.com(感觉云在飞ю)]]></author>
<comments>http://30198080.qzone.qq.com/blog/1253141095#comment</comments>
<qz:effect>4104</qz:effect>
<pubDate>Wed, 16 Sep 2009 22:44:55 GMT</pubDate>
<guid>http://30198080.qzone.qq.com/blog/1253141095</guid>
</item>

</channel>
</rss>

