<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>A N D R E W @ 安 德 儒</title>
		<link>http://www.ifublog.com/andrew/</link>
		<description>一位带着呆呆面孔, 却想说笑话的人
一位为了搞笑而搞笑写BLOG的人
当然我只是一位 &quot;青菜&quot; 马来西亚的华人吧了</description>
		<language>zh-CN</language>
		<pubDate>Thu, 18 Mar 2010 21:57:46 +0800</pubDate>
		<generator>Tattertools 1.0.6</generator>
		<item>
			<title>疯狂的上山又下海两日游</title>
			<link>http://www.ifublog.com/andrew/entry/38%E7%9A%84%E5%8E%BB%E4%BA%91%E9%A1%B6%E5%92%8C%E5%8E%BBTG-SEPAT-BAGAN-LALANG</link>
			<description>万里我独行&lt;br /&gt;
一人吃着睹神巧克力喝着 KOPI &lt;br /&gt;
没烦恼的开车上去&lt;br /&gt;
只为了看黄子华. . .的 TALK SHOW&lt;br /&gt;
&lt;br /&gt;
还是第一次驾着我的 V-仔上山&lt;br /&gt;
深怕会有问题&lt;br /&gt;
但是还好它很听话&lt;br /&gt;
安全把我送到目的地&lt;br /&gt;
safe!!!&lt;br /&gt;
&lt;br /&gt;
上山 MEET了爱美丽和船父N 容希&amp;lt;---部落格的三剑客&lt;br /&gt;
放了我的东西在房间后&lt;br /&gt;
很快的到达了黄子华出场的时间&lt;br /&gt;
你问我好不好笑或值得看没有?&lt;br /&gt;
我只能说. . .他连喝水都可以搞笑制造效果&lt;br /&gt;
其他的更加不用说&lt;br /&gt;
嘿嘿 (简约到)&lt;br /&gt;
&lt;br /&gt;
结束后我们还一大班BLOGGER继续吹水&lt;br /&gt;
场面轰动, KFC 门口都坐满我们的人&lt;br /&gt;
可想而知&lt;br /&gt;
写 BLOG 之人都很会欣赏黄子华和喜欢喝茶联络感情&lt;br /&gt;
到了晚上三剑客变成了四大金刚&lt;br /&gt;
去了外面吹冷风聊八卦&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;var servicePath=&quot;http://www.ifublog.com&quot;; var blogURL=&quot;http://www.ifublog.com/andrew/&quot;;function TTGallery(containerId)
{
	this.containerId = containerId;
	this.container = document.getElementById(this.containerId);
	this.container.style.filter = &quot;progid:DXImageTransform.Microsoft.Fade(duration=0.3, overlap=1.0)&quot;;
	this.container.style.textAlign = &quot;center&quot;;
	this.container.style.width = &quot;100%&quot;;
	this.container.instance = this;

	this.numImages = 0;
	this.imageLoaded = 0;
	this.offset = 0;

	this.src = new Array();
	this.caption = new Array();
	this.width = new Array();
	this.height = new Array();
	this.imageCache = new Array();
};

TTGallery.prototype.appendImage = function(src, caption, width, height)
{
	this.numImages++;

	var imageCache = new Image();
	imageCache.src = src;
	imageCache.onload = function() { var tmp = this.src; };

	this.imageCache[this.imageCache.length] = src;

	this.src[this.src.length] = src;
	this.width[this.width.length] = width;
	this.height[this.height.length] = height;
	this.caption[this.caption.length] = caption;
};

TTGallery.prototype.getControl = function()
{
	var control = document.createElement(&quot;div&quot;);
	control.style.marginBottom = &quot;10px&quot;;
	control.className = &quot;galleryControl&quot;;
	control.style.color = &quot;#777&quot;;
	control.style.font = &quot;bold 0.9em Verdana, Sans-serif&quot;;
	control.innerHTML = &#039;(&#039; + (this.offset + 1) + &#039;/&#039; + this.numImages + &#039;) &lt;a href=&quot;#&quot; onclick=&quot;document.getElementById(\&#039;&#039; + this.containerId + &#039;\&#039;).instance.prev(); return false&quot; style=&quot;border: 0px&quot;&gt;&lt;img src=&quot;&#039; + servicePath + &#039;/image/gallery_prev.gif&quot; width=&quot;20&quot; height=&quot;16&quot; alt=&quot;PREVIOUS&quot; style=&quot;vertical-align: middle&quot;/&gt;&lt;/a&gt; &lt;a href=&quot;#&quot; onclick=&quot;document.getElementById(\&#039;&#039; + this.containerId + &#039;\&#039;).instance.showImagePopup1(); return false&quot; style=&quot;border: 0px&quot;&gt;&lt;img src=&quot;&#039; + servicePath + &#039;/image/gallery_enlarge.gif&quot; width=&quot;70&quot; height=&quot;19&quot; alt=&quot;ZOOM&quot; style=&quot;vertical-align: middle&quot;/&gt;&lt;/a&gt; &lt;a href=&quot;#&quot; onclick=&quot;document.getElementById(\&#039;&#039; + this.containerId + &#039;\&#039;).instance.next(); return false&quot; style=&quot;border: 0px&quot;&gt;&lt;img src=&quot;&#039; + servicePath + &#039;/image/gallery_next.gif&quot; width=&quot;20&quot; height=&quot;16&quot; alt=&quot;NEXT&quot; style=&quot;vertical-align: middle&quot;/&gt;&lt;/a&gt;&#039;;

	return control;
};

TTGallery.prototype.getImage = function()
{
	var image = document.createElement(&quot;img&quot;);
	image.instance = this;
	image.src = this.src[this.offset];
	image.width = this.width[this.offset];
	image.height = this.height[this.offset];
	image.onclick = this.showImagePopup2;
	image.style.cursor = &quot;pointer&quot;;

	return image;
};

