<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Em Evangelista Blog's</title>
	<atom:link href="http://lemwell.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lemwell.wordpress.com</link>
	<description>"I can do all thing through Christ who stregthens me"</description>
	<lastBuildDate>Thu, 17 Jul 2008 16:16:08 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='lemwell.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/f5b3eca457de46836694445bbcb83ffa?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Em Evangelista Blog's</title>
		<link>http://lemwell.wordpress.com</link>
	</image>
			<item>
		<title>Assign Index to Combobox</title>
		<link>http://lemwell.wordpress.com/2008/07/17/assign-index-to-combobox/</link>
		<comments>http://lemwell.wordpress.com/2008/07/17/assign-index-to-combobox/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 16:04:38 +0000</pubDate>
		<dc:creator>lemwell</dc:creator>
				<category><![CDATA[Programming VB]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[combobox]]></category>
		<category><![CDATA[Vb]]></category>

		<guid isPermaLink="false">http://lemwell.wordpress.com/?p=22</guid>
		<description><![CDATA[Code to Assign Index
************************************************************
Public Class Form13
Dim id(5) As Integer
Private Sub Form3_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
ComboBox1.Items.Add(&#8220;Item 1&#8243;)
ComboBox1.Items.Add(&#8220;Item 2&#8243;)
ComboBox1.Items.Add(&#8220;Item 3&#8243;)
ComboBox1.Items.Add(&#8220;Item 4&#8243;)
ComboBox1.Items.Add(&#8220;Item 5&#8243;)
id(0) = 10
id(1) = 20
id(2) = 30
id(3) = 40
id(4) = 50
end sub
******************************************************
To test the index
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
MsgBox(ComboBox1.Text &#38; &#8221; = &#8221; &#38; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemwell.wordpress.com&blog=2487749&post=22&subd=lemwell&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Code to Assign Index</p>
<p>************************************************************</p>
<p>Public Class Form13<br />
Dim id(5) As Integer</p>
<p>Private Sub Form3_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load<br />
ComboBox1.Items.Add(&#8220;Item 1&#8243;)<br />
ComboBox1.Items.Add(&#8220;Item 2&#8243;)<br />
ComboBox1.Items.Add(&#8220;Item 3&#8243;)<br />
ComboBox1.Items.Add(&#8220;Item 4&#8243;)<br />
ComboBox1.Items.Add(&#8220;Item 5&#8243;)</p>
<p>id(0) = 10<br />
id(1) = 20<br />
id(2) = 30<br />
id(3) = 40<br />
id(4) = 50</p>
<p>end sub</p>
<p>******************************************************</p>
<p>To test the index</p>
<p>Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
MsgBox(ComboBox1.Text &amp; &#8221; = &#8221; &amp; id(ComboBox1.SelectedIndex))</p>
<p>End Sub</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lemwell.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lemwell.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lemwell.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lemwell.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lemwell.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lemwell.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lemwell.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lemwell.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lemwell.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lemwell.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lemwell.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lemwell.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemwell.wordpress.com&blog=2487749&post=22&subd=lemwell&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lemwell.wordpress.com/2008/07/17/assign-index-to-combobox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c9c27c94621cd49d3892caa8bd1cdf0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">em</media:title>
		</media:content>
	</item>
		<item>
		<title>Vb Keypress</title>
		<link>http://lemwell.wordpress.com/2008/07/17/vb-keypress/</link>
		<comments>http://lemwell.wordpress.com/2008/07/17/vb-keypress/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 15:55:27 +0000</pubDate>
		<dc:creator>lemwell</dc:creator>
				<category><![CDATA[Programming VB]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Keypress]]></category>
		<category><![CDATA[Vb]]></category>

		<guid isPermaLink="false">http://lemwell.wordpress.com/?p=20</guid>
		<description><![CDATA[This keypress will work if you want the textbox to accept numeric data only
For VB.net
Private Sub TextBox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress
If Not IsNumeric(e.KeyChar) Then
e.KeyChar = Chr(0)
End If
End Sub
For VB 5 &#38; 6
on keypress event
Private Sub txtEndtNo_KeyPress(KeyAscii As Integer)
If Not IsNumeric(Chr(KeyAscii)) And KeyAscii &#60;&#62; 13 And KeyAscii &#60;&#62; 8 Then KeyAscii [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemwell.wordpress.com&blog=2487749&post=20&subd=lemwell&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This keypress will work if you want the textbox to accept numeric data only</p>
<p>For VB.net</p>
<p>Private Sub TextBox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress</p>
<p>If Not IsNumeric(e.KeyChar) Then<br />
e.KeyChar = Chr(0)<br />
End If<br />
End Sub</p>
<p>For VB 5 &amp; 6</p>
<p>on keypress event</p>
<p>Private Sub txtEndtNo_KeyPress(KeyAscii As Integer)<br />
If Not IsNumeric(Chr(KeyAscii)) And KeyAscii &lt;&gt; 13 And KeyAscii &lt;&gt; 8 Then KeyAscii = 0<br />
End Sub</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lemwell.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lemwell.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lemwell.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lemwell.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lemwell.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lemwell.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lemwell.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lemwell.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lemwell.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lemwell.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lemwell.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lemwell.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemwell.wordpress.com&blog=2487749&post=20&subd=lemwell&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lemwell.wordpress.com/2008/07/17/vb-keypress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c9c27c94621cd49d3892caa8bd1cdf0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">em</media:title>
		</media:content>
	</item>
		<item>
		<title>Let&#8217;s not make life Complicated&#8230;</title>
		<link>http://lemwell.wordpress.com/2008/06/11/lets-not-make-life-complicated/</link>
		<comments>http://lemwell.wordpress.com/2008/06/11/lets-not-make-life-complicated/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 10:51:53 +0000</pubDate>
		<dc:creator>lemwell</dc:creator>
				<category><![CDATA[Reflection]]></category>

		<guid isPermaLink="false">http://lemwell.wordpress.com/?p=16</guid>
		<description><![CDATA[Life does not come with a little instruction book but that is simply because the rules are rather easy to follow. For me these are:
1.  laugh (like there is no tomorrow)
2.  help (others, the best way you can)
3.  work (with dignity and pride)
4.  pray  (and humble yourself to God)
5.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemwell.wordpress.com&blog=2487749&post=16&subd=lemwell&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Life does not come with a little instruction book but that is simply because the rules are rather easy to follow. For me these are:</p>
<p>1.  laugh (like there is no tomorrow)<br />
2.  help (others, the best way you can)<br />
3.  work (with dignity and pride)<br />
4.  pray  (and humble yourself to God)<br />
5.  love (even when it’s difficult)</p>
<p><span style="font-size:14pt;">Forgive. Smile. Serve. Share. Love…</span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lemwell.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lemwell.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lemwell.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lemwell.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lemwell.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lemwell.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lemwell.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lemwell.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lemwell.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lemwell.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lemwell.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lemwell.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemwell.wordpress.com&blog=2487749&post=16&subd=lemwell&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lemwell.wordpress.com/2008/06/11/lets-not-make-life-complicated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c9c27c94621cd49d3892caa8bd1cdf0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">em</media:title>
		</media:content>
	</item>
		<item>
		<title>How Great is Our God &#8211; Chris Tomlin</title>
		<link>http://lemwell.wordpress.com/2008/05/27/how-great-is-our-god-chris-tomlin/</link>
		<comments>http://lemwell.wordpress.com/2008/05/27/how-great-is-our-god-chris-tomlin/#comments</comments>
		<pubDate>Tue, 27 May 2008 10:33:56 +0000</pubDate>
		<dc:creator>lemwell</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Music Worship Praise]]></category>

		<guid isPermaLink="false">http://lemwell.wordpress.com/?p=15</guid>
		<description><![CDATA[
Psalm 104
How great is our God
Very Inspiring and worship songs&#8230;
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemwell.wordpress.com&blog=2487749&post=15&subd=lemwell&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="text-align:center; display: block;"><a href="http://lemwell.wordpress.com/2008/05/27/how-great-is-our-god-chris-tomlin/"><img src="http://img.youtube.com/vi/JpfKli_4LQ0/2.jpg" alt="" /></a></span></p>
<p>Psalm 104<br />
How great is our God</p>
<p>Very Inspiring and worship songs&#8230;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lemwell.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lemwell.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lemwell.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lemwell.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lemwell.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lemwell.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lemwell.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lemwell.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lemwell.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lemwell.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lemwell.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lemwell.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemwell.wordpress.com&blog=2487749&post=15&subd=lemwell&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lemwell.wordpress.com/2008/05/27/how-great-is-our-god-chris-tomlin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c9c27c94621cd49d3892caa8bd1cdf0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">em</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/JpfKli_4LQ0/2.jpg" medium="image" />
	</item>
		<item>
		<title>The 3 stages Money Consciousness</title>
		<link>http://lemwell.wordpress.com/2008/05/27/the-3-stages-money-consciousness/</link>
		<comments>http://lemwell.wordpress.com/2008/05/27/the-3-stages-money-consciousness/#comments</comments>
		<pubDate>Tue, 27 May 2008 10:22:08 +0000</pubDate>
		<dc:creator>lemwell</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Wisdom]]></category>

		<guid isPermaLink="false">http://lemwell.wordpress.com/?p=14</guid>
		<description><![CDATA[The 3 stages Money Consciousness
url: http://preacherinbluejeans.com/videos/20061105/nov-5-2006-.html
Rex Mendoza
Don&#8217;t Have enough?
It&#8217;s up to you to make it enough
Man at Work
-Investment and Decision Stage
man and money at work
-Working in your office while money qrows
money at work
-no worries in income
to do things you want.
Lotto Story
Filipino are crazy about betting in a lotto
What will I do to the money if [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemwell.wordpress.com&blog=2487749&post=14&subd=lemwell&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The 3 stages Money Consciousness</p>
<p>url: http://preacherinbluejeans.com/videos/20061105/nov-5-2006-.html</p>
<p>Rex Mendoza</p>
<p>Don&#8217;t Have enough?<br />
It&#8217;s up to you to make it enough</p>
<p>Man at Work<br />
-Investment and Decision Stage</p>
<p>man and money at work<br />
-Working in your office while money qrows</p>
<p>money at work<br />
-no worries in income</p>
<p>to do things you want.</p>
<p>Lotto Story<br />
Filipino are crazy about betting in a lotto<br />
What will I do to the money if you win</p>
<p>Ratio to win:<br />
1:5.3 million</p>
<p>instead of savings, we bet on chance</p>
<p>many believes in &#8220;Kapalaran&#8221; but<br />
God&#8217;s give us the freedom to decide</p>
<p>do you want to live your life base on chance<br />
or<br />
do you want to build your building blocks<br />
that will be the foundation of the real wealth</p>
<p>My ten peso in my pocket is secured than betting in a lotto</p>
<p>Charity</p>
<p>Pag natalo Charity, if you want to do charity<br />
so the charity it self</p>
<p>pag nanalo investment</p>
<p>People in the US, buy lotto ticket as extra or change from<br />
their grocery bills</p>
<p>but People in our country, bring a piece of paper<br />
inalaagaan pa ung number for almost 3 years</p>
<p>imagine buying 10 or 20/ week<br />
for 3 years and hoping for withdrawal someday</p>
<p>The Mindset Shift</p>
<p>Not just education<br />
your life, your future is in your Hand</p>
<p>if your palm says you will be rich then<br />
better sleep and wait until you become rich</p>
<p>Verse in the bible: It is better for a camel to go<br />
for an eye of the needle than a rich man enter into<br />
heaven<br />
(analyze the first )<br />
-Getting rich is ok as long as you have the right means<br />
the purpose,<br />
when I get rich, the more people  i can help<br />
and to the church<br />
other relatives<br />
work with foundations</p>
<p>He start with 1800/month<br />
secret: Discipline, getting grounded with  purpose</p>
<p>if you don&#8217;t have a purpose, you can be successful but for a while</p>
<p>You can also do it.</p>
<p>the purpose is the main reason that gives u money</p>
<p>don&#8217;t just seek money you will become dry physically and spiritually</p>
<p>dept</p>
<p>Good Dept &#8211; You borrow money to invest<br />
Bad  Dept &#8211; You borrow money for own pleasure</p>
<p>Purpose:Make people better life</p>
<p>ways<br />
discipline<br />
purpose<br />
relationship</p>
<p>valuing money with the children and wife</p>
<p>study mutual and bonds</p>
<p>Money is like a pie<br />
if you don&#8217;t know how to handle<br />
it will end in to waste or flat</p>
<p>but if you have a good baker</p>
<p>the result is the best pie</p>
<p>Punuin mo ng pag ibig ang puso mo</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lemwell.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lemwell.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lemwell.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lemwell.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lemwell.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lemwell.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lemwell.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lemwell.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lemwell.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lemwell.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lemwell.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lemwell.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemwell.wordpress.com&blog=2487749&post=14&subd=lemwell&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lemwell.wordpress.com/2008/05/27/the-3-stages-money-consciousness/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c9c27c94621cd49d3892caa8bd1cdf0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">em</media:title>
		</media:content>
	</item>
		<item>
		<title>If you want to do great things</title>
		<link>http://lemwell.wordpress.com/2008/05/27/if-you-want-to-do-great-things/</link>
		<comments>http://lemwell.wordpress.com/2008/05/27/if-you-want-to-do-great-things/#comments</comments>
		<pubDate>Tue, 27 May 2008 10:18:42 +0000</pubDate>
		<dc:creator>lemwell</dc:creator>
				<category><![CDATA[Reflection]]></category>
		<category><![CDATA[Wisdom]]></category>

		<guid isPermaLink="false">http://lemwell.wordpress.com/?p=13</guid>
		<description><![CDATA[May 19,2008
If you want to do great things
learn, study and invest
seek God and ask for wisdom
-Bo sanchez
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemwell.wordpress.com&blog=2487749&post=13&subd=lemwell&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>May 19,2008</p>
<p>If you want to do great things<br />
learn, study and invest</p>
<p>seek God and ask for wisdom<br />
-Bo sanchez</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lemwell.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lemwell.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lemwell.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lemwell.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lemwell.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lemwell.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lemwell.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lemwell.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lemwell.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lemwell.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lemwell.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lemwell.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemwell.wordpress.com&blog=2487749&post=13&subd=lemwell&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lemwell.wordpress.com/2008/05/27/if-you-want-to-do-great-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c9c27c94621cd49d3892caa8bd1cdf0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">em</media:title>
		</media:content>
	</item>
		<item>
		<title>God really change life</title>
		<link>http://lemwell.wordpress.com/2008/03/27/god-really-change-life/</link>
		<comments>http://lemwell.wordpress.com/2008/03/27/god-really-change-life/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 10:18:56 +0000</pubDate>
		<dc:creator>lemwell</dc:creator>
				<category><![CDATA[Reflection]]></category>
		<category><![CDATA[Story]]></category>

		<guid isPermaLink="false">http://lemwell.wordpress.com/?p=12</guid>
		<description><![CDATA[March 27, 2008
Do you ask your self &#8220;is there really a God&#8221;, well as I continue my journey in my life, I really learn  a lot and getting to know more our God.
As I taking my rest from my night shift work, I watch the story of Ninoy Aguino (Pinoy are worth dying for) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemwell.wordpress.com&blog=2487749&post=12&subd=lemwell&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>March 27, 2008</p>
<p>Do you ask your self &#8220;is there really a God&#8221;, well as I continue my journey in my life, I really learn  a lot and getting to know more our God.</p>
<p>As I taking my rest from my night shift work, I watch the story of Ninoy Aguino (Pinoy are worth dying for)  interviewed by Mr. Pat Robertson and Ms. Rica Peralejo (how life change her life.) interviewed by Ms. Connie Reyes at the 700 club asia. And let me add also n inspiring story from Bo Sanchez.</p>
<p>Let me site some words from them&#8230;</p>
<p>&#8220;God allow sufferings in our do that we can recognize the reward after that.&#8221; &#8211; Ninoy</p>
<p>&#8220;You can&#8217;t deny, and the only way is to change and<br />
sabihin na di ko po talaga kaya ung ganito kalaking bagay<br />
so I need someone big to help me and that is God &#8221; &#8211; Rica</p>
<p>A story of a small church</p>
<p>There is a small community church which is consist of 1 leader and 4 faithful members. They are all 60 and above in ages so you already know what will happen if some of them are not attending anymore&#8230;</p>
<p>Anyway, they ask there self, &#8220;What is happening to our community? why is it that we are the only people in this church?&#8221;</p>
<p>Then the leader go to the bishop to seek advice so he traveled  in 2 two mountains just to reach the bishop then when he reach he ask the bishop, &#8220;Bishop, can you help our church to grow, the people, specially the youth are not joining in our community&#8221; then the bishop close his eyes and take a deep breath and say &#8220;Son, one of you is the messiah&#8221;&#8230; then the leader go home and told to his 4 members what the bishop advised him.</p>
<p>then after that, they change how they treat one another, with more respect and lovingly&#8230;</p>
<p>then people around notice what&#8217;s happening in that community,  why is it that there is more joy and peace.</p>
<p>And people visit and attend the church&#8230;.</p>
<p>Why because the true meaning of community is love, respect and Jesus in your life.</p>
<p>Thank you for your love and your life.</p>
<p>It&#8217;s me,</p>
<p>Em</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lemwell.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lemwell.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lemwell.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lemwell.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lemwell.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lemwell.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lemwell.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lemwell.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lemwell.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lemwell.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lemwell.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lemwell.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemwell.wordpress.com&blog=2487749&post=12&subd=lemwell&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lemwell.wordpress.com/2008/03/27/god-really-change-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c9c27c94621cd49d3892caa8bd1cdf0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">em</media:title>
		</media:content>
	</item>
		<item>
		<title>searching in goolge and life</title>
		<link>http://lemwell.wordpress.com/2008/03/27/searching-in-goolge-and-life/</link>
		<comments>http://lemwell.wordpress.com/2008/03/27/searching-in-goolge-and-life/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 09:55:53 +0000</pubDate>
		<dc:creator>lemwell</dc:creator>
				<category><![CDATA[Reflection]]></category>
		<category><![CDATA[life advice]]></category>

		<guid isPermaLink="false">http://lemwell.wordpress.com/?p=7</guid>
		<description><![CDATA[    I believe you&#8217;ve already try this, searching what you want using internet search engine like google or yahoo search engine. But do you really get what exactly you want to search? Maybe yes, maybe not? Why? If yes, maybe you have type the specific word of the specific question you want [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemwell.wordpress.com&blog=2487749&post=7&subd=lemwell&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>    I believe you&#8217;ve already try this, searching what you want using internet search engine like google or yahoo search engine. But do you really get what exactly you want to search? Maybe yes, maybe not? Why? If yes, maybe you have type the specific word of the specific question you want to search. If not, ask your self again? What do I what? What do I really want?</p>
<p>Until know, many people don&#8217;t know their purpose or the things they really want in life. It is simply because they don&#8217;t know specifically the thing that they want. They are just to general when asking for something like &#8220;cars&#8221; instead of<br />
&#8220;honda civic model 2008&#8243;.</p>
<p>they are almost the same</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lemwell.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lemwell.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lemwell.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lemwell.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lemwell.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lemwell.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lemwell.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lemwell.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lemwell.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lemwell.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lemwell.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lemwell.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemwell.wordpress.com&blog=2487749&post=7&subd=lemwell&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lemwell.wordpress.com/2008/03/27/searching-in-goolge-and-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c9c27c94621cd49d3892caa8bd1cdf0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">em</media:title>
		</media:content>
	</item>
		<item>
		<title>The true meaning of work</title>
		<link>http://lemwell.wordpress.com/2008/03/27/the-true-meaning-of-work/</link>
		<comments>http://lemwell.wordpress.com/2008/03/27/the-true-meaning-of-work/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 09:45:11 +0000</pubDate>
		<dc:creator>lemwell</dc:creator>
				<category><![CDATA[Reflection]]></category>
		<category><![CDATA[Work Advice]]></category>

		<guid isPermaLink="false">http://lemwell.wordpress.com/?p=10</guid>
		<description><![CDATA[Well I would say that the meaning of hardwork is  this &#8220;Enjoy what you are doing&#8221;
let me share a story from yahoo news&#8230;
ref: http://abcnews.go.com/GMA/story?id=4526501&#38;page=1

Man Hits Jackpot, but Won&#8217;t Quit McDonald&#8217;s
British Man Who Won Millions Wants to Keep His Job at the Golden Arches
 March 26, 2008Luke Pittard didn&#8217;t quite say &#8220;I&#8217;m lovin&#8217; it,&#8221; but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemwell.wordpress.com&blog=2487749&post=10&subd=lemwell&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well I would say that the meaning of hardwork is  this &#8220;Enjoy what you are doing&#8221;</p>
<p>let me share a story from yahoo news&#8230;</p>
<p>ref: http://abcnews.go.com/GMA/story?id=4526501&amp;page=1</p>
<p><b><br />
Man Hits Jackpot, but Won&#8217;t Quit McDonald&#8217;s</b><br />
British Man Who Won Millions Wants to Keep His Job at the Golden Arches</p>
<div class="dek"> March 26, 2008Luke Pittard didn&#8217;t quite say &#8220;I&#8217;m lovin&#8217; it,&#8221; but after winning a $2.7 million lottery he returned to his job flipping burgers at McDonald&#8217;s.Pittard, 25, from Wales, England, became a millionaire after winning the British lottery 18 months ago. He promptly quit his McDonald&#8217;s job.&#8221;I don&#8217;t think much will change in my life, just the fact that I got money,&#8221; Pittard said at the time.</p>
<p>Things changed less than Pittard expected. Today, he is back at work at the Golden Arches.</p>
<p>&#8220;To be honest, there&#8217;s only so much relaxing you can do,&#8221; he said.</p>
<p>Pittard is not alone in his behavior; believe it or not, many people sympathize with his desire to stay on the job.</p>
<p>In 2003 a group of cooks and caretakers in a Minnesota school waited until after their lunchtime shift to claim their $95 million winning ticket.</p>
<p>&#8220;Today we&#8217;re going to have hot ham and cheese sandwiches, that is the main thing,&#8221; Karen Overman, one of the lunch ladies, told &#8220;Good Morning America&#8221; when she became a millionaire.</p>
<p>Almost five years later some of those lunch workers are still on the job, just like Pittard.</p>
<p>Even though Pittard makes more money on the interest from his winnings than he does showing up for work, he&#8217;s still on the job simply because he&#8217;s lovin&#8217; it.</p></div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lemwell.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lemwell.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lemwell.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lemwell.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lemwell.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lemwell.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lemwell.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lemwell.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lemwell.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lemwell.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lemwell.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lemwell.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemwell.wordpress.com&blog=2487749&post=10&subd=lemwell&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lemwell.wordpress.com/2008/03/27/the-true-meaning-of-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c9c27c94621cd49d3892caa8bd1cdf0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">em</media:title>
		</media:content>
	</item>
		<item>
		<title>Blond and Blue Eyes</title>
		<link>http://lemwell.wordpress.com/2008/03/19/blond-and-blue-eyes/</link>
		<comments>http://lemwell.wordpress.com/2008/03/19/blond-and-blue-eyes/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 15:46:02 +0000</pubDate>
		<dc:creator>lemwell</dc:creator>
				<category><![CDATA[For Country]]></category>
		<category><![CDATA[pinoy]]></category>
		<category><![CDATA[Speech]]></category>

		<guid isPermaLink="false">http://lemwell.wordpress.com/?p=6</guid>
		<description><![CDATA[(Editor&#8217;s note: This is the winning speech of Patricia Evangelista. If you are a Filipino, you must read it.)
WHEN I was little, I wanted what many Filipino children all over the country wanted. I wanted to be blond, blue-eyed, and white.
I thought &#8212; if I just wished hard enough and was good enough, I&#8217;d wake [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemwell.wordpress.com&blog=2487749&post=6&subd=lemwell&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p align="left"><b><i>(Editor&#8217;s note: This is the winning speech of Patricia Evangelista. If you are a Filipino, you must read it.)</i></b></p>
<p align="justify">WHEN I was little, I wanted what many Filipino children all over the country wanted. I wanted to be blond, blue-eyed, and white.</p>
<p align="justify"><img src="http://www.manilamail.com/images/patricia-s.jpg" alt="tricia" align="right" border="1" height="200" hspace="8" vspace="3" width="115" />I thought &#8212; if I just wished hard enough and was good enough, I&#8217;d wake up on Christmas morning with snow outside my window and freckles across my nose!</p>
<p align="justify">More than four centuries under western domination does that to you.</p>
<p align="justify">I have sixteen cousins. In a couple of years, there will just be five of us left in the Philippines, the rest will have gone abroad in search of “greener pastures.” It&#8217;s not just an anomaly; it&#8217;s a trend; the Filipino diaspora.</p>
<p align="justify">Today, about eight million Filipinos are scattered around the world.</p>
<p align="justify">There are those who disapprove of Filipinos who choose to leave. I used to. Maybe this is a natural reaction of someone who was left behind, smiling for family pictures that get emptier with each succeeding year. Desertion, I called it.</p>
<p align="justify">My country is a land that has perpetually fought for the freedom to be itself. Our heroes offered their lives in the struggle against the Spanish, the Japanese, the Americans. To pack up and deny that identity is tantamount to spitting on that sacrifice.</p>
<p align="justify">Or is it? I don&#8217;t think so, not anymore.</p>
<p align="justify">True, there is no denying this phenomenon, aided by the fact that what was once the other side of the world is now a twelve-hour plane ride away. But this is a borderless world, where no individual can claim to be purely from where he is now.</p>
<p align="justify">My mother is of Chinese descent, my father is a quarter Spanish, and I call myself a pure Filipino &#8212; a hybrid of sorts resulting from a combination of cultures.</p>
<p align="justify">Each square mile anywhere in the world is made up of people of different ethnicities, with national identities and individual personalities. Because of this, each square mile is already a microcosm of the world. In as much as this blessed spot that is England is the world, so is my neighborhood back home.</p>
<p align="justify">Seen this way, the Filipino Diaspora, or any sort of dispersal of populations, is not as ominous as so many claim. It must be understood.</p>
<p align="justify">I come from a Third World country, one that is still trying mightily to get back on its feet after many years of dictatorship. But we shall make it, given more time. Especially now, when we have thousands of eager young minds who graduate from college every year. They have skills. They need jobs. We cannot absorb them all.</p>
<p align="justify">A borderless world presents a bigger opportunity, yet one that is not so much abandonment but an extension of identity. Even as we take, we give back. We are the 40,000 skilled nurses who support the UK&#8217;s National Health Service. We are the quarter-of-a-million seafarers manning most of the world&#8217;s commercial ships.We are your software engineers in Ireland, your construction workers in the Middle East, your doctors and caregivers in North America, and, your musical artists in London&#8217;s West End.</p>
<p align="justify">Nationalism isn&#8217;t bound by time or place. People from other nations migrate to create new nations, yet still remain essentially who they are. British society is itself an example of a multi-cultural nation, a melting pot of races, religions, arts and cultures. We are, indeed, in a borderless world!</p>
<p align="justify">Leaving sometimes isn&#8217;t a matter of choice. It&#8217;s coming back that is. The Hobbits of the shire travelled all over Middle-Earth, but they chose to come home, richer in every sense of the word.</p>
<p align="justify">We call people like these <i>balikbayans </i> or the ‘returnees&#8217; &#8212; those who followed their dream, yet choose to return and share their mature talents and good fortune.</p>
<p align="justify">In a few years, I may take advantage of whatever opportunities come my way. But I will come home. A borderless world doesn&#8217;t preclude the idea of a home. I&#8217;m a Filipino, and I&#8217;ll always be one. It isn&#8217;t about just geography; it isn&#8217;t about boundaries. It&#8217;s about giving back to the country that shaped me.</p>
<p align="justify">And that&#8217;s going to be more important to me than seeing snow outside my windows on a bright Christmas morning.</p>
<div align="justify">Mabuhay. And thank you.</div>
<div align="justify"></div>
<div align="justify">reference : http://www.manilamail.com/features/patricia.htm</div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lemwell.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lemwell.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lemwell.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lemwell.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lemwell.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lemwell.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lemwell.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lemwell.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lemwell.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lemwell.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lemwell.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lemwell.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemwell.wordpress.com&blog=2487749&post=6&subd=lemwell&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lemwell.wordpress.com/2008/03/19/blond-and-blue-eyes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c9c27c94621cd49d3892caa8bd1cdf0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">em</media:title>
		</media:content>

		<media:content url="http://www.manilamail.com/images/patricia-s.jpg" medium="image">
			<media:title type="html">tricia</media:title>
		</media:content>
	</item>
	</channel>
</rss>