<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>pOu©</title>
		<link>http://www.ifublog.com/greenappou/</link>
		<description>结束就是另一个开始。两年的有声，三年的无比，原来自己已经踏出社会五年之久了。谢谢一路上扶持我的长辈们，谢谢一路上协助的同事们，谢谢一路上陪伴我的朋友们，谢谢一路上关心我的你们。</description>
		<language>zh-CN</language>
		<pubDate>Thu, 07 Jan 2010 17:44:12 +0800</pubDate>
		<generator>Tattertools 1.0.6</generator>
		<item>
			<title>圣诞“随缘包”2009</title>
			<link>http://www.ifublog.com/greenappou/339</link>
			<description>&lt;div style=&quot;text-align: center&quot;&gt;&lt;br /&gt;
前几天临时想玩玩花样..&lt;br /&gt;
最后时刻叫大家准备礼物倒数...&lt;br /&gt;
顺便去捧陈势安（station 1）的场~~&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1148378109.jpg&quot; width=&quot;442&quot; height=&quot;335&quot; alt=&quot;&quot;/&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/presents&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
幸好大家还蛮配合一下...&lt;br /&gt;
当天还有90%的人带礼物来~~&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1395169219.jpg&quot; width=&quot;441&quot; height=&quot;331&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1041294506.jpg&quot; width=&quot;439&quot; height=&quot;331&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
听完Andrew的歌...&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/greenappou/&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;Gallery3391&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery3391 = new TTGallery(&quot;Gallery3391&quot;);Gallery3391.appendImage(&quot;http://www.ifublog.com/attach/15/1357882169.jpg&quot;, &quot;阿胜抽到1号..&quot;, 225, 300);Gallery3391.appendImage(&quot;http://www.ifublog.com/attach/15/1197051988.jpg&quot;, &quot;抽到静娴的香薰..&quot;, 224, 300);Gallery3391.appendImage(&quot;http://www.ifublog.com/attach/15/1096513390.jpg&quot;, &quot;两公婆抽到2号..我送给他们孩子的蘑菇&quot;, 399, 300);Gallery3391.appendImage(&quot;http://www.ifublog.com/attach/15/1117322972.jpg&quot;, &quot;阿浩抽到阿衔的礼物..&quot;, 225, 300);Gallery3391.appendImage(&quot;http://www.ifublog.com/attach/15/1322044198.jpg&quot;, &quot;静娴就抽到阿康的礼物~&quot;, 225, 300);Gallery3391.appendImage(&quot;http://www.ifublog.com/attach/15/1271168071.jpg&quot;, &quot;LTK拿到阿油米的~&quot;, 399, 300);Gallery3391.appendImage(&quot;http://www.ifublog.com/attach/15/1005048491.jpg&quot;, &quot;我就抽到Cammy的礼物..&quot;, 399, 300);Gallery3391.appendImage(&quot;http://www.ifublog.com/attach/15/1051449268.jpg&quot;, &quot;&quot;, 224, 300);Gallery3391.appendImage(&quot;http://www.ifublog.com/attach/15/1050232708.jpg&quot;, &quot;油米抽到佩虹的礼物..&quot;, 224, 300);Gallery3391.appendImage(&quot;http://www.ifublog.com/attach/15/1145622447.jpg&quot;, &quot;米奇老鼠MP3&quot;, 224, 300);Gallery3391.appendImage(&quot;http://www.ifublog.com/attach/15/1240660881.jpg&quot;, &quot;比利抽到阿胜的礼物..&quot;, 224, 300);Gallery3391.appendImage(&quot;http://www.ifublog.com/attach/15/1269008920.jpg&quot;, &quot;XO面膜..两盒==&quot;, 225, 300);Gallery3391.appendImage(&quot;http://www.ifublog.com/attach/15/1072017730.jpg&quot;, &quot;阿衔抽到比利的礼物..&quot;, 225, 300);Gallery3391.appendImage(&quot;http://www.ifublog.com/attach/15/1289883505.jpg&quot;, &quot;ikea 像框一个..&quot;, 186, 300);Gallery3391.appendImage(&quot;http://www.ifublog.com/attach/15/1399008524.jpg&quot;, &quot;阿康抽到LTK的LTK的12号..&quot;, 225, 300);Gallery3391.appendImage(&quot;http://www.ifublog.com/attach/15/1132497291.jpg&quot;, &quot;神秘礼物总值200万..&quot;, 225, 300);Gallery3391.appendImage(&quot;http://www.ifublog.com/attach/15/1236066800.jpg&quot;, &quot;佩虹抽到阿信的礼物...&quot;, 224, 300);Gallery3391.appendImage(&quot;http://www.ifublog.com/attach/15/1260673478.jpg&quot;, &quot;寿司摆设...&quot;, 225, 300);Gallery3391.show();&lt;/script&gt;&lt;br /&gt;
之后私人设立三个奖项...&lt;br /&gt;
&lt;br /&gt;
“随缘包”奖项第三&lt;br /&gt;
&lt;div class=&quot;imageblock dual&quot; style=&quot;text-align: center&quot;&gt;&lt;table style=&quot;margin: 0px auto&quot; cellspacing=&quot;5&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1072017730.jpg&quot; width=&quot;265&quot; height=&quot;352&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1072017730.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1200832133.jpg&quot; width=&quot;265&quot; height=&quot;352&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1200832133.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;
和第二名..&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock dual&quot; style=&quot;text-align: center&quot;&gt;&lt;table style=&quot;margin: 0px auto&quot; cellspacing=&quot;5&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1399008524.jpg&quot; width=&quot;265&quot; height=&quot;352&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1399008524.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1190561317.jpg&quot; width=&quot;265&quot; height=&quot;352&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1190561317.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
第一名的“随缘包”圣诞礼物奖项是落在&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock dual&quot; style=&quot;text-align: center&quot;&gt;&lt;table style=&quot;margin: 0px auto&quot; cellspacing=&quot;5&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1271168071.jpg&quot; width=&quot;265&quot; height=&quot;198&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1271168071.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1393222778.jpg&quot; width=&quot;265&quot; height=&quot;199&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1393222778.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description>
			<category>佳节</category>
			<author> (苹果)</author>
			<guid>http://www.ifublog.com/greenappou/339</guid>
			<comments>http://www.ifublog.com/greenappou/339#entry339comment</comments>
			<pubDate>Tue, 29 Dec 2009 17:01:24 +0800</pubDate>
		</item>
		<item>
			<title>火鸡大餐~~</title>
			<link>http://www.ifublog.com/greenappou/338</link>
			<description>&lt;div style=&quot;text-align: center&quot;&gt;&lt;br /&gt;
又一年过去了...&lt;br /&gt;
看了去年写给自己的话..&lt;br /&gt;
突然感觉很惭愧...&lt;br /&gt;
好像没什么大成就的2009年...&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 style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1084331055.jpg&quot; width=&quot;462&quot; height=&quot;347&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
好大只的火鸡..&lt;br /&gt;
看到时还真的吓了一跳！！~~&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1343029047.jpg&quot; width=&quot;465&quot; height=&quot;350&quot; alt=&quot;&quot;/&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;/div&gt;&lt;/div&gt;</description>
			<category>佳节</category>
			<category>圣诞节</category>
			<author> (苹果)</author>
			<guid>http://www.ifublog.com/greenappou/338</guid>
			<comments>http://www.ifublog.com/greenappou/338#entry338comment</comments>
			<pubDate>Tue, 29 Dec 2009 16:33:23 +0800</pubDate>
		</item>
		<item>
			<title>随踢门...</title>
			<link>http://www.ifublog.com/greenappou/337</link>
			<description>&lt;div style=&quot;text-align: center&quot;&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;
pom!!~~一声..&lt;br /&gt;
房门反锁了...&lt;br /&gt;
&lt;br /&gt;
屋友全去上班了..&lt;br /&gt;
钥匙？在房内&lt;br /&gt;
电话？在房内&lt;br /&gt;
皮包？在房内&lt;br /&gt;
&lt;br /&gt;
所以要等roomate中午以后回来才能打开房间..&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;
TVB都是骗人的..&lt;br /&gt;
不然..&lt;br /&gt;
谁可以告诉我哪里有卖踢一次就开的门？&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description>
			<category>生活點滴</category>
			<category>衰爆！</category>
			<author> (苹果)</author>
			<guid>http://www.ifublog.com/greenappou/337</guid>
			<comments>http://www.ifublog.com/greenappou/337#entry337comment</comments>
			<pubDate>Tue, 24 Nov 2009 23:51:50 +0800</pubDate>
		</item>
		<item>
			<title>半桶水</title>
			<link>http://www.ifublog.com/greenappou/336</link>
			<description>&lt;div style=&quot;text-align: center&quot;&gt;&lt;br /&gt;
最近行运...&lt;br /&gt;
寄出去很久以为没消息的Resume..&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;
有的是地点问题（Cherash好远没有交通）&lt;br /&gt;
有的是时间问题（时间不定可能会做到很迟，加上在Cheras）&lt;br /&gt;
有的是信心问题（有一点点偏离老本行了）&lt;br /&gt;
也有的...是价钱问题l了。&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;</description>
			<category>公告天下</category>
			<category>面试</category>
			<author> (苹果)</author>
			<guid>http://www.ifublog.com/greenappou/336</guid>
			<comments>http://www.ifublog.com/greenappou/336#entry336comment</comments>
			<pubDate>Thu, 22 Oct 2009 20:20:57 +0800</pubDate>
		</item>
		<item>
			<title>很多很多年以后</title>
			<link>http://www.ifublog.com/greenappou/335</link>
			<description>&lt;div style=&quot;text-align: center&quot;&gt;&lt;br /&gt;
&lt;span style=&quot;color: rgb(255, 153, 0)&quot;&gt;昨天是我的恋人~&lt;/span&gt;&lt;br style=&quot;color: rgb(255, 153, 0)&quot;/&gt;&lt;span style=&quot;color: rgb(255, 153, 0)&quot;&gt;今天是我的爱人~&lt;/span&gt;&lt;br style=&quot;color: rgb(255, 153, 0)&quot;/&gt;&lt;span style=&quot;color: rgb(255, 153, 0)&quot;&gt;明天是离开我的人~~~~&lt;/span&gt;&lt;br style=&quot;color: rgb(255, 153, 0)&quot;/&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;</description>
			<category>生活點滴</category>
			<author> (苹果)</author>
			<guid>http://www.ifublog.com/greenappou/335</guid>
			<comments>http://www.ifublog.com/greenappou/335#entry335comment</comments>
			<pubDate>Thu, 15 Oct 2009 11:55:22 +0800</pubDate>
		</item>
		<item>
			<title>我的吃喝玩乐香港游-Day4 (End)</title>
			<link>http://www.ifublog.com/greenappou/334</link>
			<description>&lt;div style=&quot;text-align: center&quot;&gt;&lt;br /&gt;
回来那么久了..&lt;br /&gt;
还在post着香港的东西真的有点不好意思..&lt;br /&gt;
不过都剩下最后一天还没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;
这最后一天其实没什么主要的东西要买..&lt;br /&gt;
所以比较轻松地乱走..&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1364039835.jpg&quot; width=&quot;359&quot; height=&quot;270&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
强力推荐这间金华冰室，&lt;br /&gt;
除了蛋挞好吃以外...&lt;br /&gt;
猪扒也好吃~~&lt;br /&gt;
在&lt;a href=&quot;http://www.openrice.com/restaurant/sr1.htm?district_id=2029&amp;amp;s=1&quot;&gt;太子&lt;/a&gt;&lt;a href=&quot;http://www.openrice.com/restaurant/sr1.htm?district_id=2029&amp;amp;s=1&quot; onclick=&quot;window.open(&#039;http://www.openrice.com/restaurant/sr1.htm?district_id=2029&amp;amp;s=1&#039;);return false;&quot; style=&quot;border:none; text-decoration:none; padding-left:15px; margin-right: -0.5em; background: transparent url(http://somnia.ws/php/ttblog/plugins/NewWindowLink/newwindow.gif) no-repeat 2px 50%;&quot; title=&quot;在新的視窗中打開此超連結&quot;&gt;&amp;nbsp;&lt;/a&gt;弼街47號&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/greenappou/&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;Gallery3341&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery3341 = new TTGallery(&quot;Gallery3341&quot;);Gallery3341.appendImage(&quot;http://www.ifublog.com/attach/15/1033340489.jpg&quot;, &quot;新鲜出炉的蛋挞~&quot;, 400, 300);Gallery3341.appendImage(&quot;http://www.ifublog.com/attach/15/1379219578.jpg&quot;, &quot;奶茶麻麻底..&quot;, 400, 300);Gallery3341.appendImage(&quot;http://www.ifublog.com/attach/15/1289220015.jpg&quot;, &quot;&quot;, 400, 300);Gallery3341.appendImage(&quot;http://www.ifublog.com/attach/15/1189173767.jpg&quot;, &quot;看似很普通的蛋治..&quot;, 400, 300);Gallery3341.appendImage(&quot;http://www.ifublog.com/attach/15/1245791555.jpg&quot;, &quot;可是吃下去真的是On My God!~..好吃！~&quot;, 400, 300);Gallery3341.appendImage(&quot;http://www.ifublog.com/attach/15/1284875168.jpg&quot;, &quot;当然还有新鲜出炉的猪扒包咯~&quot;, 400, 300);Gallery3341.show();&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1224533107.jpg&quot; width=&quot;448&quot; height=&quot;336&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
没有目的地最后我们选择去了这边~~&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div id=&quot;Gallery3342&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery3342 = new TTGallery(&quot;Gallery3342&quot;);Gallery3342.appendImage(&quot;http://www.ifublog.com/attach/15/1061088728.jpg&quot;, &quot;在地铁站看到这件事..应该不会在这边发生的事。&quot;, 400, 300);Gallery3342.appendImage(&quot;http://www.ifublog.com/attach/15/1381769371.jpg&quot;, &quot;&quot;, 225, 300);Gallery3342.appendImage(&quot;http://www.ifublog.com/attach/15/1407539876.jpg&quot;, &quot;&quot;, 400, 300);Gallery3342.appendImage(&quot;http://www.ifublog.com/attach/15/1171639835.jpg&quot;, &quot;&quot;, 400, 300);Gallery3342.appendImage(&quot;http://www.ifublog.com/attach/15/1210904550.jpg&quot;, &quot;里面就是很多人求签的地方..但是是不能摄影的..&quot;, 400, 300);Gallery3342.appendImage(&quot;http://www.ifublog.com/attach/15/1284475534.jpg&quot;, &quot;&quot;, 400, 300);Gallery3342.appendImage(&quot;http://www.ifublog.com/attach/15/1069084901.jpg&quot;, &quot;&quot;, 225, 300);Gallery3342.show();&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
数数一下买了什么..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div id=&quot;Gallery3343&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery3343 = new TTGallery(&quot;Gallery3343&quot;);Gallery3343.appendImage(&quot;http://www.ifublog.com/attach/15/1288161700.jpg&quot;, &quot;当当当当~终于给我买到了喜欢+适合的眼镜~&quot;, 225, 300);Gallery3343.appendImage(&quot;http://www.ifublog.com/attach/15/1214473153.jpg&quot;, &quot;元朗的老婆饼..很香很好吃~虽然有人不会欣赏...&quot;, 225, 300);Gallery3343.appendImage(&quot;http://www.ifublog.com/attach/15/1303186966.jpg&quot;, &quot;acupuncture~~...&quot;, 400, 300);Gallery3343.appendImage(&quot;http://www.ifublog.com/attach/15/1409772048.jpg&quot;, &quot;那边的Xlarge便宜到爆！！~&quot;, 400, 300);Gallery3343.appendImage(&quot;http://www.ifublog.com/attach/15/1242833533.jpg&quot;, &quot;这个不是我的~可是也是便宜~&quot;, 400, 300);Gallery3343.appendImage(&quot;http://www.ifublog.com/attach/15/1291985358.jpg&quot;, &quot;买四件扣HKD100..除到来一件还便宜过这边的最便宜那件。&quot;, 225, 300);Gallery3343.appendImage(&quot;http://www.ifublog.com/attach/15/1297170065.jpg&quot;, &quot;&quot;, 400, 299);Gallery3343.appendImage(&quot;http://www.ifublog.com/attach/15/1284860073.jpg&quot;, &quot;还有两个Cap嘻嘻~&quot;, 399, 300);Gallery3343.show();&lt;/script&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;</description>
			<category>香港</category>
			<category>香港</category>
			<author> (苹果)</author>
			<guid>http://www.ifublog.com/greenappou/334</guid>
			<comments>http://www.ifublog.com/greenappou/334#entry334comment</comments>
			<pubDate>Fri, 11 Sep 2009 12:06:53 +0800</pubDate>
		</item>
		<item>
			<title>我的吃喝玩乐香港游-Day3</title>
			<link>http://www.ifublog.com/greenappou/333</link>
			<description>&lt;div style=&quot;text-align: center&quot;&gt;&lt;br /&gt;
第三天开跑了...&lt;br /&gt;
这天由于有一张免费的MTR地铁票..(行程附送的)&lt;br /&gt;
所以可以任搭... &lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1157063279.jpg&quot; width=&quot;336&quot; height=&quot;448&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
有了前两天走到脚痛的经验...&lt;br /&gt;
今天厉害穿拖鞋出来了...&lt;br /&gt;
早上回到兰芳园喝一杯鸳鸯先...&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1370897369.jpg&quot; width=&quot;221&quot; height=&quot;295&quot; alt=&quot;&quot;/&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;script type=&quot;text/javascript&quot;&gt;var servicePath=&quot;http://www.ifublog.com&quot;; var blogURL=&quot;http://www.ifublog.com/greenappou/&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;Gallery3331&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery3331 = new TTGallery(&quot;Gallery3331&quot;);Gallery3331.appendImage(&quot;http://www.ifublog.com/attach/15/1387893730.jpg&quot;, &quot;一进到莲香楼里面，满满的人==&quot;, 400, 300);Gallery3331.appendImage(&quot;http://www.ifublog.com/attach/15/1083611718.jpg&quot;, &quot;到处都是人，剩下很窄的空间..而且没有拿号码的，都是要自己等位子的那种..&quot;, 400, 300);Gallery3331.appendImage(&quot;http://www.ifublog.com/attach/15/1306064038.jpg&quot;, &quot;&quot;, 225, 300);Gallery3331.appendImage(&quot;http://www.ifublog.com/attach/15/1085273788.jpg&quot;, &quot;&quot;, 225, 300);Gallery3331.appendImage(&quot;http://www.ifublog.com/attach/15/1102974226.jpg&quot;, &quot;很有味道的叹茶方式..&quot;, 400, 300);Gallery3331.appendImage(&quot;http://www.ifublog.com/attach/15/1219920056.jpg&quot;, &quot;鲜虾腐疲卷..很香~&quot;, 400, 300);Gallery3331.appendImage(&quot;http://www.ifublog.com/attach/15/1119629330.jpg&quot;, &quot;&quot;, 400, 300);Gallery3331.appendImage(&quot;http://www.ifublog.com/attach/15/1160030622.jpg&quot;, &quot;里面还包着脆脆的好像是木耳之类的..好吃！~&quot;, 400, 300);Gallery3331.appendImage(&quot;http://www.ifublog.com/attach/15/1012861756.jpg&quot;, &quot;这个是用鱼肉做成的..淋上了不懂什么汁..吃起来味道怪怪的..&quot;, 400, 300);Gallery3331.appendImage(&quot;http://www.ifublog.com/attach/15/1372203113.jpg&quot;, &quot;&quot;, 225, 300);Gallery3331.appendImage(&quot;http://www.ifublog.com/attach/15/1230886558.jpg&quot;, &quot;好不容易给我抢到的烧卖...&quot;, 225, 300);Gallery3331.appendImage(&quot;http://www.ifublog.com/attach/15/1148840059.jpg&quot;, &quot;这个老伯伯倒茶的功力...准到~&quot;, 225, 300);Gallery3331.appendImage(&quot;http://www.ifublog.com/attach/15/1020457052.jpg&quot;, &quot;车推到后，全部人就涌上前找点心了~&quot;, 225, 300);Gallery3331.appendImage(&quot;http://www.ifublog.com/attach/15/1056395244.jpg&quot;, &quot;凤爪排骨饭~&quot;, 225, 300);Gallery3331.show();&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
吃饱了...&lt;br /&gt;
就开始要血拼的一天了...&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1146636317.jpg&quot; width=&quot;311&quot; height=&quot;234&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
路上看到一整排都是这种做盖章的小档口...&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1381365710.jpg&quot; width=&quot;263&quot; height=&quot;349&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
然后就向着这个方向去咯~~&lt;br /&gt;
&lt;br /&gt;
&lt;div id=&quot;Gallery3332&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery3332 = new TTGallery(&quot;Gallery3332&quot;);Gallery3332.appendImage(&quot;http://www.ifublog.com/attach/15/1003281894.jpg&quot;, &quot;一年前就开始策划要来的地方...现在终于来到了~&quot;, 400, 300);Gallery3332.appendImage(&quot;http://www.ifublog.com/attach/15/1028614270.jpg&quot;, &quot;一大堆Outlet..nike 的比较少选择，还是花园街比较多..&quot;, 225, 300);Gallery3332.appendImage(&quot;http://www.ifublog.com/attach/15/1402012602.jpg&quot;, &quot;&quot;, 400, 300);Gallery3332.appendImage(&quot;http://www.ifublog.com/attach/15/1247742148.jpg&quot;, &quot;&quot;, 400, 300);Gallery3332.appendImage(&quot;http://www.ifublog.com/attach/15/1316604650.jpg&quot;, &quot;&quot;, 400, 300);Gallery3332.appendImage(&quot;http://www.ifublog.com/attach/15/1025521509.jpg&quot;, &quot;&quot;, 400, 300);Gallery3332.show();&lt;/script&gt;&lt;br /&gt;
这里大约走了4个小时...&lt;br /&gt;
就往下一站去咯~&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1355239156.jpg&quot; width=&quot;403&quot; height=&quot;302&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
去元朗看看顺便买新鲜出炉的老婆饼...&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock dual&quot; style=&quot;text-align: center&quot;&gt;&lt;table style=&quot;margin: 0px auto&quot; cellspacing=&quot;5&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1156331939.jpg&quot; width=&quot;265&quot; height=&quot;198&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1156331939.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1265254793.jpg&quot; width=&quot;265&quot; height=&quot;198&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1265254793.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;
元朗又像是另外一个城市那样...&lt;br /&gt;
一样的拥挤..&lt;br /&gt;
一样的繁忙...&lt;br /&gt;
还有他的轻快铁真的很方便~&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock dual&quot; style=&quot;text-align: center&quot;&gt;&lt;table style=&quot;margin: 0px auto&quot; cellspacing=&quot;5&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1406567709.jpg&quot; width=&quot;265&quot; height=&quot;353&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1406567709.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1105791097.jpg&quot; width=&quot;265&quot; height=&quot;353&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1105791097.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;
又回到了喜欢的茶餐厅...&lt;br /&gt;
也体会到Aunty抹地叫我们缩脚的场面...XD&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock dual&quot; style=&quot;text-align: center&quot;&gt;&lt;table style=&quot;margin: 0px auto&quot; cellspacing=&quot;5&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1252245453.jpg&quot; width=&quot;265&quot; height=&quot;353&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1252245453.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1264488450.jpg&quot; width=&quot;265&quot; height=&quot;198&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1264488450.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;
好正的猪扒饭和冻柠蜜...&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock dual&quot; style=&quot;text-align: center&quot;&gt;&lt;table style=&quot;margin: 0px auto&quot; cellspacing=&quot;5&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1169233160.jpg&quot; width=&quot;265&quot; height=&quot;198&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1169233160.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1248584027.jpg&quot; width=&quot;265&quot; height=&quot;198&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1248584027.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;
临走前还叫了两个蛋挞“行街”...&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1110351033.jpg&quot; width=&quot;361&quot; height=&quot;272&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
那边不叫打包叫行街..==&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description>
			<category>香港</category>
			<category>香港</category>
			<author> (苹果)</author>
			<guid>http://www.ifublog.com/greenappou/333</guid>
			<comments>http://www.ifublog.com/greenappou/333#entry333comment</comments>
			<pubDate>Fri, 04 Sep 2009 13:01:14 +0800</pubDate>
		</item>
		<item>
			<title>我的吃喝玩乐香港游-Day2</title>
			<link>http://www.ifublog.com/greenappou/332</link>
			<description>&lt;div style=&quot;text-align: center&quot;&gt;&lt;br /&gt;
一早醒来..&lt;br /&gt;
就开始了我们的吃喝玩乐第二天...&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock dual&quot; style=&quot;text-align: center&quot;&gt;&lt;table style=&quot;margin: 0px auto&quot; cellspacing=&quot;5&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1272746570.jpg&quot; width=&quot;265&quot; height=&quot;198&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1272746570.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1171611404.jpg&quot; width=&quot;265&quot; height=&quot;353&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1171611404.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
鱼片粥及炸两...&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock dual&quot; style=&quot;text-align: center&quot;&gt;&lt;table style=&quot;margin: 0px auto&quot; cellspacing=&quot;5&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1153107650.jpg&quot; width=&quot;265&quot; height=&quot;198&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1153107650.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1083139243.jpg&quot; width=&quot;265&quot; height=&quot;353&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1083139243.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
当然还有刚刚出炉热烘烘的豆浆啦~XDXD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1033553214.jpg&quot; width=&quot;350&quot; height=&quot;263&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
吃完了早餐回酒店会合..&lt;br /&gt;
然后参与配套内的香港半天游+蜡像馆&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div id=&quot;Gallery3323&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery3323 = new TTGallery(&quot;Gallery3323&quot;);Gallery3323.appendImage(&quot;http://www.ifublog.com/attach/15/1343474781.jpg&quot;, &quot;&quot;, 225, 300);Gallery3323.appendImage(&quot;http://www.ifublog.com/attach/15/1278586556.jpg&quot;, &quot;&quot;, 225, 300);Gallery3323.appendImage(&quot;http://www.ifublog.com/attach/15/1277319840.jpg&quot;, &quot;&quot;, 225, 300);Gallery3323.appendImage(&quot;http://www.ifublog.com/attach/15/1359089557.jpg&quot;, &quot;&quot;, 225, 300);Gallery3323.appendImage(&quot;http://www.ifublog.com/attach/15/1184422009.jpg&quot;, &quot;&quot;, 225, 300);Gallery3323.appendImage(&quot;http://www.ifublog.com/attach/15/1141204676.jpg&quot;, &quot;&quot;, 225, 300);Gallery3323.appendImage(&quot;http://www.ifublog.com/attach/15/1191070790.jpg&quot;, &quot;&quot;, 400, 300);Gallery3323.show();&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
之后就在山顶逛逛拍拍照&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1351228409.jpg&quot; width=&quot;448&quot; height=&quot;336&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock dual&quot; style=&quot;text-align: center&quot;&gt;&lt;table style=&quot;margin: 0px auto&quot; cellspacing=&quot;5&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1030980302.jpg&quot; width=&quot;265&quot; height=&quot;198&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1030980302.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1409386838.jpg&quot; width=&quot;265&quot; height=&quot;198&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1409386838.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&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;img src=&quot;http://www.ifublog.com/attach/15/1081784182.jpg&quot; width=&quot;271&quot; height=&quot;361&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
很喜欢这条很有味道的斜坡..(拍到一点都不斜不好意思==) &lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1170526430.jpg&quot; width=&quot;448&quot; height=&quot;336&quot; alt=&quot;&quot;/&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/P1100685.JPG&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
之后当然还有去到找了很久的兰芳园咯~&lt;br /&gt;
&lt;br /&gt;
&lt;div id=&quot;Gallery3325&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery3325 = new TTGallery(&quot;Gallery3325&quot;);Gallery3325.appendImage(&quot;http://www.ifublog.com/attach/15/1035791959.jpg&quot;, &quot;丝袜奶茶...mmmm&quot;, 225, 300);Gallery3325.appendImage(&quot;http://www.ifublog.com/attach/15/1312068796.jpg&quot;, &quot;猪扒包..不会很大所以吃了不会腻...猪扒刚出炉很香~~&quot;, 400, 300);Gallery3325.appendImage(&quot;http://www.ifublog.com/attach/15/1155596014.jpg&quot;, &quot;这个主角来了..葱油猪扒捞丁..猪扒很香..看似吃不完的一盘捞丁竟然吃完了==’&quot;, 400, 300);Gallery3325.appendImage(&quot;http://www.ifublog.com/attach/15/1049500997.jpg&quot;, &quot;冻鸳鸯...好喝！~&quot;, 225, 300);Gallery3325.show();&lt;/script&gt;&lt;br /&gt;
不知不觉在香港岛走到晚上了...&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1247765587.jpg&quot; width=&quot;401&quot; height=&quot;302&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
我们去了中环的镛记吃晚餐.....&lt;br /&gt;
这里驰名的烧鹅...&lt;br /&gt;
终于有机会尝到了~~&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1400578154.jpg&quot; width=&quot;448&quot; height=&quot;336&quot; alt=&quot;&quot;/&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;</description>
			<category>香港</category>
			<category>香港</category>
			<author> (苹果)</author>
			<guid>http://www.ifublog.com/greenappou/332</guid>
			<comments>http://www.ifublog.com/greenappou/332#entry332comment</comments>
			<pubDate>Wed, 02 Sep 2009 15:20:31 +0800</pubDate>
		</item>
		<item>
			<title>我的吃喝玩乐香港游-Day1</title>
			<link>http://www.ifublog.com/greenappou/329</link>
			<description>&lt;div style=&quot;text-align: center&quot;&gt;&lt;br /&gt;
回来了...&lt;br /&gt;
利用了一个短短的假期充电..&lt;br /&gt;
果然...&lt;br /&gt;
这是有效的...&lt;br /&gt;
这次去了香港，&lt;br /&gt;
机票和所有配套一早就订好了..&lt;br /&gt;
可是之后遇到了H1N1..&lt;br /&gt;
不去又浪费..去又担心..&lt;br /&gt;
最后还是决定冒一点险..&lt;br /&gt;
总之自己小心就是了...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock triple&quot; style=&quot;text-align: center&quot;&gt;&lt;table style=&quot;margin: 0px auto&quot; cellspacing=&quot;5&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1332365290.jpg&quot; width=&quot;176&quot; height=&quot;132&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1332365290.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1129265278.jpg&quot; width=&quot;176&quot; height=&quot;235&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1129265278.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1252727509.jpg&quot; width=&quot;176&quot; height=&quot;235&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1252727509.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;
之前去的那几次都是走马看花..&lt;br /&gt;
没有像这一次那样随心所欲的走走看看吃吃花花...&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1219112438.jpg&quot; width=&quot;368&quot; height=&quot;276&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
那边很多这样的小报摊..&lt;br /&gt;
所有的八卦杂志都可以在这里找到..&lt;br /&gt;
而且..有的还有送tissue的...嘻嘻~&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock dual&quot; style=&quot;text-align: center&quot;&gt;&lt;table style=&quot;margin: 0px auto&quot; cellspacing=&quot;5&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1129205271.jpg&quot; width=&quot;265&quot; height=&quot;353&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1129205271.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1387385607.jpg&quot; width=&quot;265&quot; height=&quot;353&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1387385607.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;
从早上走到晚上...&lt;br /&gt;
哪里都是那么多人...&lt;br /&gt;
步伐也比这里快了很多..&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock dual&quot; style=&quot;text-align: center&quot;&gt;&lt;table style=&quot;margin: 0px auto&quot; cellspacing=&quot;5&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1390558158.jpg&quot; width=&quot;265&quot; height=&quot;353&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1390558158.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1007082089.jpg&quot; width=&quot;265&quot; height=&quot;198&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1007082089.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;
笃“鱼蛋”..&lt;br /&gt;
那边的咖喱鱼蛋很咸一下...&lt;br /&gt;
不过是好吃一下的~~&amp;gt;.&amp;lt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock dual&quot; style=&quot;text-align: center&quot;&gt;&lt;table style=&quot;margin: 0px auto&quot; cellspacing=&quot;5&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1089453546.jpg&quot; width=&quot;265&quot; height=&quot;353&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1089453546.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1384086690.jpg&quot; width=&quot;265&quot; height=&quot;198&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1384086690.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;
还有很多小吃...&lt;br /&gt;
不过...&lt;br /&gt;
牛杂那些就比较不敢吃==’&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock dual&quot; style=&quot;text-align: center&quot;&gt;&lt;table style=&quot;margin: 0px auto&quot; cellspacing=&quot;5&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1336635143.jpg&quot; width=&quot;265&quot; height=&quot;353&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1336635143.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1315347166.jpg&quot; width=&quot;265&quot; height=&quot;353&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1315347166.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;
许留山...&lt;br /&gt;
那边到处都可以看见的甜品点...&lt;br /&gt;
喜欢他的“芒椰芒果爽”....！！~&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div id=&quot;Gallery3296&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery3296 = new TTGallery(&quot;Gallery3296&quot;);Gallery3296.appendImage(&quot;http://www.ifublog.com/attach/15/1253749214.jpg&quot;, &quot;旺角的夜晚到处都是人&quot;, 225, 300);Gallery3296.appendImage(&quot;http://www.ifublog.com/attach/15/1076186014.jpg&quot;, &quot;&quot;, 400, 300);Gallery3296.appendImage(&quot;http://www.ifublog.com/attach/15/1400871059.jpg&quot;, &quot;庙街~~很像茨厂街一下..&quot;, 225, 300);Gallery3296.appendImage(&quot;http://www.ifublog.com/attach/15/1319537531.jpg&quot;, &quot;&quot;, 225, 300);Gallery3296.appendImage(&quot;http://www.ifublog.com/attach/15/1203637448.jpg&quot;, &quot;看掌算命...&quot;, 225, 300);Gallery3296.appendImage(&quot;http://www.ifublog.com/attach/15/1335121247.jpg&quot;, &quot;&quot;, 400, 300);Gallery3296.appendImage(&quot;http://www.ifublog.com/attach/15/1267682556.jpg&quot;, &quot;ICAC...哇帅！~&quot;, 400, 300);Gallery3296.appendImage(&quot;http://www.ifublog.com/attach/15/1371632356.jpg&quot;, &quot;&quot;, 225, 300);Gallery3296.appendImage(&quot;http://www.ifublog.com/attach/15/1331667978.jpg&quot;, &quot;性用品....==&amp;#39;&quot;, 225, 300);Gallery3296.show();&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock dual&quot; style=&quot;text-align: center&quot;&gt;&lt;table style=&quot;margin: 0px auto&quot; cellspacing=&quot;5&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1102679349.jpg&quot; width=&quot;265&quot; height=&quot;198&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1102679349.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1355715861.jpg&quot; width=&quot;265&quot; height=&quot;198&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1355715861.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&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(255, 0, 0)&quot;&gt;待续&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description>
			<category>香港</category>
			<category>香港</category>
			<author> (苹果)</author>
			<guid>http://www.ifublog.com/greenappou/329</guid>
			<comments>http://www.ifublog.com/greenappou/329#entry329comment</comments>
			<pubDate>Tue, 25 Aug 2009 23:23:52 +0800</pubDate>
		</item>
		<item>
			<title>这次是去定了！~</title>
			<link>http://www.ifublog.com/greenappou/328</link>
			<description>&lt;div style=&quot;text-align: center&quot;&gt;&lt;br /&gt;
最近碰到几个朋友..&lt;br /&gt;
问的都是同一个问题..&lt;br /&gt;
为什么那么久都没有更新部落格..??&lt;br /&gt;
是咯...&lt;br /&gt;
真的很久都没有update blog了...&lt;br /&gt;
不懂几时RB会踢掉我...==&#039;&lt;br /&gt;
&lt;br /&gt;
前几天回马六甲..&lt;br /&gt;
经过将要开张的jusco前..&lt;br /&gt;
看见了一样奇怪的东西...&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1057415351.jpg&quot; width=&quot;359&quot; height=&quot;303&quot; alt=&quot;&quot;/&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;img src=&quot;http://www.ifublog.com/attach/15/1102712059.jpg&quot; width=&quot;269&quot; height=&quot;411&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
TNB应该没有货了..&lt;br /&gt;
拿两支短的顶住先...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div id=&quot;more328_0&quot; style=&quot;display:block&quot;&gt;&lt;a href=&quot;#&quot; onclick=&quot;hideLayer(&#039;more328_0&#039;);showLayer(&#039;less328_0&#039;);return false&quot;&gt;还有~&lt;/a&gt;&lt;/div&gt;&lt;div id=&quot;less328_0&quot; style=&quot;display:none&quot;&gt;&lt;a href=&quot;#&quot; onclick=&quot;showLayer(&#039;more328_0&#039;);hideLayer(&#039;less328_0&#039;);return false&quot;&gt;[ 點此縮回本文嚕！ ]&lt;/a&gt; &lt;br /&gt;
写完这篇...&lt;br /&gt;
又要放假咯~&lt;br /&gt;
等下就要去LCCT,&lt;br /&gt;
开始我一年前订下的香港旅程咯...&lt;br /&gt;
口罩买了..&lt;br /&gt;
维他命C买了...&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;
&lt;br /&gt;
&lt;/div&gt;</description>
			<category>香港</category>
			<category>香港</category>
			<author> (苹果)</author>
			<guid>http://www.ifublog.com/greenappou/328</guid>
			<comments>http://www.ifublog.com/greenappou/328#entry328comment</comments>
			<pubDate>Wed, 19 Aug 2009 20:52:11 +0800</pubDate>
		</item>
		<item>
			<title>Chee Weng&#039;s Birthday@Big Brother Kota Damansara</title>
			<link>http://www.ifublog.com/greenappou/327</link>
			<description>&lt;div style=&quot;text-align: center&quot;&gt;&lt;br /&gt;
昨天帮Chee Weng 提前庆祝生日..&lt;br /&gt;
他选择了这间&lt;h2&gt;Big Brother Restaurant &amp;amp; Grill@Kota Damansara &lt;br /&gt;
&lt;/h2&gt;这间距他说是某某大酒店的厨师自己出来开的西餐厅哦...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1339891822.jpg&quot; width=&quot;425&quot; height=&quot;321&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Char Broiuled Sirloin Steak&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
启庆点的牛排，试了一下口...竟然没有我想象中的那种不惯的味道..&lt;br /&gt;
还不错一下&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: center&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1103650075.jpg&quot; width=&quot;426&quot; height=&quot;320&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Turkey Ham Spaghetti In Tomato Sauce&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Chee Weng 点的意粉...不大喜欢它那很重的番茄味&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1100753105.jpg&quot; width=&quot;424&quot; height=&quot;319&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;All Gratin Chicken Char-broiled&lt;/span&gt; &lt;span style=&quot;color: rgb(255, 0, 0); font-style: italic; font-weight: bold&quot;&gt;Must Try&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
这是厨师推荐的，鸡扒底下压着Mash Potato..上面则是一层Cheese...&lt;br /&gt;
切肉的时候连Cheese和Mash Potato一起入口...&lt;br /&gt;
所以吃到一半就饱了...==&#039;&lt;br style=&quot;font-weight: bold&quot;/&gt;&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1037177283.jpg&quot; width=&quot;423&quot; height=&quot;319&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
另外点了两道Side Dishes..&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(0, 0, 0); font-weight: bold; font-style: italic&quot;&gt;生日快乐&lt;/span&gt;~&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1203784022.jpg&quot; width=&quot;308&quot; height=&quot;282&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
Address : No. 3G, 3-1, Jalan 5/20, Pusat Perdagangan Kota Damasara, PJU5, 47810, Selangor&lt;br /&gt;
&lt;br /&gt;
Business Hour : 10am to 11pm&lt;br /&gt;
Off Day : Monday (For now daily open till further notice)&lt;br /&gt;
Food Type: Western Food and Grill&lt;br /&gt;
Price: Every Item Below RM30&lt;br /&gt;
Payment Terms : Cash&lt;br /&gt;
Air Conditioned : Yes&lt;br /&gt;
WIFI : YES&lt;br /&gt;
Smoking and non smoking zone : YES&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description>
			<category>Big Brother</category>
			<author> (苹果)</author>
			<guid>http://www.ifublog.com/greenappou/327</guid>
			<comments>http://www.ifublog.com/greenappou/327#entry327comment</comments>
			<pubDate>Wed, 05 Aug 2009 00:31:17 +0800</pubDate>
		</item>
		<item>
			<title>星期六的一片红海</title>
			<link>http://www.ifublog.com/greenappou/326</link>
			<description>&lt;div style=&quot;text-align: center&quot;&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;img src=&quot;http://www.ifublog.com/attach/15/1091059936.jpg&quot; width=&quot;268&quot; height=&quot;358&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
就是去了这边...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock dual&quot; style=&quot;text-align: center&quot;&gt;&lt;table style=&quot;margin: 0px auto&quot; cellspacing=&quot;5&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1262562829.jpg&quot; width=&quot;265&quot; height=&quot;198&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1262562829.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;http://www.ifublog.com/attach/15/1400697430.jpg&quot; width=&quot;265&quot; height=&quot;198&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/15/1400697430.jpg&#039;)&quot;/&gt;&lt;div class=&quot;cap1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&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;img src=&quot;http://www.ifublog.com/attach/15/1207204022.jpg&quot; width=&quot;433&quot; height=&quot;325&quot; alt=&quot;&quot;/&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 style=&quot;text-align: center&quot;&gt;然后也看到了一个疯狂鬼佬球迷..&lt;br /&gt;
&lt;br /&gt;
.&lt;img src=&quot;http://www.ifublog.com/attach/15/1234268335.jpg&quot; width=&quot;226&quot; height=&quot;300&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
爱曼联爱到上身体了..==&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div id=&quot;Gallery3262&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery3262 = new TTGallery(&quot;Gallery3262&quot;);Gallery3262.appendImage(&quot;http://www.ifublog.com/attach/15/1243856550.jpg&quot;, &quot;&quot;, 399, 300);Gallery3262.appendImage(&quot;http://www.ifublog.com/attach/15/1238082053.jpg&quot;, &quot;&quot;, 225, 300);Gallery3262.appendImage(&quot;http://www.ifublog.com/attach/15/1290915130.jpg&quot;, &quot;&quot;, 399, 300);Gallery3262.appendImage(&quot;http://www.ifublog.com/attach/15/1184085543.jpg&quot;, &quot;&quot;, 225, 300);Gallery3262.appendImage(&quot;http://www.ifublog.com/attach/15/1334591247.jpg&quot;, &quot;&quot;, 400, 299);Gallery3262.appendImage(&quot;http://www.ifublog.com/attach/15/1367310709.jpg&quot;, &quot;&quot;, 399, 300);Gallery3262.appendImage(&quot;http://www.ifublog.com/attach/15/1214904325.jpg&quot;, &quot;&quot;, 400, 299);Gallery3262.appendImage(&quot;http://www.ifublog.com/attach/15/1325278532.jpg&quot;, &quot;&quot;, 399, 300);Gallery3262.appendImage(&quot;http://www.ifublog.com/attach/15/1261069396.jpg&quot;, &quot;&quot;, 400, 299);Gallery3262.appendImage(&quot;http://www.ifublog.com/attach/15/1404000930.jpg&quot;, &quot;&quot;, 399, 300);Gallery3262.appendImage(&quot;http://www.ifublog.com/attach/15/1395451310.jpg&quot;, &quot;&quot;, 400, 299);Gallery3262.appendImage(&quot;http://www.ifublog.com/attach/15/1348067751.jpg&quot;, &quot;&quot;, 400, 299);Gallery3262.appendImage(&quot;http://www.ifublog.com/attach/15/1265103079.jpg&quot;, &quot;&quot;, 400, 299);Gallery3262.appendImage(&quot;http://www.ifublog.com/attach/15/1266940831.jpg&quot;, &quot;&quot;, 400, 300);Gallery3262.appendImage(&quot;http://www.ifublog.com/attach/15/1377296346.jpg&quot;, &quot;&quot;, 399, 300);Gallery3262.appendImage(&quot;http://www.ifublog.com/attach/15/1198094263.jpg&quot;, &quot;&quot;, 400, 299);Gallery3262.appendImage(&quot;http://www.ifublog.com/attach/15/1379342514.jpg&quot;, &quot;&quot;, 399, 300);Gallery3262.appendImage(&quot;http://www.ifublog.com/attach/15/1234032549.jpg&quot;, &quot;&quot;, 400, 299);Gallery3262.show();&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description>
			<category>曼联</category>
			<author> (苹果)</author>
			<guid>http://www.ifublog.com/greenappou/326</guid>
			<comments>http://www.ifublog.com/greenappou/326#entry326comment</comments>
			<pubDate>Sun, 19 Jul 2009 00:55:37 +0800</pubDate>
		</item>
		<item>
			<title>喝多两杯</title>
			<link>http://www.ifublog.com/greenappou/325</link>
			<description>&lt;div style=&quot;text-align: center&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: center&quot;&gt;不知道该说自己幸运...&lt;br /&gt;
还是说自己人缘差..&lt;br /&gt;
2009已经过了多过一半了...&lt;br /&gt;
才收到第一张红炸弹...&lt;br /&gt;
&lt;br /&gt;
第一次去马六甲的Holiday Inn..&lt;br /&gt;
就是喝喜酒..&lt;br /&gt;
平时最多也只是经过然后去Gogo唱k..&lt;br /&gt;
或者坐摩天轮的时候望多两眼..&lt;br /&gt;
进去喝喜酒还是第一次..&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1057357390.jpg&quot; width=&quot;246&quot; height=&quot;328&quot; alt=&quot;&quot;/&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;</description>
			<category>年少情</category>
			<author> (苹果)</author>
			<guid>http://www.ifublog.com/greenappou/325</guid>
			<comments>http://www.ifublog.com/greenappou/325#entry325comment</comments>
			<pubDate>Wed, 15 Jul 2009 20:27:23 +0800</pubDate>
		</item>
		<item>
			<title>第一次当评审</title>
			<link>http://www.ifublog.com/greenappou/324</link>
			<description>&lt;div style=&quot;text-align: center&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div id=&quot;more324_0&quot; style=&quot;display:block&quot;&gt;&lt;a href=&quot;#&quot; onclick=&quot;hideLayer(&#039;more324_0&#039;);showLayer(&#039;less324_0&#039;);return false&quot;&gt;前提 &lt;/a&gt;&lt;/div&gt;&lt;div id=&quot;less324_0&quot; style=&quot;display:none&quot;&gt;&lt;a href=&quot;#&quot; onclick=&quot;showLayer(&#039;more324_0&#039;);hideLayer(&#039;less324_0&#039;);return false&quot;&gt;[ 點此縮回本文嚕！ ]&lt;/a&gt;&lt;br /&gt;
 还记得&lt;br /&gt;
第一次参加唱歌比赛..（合唱组）&lt;br /&gt;
是在Form 2...&lt;br /&gt;
当然，第一次也就只有有限的水准..&lt;br /&gt;
最后只换来了一点气馁，及少许的经验...&lt;br /&gt;
那年的大赢家是李志清&lt;br /&gt;
&lt;br /&gt;
第一次参加创作比赛..&lt;br /&gt;
是在1999年的中三...&lt;br /&gt;
当时台下的评审，应该是周金亮，张盛德还有一些音乐人..&lt;br /&gt;
那次，也换来了所谓的经验..&lt;br /&gt;
及体验到歌曲创作的好玩...&lt;br /&gt;
那年的大赢家..&lt;br /&gt;
应该是淑惠美娜...(Sukimina) &lt;br /&gt;
&lt;br /&gt;
第一次得奖...&lt;br /&gt;
是2000年...&lt;br /&gt;
当时无缘无故的了最佳编曲奖..&lt;br /&gt;
也不懂到底真正的最佳编曲是怎么评来的...&lt;br /&gt;
那年的大赢家是吴建亿...&lt;br /&gt;
&lt;br /&gt;
2001年..&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;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1324433571.jpg&quot; width=&quot;426&quot; height=&quot;300&quot; alt=&quot;&quot;/&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;
我不会了解到台上那些弟弟妹妹们战战兢兢的心情l了...&lt;br /&gt;
&lt;br /&gt;
我会很怀念以前那么多的第一次...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: rgb(0, 0, 255)&quot;&gt;*当天出现一些小状况，一位女孩唱到一半被逼暂停以便调整音响..&lt;/span&gt;&lt;br style=&quot;color: rgb(0, 0, 255)&quot;/&gt;&lt;span style=&quot;color: rgb(0, 0, 255)&quot;&gt;但是因为时间关系就直接结束而不是重唱了..(依我看来是需要给她机会重唱的) &lt;/span&gt;&lt;br style=&quot;color: rgb(0, 0, 255)&quot;/&gt;&lt;span style=&quot;color: rgb(0, 0, 255)&quot;&gt;比赛结束后我也找不到她了...&lt;/span&gt;&lt;br style=&quot;color: rgb(0, 0, 255)&quot;/&gt;&lt;span style=&quot;color: rgb(0, 0, 255)&quot;&gt;如果有人当天在场，也认识他的话...&lt;/span&gt;&lt;br style=&quot;color: rgb(0, 0, 255)&quot;/&gt;&lt;span style=&quot;color: rgb(0, 0, 255)&quot;&gt;请代我向她说声抱歉...&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description>
			<author> (苹果)</author>
			<guid>http://www.ifublog.com/greenappou/324</guid>
			<comments>http://www.ifublog.com/greenappou/324#entry324comment</comments>
			<pubDate>Tue, 07 Jul 2009 01:45:55 +0800</pubDate>
		</item>
		<item>
			<title>小心猪皮</title>
			<link>http://www.ifublog.com/greenappou/323</link>
			<description>&lt;div style=&quot;text-align: center&quot;&gt;&lt;br /&gt;
昨天走走三条线的店...&lt;br /&gt;
给我发现了一样货品...&lt;br /&gt;
当场直接也三条线了...==&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.ifublog.com/attach/15/1037415670.jpg&quot; width=&quot;290&quot; height=&quot;396&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
你们的东西就可以放Halal...&lt;br /&gt;
这一双无辜的猪皮鞋...&lt;br /&gt;
竟然还要放&lt;span style=&quot;color: rgb(255, 0, 0); font-weight: bold&quot;&gt;AWAS&lt;/span&gt;???&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;font style=&quot;color: rgb(255, 0, 0)&quot; size=&quot;5&quot;&gt;穿了脚会烂咩....==&lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description>
			<category>猪</category>
			<author> (苹果)</author>
			<guid>http://www.ifublog.com/greenappou/323</guid>
			<comments>http://www.ifublog.com/greenappou/323#entry323comment</comments>
			<pubDate>Sun, 14 Jun 2009 16:17:59 +0800</pubDate>
		</item>
	</channel>
</rss>