TTGallery.prototype.getCaption = function()
{
	var captionText = this.caption[this.offset];
	captionText = captionText.replace(new RegExp(&quot;&amp;amp;?&quot;, &quot;gi&quot;), &quot;&amp;&quot;);
	captionText = captionText.replace(new RegExp(&quot;&amp;lt;?&quot;, &quot;gi&quot;), &quot;&lt;&quot;);
	captionText = captionText.replace(new RegExp(&quot;&amp;gt;?&quot;, &quot;gi&quot;), &quot;&gt;&quot;);
	captionText = captionText.replace(new RegExp(&quot;&amp;quot;?&quot;, &quot;gi&quot;), &quot;\&quot;&quot;);
	captionText = captionText.replace(new RegExp(&quot;&amp;#39;?&quot;, &quot;gi&quot;), &quot;&#039;&quot;);
	
	var caption = document.createElement(&quot;div&quot;);
	caption.style.textAlign = &quot;center&quot;;
	caption.style.marginTop = &quot;8px&quot;;
	caption.style.color = &quot;#627e89&quot;;
	caption.className = &quot;galleryCaption&quot;;
	caption.appendChild(document.createTextNode(captionText));

	return caption;
};

TTGallery.prototype.show = function(offset)
{
	if(this.numImages == 0) {
		var div = document.createElement(&quot;div&quot;);
		div.style.textAlign = &quot;center&quot;;
		div.style.color = &quot;#888&quot;;
		div.style.margin = &quot;10px auto&quot;;
		div.style.font = &quot;bold 2em/1 Verdana, Sans-serif&quot;;
		div.innerHTML = &quot;NO IMAGES&quot;;
		this.container.appendChild(div);	
		return;
	}

	if(typeof offset == &quot;undefined&quot;)
		this.offset = 0;
	else
	{
		if(offset &lt; 0)
			this.offset = this.numImages -1;
		else if(offset &gt;= this.numImages)
			this.offset = 0;
		else
			this.offset = offset;
	}

	if(this.container.filters)
		this.container.filters[0].Apply();

	this.container.innerHTML = &quot;&quot;;
	this.container.appendChild(this.getControl());
	this.container.appendChild(this.getImage());
	this.container.appendChild(this.getCaption());

	if(this.container.filters)
		this.container.filters[0].Play();
};

TTGallery.prototype.prev = function()
{
	this.show(this.offset-1);
};

TTGallery.prototype.next = function()
{
	this.show(this.offset+1);
};

TTGallery.prototype.showImagePopup1 = function()
{
	this.showImagePopup();
};

TTGallery.prototype.showImagePopup2 = function()
{
	this.instance.showImagePopup();
};

TTGallery.prototype.showImagePopup = function(offset)
{
	try {
		open_img(this.src[this.offset]);
	} catch(e) {
		window.open(this.src[this.offset]);
	}	
};&lt;/script&gt;&lt;div id=&quot;Gallery1041&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery1041 = new TTGallery(&quot;Gallery1041&quot;);Gallery1041.appendImage(&quot;http://www.ifublog.com/attach/140/1346251635.jpg&quot;, &quot;轰动的场面&quot;, 500, 375);Gallery1041.appendImage(&quot;http://www.ifublog.com/attach/140/1389131538.jpg&quot;, &quot;某人在偷拍!!!&quot;, 500, 375);Gallery1041.appendImage(&quot;http://www.ifublog.com/attach/140/1182701487.jpg&quot;, &quot;这一张票, 让我们在云顶的&quot;, 500, 375);Gallery1041.appendImage(&quot;http://www.ifublog.com/attach/140/1264455298.jpg&quot;, &quot;的KFC相见&quot;, 500, 375);Gallery1041.appendImage(&quot;http://www.ifublog.com/attach/140/1248654325.jpg&quot;, &quot;相遇的感觉就像可乐遇到炸鸡一样. .. . . 美味可口.嘿嘿&quot;, 500, 375);Gallery1041.appendImage(&quot;http://www.ifublog.com/attach/140/1371607167.jpg&quot;, &quot;扮可爱当然少不了哨牙安的出现, 不然会输的!!&quot;, 500, 375);Gallery1041.appendImage(&quot;http://www.ifublog.com/attach/140/1373067117.jpg&quot;, &quot;大师AH TAK果然厉害, 几会演&quot;, 500, 375);Gallery1041.appendImage(&quot;http://www.ifublog.com/attach/140/1141655905.jpg&quot;, &quot;都说我们人多到可以堵门,相信了吧?&quot;, 500, 375);Gallery1041.appendImage(&quot;http://www.ifublog.com/attach/140/1070681709.jpg&quot;, &quot;既然输给北西!!!他搞怪到&quot;, 500, 375);Gallery1041.appendImage(&quot;http://www.ifublog.com/attach/140/1254228724.jpg&quot;, &quot;怎样形容她. . .就邪恶两字吧.哈哈&quot;, 500, 331);Gallery1041.appendImage(&quot;http://www.ifublog.com/attach/140/1407927827.jpg&quot;, &quot;可怜, 我和同房合拍的照片就只有这一张= =+&quot;, 500, 375);Gallery1041.show();&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
晚上我. . .&amp;nbsp; .和两个大男人睡在两个单人床上&lt;br /&gt;
而且睡在中间的人听说很会踢人下床的 (而且如果他有参加足球队,MY一定能进世界杯)&lt;br /&gt;
我就这样战战兢兢的度过了一晚&lt;br /&gt;
醒来后&lt;br /&gt;
我感觉混晕的向中间的人挥了一拳&lt;br /&gt;
还好他还熟睡&lt;br /&gt;
不然给他发现了我就 &lt;font style=&quot;font-weight: bold&quot; size=&quot;5&quot;&gt;&quot;大锅&quot;&lt;/font&gt;下不到山&lt;br /&gt;
我快速的洗刷完毕&lt;br /&gt;
就连和邪恶的女人都没有打招呼就跑路了驾着V-仔赶场&lt;br /&gt;
下山的时候我还一直换牙挡&lt;br /&gt;
就在一个弯曲的路上我换到 &lt;font size=&quot;5&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;R&lt;/span&gt;&lt;/font&gt; &lt;font style=&quot;font-weight: bold&quot; size=&quot;5&quot;&gt;!!!&lt;/font&gt;&lt;br /&gt;
哇吓到我, 直接停在路边用水洗脸精神才从新出发 = =+&lt;br /&gt;
&lt;br /&gt;
我又很安全和提早!!!的到达了单眼皮约定的地点&lt;br /&gt;
这次我坐上单眼皮的车继续我疯狂的玩乐&lt;br /&gt;
路途吃吃玩玩学习学习认识美眉&lt;br /&gt;
在黄金海边晒了两个小时&lt;br /&gt;
海风早已帮我换了新的发型&lt;br /&gt;
天生就很白的我, 虽然没有古铜色皮肤 &lt;br /&gt;
但只少没有白到刺痛别人的眼睛&lt;br /&gt;
&lt;br /&gt;
就在JAMES&lt;font style=&quot;color: rgb(153, 51, 102)&quot; size=&quot;1&quot;&gt;拉屎&lt;/font&gt;的时候&lt;br /&gt;
玩起了50D CANON&lt;br /&gt;
早就喜欢它了&lt;br /&gt;
就是不能狠下心败了这东西 = =+&lt;br /&gt;
热爱美的事物更加喜欢有FEEL的画面&lt;br /&gt;
虽然没有拿笔作画很多年的我&lt;br /&gt;
还是喜欢创作&lt;br /&gt;
所以我&lt;br /&gt;
.&lt;br /&gt;
.&lt;br /&gt;
.&lt;br /&gt;
.&lt;br /&gt;
.&lt;br /&gt;
(请大家发挥你们的想象力帮我填下去留言^_^)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div id=&quot;Gallery1042&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery1042 = new TTGallery(&quot;Gallery1042&quot;);Gallery1042.appendImage(&quot;http://www.ifublog.com/attach/140/1044203346.jpg&quot;, &quot;迟到给人发现了!!!&quot;, 500, 333);Gallery1042.appendImage(&quot;http://www.ifublog.com/attach/140/1315077358.jpg&quot;, &quot;对...又是我在帮忙弄&quot;, 500, 348);Gallery1042.appendImage(&quot;http://www.ifublog.com/attach/140/1300495886.jpg&quot;, &quot;村姑与瘦女AND强镜头的大安&quot;, 335, 500);Gallery1042.appendImage(&quot;http://www.ifublog.com/attach/140/1096905913.jpg&quot;, &quot;好x XXX怕这张照片是在臭话中拍的&quot;, 500, 332);Gallery1042.appendImage(&quot;http://www.ifublog.com/attach/140/1098993148.jpg&quot;, &quot;过马路请左看看~&quot;, 500, 331);Gallery1042.appendImage(&quot;http://www.ifublog.com/attach/140/1361668928.jpg&quot;, &quot;然后再右看看, 这才可以安心的过马路. 这个信息是安德儒温馨的提醒&quot;, 500, 331);Gallery1042.appendImage(&quot;http://www.ifublog.com/attach/140/1159188096.jpg&quot;, &quot;&quot;, 332, 500);Gallery1042.appendImage(&quot;http://www.ifublog.com/attach/140/1226295686.jpg&quot;, &quot;这是拍摄的路程的开始&quot;, 500, 375);Gallery1042.appendImage(&quot;http://www.ifublog.com/attach/140/1301687697.jpg&quot;, &quot;一代宗师在默默的拍照. . . &quot;, 333, 500);Gallery1042.appendImage(&quot;http://www.ifublog.com/attach/140/1286394201.jpg&quot;, &quot;有些人就在伤心人的后面甜蜜蜜给我抓到&quot;, 500, 333);Gallery1042.appendImage(&quot;http://www.ifublog.com/attach/140/1155564104.jpg&quot;, &quot;一座空无一人的情人的情人桥. . . &quot;, 320, 500);Gallery1042.appendImage(&quot;http://www.ifublog.com/attach/140/1156848519.jpg&quot;, &quot;一朵小草....&quot;, 500, 344);Gallery1042.appendImage(&quot;http://www.ifublog.com/attach/140/1317183914.jpg&quot;, &quot;一个看式不懂能不能放插头进去的插座&quot;, 358, 500);Gallery1042.appendImage(&quot;http://www.ifublog.com/attach/140/1357279971.jpg&quot;, &quot;一位. .. . .你们自己填&quot;, 500, 375);Gallery1042.appendImage(&quot;http://www.ifublog.com/attach/140/1061297344.jpg&quot;, &quot;&quot;, 500, 375);Gallery1042.appendImage(&quot;http://www.ifublog.com/attach/140/1121371567.jpg&quot;, &quot;给人讲到我很有机心的大合照!!! &quot;, 500, 333);Gallery1042.appendImage(&quot;http://www.ifublog.com/attach/140/1238989857.jpg&quot;, &quot;唱歌就应该用胆田!!!&quot;, 500, 333);Gallery1042.appendImage(&quot;http://www.ifublog.com/attach/140/1191266936.jpg&quot;, &quot;各位见证!!! 我拜AH TAK为师了!!! 连茶都有了&quot;, 500, 340);Gallery1042.appendImage(&quot;http://www.ifublog.com/attach/140/1027484600.jpg&quot;, &quot;卖相机时间, NIKON D90正!!! 我没有骗你, 你看旁边的人母指都竖起来了&quot;, 500, 313);Gallery1042.show();&lt;/script&gt;&lt;br /&gt;
</description>
			<category>TG SEPAT &amp; BAGAN LALANG</category>
			<category>黄子华</category>
			<author> (Andrew 安得儒)</author>
			<guid>http://www.ifublog.com/andrew/104</guid>
			<comments>http://www.ifublog.com/andrew/entry/38%E7%9A%84%E5%8E%BB%E4%BA%91%E9%A1%B6%E5%92%8C%E5%8E%BBTG-SEPAT-BAGAN-LALANG#entry104comment</comments>
			<pubDate>Thu, 18 Mar 2010 17:38:33 +0800</pubDate>
		</item>
		<item>
			<title>舅母生出老虎表妹~ 来表哥带你去看金鱼</title>
			<link>http://www.ifublog.com/andrew/entry/%E8%88%85%E6%AF%8D%E7%94%9F%E5%87%BA%E8%80%81%E8%99%8E%E8%A1%A8%E5%A6%B9-%E6%9D%A5%E8%A1%A8%E5%93%A5%E5%B8%A6%E4%BD%A0%E5%8E%BB%E7%9C%8B%E9%87%91%E9%B1%BC</link>
			<description>可能在很久很久以前&lt;br /&gt;
还存在着&lt;font size=&quot;5&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;重&lt;span style=&quot;color: rgb(23, 127, 205)&quot;&gt;男&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;轻&lt;font style=&quot;color: rgb(255, 51, 153)&quot; size=&quot;1&quot;&gt;女&lt;/font&gt;的的情形&lt;br /&gt;
&lt;br /&gt;
但是慢慢的了解身边的所谓的现代女性&lt;br /&gt;
很多都很 &lt;span style=&quot;font-weight: bold&quot;&gt;MAN&lt;/span&gt; 很正的美眉 (我不轻佻是老实吧了)&lt;br /&gt;
就在前天晚上我母亲接了电话&lt;br /&gt;
被告知舅母生了&lt;br /&gt;
是位女生&lt;br /&gt;
在电话里头我的啊姨还取笑我的外婆说&lt;br /&gt;
:&quot; 她在生出来的那一刻, 嘴边还挂着期待会生多半两在婴儿身上&quot; (所谓的小小鸟) &lt;br /&gt;
嘿嘿&lt;br /&gt;
&lt;br /&gt;
为什么我外婆有这个念头?&lt;br /&gt;
原因都是因为我. . .&amp;nbsp; . .&lt;br /&gt;
话说在二十多年前的某一天&lt;br /&gt;
我母亲怀我的时候我很调皮&lt;br /&gt;
在照X-光的时候我把我的脚掩盖着自豪的&quot;小小鸟&quot;&lt;br /&gt;
不给我家人发现到&lt;br /&gt;
拽到 ! ! !&lt;br /&gt;
&lt;br /&gt;
你懂啦, 以前媳妇第一胎不生男的&lt;br /&gt;
家婆就会黑着脸 嘴巴是下坠的月亮的形状&lt;br /&gt;
然后表情看你的时候眼睛 &quot;习惯性不发觉&lt;span style=&quot;font-style: italic&quot;&gt;歪少少&lt;/span&gt;&quot; 望上方不怎么在乎这样&lt;br /&gt;
&lt;br /&gt;
当发现我出身的那一刻是男的&lt;br /&gt;
开心到飙眼泪&lt;br /&gt;
毕竟是第一个孙子&lt;br /&gt;
所以我说. . . .多现实啊多黑暗&lt;br /&gt;
辛苦我的母亲在身我前受到白眼&lt;br /&gt;
世上只有妈妈好 ^_^&lt;br /&gt;
&lt;br /&gt;
在坐的各位, 如果有一天你真的有了孩子&lt;br /&gt;
你会有这种心态吗?&lt;br /&gt;
就是希望生出来的那一刻&lt;br /&gt;
还希望是男生吗 ?&lt;br /&gt;
&lt;br /&gt;
P/S 不懂那个时候生出来的时候是穿着很粉红的婴儿服没有 = =+&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/140/1288342405.jpg&quot; width=&quot;489&quot; height=&quot;301&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
</description>
			<category>小小鸟</category>
			<category>生出</category>
			<author> (Andrew 安得儒)</author>
			<guid>http://www.ifublog.com/andrew/103</guid>
			<comments>http://www.ifublog.com/andrew/entry/%E8%88%85%E6%AF%8D%E7%94%9F%E5%87%BA%E8%80%81%E8%99%8E%E8%A1%A8%E5%A6%B9-%E6%9D%A5%E8%A1%A8%E5%93%A5%E5%B8%A6%E4%BD%A0%E5%8E%BB%E7%9C%8B%E9%87%91%E9%B1%BC#entry103comment</comments>
			<pubDate>Fri, 12 Mar 2010 18:19:33 +0800</pubDate>
		</item>
		<item>
			<title>全城热恋- 不一样的爱情的爱情片</title>
			<link>http://www.ifublog.com/andrew/entry/%E5%85%A8%E5%9F%8E%E7%83%AD%E6%81%8B</link>
			<description>好久没有试过了&lt;br /&gt;
就是那么的 SWEET&lt;br /&gt;
心跳加快的感觉&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
谁不看首影都有这种感觉的&lt;br /&gt;
哈哈&lt;br /&gt;
忘了第几天或哪一天&lt;br /&gt;
我只是知道&lt;br /&gt;
拿了票直飞 1 U 看戏去了&lt;br /&gt;
旁边坐着美人&lt;br /&gt;
但不是&quot;安拿答&quot;&lt;br /&gt;
去了现场还有人霸位置&lt;br /&gt;
多好的享受&lt;br /&gt;
非常的感谢他们. . . .(我没有良心,忘记他们的名字)&lt;br /&gt;
证明我是很专心看电影的&lt;br /&gt;
嘿嘿&lt;br /&gt;
&lt;br /&gt;
电影里多段爱情故事&lt;br /&gt;
我最喜欢的还是 &lt;br /&gt;
&lt;br /&gt;
&quot; 站上一百天 , 你就是我的女朋友 &quot;&lt;br /&gt;
的那一段爱情故事&lt;br /&gt;
我是位艺术家&lt;br /&gt;
但是我知道什么叫现实&lt;br /&gt;
所以我还是认为&lt;br /&gt;
那位男主角离开&lt;br /&gt;
故事很符合现实性&lt;br /&gt;
还有女主角赶去火车站的那一刻&lt;br /&gt;
当然有的人会说:&quot; 什么时代了, 还有人那么老套追去飞机场&quot;&lt;br /&gt;
我只能说. . . .是我的话&lt;br /&gt;
应该会这样做&lt;br /&gt;
不为什么&lt;br /&gt;
当然希望不会需要那么可怜那样做啦&lt;br /&gt;
在房门就好追回来了&lt;br /&gt;
哈哈&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
这部戏的导演很好&lt;br /&gt;
他在这个电影里面按插了PLAY BACK 的情节&lt;br /&gt;
给我惊喜&lt;br /&gt;
而且结局还是 HAPPY ENDING&lt;br /&gt;
我只能说, 朋友们去看看吧&lt;br /&gt;
&lt;br /&gt;
哨牙安 上&lt;br /&gt;
&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;var servicePath=&quot;http://www.ifublog.com&quot;; var blogURL=&quot;http://www.ifublog.com/andrew/&quot;;function TTGallery(containerId)
{
	this.containerId = containerId;
	this.container = document.getElementById(this.containerId);
	this.container.style.filter = &quot;progid:DXImageTransform.Microsoft.Fade(duration=0.3, overlap=1.0)&quot;;
	this.container.style.textAlign = &quot;center&quot;;
	this.container.style.width = &quot;100%&quot;;
	this.container.instance = this;

	this.numImages = 0;
	this.imageLoaded = 0;
	this.offset = 0;

	this.src = new Array();
	this.caption = new Array();
	this.width = new Array();
	this.height = new Array();
	this.imageCache = new Array();
};

TTGallery.prototype.appendImage = function(src, caption, width, height)
{
	this.numImages++;

	var imageCache = new Image();
	imageCache.src = src;
	imageCache.onload = function() { var tmp = this.src; };

	this.imageCache[this.imageCache.length] = src;

	this.src[this.src.length] = src;
	this.width[this.width.length] = width;
	this.height[this.height.length] = height;
	this.caption[this.caption.length] = caption;
};

TTGallery.prototype.getControl = function()
{
	var control = document.createElement(&quot;div&quot;);
	control.style.marginBottom = &quot;10px&quot;;
	control.className = &quot;galleryControl&quot;;
	control.style.color = &quot;#777&quot;;
	control.style.font = &quot;bold 0.9em Verdana, Sans-serif&quot;;
	control.innerHTML = &#039;(&#039; + (this.offset + 1) + &#039;/&#039; + this.numImages + &#039;) &lt;a href=&quot;#&quot; onclick=&quot;document.getElementById(\&#039;&#039; + this.containerId + &#039;\&#039;).instance.prev(); return false&quot; style=&quot;border: 0px&quot;&gt;&lt;img src=&quot;&#039; + servicePath + &#039;/image/gallery_prev.gif&quot; width=&quot;20&quot; height=&quot;16&quot; alt=&quot;PREVIOUS&quot; style=&quot;vertical-align: middle&quot;/&gt;&lt;/a&gt; &lt;a href=&quot;#&quot; onclick=&quot;document.getElementById(\&#039;&#039; + this.containerId + &#039;\&#039;).instance.showImagePopup1(); return false&quot; style=&quot;border: 0px&quot;&gt;&lt;img src=&quot;&#039; + servicePath + &#039;/image/gallery_enlarge.gif&quot; width=&quot;70&quot; height=&quot;19&quot; alt=&quot;ZOOM&quot; style=&quot;vertical-align: middle&quot;/&gt;&lt;/a&gt; &lt;a href=&quot;#&quot; onclick=&quot;document.getElementById(\&#039;&#039; + this.containerId + &#039;\&#039;).instance.next(); return false&quot; style=&quot;border: 0px&quot;&gt;&lt;img src=&quot;&#039; + servicePath + &#039;/image/gallery_next.gif&quot; width=&quot;20&quot; height=&quot;16&quot; alt=&quot;NEXT&quot; style=&quot;vertical-align: middle&quot;/&gt;&lt;/a&gt;&#039;;

	return control;
};

TTGallery.prototype.getImage = function()
{
	var image = document.createElement(&quot;img&quot;);
	image.instance = this;
	image.src = this.src[this.offset];
	image.width = this.width[this.offset];
	image.height = this.height[this.offset];
	image.onclick = this.showImagePopup2;
	image.style.cursor = &quot;pointer&quot;;

	return image;
};

TTGallery.prototype.getCaption = function()
{
	var captionText = this.caption[this.offset];
	captionText = captionText.replace(new RegExp(&quot;&amp;amp;?&quot;, &quot;gi&quot;), &quot;&amp;&quot;);
	captionText = captionText.replace(new RegExp(&quot;&amp;lt;?&quot;, &quot;gi&quot;), &quot;&lt;&quot;);
	captionText = captionText.replace(new RegExp(&quot;&amp;gt;?&quot;, &quot;gi&quot;), &quot;&gt;&quot;);
	captionText = captionText.replace(new RegExp(&quot;&amp;quot;?&quot;, &quot;gi&quot;), &quot;\&quot;&quot;);
	captionText = captionText.replace(new RegExp(&quot;&amp;#39;?&quot;, &quot;gi&quot;), &quot;&#039;&quot;);
	
	var caption = document.createElement(&quot;div&quot;);
	caption.style.textAlign = &quot;center&quot;;
	caption.style.marginTop = &quot;8px&quot;;
	caption.style.color = &quot;#627e89&quot;;
	caption.className = &quot;galleryCaption&quot;;
	caption.appendChild(document.createTextNode(captionText));

	return caption;
};

TTGallery.prototype.show = function(offset)
{
	if(this.numImages == 0) {
		var div = document.createElement(&quot;div&quot;);
		div.style.textAlign = &quot;center&quot;;
		div.style.color = &quot;#888&quot;;
		div.style.margin = &quot;10px auto&quot;;
		div.style.font = &quot;bold 2em/1 Verdana, Sans-serif&quot;;
		div.innerHTML = &quot;NO IMAGES&quot;;
		this.container.appendChild(div);	
		return;
	}

	if(typeof offset == &quot;undefined&quot;)
		this.offset = 0;
	else
	{
		if(offset &lt; 0)
			this.offset = this.numImages -1;
		else if(offset &gt;= this.numImages)
			this.offset = 0;
		else
			this.offset = offset;
	}

	if(this.container.filters)
		this.container.filters[0].Apply();

	this.container.innerHTML = &quot;&quot;;
	this.container.appendChild(this.getControl());
	this.container.appendChild(this.getImage());
	this.container.appendChild(this.getCaption());

	if(this.container.filters)
		this.container.filters[0].Play();
};

TTGallery.prototype.prev = function()
{
	this.show(this.offset-1);
};

TTGallery.prototype.next = function()
{
	this.show(this.offset+1);
};

TTGallery.prototype.showImagePopup1 = function()
{
	this.showImagePopup();
};

TTGallery.prototype.showImagePopup2 = function()
{
	this.instance.showImagePopup();
};

TTGallery.prototype.showImagePopup = function(offset)
{
	try {
		open_img(this.src[this.offset]);
	} catch(e) {
		window.open(this.src[this.offset]);
	}	
};&lt;/script&gt;&lt;div id=&quot;Gallery1021&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery1021 = new TTGallery(&quot;Gallery1021&quot;);Gallery1021.appendImage(&quot;http://www.ifublog.com/attach/140/1036165687.jpg&quot;, &quot;我的朋友患有老人手,请见谅&quot;, 225, 300);Gallery1021.appendImage(&quot;http://www.ifublog.com/attach/140/1310560047.jpg&quot;, &quot;我来也&quot;, 225, 300);Gallery1021.show();&lt;/script&gt;</description>
			<category>全城热恋</category>
			<author> (Andrew 安得儒)</author>
			<guid>http://www.ifublog.com/andrew/102</guid>
			<comments>http://www.ifublog.com/andrew/entry/%E5%85%A8%E5%9F%8E%E7%83%AD%E6%81%8B#entry102comment</comments>
			<pubDate>Mon, 08 Mar 2010 21:38:23 +0800</pubDate>
		</item>
		<item>
			<title>太阳雨</title>
			<link>http://www.ifublog.com/andrew/entry/%E5%A4%AA%E9%98%B3%E9%9B%A8</link>
			<description>熟悉雨天&lt;br /&gt;
也和晴天做了好朋友&lt;br /&gt;
有种天气&lt;br /&gt;
我永远都不知晓怎么让它去订位&lt;br /&gt;
代表一种心情 矛盾&lt;br /&gt;
太阳有它的活力, 连日放晴演变旱过于偏激&lt;br /&gt;
雨天是地球的生命根本, 过于频密摇身水患 觉得无情&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
太阳雨&lt;br /&gt;
另类不能预测下一秒它的袭击&lt;br /&gt;
会恶化或继续放晴 来个皆大欢喜&lt;br /&gt;
仿佛垺在没有木奖的小船&lt;br /&gt;
任海风摆弄漂浮&lt;br /&gt;
但下刻它可能到达海岸边&lt;br /&gt;
继续有人掌驼行驶 &lt;br /&gt;
&lt;br /&gt;
如此懊恼揣测&lt;br /&gt;
还真的想步入雨中&lt;br /&gt;
却不忘手握以备的雨伞&lt;br /&gt;
如果真的那么不幸运到贴底&lt;br /&gt;
手中是把被老鼠咬到破烂不堪的伞&lt;br /&gt;
我不介意抛开所有&lt;br /&gt;
放手来个漫步&lt;br /&gt;
.&lt;br /&gt;
.&lt;br /&gt;
.&lt;br /&gt;
.&lt;br /&gt;
.&lt;br /&gt;
但是嘴中应该是哼着愉快的歌曲&lt;br /&gt;
&amp;lt;&amp;lt;超级白&amp;gt;&amp;gt;&amp;nbsp; ^_^&lt;br /&gt;
来个搭訕也不错&lt;br /&gt;
但是绝对不是相亲OK&amp;gt;?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/140/1040735143.jpg&quot; width=&quot;480&quot; height=&quot;360&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
</description>
			<category>太阳雨</category>
			<author> (Andrew 安得儒)</author>
			<guid>http://www.ifublog.com/andrew/101</guid>
			<comments>http://www.ifublog.com/andrew/entry/%E5%A4%AA%E9%98%B3%E9%9B%A8#entry101comment</comments>
			<pubDate>Fri, 05 Mar 2010 02:31:23 +0800</pubDate>
		</item>
		<item>
			<title>新年的新希望2010</title>
			<link>http://www.ifublog.com/andrew/entry/%E6%96%B0%E5%B9%B4%E7%9A%84%E6%96%B0%E5%B8%8C%E6%9C%9B</link>
			<description>其实真的没有写过新年篇&lt;br /&gt;
就来露一手吧(讲到自己很像很厉害将)&lt;br /&gt;
这一来个月&lt;br /&gt;
我沉淀了很多&lt;br /&gt;
可能都忙于出去找机会 LUBANG&amp;nbsp; ( 广东话: 窿路 )&lt;br /&gt;
选地点看二手器具&lt;br /&gt;
按来按去记算机给我算到爆了 &lt;br /&gt;
我的朋友&lt;br /&gt;
有的叫我做建筑工头&lt;br /&gt;
有的请我做香熏治疗的得力助手&lt;br /&gt;
有的帮我介绍工作&lt;br /&gt;
有的帮我分析目前的状况&lt;br /&gt;
有的帮我算命看前程&lt;br /&gt;
有的安慰我的近况&lt;br /&gt;
说真的&lt;br /&gt;
&lt;br /&gt;
很窝心&lt;br /&gt;
我会记住你们这些人的&lt;br /&gt;
无论帮不帮到我&lt;br /&gt;
这些乱七八糟的祝福和心意我收了 (一个人打那么多份工我肯定发到猪头将)&lt;br /&gt;
哈哈&lt;br /&gt;
&lt;br /&gt;
枕头给我睡坏了几个的我都还在想&lt;br /&gt;
想不到了就跑去神庙交给我的契妈妈想 ( 观音娘娘)&lt;br /&gt;
哈哈&lt;br /&gt;
&lt;br /&gt;
今年新年吃最多好料的一年&lt;br /&gt;
天天都是大鱼大肉&lt;br /&gt;
有喜欢的过年饼干&lt;br /&gt;
老妈妈弄的布丁&lt;br /&gt;
还有爸爸公会派给筹委团一箱箱的啤酒!!!&lt;br /&gt;
天&lt;br /&gt;
我给人教坏了&lt;br /&gt;
平常的我是不会跑去多手开来喝&lt;br /&gt;
&lt;br /&gt;
当然啦~&lt;br /&gt;
我还是走马看花的用SONY ERICSSON 3.2 和 PS&lt;br /&gt;
弄了几张照片供你们来欣赏下 ^_^&lt;br /&gt;
&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;var servicePath=&quot;http://www.ifublog.com&quot;; var blogURL=&quot;http://www.ifublog.com/andrew/&quot;;function TTGallery(containerId)
{
	this.containerId = containerId;
	this.container = document.getElementById(this.containerId);
	this.container.style.filter = &quot;progid:DXImageTransform.Microsoft.Fade(duration=0.3, overlap=1.0)&quot;;
	this.container.style.textAlign = &quot;center&quot;;
	this.container.style.width = &quot;100%&quot;;
	this.container.instance = this;

	this.numImages = 0;
	this.imageLoaded = 0;
	this.offset = 0;

	this.src = new Array();
	this.caption = new Array();
	this.width = new Array();
	this.height = new Array();
	this.imageCache = new Array();
};

TTGallery.prototype.appendImage = function(src, caption, width, height)
{
	this.numImages++;

	var imageCache = new Image();
	imageCache.src = src;
	imageCache.onload = function() { var tmp = this.src; };

	this.imageCache[this.imageCache.length] = src;

	this.src[this.src.length] = src;
	this.width[this.width.length] = width;
	this.height[this.height.length] = height;
	this.caption[this.caption.length] = caption;
};

TTGallery.prototype.getControl = function()
{
	var control = document.createElement(&quot;div&quot;);
	control.style.marginBottom = &quot;10px&quot;;
	control.className = &quot;galleryControl&quot;;
	control.style.color = &quot;#777&quot;;
	control.style.font = &quot;bold 0.9em Verdana, Sans-serif&quot;;
	control.innerHTML = &#039;(&#039; + (this.offset + 1) + &#039;/&#039; + this.numImages + &#039;) &lt;a href=&quot;#&quot; onclick=&quot;document.getElementById(\&#039;&#039; + this.containerId + &#039;\&#039;).instance.prev(); return false&quot; style=&quot;border: 0px&quot;&gt;&lt;img src=&quot;&#039; + servicePath + &#039;/image/gallery_prev.gif&quot; width=&quot;20&quot; height=&quot;16&quot; alt=&quot;PREVIOUS&quot; style=&quot;vertical-align: middle&quot;/&gt;&lt;/a&gt; &lt;a href=&quot;#&quot; onclick=&quot;document.getElementById(\&#039;&#039; + this.containerId + &#039;\&#039;).instance.showImagePopup1(); return false&quot; style=&quot;border: 0px&quot;&gt;&lt;img src=&quot;&#039; + servicePath + &#039;/image/gallery_enlarge.gif&quot; width=&quot;70&quot; height=&quot;19&quot; alt=&quot;ZOOM&quot; style=&quot;vertical-align: middle&quot;/&gt;&lt;/a&gt; &lt;a href=&quot;#&quot; onclick=&quot;document.getElementById(\&#039;&#039; + this.containerId + &#039;\&#039;).instance.next(); return false&quot; style=&quot;border: 0px&quot;&gt;&lt;img src=&quot;&#039; + servicePath + &#039;/image/gallery_next.gif&quot; width=&quot;20&quot; height=&quot;16&quot; alt=&quot;NEXT&quot; style=&quot;vertical-align: middle&quot;/&gt;&lt;/a&gt;&#039;;

	return control;
};

TTGallery.prototype.getImage = function()
{
	var image = document.createElement(&quot;img&quot;);
	image.instance = this;
	image.src = this.src[this.offset];
	image.width = this.width[this.offset];
	image.height = this.height[this.offset];
	image.onclick = this.showImagePopup2;
	image.style.cursor = &quot;pointer&quot;;

	return image;
};

TTGallery.prototype.getCaption = function()
{
	var captionText = this.caption[this.offset];
	captionText = captionText.replace(new RegExp(&quot;&amp;amp;?&quot;, &quot;gi&quot;), &quot;&amp;&quot;);
	captionText = captionText.replace(new RegExp(&quot;&amp;lt;?&quot;, &quot;gi&quot;), &quot;&lt;&quot;);
	captionText = captionText.replace(new RegExp(&quot;&amp;gt;?&quot;, &quot;gi&quot;), &quot;&gt;&quot;);
	captionText = captionText.replace(new RegExp(&quot;&amp;quot;?&quot;, &quot;gi&quot;), &quot;\&quot;&quot;);
	captionText = captionText.replace(new RegExp(&quot;&amp;#39;?&quot;, &quot;gi&quot;), &quot;&#039;&quot;);
	
	var caption = document.createElement(&quot;div&quot;);
	caption.style.textAlign = &quot;center&quot;;
	caption.style.marginTop = &quot;8px&quot;;
	caption.style.color = &quot;#627e89&quot;;
	caption.className = &quot;galleryCaption&quot;;
	caption.appendChild(document.createTextNode(captionText));

	return caption;
};

TTGallery.prototype.show = function(offset)
{
	if(this.numImages == 0) {
		var div = document.createElement(&quot;div&quot;);
		div.style.textAlign = &quot;center&quot;;
		div.style.color = &quot;#888&quot;;
		div.style.margin = &quot;10px auto&quot;;
		div.style.font = &quot;bold 2em/1 Verdana, Sans-serif&quot;;
		div.innerHTML = &quot;NO IMAGES&quot;;
		this.container.appendChild(div);	
		return;
	}

	if(typeof offset == &quot;undefined&quot;)
		this.offset = 0;
	else
	{
		if(offset &lt; 0)
			this.offset = this.numImages -1;
		else if(offset &gt;= this.numImages)
			this.offset = 0;
		else
			this.offset = offset;
	}

	if(this.container.filters)
		this.container.filters[0].Apply();

	this.container.innerHTML = &quot;&quot;;
	this.container.appendChild(this.getControl());
	this.container.appendChild(this.getImage());
	this.container.appendChild(this.getCaption());

	if(this.container.filters)
		this.container.filters[0].Play();
};

TTGallery.prototype.prev = function()
{
	this.show(this.offset-1);
};

TTGallery.prototype.next = function()
{
	this.show(this.offset+1);
};

TTGallery.prototype.showImagePopup1 = function()
{
	this.showImagePopup();
};

TTGallery.prototype.showImagePopup2 = function()
{
	this.instance.showImagePopup();
};

TTGallery.prototype.showImagePopup = function(offset)
{
	try {
		open_img(this.src[this.offset]);
	} catch(e) {
		window.open(this.src[this.offset]);
	}	
};&lt;/script&gt;&lt;div id=&quot;Gallery971&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery971 = new TTGallery(&quot;Gallery971&quot;);Gallery971.appendImage(&quot;http://www.ifublog.com/attach/140/1035814944.jpg&quot;, &quot;各位对于炎热的空气和阻塞的交通不陌生吧&quot;, 300, 400);Gallery971.appendImage(&quot;http://www.ifublog.com/attach/140/1031346309.jpg&quot;, &quot;到了契妈的家求神拜佛去&quot;, 400, 300);Gallery971.appendImage(&quot;http://www.ifublog.com/attach/140/1168002219.jpg&quot;, &quot;许了三个愿望, 等下告诉你们&quot;, 400, 300);Gallery971.appendImage(&quot;http://www.ifublog.com/attach/140/1127271695.jpg&quot;, &quot;&quot;, 400, 300);Gallery971.appendImage(&quot;http://www.ifublog.com/attach/140/1091620755.jpg&quot;, &quot;回家吃了素的盆菜&quot;, 400, 288);Gallery971.appendImage(&quot;http://www.ifublog.com/attach/140/1097417614.jpg&quot;, &quot;量一量体重, 原来我胖了两KG吧了?&quot;, 400, 268);Gallery971.appendImage(&quot;http://www.ifublog.com/attach/140/1309997743.jpg&quot;, &quot;吃包后走去看看行情,顺便看看DREAM HOUSE 和 DREAM CAR&quot;, 400, 300);Gallery971.appendImage(&quot;http://www.ifublog.com/attach/140/1348044612.jpg&quot;, &quot;夕阳无限好&quot;, 400, 300);Gallery971.appendImage(&quot;http://www.ifublog.com/attach/140/1192761115.jpg&quot;, &quot;第一愿望, 这间家的一半就好了&quot;, 400, 300);Gallery971.appendImage(&quot;http://www.ifublog.com/attach/140/1184240604.jpg&quot;, &quot;第二愿望 家的后面有一个湖&quot;, 400, 300);Gallery971.appendImage(&quot;http://www.ifublog.com/attach/140/1388329947.jpg&quot;, &quot; 如果湖的中间有一艘船的话也不错&quot;, 400, 300);Gallery971.appendImage(&quot;http://www.ifublog.com/attach/140/1346285063.jpg&quot;, &quot;第三愿望当然就是两个门的车子就好了, 我不贪心.我都没有要求四个门的 你们说对不对?&quot;, 400, 300);Gallery971.show();&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div id=&quot;Gallery972&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery972 = new TTGallery(&quot;Gallery972&quot;);Gallery972.appendImage(&quot;http://www.ifublog.com/attach/140/1324643717.jpg&quot;, &quot;从小长大的地方, 摇啊摇摇到外婆桥&quot;, 400, 300);Gallery972.appendImage(&quot;http://www.ifublog.com/attach/140/1015750323.jpg&quot;, &quot;前面的大树都被迁走了,只看到不怎么美的风景,唯一的好处是在远处就可以看到谁到访和谁在家&quot;, 400, 300);Gallery972.appendImage(&quot;http://www.ifublog.com/attach/140/1313195726.jpg&quot;, &quot;炎热的下午&quot;, 400, 300);Gallery972.appendImage(&quot;http://www.ifublog.com/attach/140/1115458560.jpg&quot;, &quot;就连百年大树都抵挡不了炎热&quot;, 300, 400);Gallery972.appendImage(&quot;http://www.ifublog.com/attach/140/1272079142.jpg&quot;, &quot;以为租了一辆好的车子&quot;, 400, 300);Gallery972.appendImage(&quot;http://www.ifublog.com/attach/140/1270359414.jpg&quot;, &quot;谁知道是上了十年以上的车子&quot;, 400, 300);Gallery972.appendImage(&quot;http://www.ifublog.com/attach/140/1088742605.jpg&quot;, &quot;抵挡不了冷气不强的男孩一号&quot;, 300, 400);Gallery972.appendImage(&quot;http://www.ifublog.com/attach/140/1203843748.jpg&quot;, &quot;连续中暑开着眼睛睡觉的男孩二号&quot;, 400, 300);Gallery972.appendImage(&quot;http://www.ifublog.com/attach/140/1011938756.jpg&quot;, &quot;去了谈边的老店后街,才发现到原来以前的店面都很长.配上后期的粉刷,也蛮有风味的&quot;, 400, 331);Gallery972.appendImage(&quot;http://www.ifublog.com/attach/140/1095170309.jpg&quot;, &quot;&quot;, 294, 400);Gallery972.appendImage(&quot;http://www.ifublog.com/attach/140/1244426765.jpg&quot;, &quot;只有在旧楼才可以发现的照片&quot;, 400, 300);Gallery972.appendImage(&quot;http://www.ifublog.com/attach/140/1004241879.jpg&quot;, &quot;很无奈给我叫进去欠打的男孩三号&quot;, 400, 300);Gallery972.appendImage(&quot;http://www.ifublog.com/attach/140/1005208476.jpg&quot;, &quot;皇太后, 和太上黄太后加上今年要生虎女的啊姨&quot;, 400, 300);Gallery972.appendImage(&quot;http://www.ifublog.com/attach/140/1133472647.jpg&quot;, &quot;&quot;, 400, 267);Gallery972.appendImage(&quot;http://www.ifublog.com/attach/140/1223903551.jpg&quot;, &quot;祝贺大家像这条鱼一样笑口常开, 谢谢大家很有耐心的收看.&quot;, 400, 300);Gallery972.show();&lt;/script&gt;&lt;br /&gt;
新的一年新的开始,新的希望 &lt;br /&gt;
新作风新步伐新计划做个新兴人&lt;br /&gt;
</description>
			<category>华人新年</category>
			<author> (Andrew 安得儒)</author>
			<guid>http://www.ifublog.com/andrew/97</guid>
			<comments>http://www.ifublog.com/andrew/entry/%E6%96%B0%E5%B9%B4%E7%9A%84%E6%96%B0%E5%B8%8C%E6%9C%9B#entry97comment</comments>
			<pubDate>Thu, 18 Feb 2010 23:31:21 +0800</pubDate>
		</item>
		<item>
			<title>最后新年的冲刺. 买 买 买</title>
			<link>http://www.ifublog.com/andrew/entry/%E6%9C%80%E5%90%8E%E6%96%B0%E5%B9%B4%E7%9A%84%E5%86%B2%E5%88%BA</link>
			<description>又是 时间说些有的没的&lt;br /&gt;
这次要分享的是&amp;nbsp; 新年穿着风水之说&lt;br /&gt;
如何说起呢&lt;br /&gt;
就在风和日丽某一天老妈子就说&lt;br /&gt;
儿子啊&lt;br /&gt;
你买新年衣服记得要买有领和有袖子的&lt;br /&gt;
&lt;br /&gt;
这样就等于&lt;font size=&quot;3&quot;&gt; &lt;span style=&quot;padding: 3px 1px 0px; background-color: rgb(208, 255, 157); color: rgb(32, 32, 32)&quot;&gt;&lt;span style=&quot;padding: 3px 1px 0px; background-color: rgb(0, 153, 102); color: rgb(255, 255, 255);&quot;&gt;领袖领袖&lt;/span&gt;&lt;/span&gt;&lt;/font&gt; 的意识咯 = =+&lt;br /&gt;
OK, 朋友们收到吗? &lt;br /&gt;
有没有点 寒冷 的感觉&lt;br /&gt;
虽然是这样&lt;br /&gt;
我还是买了&lt;br /&gt;
宁可信其有!!! 有杀过没放过&lt;br /&gt;
好的意头我们这段时间都会拼命的去拿和去做&lt;br /&gt;
是不是啊 ??? 不懂要不要买红内裤来旺一下 !!! &lt;br /&gt;
哈哈&lt;br /&gt;
&lt;br /&gt;
所谓好人做到底&lt;br /&gt;
何况我就是超级好人&lt;br /&gt;
就在这里帮&lt;a href=&quot;http://www.facebook.com/photo.php?pid=3917564&amp;amp;o=all&amp;amp;op=1&amp;amp;view=all&amp;amp;subj=193946361084&amp;amp;aid=-1&amp;amp;id=575241700&amp;amp;fbid=298406966700&quot;&gt;芭比&lt;/a&gt;打下广告&lt;br /&gt;
这几天都有做特别的折扣!! &lt;br /&gt;
按&lt;a href=&quot;http://www.facebook.com/photo.php?pid=3917564&amp;amp;o=all&amp;amp;op=1&amp;amp;view=all&amp;amp;subj=193946361084&amp;amp;aid=-1&amp;amp;id=575241700&amp;amp;fbid=298406966700&quot;&gt;这里&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
我们还在她店里面拍了单眼皮逼我叫鸡!!!!!&lt;br /&gt;
饭吃的短片 ^_^&lt;br /&gt;
祝贺各位天天都笑口常开&lt;br /&gt;
新年进步&lt;br /&gt;
步步高升&lt;br /&gt;
财色兼收 (RB说色是指生活多姿多彩哦)&lt;br /&gt;
猪笼入水&lt;br /&gt;
扮猪吃老虎&lt;br /&gt;
OPSS 说错了&lt;br /&gt;
&lt;br /&gt;
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/MrDj-D6iIb0&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;color1=0x006699&amp;amp;color2=0x54abd6&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/MrDj-D6iIb0&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;color1=0x006699&amp;amp;color2=0x54abd6&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/140/1293676733.jpg&quot; width=&quot;303&quot; height=&quot;408&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
我也在MIDORI买了衣服&lt;br /&gt;
看起来好像很大件这样 = =+&lt;br /&gt;
没有关系新年我一定会吃到很胖的!!!&lt;br /&gt;
因为家里人租了大VAN 然后 到处去吃好料&lt;br /&gt;
所以我真的很忙的!!! 真的!!! &lt;br /&gt;
哈哈 , 爽啊 ^_^&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
</description>
			<category>冲刺</category>
			<category>新年</category>
			<author> (Andrew 安得儒)</author>
			<guid>http://www.ifublog.com/andrew/96</guid>
			<comments>http://www.ifublog.com/andrew/entry/%E6%9C%80%E5%90%8E%E6%96%B0%E5%B9%B4%E7%9A%84%E5%86%B2%E5%88%BA#entry96comment</comments>
			<pubDate>Fri, 12 Feb 2010 02:45:43 +0800</pubDate>
		</item>
		<item>
			<title>加油~~</title>
			<link>http://www.ifublog.com/andrew/entry/%E5%8A%A0%E6%B2%B9</link>
			<description>各位&lt;span style=&quot;color: rgb(255, 51, 153)&quot;&gt;亲爱&lt;/span&gt;的朋友们&lt;br /&gt;
LONG TIME NO SEE&lt;br /&gt;
华人&lt;span style=&quot;color: rgb(212, 26, 1)&quot;&gt;冬冬镪鞭炮&lt;/span&gt; 前夕难免很多东西要办&lt;br /&gt;
更何况现在的我&lt;br /&gt;
要处理的事情都像来势凶凶排山倒海的涌过来&lt;br /&gt;
差点把我给淹没&lt;br /&gt;
&lt;br /&gt;
现在生活对我来说&lt;br /&gt;
都充满陷阱危机抉择的挑战&lt;br /&gt;
不懂下一秒会发生什么&lt;br /&gt;
遇到问题&lt;br /&gt;
心里面就会激起自我调节的SYSTEM简称 自我安慰&lt;br /&gt;
COME ON BABY&lt;br /&gt;
你打我不死 !!!! 要来就来&lt;br /&gt;
这时候我的 IQ 会急速上涨&lt;br /&gt;
真的是逼 &quot;猪&quot; 跳墙 &lt;br /&gt;
嘿嘿 &lt;br /&gt;
&lt;br /&gt;
世上最好的良药还是约朋友出来吐槽&lt;br /&gt;
说说八挂 心情舒畅 继续奋战&lt;br /&gt;
十二字的 &quot;铭&quot; 言&lt;br /&gt;
最近还听了个名言:&quot; 刀仔锯大树&quot;&lt;br /&gt;
好适合现在的心情啊&lt;br /&gt;
想做却不能 现在实行的梦想政策&lt;br /&gt;
慢慢一步步咯&lt;br /&gt;
我相信我能成功&lt;br /&gt;
就怕身边没有多一把小刀继续给我锯&lt;br /&gt;
&lt;br /&gt;
只想和朋友和自己说声:&quot; &lt;font style=&quot;color: rgb(0, 153, 102); font-weight: bold&quot; size=&quot;5&quot;&gt;加油&lt;/font&gt;&lt;font style=&quot;font-weight: bold; color: rgb(0, 153, 102)&quot; size=&quot;5&quot;&gt;!!!&lt;/font&gt;&lt;span style=&quot;color: rgb(0, 153, 102)&quot;&gt; &lt;/span&gt;&quot;&lt;br /&gt;
continue. .&amp;nbsp; . . 继续拿着塑料的刀锯着千年大树中&lt;br /&gt;
(感觉我又在混文章啊)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;object width=&quot;500&quot; height=&quot;340&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/XLTe9-qayqg&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;color1=0x006699&amp;amp;color2=0x54abd6&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/XLTe9-qayqg&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;color1=0x006699&amp;amp;color2=0x54abd6&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;500&quot; height=&quot;340&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div id=&quot;more95_0&quot; style=&quot;display:block&quot;&gt;&lt;a href=&quot;#&quot; onclick=&quot;hideLayer(&#039;more95_0&#039;);showLayer(&#039;less95_0&#039;);return false&quot;&gt; [ 點此觀看全文喲！ ] &lt;/a&gt;&lt;/div&gt;&lt;div id=&quot;less95_0&quot; style=&quot;display:none&quot;&gt;&lt;a href=&quot;#&quot; onclick=&quot;showLayer(&#039;more95_0&#039;);hideLayer(&#039;less95_0&#039;);return false&quot;&gt; [ 點此縮回本文嚕！ ]  &lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
最近你好吗 少了一点微笑&lt;br /&gt;
说的话有点少&lt;br /&gt;
最近我也不好 全世界都在逆转&lt;br /&gt;
人开始反向思考&lt;br /&gt;
发现你爱的人 到处跑&lt;br /&gt;
昨晚刚升职 今天被炒&lt;br /&gt;
莫名其妙 谁会知道&lt;br /&gt;
是不是上天开的玩笑&lt;br /&gt;
地震时 你想和谁拥抱&lt;br /&gt;
什么是生命中的美好&lt;br /&gt;
轻易放掉 却不知道&lt;br /&gt;
幸福就在下一个转角&lt;br /&gt;
说一声加油 一切更美好&lt;br /&gt;
所有的悲伤 请往边靠&lt;br /&gt;
曾经流过的泪&lt;br /&gt;
湿了伤口 就让阳光晒干而褪&lt;br /&gt;
这一种加油 人人都需要&lt;br /&gt;
手牵手 我们一起赛跑&lt;br /&gt;
说好不见不散&lt;br /&gt;
每分每秒守候你到老&lt;br /&gt;
The beat goes on 时间它一直走&lt;br /&gt;
就像是Life goes on 这过程或许痛&lt;br /&gt;
不管顺流或逆流 你总得抬起头&lt;br /&gt;
让我们一起走 走过艰难和困惑&lt;br /&gt;
发现你爱的人 到处跑&lt;br /&gt;
昨晚刚升职 今天被炒&lt;br /&gt;
莫名其妙 谁会知道&lt;br /&gt;
是不是上天开的玩笑&lt;br /&gt;
地震时 你想和谁拥抱&lt;br /&gt;
什么是生命中的美好&lt;br /&gt;
轻易放掉 却不知道&lt;br /&gt;
幸福就在下一个转角&lt;br /&gt;
说一声加油 一切更美好&lt;br /&gt;
所有的悲伤 请往边靠&lt;br /&gt;
曾经流过的泪&lt;br /&gt;
湿了伤口 就让阳光晒干而褪&lt;br /&gt;
这一种加油 人人都需要&lt;br /&gt;
手牵手 我们一起赛跑&lt;br /&gt;
说好不见不散&lt;br /&gt;
每分每秒守候你到老&lt;br /&gt;
关关是难关 但我们关关过&lt;br /&gt;
雨后天晴的阳光 在天空闪闪&lt;br /&gt;
所出现的彩虹 忽然间我们才懂&lt;br /&gt;
如果这是一场马拉松 那我们一起加油&lt;br /&gt;
说一声加油 一切更美好&lt;br /&gt;
所有的悲伤 请往边靠&lt;br /&gt;
曾经流过的泪&lt;br /&gt;
湿了伤口 就让阳光晒干而褪&lt;br /&gt;
这一种加油 人人都需要&lt;br /&gt;
手牵手 我们一起赛跑&lt;br /&gt;
说好不见不散&lt;br /&gt;
每分每秒守候你到老&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
</description>
			<category>加油</category>
			<category>心情</category>
			<author> (Andrew 安得儒)</author>
			<guid>http://www.ifublog.com/andrew/95</guid>
			<comments>http://www.ifublog.com/andrew/entry/%E5%8A%A0%E6%B2%B9#entry95comment</comments>
			<pubDate>Sat, 06 Feb 2010 10:56:22 +0800</pubDate>
		</item>
		<item>
			<title>铁金刚姐妹团!!!</title>
			<link>http://www.ifublog.com/andrew/entry/%E9%93%81%E9%87%91%E5%88%9A%E5%A7%90%E5%A6%B9%E5%9B%A2</link>
			<description>在一月二十三号星期六&lt;br /&gt;
是我作梦都想不到的事情发生了&lt;br /&gt;
因为在我人生二十多年里头&lt;br /&gt;
第一次做 姐妹 !!! 而不是兄弟&lt;br /&gt;
话说&lt;br /&gt;
中学女生老朋友来个反传统&lt;br /&gt;
叫我们这写老友来做姐妹把她嫁出去 ( &lt;span style=&quot;color: rgb(255, 51, 153)&quot;&gt;恨嫁&lt;/span&gt;到 )&lt;br /&gt;
嘿嘿&lt;br /&gt;
&lt;br /&gt;
早上我还是非常的准时到达&lt;br /&gt;
准备了一些东西&lt;br /&gt;
就是些作弄兄弟咯!!!!&lt;br /&gt;
作弄人哦, 听到都兴奋&lt;br /&gt;
我还飞车去买用具&lt;br /&gt;
哇哈哈哈&lt;br /&gt;
&lt;br /&gt;
但是最不喜欢就是新郎既然迟到 = =+&lt;br /&gt;
要我们这些&lt;span style=&quot;color: rgb(23, 127, 205)&quot;&gt;男铁金刚姐&lt;/span&gt;妹去找他开门接他&lt;br /&gt;
还做了CAMERA MAN &lt;br /&gt;
虽然做了点无间道&lt;br /&gt;
但是都是为了快点进行&lt;br /&gt;
误了吉时就不好&lt;br /&gt;
如果要我评价新郎的兄弟能力的话&lt;br /&gt;
我只能说给个 &lt;span style=&quot;color: rgb(255, 0, 0); font-weight: bold&quot;&gt;F&lt;/span&gt; , 超级不能&lt;br /&gt;
所以新郎们选兄弟就应该选些战斗能力强的&lt;br /&gt;
不然. . . . &lt;br /&gt;
真的是冷场连连&lt;br /&gt;
兄弟都是在推卸责任的&lt;br /&gt;
不配合 = =+&lt;br /&gt;
&lt;br /&gt;
我勉强用我的烂手机拍了几张照片&lt;br /&gt;
勉得每次写BLOG都那么慢UPDATE&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;var servicePath=&quot;http://www.ifublog.com&quot;; var blogURL=&quot;http://www.ifublog.com/andrew/&quot;;function TTGallery(containerId)
{
	this.containerId = containerId;
	this.container = document.getElementById(this.containerId);
	this.container.style.filter = &quot;progid:DXImageTransform.Microsoft.Fade(duration=0.3, overlap=1.0)&quot;;
	this.container.style.textAlign = &quot;center&quot;;
	this.container.style.width = &quot;100%&quot;;
	this.container.instance = this;

	this.numImages = 0;
	this.imageLoaded = 0;
	this.offset = 0;

	this.src = new Array();
	this.caption = new Array();
	this.width = new Array();
	this.height = new Array();
	this.imageCache = new Array();
};

TTGallery.prototype.appendImage = function(src, caption, width, height)
{
	this.numImages++;

	var imageCache = new Image();
	imageCache.src = src;
	imageCache.onload = function() { var tmp = this.src; };

	this.imageCache[this.imageCache.length] = src;

	this.src[this.src.length] = src;
	this.width[this.width.length] = width;
	this.height[this.height.length] = height;
	this.caption[this.caption.length] = caption;
};

TTGallery.prototype.getControl = function()
{
	var control = document.createElement(&quot;div&quot;);
	control.style.marginBottom = &quot;10px&quot;;
	control.className = &quot;galleryControl&quot;;
	control.style.color = &quot;#777&quot;;
	control.style.font = &quot;bold 0.9em Verdana, Sans-serif&quot;;
	control.innerHTML = &#039;(&#039; + (this.offset + 1) + &#039;/&#039; + this.numImages + &#039;) &lt;a href=&quot;#&quot; onclick=&quot;document.getElementById(\&#039;&#039; + this.containerId + &#039;\&#039;).instance.prev(); return false&quot; style=&quot;border: 0px&quot;&gt;&lt;img src=&quot;&#039; + servicePath + &#039;/image/gallery_prev.gif&quot; width=&quot;20&quot; height=&quot;16&quot; alt=&quot;PREVIOUS&quot; style=&quot;vertical-align: middle&quot;/&gt;&lt;/a&gt; &lt;a href=&quot;#&quot; onclick=&quot;document.getElementById(\&#039;&#039; + this.containerId + &#039;\&#039;).instance.showImagePopup1(); return false&quot; style=&quot;border: 0px&quot;&gt;&lt;img src=&quot;&#039; + servicePath + &#039;/image/gallery_enlarge.gif&quot; width=&quot;70&quot; height=&quot;19&quot; alt=&quot;ZOOM&quot; style=&quot;vertical-align: middle&quot;/&gt;&lt;/a&gt; &lt;a href=&quot;#&quot; onclick=&quot;document.getElementById(\&#039;&#039; + this.containerId + &#039;\&#039;).instance.next(); return false&quot; style=&quot;border: 0px&quot;&gt;&lt;img src=&quot;&#039; + servicePath + &#039;/image/gallery_next.gif&quot; width=&quot;20&quot; height=&quot;16&quot; alt=&quot;NEXT&quot; style=&quot;vertical-align: middle&quot;/&gt;&lt;/a&gt;&#039;;

	return control;
};

TTGallery.prototype.getImage = function()
{
	var image = document.createElement(&quot;img&quot;);
	image.instance = this;
	image.src = this.src[this.offset];
	image.width = this.width[this.offset];
	image.height = this.height[this.offset];
	image.onclick = this.showImagePopup2;
	image.style.cursor = &quot;pointer&quot;;

	return image;
};

TTGallery.prototype.getCaption = function()
{
	var captionText = this.caption[this.offset];
	captionText = captionText.replace(new RegExp(&quot;&amp;amp;?&quot;, &quot;gi&quot;), &quot;&amp;&quot;);
	captionText = captionText.replace(new RegExp(&quot;&amp;lt;?&quot;, &quot;gi&quot;), &quot;&lt;&quot;);
	captionText = captionText.replace(new RegExp(&quot;&amp;gt;?&quot;, &quot;gi&quot;), &quot;&gt;&quot;);
	captionText = captionText.replace(new RegExp(&quot;&amp;quot;?&quot;, &quot;gi&quot;), &quot;\&quot;&quot;);
	captionText = captionText.replace(new RegExp(&quot;&amp;#39;?&quot;, &quot;gi&quot;), &quot;&#039;&quot;);
	
	var caption = document.createElement(&quot;div&quot;);
	caption.style.textAlign = &quot;center&quot;;
	caption.style.marginTop = &quot;8px&quot;;
	caption.style.color = &quot;#627e89&quot;;
	caption.className = &quot;galleryCaption&quot;;
	caption.appendChild(document.createTextNode(captionText));

	return caption;
};

TTGallery.prototype.show = function(offset)
{
	if(this.numImages == 0) {
		var div = document.createElement(&quot;div&quot;);
		div.style.textAlign = &quot;center&quot;;
		div.style.color = &quot;#888&quot;;
		div.style.margin = &quot;10px auto&quot;;
		div.style.font = &quot;bold 2em/1 Verdana, Sans-serif&quot;;
		div.innerHTML = &quot;NO IMAGES&quot;;
		this.container.appendChild(div);	
		return;
	}

	if(typeof offset == &quot;undefined&quot;)
		this.offset = 0;
	else
	{
		if(offset &lt; 0)
			this.offset = this.numImages -1;
		else if(offset &gt;= this.numImages)
			this.offset = 0;
		else
			this.offset = offset;
	}

	if(this.container.filters)
		this.container.filters[0].Apply();

	this.container.innerHTML = &quot;&quot;;
	this.container.appendChild(this.getControl());
	this.container.appendChild(this.getImage());
	this.container.appendChild(this.getCaption());

	if(this.container.filters)
		this.container.filters[0].Play();
};

TTGallery.prototype.prev = function()
{
	this.show(this.offset-1);
};

TTGallery.prototype.next = function()
{
	this.show(this.offset+1);
};

TTGallery.prototype.showImagePopup1 = function()
{
	this.showImagePopup();
};

TTGallery.prototype.showImagePopup2 = function()
{
	this.instance.showImagePopup();
};

TTGallery.prototype.showImagePopup = function(offset)
{
	try {
		open_img(this.src[this.offset]);
	} catch(e) {
		window.open(this.src[this.offset]);
	}	
};&lt;/script&gt;&lt;div id=&quot;Gallery941&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery941 = new TTGallery(&quot;Gallery941&quot;);Gallery941.appendImage(&quot;http://www.ifublog.com/attach/140/1377628333.jpg&quot;, &quot;这位是新娘!!! 金刚姐妹团&quot;, 337, 450);Gallery941.appendImage(&quot;http://www.ifublog.com/attach/140/1213235240.jpg&quot;, &quot;来个KISS吧&quot;, 337, 450);Gallery941.appendImage(&quot;http://www.ifublog.com/attach/140/1235483082.jpg&quot;, &quot;请找出新娘的吻, &quot;, 337, 450);Gallery941.appendImage(&quot;http://www.ifublog.com/attach/140/1226390148.jpg&quot;, &quot;WASABI面包, &quot;, 337, 450);Gallery941.appendImage(&quot;http://www.ifublog.com/attach/140/1095648208.jpg&quot;, &quot;里面放了钥匙, &quot;, 337, 450);Gallery941.appendImage(&quot;http://www.ifublog.com/attach/140/1020043293.jpg&quot;, &quot;啊妈,我得左啦!!!&quot;, 337, 450);Gallery941.show();&lt;/script&gt;&lt;br /&gt;
</description>
			<category>结婚</category>
			<category>铁金刚姐妹团</category>
			<author> (Andrew 安得儒)</author>
			<guid>http://www.ifublog.com/andrew/94</guid>
			<comments>http://www.ifublog.com/andrew/entry/%E9%93%81%E9%87%91%E5%88%9A%E5%A7%90%E5%A6%B9%E5%9B%A2#entry94comment</comments>
			<pubDate>Fri, 29 Jan 2010 00:45:25 +0800</pubDate>
		</item>
		<item>
			<title>去马六甲是因为烦恼工作问题. . ..</title>
			<link>http://www.ifublog.com/andrew/entry/%E5%8E%BB%E9%A9%AC%E5%85%AD%E7%94%B2%E6%98%AF%E5%9B%A0%E4%B8%BA%E7%83%A6%E6%81%BC%E5%B7%A5%E4%BD%9C%E9%97%AE%E9%A2%98</link>
			<description>对于上次POST了一篇感性的文章&lt;br /&gt;
很多人就问我是不是感情的问题&lt;br /&gt;
天啊. . . .&lt;br /&gt;
我只能说&lt;br /&gt;
你们别想太多&lt;br /&gt;
&lt;br /&gt;
是不是我就不能烦恼工作问题啊&lt;br /&gt;
因为我知道这星期去新国会有巨大的变化&lt;br /&gt;
所以我才那么 EMO 跑去马六甲看妹妹散散心 = =+&lt;br /&gt;
朋友们你们就别在这时候和我说什么情情爱爱的事情吧&lt;br /&gt;
如果你们那么恨心要我早点秃头的话&lt;br /&gt;
我想你们没有那么坏哦?&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/140/1063681509.jpg&quot; width=&quot;393&quot; height=&quot;293&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ANDREW : &quot; 你们别逼我生气 = =+ &quot;&lt;br /&gt;
&lt;br /&gt;
这篇文章有够骗吃&lt;br /&gt;
哈哈&lt;br /&gt;
&lt;br /&gt;
P/S 谢谢你们的关心, 我还安好. 上篇说过忍人所不能忍, 才能成大器也&lt;br /&gt;
是指工作. . . . &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
</description>
			<author> (Andrew 安得儒)</author>
			<guid>http://www.ifublog.com/andrew/93</guid>
			<comments>http://www.ifublog.com/andrew/entry/%E5%8E%BB%E9%A9%AC%E5%85%AD%E7%94%B2%E6%98%AF%E5%9B%A0%E4%B8%BA%E7%83%A6%E6%81%BC%E5%B7%A5%E4%BD%9C%E9%97%AE%E9%A2%98#entry93comment</comments>
			<pubDate>Sat, 23 Jan 2010 00:19:03 +0800</pubDate>
		</item>
		<item>
			<title>我要成为这种不死精神的老鼠!!!</title>
			<link>http://www.ifublog.com/andrew/entry/%E6%88%91%E8%A6%81%E5%81%9A%E5%B0%B1%E5%81%9A%E8%BF%99%E7%A7%8D%E4%B8%8D%E6%AD%BB%E7%B2%BE%E7%A5%9E%E7%9A%84%E8%80%81%E9%BC%A0</link>
			<description>&lt;font style=&quot;color: rgb(0, 153, 102)&quot; size=&quot;4&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;2010 &lt;/span&gt;&lt;/font&gt;是新的一年&lt;br /&gt;
在最心很多烦恼的时候&lt;br /&gt;
带着失眠的身躯&lt;br /&gt;
去了马六甲叫 &quot;鸡&quot; 饭吃&lt;br /&gt;
也去了曾经留下回忆的地方痕迹&lt;br /&gt;
&lt;br /&gt;
没有什么&lt;br /&gt;
就想带着疲惫不堪的心去哪里&lt;br /&gt;
总觉我非得需要去休息找点什么&lt;br /&gt;
一个人脚步慢慢走着&lt;br /&gt;
看着古老又悠闲的休闲咖啡馆&lt;br /&gt;
走进喝了一杯&lt;br /&gt;
从炎热的下午直到看见天空下画去黄昏的景色&lt;br /&gt;
我此时已在历史古迹建筑的山腰上凝视着它&lt;br /&gt;
多希望心里面的疑惑都解开&lt;br /&gt;
我非圣人&lt;br /&gt;
而偶知非得忍人所不能忍&lt;br /&gt;
方能成大器也&lt;br /&gt;
吞了一口气&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
潇洒的气概的和心里许了目标&lt;br /&gt;
明天我就是只 不死精神的老鼠&lt;br /&gt;
就如这老鼠般 &lt;br /&gt;
这次我不叫 &quot;鸡 &quot;饭吃&lt;br /&gt;
而是吃乳酪&lt;br /&gt;
因为吃了会比喝 tongkat ali&lt;br /&gt;
 还更加猛 &lt;br /&gt;
&lt;br /&gt;
你们不相信 ?? 你看这个CLIP咯&lt;br /&gt;
慢慢享受吧 ^_^&lt;br /&gt;
哈哈&lt;br /&gt;
&lt;br /&gt;
&lt;object width=&quot;560&quot; height=&quot;340&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/YqlQS5CCmwI&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;color1=0xe1600f&amp;amp;color2=0xfebd01&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/YqlQS5CCmwI&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;color1=0xe1600f&amp;amp;color2=0xfebd01&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;560&quot; height=&quot;340&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
</description>
			<category>2010</category>
			<category>不死精神</category>
			<category>老鼠</category>
			<author> (Andrew 安得儒)</author>
			<guid>http://www.ifublog.com/andrew/92</guid>
			<comments>http://www.ifublog.com/andrew/entry/%E6%88%91%E8%A6%81%E5%81%9A%E5%B0%B1%E5%81%9A%E8%BF%99%E7%A7%8D%E4%B8%8D%E6%AD%BB%E7%B2%BE%E7%A5%9E%E7%9A%84%E8%80%81%E9%BC%A0#entry92comment</comments>
			<pubDate>Thu, 21 Jan 2010 00:02:33 +0800</pubDate>
		</item>
	</channel>
</rss>
