<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>~ ❤  JoYceLYn ❤ ~</title>
		<link>http://www.ifublog.com/joyce/</link>
		<description>心灵空间</description>
		<language>zh-CN</language>
		<pubDate>Sun, 15 Nov 2009 13:17:47 +0800</pubDate>
		<generator>Tattertools 1.0.6</generator>
		<item>
			<title>脾气暴躁之日</title>
			<link>http://www.ifublog.com/joyce/28</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;
</description>
			<category>♪温馨家园♪</category>
			<author> (JoYceLYn)</author>
			<guid>http://www.ifublog.com/joyce/28</guid>
			<comments>http://www.ifublog.com/joyce/28#entry28comment</comments>
			<pubDate>Sun, 15 Nov 2009 12:52:44 +0800</pubDate>
		</item>
		<item>
			<title>海鲜</title>
			<link>http://www.ifublog.com/joyce/27</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;
瞬间变成海鲜啦啦妹了！T.T&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/joyce/&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;Gallery271&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery271 = new TTGallery(&quot;Gallery271&quot;);Gallery271.appendImage(&quot;http://www.ifublog.com/attach/133/1084325451.jpg&quot;, &quot;&quot;, 225, 300);Gallery271.appendImage(&quot;http://www.ifublog.com/attach/133/1012194514.jpg&quot;, &quot;&quot;, 225, 300);Gallery271.appendImage(&quot;http://www.ifublog.com/attach/133/1296725484.jpg&quot;, &quot;&quot;, 225, 300);Gallery271.appendImage(&quot;http://www.ifublog.com/attach/133/1235921110.jpg&quot;, &quot;&quot;, 224, 300);Gallery271.appendImage(&quot;http://www.ifublog.com/attach/133/1141842957.jpg&quot;, &quot;&quot;, 224, 300);Gallery271.appendImage(&quot;http://www.ifublog.com/attach/133/1074117339.jpg&quot;, &quot;&quot;, 224, 300);Gallery271.show();&lt;/script&gt;</description>
			<category>♪我的部落♪</category>
			<author> (JoYceLYn)</author>
			<guid>http://www.ifublog.com/joyce/27</guid>
			<comments>http://www.ifublog.com/joyce/27#entry27comment</comments>
			<pubDate>Fri, 06 Nov 2009 13:48:49 +0800</pubDate>
		</item>
		<item>
			<title>感冒了</title>
			<link>http://www.ifublog.com/joyce/26</link>
			<description>&lt;font color=&quot;#999966&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;/font&gt;</description>
			<category>♪我的部落♪</category>
			<author> (JoYceLYn)</author>
			<guid>http://www.ifublog.com/joyce/26</guid>
			<comments>http://www.ifublog.com/joyce/26#entry26comment</comments>
			<pubDate>Wed, 28 Oct 2009 20:32:06 +0800</pubDate>
		</item>
		<item>
			<title>20th生日 @ SkyBar</title>
			<link>http://www.ifublog.com/joyce/25</link>
			<description>&lt;font color=&quot;#999966&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;
朋友的车开到一间hotel的门口，&lt;br /&gt;
把车泊好，搭着电梯直上33楼～&lt;br /&gt;
走到门口，看到SKYBAR的字，这是之前说过要来的地方，&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;script type=&quot;text/javascript&quot;&gt;var servicePath=&quot;http://www.ifublog.com&quot;; var blogURL=&quot;http://www.ifublog.com/joyce/&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;Gallery251&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery251 = new TTGallery(&quot;Gallery251&quot;);Gallery251.appendImage(&quot;http://www.ifublog.com/attach/133/1236380038.jpg&quot;, &quot;&quot;, 400, 300);Gallery251.appendImage(&quot;http://www.ifublog.com/attach/133/1335002366.jpg&quot;, &quot;&quot;, 224, 300);Gallery251.appendImage(&quot;http://www.ifublog.com/attach/133/1300759568.jpg&quot;, &quot;&quot;, 224, 300);Gallery251.appendImage(&quot;http://www.ifublog.com/attach/133/1230592885.jpg&quot;, &quot;&quot;, 400, 300);Gallery251.show();&lt;/script&gt;&lt;br /&gt;
但是，他们也捉着相机狂拍照=。=，&lt;br /&gt;
到最后有我的还是拍得不多，&lt;br /&gt;
但还算是有个交代，哈哈！&lt;br /&gt;
&lt;div id=&quot;Gallery252&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery252 = new TTGallery(&quot;Gallery252&quot;);Gallery252.appendImage(&quot;http://www.ifublog.com/attach/133/1283982588.jpg&quot;, &quot;&quot;, 224, 300);Gallery252.appendImage(&quot;http://www.ifublog.com/attach/133/1013388453.jpg&quot;, &quot;&quot;, 224, 300);Gallery252.appendImage(&quot;http://www.ifublog.com/attach/133/1240229863.jpg&quot;, &quot;&quot;, 224, 300);Gallery252.appendImage(&quot;http://www.ifublog.com/attach/133/1048984588.jpg&quot;, &quot;&quot;, 400, 300);Gallery252.appendImage(&quot;http://www.ifublog.com/attach/133/1000089845.jpg&quot;, &quot;&quot;, 224, 300);Gallery252.appendImage(&quot;http://www.ifublog.com/attach/133/1337030454.jpg&quot;, &quot;&quot;, 224, 300);Gallery252.appendImage(&quot;http://www.ifublog.com/attach/133/1233023895.jpg&quot;, &quot;&quot;, 224, 300);Gallery252.appendImage(&quot;http://www.ifublog.com/attach/133/1301924965.jpg&quot;, &quot;&quot;, 224, 300);Gallery252.appendImage(&quot;http://www.ifublog.com/attach/133/1064142421.jpg&quot;, &quot;&quot;, 224, 300);Gallery252.appendImage(&quot;http://www.ifublog.com/attach/133/1136257528.jpg&quot;, &quot;&quot;, 400, 300);Gallery252.appendImage(&quot;http://www.ifublog.com/attach/133/1207299994.jpg&quot;, &quot;&quot;, 400, 300);Gallery252.appendImage(&quot;http://www.ifublog.com/attach/133/1315847810.jpg&quot;, &quot;&quot;, 224, 300);Gallery252.appendImage(&quot;http://www.ifublog.com/attach/133/1220470312.jpg&quot;, &quot;&quot;, 224, 300);Gallery252.appendImage(&quot;http://www.ifublog.com/attach/133/1303378566.jpg&quot;, &quot;&quot;, 224, 300);Gallery252.appendImage(&quot;http://www.ifublog.com/attach/133/1254570036.jpg&quot;, &quot;&quot;, 224, 300);Gallery252.appendImage(&quot;http://www.ifublog.com/attach/133/1034525391.jpg&quot;, &quot;&quot;, 224, 300);Gallery252.appendImage(&quot;http://www.ifublog.com/attach/133/1401230921.jpg&quot;, &quot;&quot;, 224, 300);Gallery252.show();&lt;/script&gt;&lt;br /&gt;
当然，自恋的我们，&lt;br /&gt;
也不忘在厕所里做了厚脸皮的事情～&lt;br /&gt;
&lt;div id=&quot;Gallery253&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery253 = new TTGallery(&quot;Gallery253&quot;);Gallery253.appendImage(&quot;http://www.ifublog.com/attach/133/1121548503.jpg&quot;, &quot;&quot;, 224, 300);Gallery253.appendImage(&quot;http://www.ifublog.com/attach/133/1189731676.jpg&quot;, &quot;&quot;, 224, 300);Gallery253.appendImage(&quot;http://www.ifublog.com/attach/133/1274997455.jpg&quot;, &quot;&quot;, 224, 300);Gallery253.appendImage(&quot;http://www.ifublog.com/attach/133/1323214904.jpg&quot;, &quot;&quot;, 224, 300);Gallery253.appendImage(&quot;http://www.ifublog.com/attach/133/1139985149.jpg&quot;, &quot;&quot;, 224, 300);Gallery253.show();&lt;/script&gt;&lt;br /&gt;
就连厕所外的一片空地，&lt;br /&gt;
也不能放过！&lt;br /&gt;
趁没人，豁出去了啦！&lt;br /&gt;
&lt;div id=&quot;Gallery254&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery254 = new TTGallery(&quot;Gallery254&quot;);Gallery254.appendImage(&quot;http://www.ifublog.com/attach/133/1113793391.jpg&quot;, &quot;&quot;, 224, 300);Gallery254.appendImage(&quot;http://www.ifublog.com/attach/133/1254656248.jpg&quot;, &quot;&quot;, 400, 300);Gallery254.appendImage(&quot;http://www.ifublog.com/attach/133/1248787740.jpg&quot;, &quot;&quot;, 224, 300);Gallery254.appendImage(&quot;http://www.ifublog.com/attach/133/1317929249.jpg&quot;, &quot;&quot;, 224, 300);Gallery254.show();&lt;/script&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/133/1268496264.jpg&quot; width=&quot;245&quot; height=&quot;183&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/133/1268496264.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/133/1017194588.jpg&quot; width=&quot;245&quot; height=&quot;183&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/133/1017194588.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;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both; margin-bottom: 10px&quot;&gt;&lt;img src=&quot;http://www.ifublog.com/attach/133/1104492860.jpg&quot; width=&quot;245&quot; height=&quot;182&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/133/1104492860.jpg&#039;)&quot;/&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/font&gt;</description>
			<category>♪我的部落♪</category>
			<author> (JoYceLYn)</author>
			<guid>http://www.ifublog.com/joyce/25</guid>
			<comments>http://www.ifublog.com/joyce/25#entry25comment</comments>
			<pubDate>Wed, 28 Oct 2009 03:02:02 +0800</pubDate>
		</item>
		<item>
			<title>二十岁生日～</title>
			<link>http://www.ifublog.com/joyce/24</link>
			<description>&lt;font color=&quot;#999966&quot; size=&quot;2&quot;&gt;真没想到我的部落格还存在的呢～&lt;br /&gt;
已经有一段时间没有update了，&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;/font&gt;</description>
			<category>♪心灵感触♪</category>
			<author> (JoYceLYn)</author>
			<guid>http://www.ifublog.com/joyce/24</guid>
			<comments>http://www.ifublog.com/joyce/24#entry24comment</comments>
			<pubDate>Tue, 27 Oct 2009 12:58:28 +0800</pubDate>
		</item>
		<item>
			<title>顺利毕业咯～</title>
			<link>http://www.ifublog.com/joyce/23</link>
			<description>&lt;font color=&quot;#cc9900&quot;&gt;今天是成绩出炉的一天，&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;ChecK 成绩！！！&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;
set alarm起来帮我check成绩，&lt;br /&gt;
我自己都没有set alarm=.=&#039;&#039;，&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;
开始和他们去唱k，去喝茶，去聊天，去clubbing，去旅游，&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;/font&gt;</description>
			<category>♪学院生涯♪</category>
			<author> (JoYceLYn)</author>
			<guid>http://www.ifublog.com/joyce/23</guid>
			<comments>http://www.ifublog.com/joyce/23#entry23comment</comments>
			<pubDate>Wed, 27 May 2009 11:16:54 +0800</pubDate>
		</item>
		<item>
			<title>黑人来了</title>
			<link>http://www.ifublog.com/joyce/20</link>
			<description>&lt;font color=&quot;#cc9900&quot;&gt;说要update我的部落格，&lt;br /&gt;
到现在都还没update，&lt;br /&gt;
可能会认为我去redang一个月了吧&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;strong&gt;第一天 16/05/09&lt;/strong&gt;，&lt;br /&gt;
我们下午三点才出发，因为要等朋友放工，&lt;br /&gt;
我们两辆车聚集在MU的McD，&lt;br /&gt;
好长远的车程，大约要六，七个小时，&lt;br /&gt;
刚开始每个人都精神奕奕，喊叫，拍照，录影，唱歌的，&lt;br /&gt;
不到一个小时，个个就开始陷入昏迷状况（睡着了），&lt;br /&gt;
可怜的是我们的司机，多睏也好，都没能入睡，&lt;br /&gt;
一路上我就狂吃零食，&lt;br /&gt;
还没抵达目的地就已经没有声音了，&lt;br /&gt;
只能听歌不能唱歌，是多么可悲的事T.T，&lt;br /&gt;
一路上，都是山路，我们不停的找厕所，抱握每个上厕所的机会，&lt;br /&gt;
以避免爆缸事件发生&lt;br /&gt;
大概晚上十点多，我们才到Mr.Bean的家，&lt;br /&gt;
已经饿得半条命了，幸好Mr.Bean的二十四孝妈妈准备了生锅给我们，&lt;br /&gt;
哇，汤汁真的是一流，&lt;br /&gt;
感谢Bean妈～&lt;br /&gt;
吃饱了后，Jessie就去会周公了，&lt;br /&gt;
没人理他，我们继续我们的activity。。&lt;br /&gt;
半夜，我们的F1飞车手忍无可忍，&lt;br /&gt;
带着我们去飞车，飞车去7-11买剃胡须的东西，&lt;br /&gt;
然后去找很难找的妈妈当，&lt;br /&gt;
那里有一间妈妈当，waiters打扮的超美，男的俊女的美，看了很自卑，&lt;br /&gt;
Chlovy被俊男所吸引，搞得神志不清，手忙脚乱，&lt;br /&gt;
脚变手，手变脚，老虎老鼠傻傻分不清楚，&lt;br /&gt;
吃饱饱又坐F1回去，&lt;br /&gt;
回到Bean家，Jessie还以为天亮了，要去海边了，&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/joyce/&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;Gallery201&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;var Gallery201 = new TTGallery(&quot;Gallery201&quot;);Gallery201.appendImage(&quot;http://www.ifublog.com/attach/133/1022644851.jpg&quot;, &quot;左思在车上坐七小时～&quot;, 224, 300);Gallery201.appendImage(&quot;http://www.ifublog.com/attach/133/1326279391.jpg&quot;, &quot;Jessie和Chlovy&quot;, 400, 300);Gallery201.show();&lt;/script&gt;&lt;br /&gt;
to be continue~&lt;br /&gt;
&lt;br /&gt;
&lt;/font&gt;</description>
			<category>♪环游世界♪</category>
			<author> (JoYceLYn)</author>
			<guid>http://www.ifublog.com/joyce/20</guid>
			<comments>http://www.ifublog.com/joyce/20#entry20comment</comments>
			<pubDate>Tue, 26 May 2009 12:59:01 +0800</pubDate>
		</item>
		<item>
			<title>海边</title>
			<link>http://www.ifublog.com/joyce/19</link>
			<description>&lt;font color=&quot;#cc9900&quot;&gt;向往的海边终于有机会去了，&lt;br /&gt;
长得那么大，还真的是第一次去，真是差劲！&lt;br /&gt;
不说肮脏的海边，port dickson的海边真的超级肮脏的&lt;br /&gt;
龙沟水，哈哈～&lt;br /&gt;
&lt;br /&gt;
这次也没去多远，也是在马来西亚半岛而已，&lt;br /&gt;
就是redang n perhentian,&lt;br /&gt;
想去很久了，可是都没有机会，&lt;br /&gt;
朋友不得空啦，时间不吻合之类的，&lt;br /&gt;
这次终于可以去了，哈哈&lt;br /&gt;
&lt;br /&gt;
期待期待～将会把照片Post上，&lt;br /&gt;
等我回来～&lt;/font&gt;</description>
			<category>♪环游世界♪</category>
			<author> (JoYceLYn)</author>
			<guid>http://www.ifublog.com/joyce/19</guid>
			<comments>http://www.ifublog.com/joyce/19#entry19comment</comments>
			<pubDate>Thu, 14 May 2009 13:02:56 +0800</pubDate>
		</item>
		<item>
			<title>我回来了～</title>
			<link>http://www.ifublog.com/joyce/17</link>
			<description>&lt;font color=&quot;#cc9900&quot; size=&quot;2&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;/font&gt;</description>
			<category>♪我的部落♪</category>
			<author> (JoYceLYn)</author>
			<guid>http://www.ifublog.com/joyce/17</guid>
			<comments>http://www.ifublog.com/joyce/17#entry17comment</comments>
			<pubDate>Thu, 30 Apr 2009 17:24:31 +0800</pubDate>
		</item>
		<item>
			<title>动物园之情敌相遇记</title>
			<link>http://www.ifublog.com/joyce/16</link>
			<description>&lt;font color=&quot;#cc9900&quot;&gt;动物园之情敌相遇记&lt;br /&gt;
主演：小珊，小婷，小浩&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both; margin-bottom: 10px&quot;&gt;&lt;img src=&quot;http://www.ifublog.com/attach/133/1046530908.jpg&quot; width=&quot;380&quot; height=&quot;285&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/133/1046530908.jpg&#039;)&quot;/&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both; margin-bottom: 10px&quot;&gt;&lt;img src=&quot;http://www.ifublog.com/attach/133/1305421512.jpg&quot; width=&quot;380&quot; height=&quot;285&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/133/1305421512.jpg&#039;)&quot;/&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both; margin-bottom: 10px&quot;&gt;&lt;img src=&quot;http://www.ifublog.com/attach/133/1189838078.jpg&quot; width=&quot;380&quot; height=&quot;285&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/133/1189838078.jpg&#039;)&quot;/&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both; margin-bottom: 10px&quot;&gt;&lt;img src=&quot;http://www.ifublog.com/attach/133/1179077920.jpg&quot; width=&quot;380&quot; height=&quot;285&quot; alt=&quot;&quot; style=&quot;cursor: pointer&quot; onclick=&quot;open_img(&#039;http://www.ifublog.com/attach/133/1179077920.jpg&#039;)&quot;/&gt;&lt;/div&gt;&lt;/font&gt;</description>
			<category>♪自导自演♪</category>
			<author> (JoYceLYn)</author>
			<guid>http://www.ifublog.com/joyce/16</guid>
			<comments>http://www.ifublog.com/joyce/16#entry16comment</comments>
			<pubDate>Wed, 01 Apr 2009 18:17:41 +0800</pubDate>
		</item>
	</channel>
</rss>
