<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7765049485670836435</id><updated>2011-11-27T17:27:36.266-08:00</updated><category term='Country News'/><category term='Personal'/><category term='Catholic Faith'/><category term='Poems'/><category term='World News'/><category term='Songs'/><category term='Sale Product'/><category term='Technology'/><category term='Boxing'/><category term='C and C++ Programming'/><category term='World Information'/><category term='Philippine Tourist Spot'/><title type='text'>Students Diary</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default?start-index=101&amp;max-results=100'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>170</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-2055172226564878797</id><published>2009-04-29T22:05:00.000-07:00</published><updated>2009-04-29T22:10:47.932-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='C and C++ Programming'/><title type='text'>What is the difference between a++ and ++a?</title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;&lt;span style=";font-family:arial;font-size:100%;"  &gt;The difference between a++ and ++a, is that when we use a++ in a program and then the effect would be on the next statement while the ++a, effect is that on the current line not on the next statement. Example code:&lt;/span&gt;&lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;Output:&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_e3GZz2Ux13Y/SfkyEw2DQcI/AAAAAAAAALU/FGilpQ2jvrY/s1600-h/john.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 265px; height: 193px;" src="http://2.bp.blogspot.com/_e3GZz2Ux13Y/SfkyEw2DQcI/AAAAAAAAALU/FGilpQ2jvrY/s320/john.JPG" alt="" id="BLOGGER_PHOTO_ID_5330346691382165954" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CIDSYST%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;link rel="Edit-Time-Data" href="file:///C:%5CDOCUME%7E1%5CIDSYST%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_editdata.mso"&gt;&lt;!--[if !mso]&gt; &lt;style&gt; v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} &lt;/style&gt; &lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;o:shapedefaults ext="edit" spidmax="1027"&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;o:shapelayout ext="edit"&gt;   &lt;o:idmap ext="edit" data="1"&gt;  &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shapetype id="_x0000_t75" coordsize="21600,21600" spt="75" preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"&gt;  &lt;v:stroke joinstyle="miter"&gt;  &lt;v:formulas&gt;   &lt;v:f eqn="if lineDrawn pixelLineWidth 0"&gt;   &lt;v:f eqn="sum @0 1 0"&gt;   &lt;v:f eqn="sum 0 0 @1"&gt;   &lt;v:f eqn="prod @2 1 2"&gt;   &lt;v:f eqn="prod @3 21600 pixelWidth"&gt;   &lt;v:f eqn="prod @3 21600 pixelHeight"&gt;   &lt;v:f eqn="sum @0 0 1"&gt;   &lt;v:f eqn="prod @6 1 2"&gt;   &lt;v:f eqn="prod @7 21600 pixelWidth"&gt;   &lt;v:f eqn="sum @8 21600 0"&gt;   &lt;v:f eqn="prod @7 21600 pixelHeight"&gt;   &lt;v:f eqn="sum @10 21600 0"&gt;  &lt;/v:formulas&gt;  &lt;v:path extrusionok="f" gradientshapeok="t" connecttype="rect"&gt;  &lt;o:lock ext="edit" aspectratio="t"&gt; &lt;/v:shapetype&gt;&lt;v:shape id="_x0000_s1026" type="#_x0000_t75" style="'position:absolute;" wrapcoords="-81 0 -81 21488 21600 21488 21600 0 -81 0"&gt;  &lt;v:imagedata src="file:///C:\DOCUME~1\IDSYST~1\LOCALS~1\Temp\msohtml1\01\clip_image001.jpg" title="sample"&gt;  &lt;w:wrap type="tight"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;!--[endif]--&gt;&lt;/p&gt;&lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CIDSYST%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;/p&gt;&lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;Code:&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;#include&lt;……&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;#include&lt;……&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;int main()&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;{&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;int c=1;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;c=5;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;printf("%d\n",c);&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;printf("%d\n",c++);&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;printf("%d\n\n",c);&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;c=10;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;printf("%d\n",c);&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" face="arial"&gt;&lt;span style="font-size:85%;"&gt;printf("%d\n",++c);&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" face="arial"&gt;&lt;span style="font-size:85%;"&gt;printf("%d",c);&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="font-family: arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="font-family: arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p  class="MsoNormal" style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;getch();&lt;/span&gt;&lt;span style="font-size:85%;"&gt;    &lt;/span&gt;&lt;/p&gt;  &lt;p  class="MsoNormal" style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;    &lt;/span&gt;&lt;/p&gt;  &lt;p  class="MsoNormal" style="font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;}&lt;/span&gt;&lt;/p&gt;  &lt;p style="font-family: arial;"&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-2055172226564878797?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/2055172226564878797/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=2055172226564878797' title='43 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2055172226564878797'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2055172226564878797'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2009/04/what-is-difference-between-and.html' title='What is the difference between a++ and ++a?'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_e3GZz2Ux13Y/SfkyEw2DQcI/AAAAAAAAALU/FGilpQ2jvrY/s72-c/john.JPG' height='72' width='72'/><thr:total>43</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-7559588377393960101</id><published>2009-04-21T03:29:00.000-07:00</published><updated>2009-04-29T18:21:51.490-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>A Day of 100% Scores</title><content type='html'>&lt;div style="text-align: justify; font-family: arial;"&gt;Well, I am so glad it is because finally, all of my quizzes this day are all perfect and no mistakes even one mistake only. I also I am so happy it is because I made to saw my crush and talk to her. Oh my God I can't believe this. This is really a perfect day for me especially in school. Even though in our house there are some struggles but still I can make to smile for my friends and for all person who support and love me and ready to give their shoulder in case I need them. Well, I hope that it will continue till I graduate in college and also when I can get my stable job.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-7559588377393960101?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/7559588377393960101/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=7559588377393960101' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7559588377393960101'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7559588377393960101'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2009/04/day-of-100-scores.html' title='A Day of 100% Scores'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-3918139438661129720</id><published>2009-04-18T01:34:00.000-07:00</published><updated>2009-04-29T19:16:26.565-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>Updating</title><content type='html'>&lt;div style="text-align: justify; font-family: arial;"&gt;Well, today I am updating all my blogs the &lt;a href="http://johnlimbo.blogspot.com/"&gt;Web Development Blog&lt;/a&gt;, &lt;a href="http://jlawrence.blogsome.com/"&gt;Cyber Information&lt;/a&gt; and the &lt;a href="http://johnlarrylimbo.blogsome.com/"&gt;One Step Closer Blog&lt;/a&gt;. These are few of my blogs, but unfortunately I did not made to update some of my blogs. These 3 blogs including this Students Diary is my favorite of all my blogs and I don't know why. Actually, not only me who is updating my blog but also my friends here beside me. I want to update them all so that they can made to compete to other blog.jejejejejeje, but I know that this is so impossible. I am going to try my best to put all my english in all my blogs I know that these is one way on how to enhance my knowledge in writing and not only in writing but also in making an article. So thats all and see yah...&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-3918139438661129720?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/3918139438661129720/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=3918139438661129720' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/3918139438661129720'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/3918139438661129720'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2009/04/updating.html' title='Updating'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-1559830922675730636</id><published>2009-04-17T01:37:00.000-07:00</published><updated>2009-04-29T19:16:37.057-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>Getting a score of ZERO is not showing that you are a LOSSER</title><content type='html'>&lt;div align="justify"&gt;&lt;span style="font-family:arial;"&gt;I was really disappointed when I got zero in our activity this morning. For me, it is so easy but I don't know why. I don't want to blame the multitester itself but I think I really have to blame myself, why? it happen this morning. Ever since from the start of our class, I did not made to get zero and this is my first time to get zero in our quiz and activity this summer. Oh my God. I can't believe it, but I have too.I know that next time will be mine, I know that. I don't want to get a score of zero again, even though getting a score of zero doesn't mean that you are a losser. Because this morning, we have an activity each group or should I say it is a kind of game. But sad to say we did not made to won the game it is because, I and one of my companion got a wrong answer in getting the coded value and measured value of a resistor, so insted of getting the perfect score we've only got 7/10. But I know that next time will be ours. &lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-1559830922675730636?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/1559830922675730636/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=1559830922675730636' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/1559830922675730636'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/1559830922675730636'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2009/04/getting-score-of-zero-is-not-losser.html' title='Getting a score of ZERO is not showing that you are a LOSSER'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-2044789344430705417</id><published>2009-03-27T18:25:00.000-07:00</published><updated>2009-03-27T18:34:28.237-07:00</updated><title type='text'>Getting the Numbers of Failed Students</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;This is a code in a getting the number of the students who had made to passed and failed.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;Code:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;# include......&lt;/span&gt;&lt;stdio.h style="font-family: arial;"&gt;&lt;br /&gt;# include......&lt;conio.h&gt;&lt;br /&gt;&lt;br /&gt;int main()&lt;br /&gt;{&lt;br /&gt;   int passes = 0;&lt;br /&gt;   int failures = 0;&lt;br /&gt;   int student = 1;&lt;br /&gt;   int result;&lt;/conio.h&gt;&lt;/stdio.h&gt;&lt;br /&gt;&lt;stdio.h style="font-family: arial;"&gt;&lt;conio.h&gt;  &lt;br /&gt; &lt;br /&gt;   while (student &lt;= 10)&lt;br /&gt;{&lt;br /&gt;                   printf("Enter result (1=pass,2=Fail):");&lt;br /&gt;         scanf("%d", &amp;amp;result);&lt;br /&gt;                   if (result == 1)&lt;br /&gt;{                     &lt;br /&gt;passes = passes + 1;                     &lt;br /&gt;}&lt;br /&gt;         else&lt;br /&gt;{&lt;br /&gt; failures = failures + 1;&lt;br /&gt; }&lt;br /&gt; student = student + 1;&lt;br /&gt; }                      &lt;br /&gt;printf("Passed %d\n", passes );&lt;br /&gt;          printf("Failed %d\n", failures );&lt;br /&gt; if ( passes &gt; 8 )&lt;br /&gt;{&lt;br /&gt;               printf("Raise Tuition\n");&lt;/conio.h&gt;&lt;/stdio.h&gt;&lt;br /&gt;&lt;stdio.h style="font-family: arial;"&gt;&lt;conio.h&gt;                }&lt;br /&gt;             &lt;br /&gt;               getch();&lt;br /&gt;               }&lt;br /&gt;       &lt;br /&gt; &lt;br /&gt;Output:&lt;br /&gt;&lt;/conio.h&gt;&lt;/stdio.h&gt;&lt;a style="font-family: arial;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_e3GZz2Ux13Y/Sc1-RmSd2CI/AAAAAAAAALM/xamVkBVJAfM/s1600-h/result.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 287px; height: 215px;" src="http://3.bp.blogspot.com/_e3GZz2Ux13Y/Sc1-RmSd2CI/AAAAAAAAALM/xamVkBVJAfM/s320/result.JPG" alt="" id="BLOGGER_PHOTO_ID_5318045575795300386" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;stdio.h style="font-family: arial;"&gt;&lt;conio.h&gt;&lt;br /&gt;&lt;br /&gt;&lt;/conio.h&gt;&lt;/stdio.h&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-2044789344430705417?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/2044789344430705417/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=2044789344430705417' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2044789344430705417'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2044789344430705417'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2009/03/getting-numbers-of-failed-students.html' title='Getting the Numbers of Failed Students'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_e3GZz2Ux13Y/Sc1-RmSd2CI/AAAAAAAAALM/xamVkBVJAfM/s72-c/result.JPG' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-5368473442456208786</id><published>2009-03-25T20:10:00.000-07:00</published><updated>2009-04-29T19:16:46.601-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>A Day to Remember</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:arial;"&gt;Today is a day that I have to remember always, why? it is because this is the day in which their are so many unexpected events happen unto my life, such as I have now my love one. I am so happy because, of that person. That person came in my life I think to really change me.  Everything on me really change my attitudes and my especially my mental growth because even though I am now 19 yrs old, but still I am acting like in a late childhood stage but now I am now fully mature and you know what my readers? that person really change me, because on my past I am just playing when it came to love but now this is my first time to be serious in one relationship and thats why I can say that, that person really change me.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-5368473442456208786?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/5368473442456208786/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=5368473442456208786' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/5368473442456208786'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/5368473442456208786'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2009/03/day-to-remember.html' title='A Day to Remember'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-8839196674079639763</id><published>2008-12-16T18:37:00.000-08:00</published><updated>2009-04-29T19:17:00.191-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sale Product'/><title type='text'>Shopwiki.com</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CUser%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;/div&gt;&lt;p style="text-align: justify;" class="MsoNormal"&gt;If you are looking for a equipment that you can use on your business or neither in the school and then I have some website here that can really help you in your need. &lt;a href="http://www.shopwiki.com/wiki/Home+Theater"&gt;Shopwiki.com&lt;/a&gt; is one of the online website that offers various kinds of services and now only offer but they also sell different types of various kind of product.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;" class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;" class="MsoNormal"&gt;The &lt;a href="http://www.shopwiki.com/wiki/Home+Theater"&gt;shopwiki.com&lt;/a&gt; also sells projectors for business and educational use, television, DVD mini theater system, DVD recorders and players. These are only few of &lt;a href="http://www.shopwiki.com/wiki/Home+Theater"&gt;shopwiki.com &lt;/a&gt;products. I can assure you that if you’re going to choose &lt;a href="http://www.shopwiki.com/wiki/Home+Theater"&gt;shopwiki.com&lt;/a&gt; and then you will be happy and be satisfied with their services.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;" class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;" class="MsoNormal"&gt;So what are you waiting for if you want to purchase and know more information about their product that being offered or some of their services offered and then try&lt;span style=""&gt;  &lt;/span&gt;now to visit &lt;a href="http://www.shopwiki.com/wiki/Home+Theater"&gt;shopwiki.com&lt;/a&gt; by just simply clicking some of the given links in this article. &lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;" class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;" class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-8839196674079639763?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/8839196674079639763/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=8839196674079639763' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8839196674079639763'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8839196674079639763'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/12/shopwikicom.html' title='Shopwiki.com'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-9210457169933674471</id><published>2008-11-26T16:20:00.000-08:00</published><updated>2009-04-29T19:17:13.653-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sale Product'/><title type='text'>Scottsdale Real Estate</title><content type='html'>&lt;p  style="text-align: justify;font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;Today there are so many people that looking for a lot whether here in &lt;st1:country-region&gt;&lt;st1:place&gt;Philippines&lt;/st1:place&gt;&lt;/st1:country-region&gt; or in abroad. Some of the immigrant are looking for a lot that they want to build there home. I have some website that I know in which they could really help you and this is the &lt;span class="yshortcuts"&gt;&lt;a href="http://www.theholmgroupaz.com/index.htm"&gt;Scottsdale Real Estate&lt;/a&gt; in which it offers and different type of&lt;span style=""&gt;  &lt;/span&gt;services. It doesn’t matter whether it is a residential purchase or investment property.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify; font-family: arial;"&gt;  &lt;/div&gt;&lt;div style="text-align: justify; font-family: arial;"&gt;  &lt;/div&gt;&lt;p  style="text-align: justify;font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;&lt;span class="yshortcuts"&gt;If you are looking for this kind of business and then this is the site for you. I can assure you that you will enjoy in their services that they offer to their client. So if you want to try their services now and then you can visit now the &lt;a href="http://www.theholmgroupaz.com/index.htm"&gt;Scottsdale Real Estate&lt;/a&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify; font-family: arial;"&gt;  &lt;/div&gt;&lt;div style="text-align: justify; font-family: arial;"&gt;  &lt;/div&gt;&lt;p  style="text-align: justify;font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;&lt;span class="yshortcuts"&gt;Try it now and for more information about this website and then try to visit now &lt;a href="http://www.theholmgroupaz.com/index.htm"&gt;Scottsdale Real Estate&lt;/a&gt; because they are one of the community that offer this kind of services to their clien. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-9210457169933674471?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/9210457169933674471/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=9210457169933674471' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/9210457169933674471'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/9210457169933674471'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/11/scottsdale-real-estate.html' title='Scottsdale Real Estate'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-8025154078731980298</id><published>2008-11-23T22:55:00.000-08:00</published><updated>2009-04-29T19:17:27.124-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sale Product'/><title type='text'>Plug-In Profit Site</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CUser%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;/div&gt;&lt;p style="text-align: justify;" class="MsoNormal"&gt;Now in internet there are so much different types of businesses all over the world that people are now using. This is a kind of business home opportunities that these website offer unto you. This is called as &lt;a href="http://www.homebusiness.us/"&gt;Plug-In Profit Site&lt;/a&gt;. This is kind of business that base on internet or you can find it on the internet. This all about &lt;a href="http://www.homebusiness.us/"&gt;Home Business&lt;/a&gt;. I know that some of the people now days are now looking for this kind of opportunity. These kinds of business opportunity allow affiliate and network marketers to promote at least 6 different types of affiliate programs from one websites. This program includes some of the following. ClickBank, SFI, Traffic Swarm and etc. so what are you waiting for try now this kind of services and I can assure you that you will really enjoy this kind of business. For information about this kind of services and then try to visit now their website by just simply clicking some of the given link in this article and also this are all about some of the &lt;a href="http://www.homebasedbusinessideas.com/"&gt;Home Business Ideas&lt;/a&gt;. So if you want now to be part of this business and then what are you waiting for visit now for more information.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-8025154078731980298?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/8025154078731980298/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=8025154078731980298' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8025154078731980298'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8025154078731980298'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/11/plug-in-profit-site.html' title='Plug-In Profit Site'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-7400673297003766186</id><published>2008-10-27T00:56:00.000-07:00</published><updated>2009-04-29T19:17:42.355-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>Classes Start</title><content type='html'>&lt;div style="text-align: justify; font-family: arial;"&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CUser%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;/div&gt;&lt;p  style="text-align: justify;font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;Well today our 2&lt;sup&gt;nd&lt;/sup&gt; semester had been already started, it is another trials for me to be face off and to be done. I am now in second year college so I have to do my best to pass this year and in order for me to proceed to third next year. Oh my God I have Accounting, Physics that are really waiting for me for the next year. But still I am strong and I can pass this trials. Even though it is the most difficult and then it is still ok, because I know that God is still there to guide me no matter what happen. &lt;/span&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-7400673297003766186?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/7400673297003766186/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=7400673297003766186' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7400673297003766186'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7400673297003766186'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/10/classes-start.html' title='Classes Start'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-3243988157088850906</id><published>2008-10-22T22:22:00.000-07:00</published><updated>2009-04-29T19:17:57.902-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>Free Day</title><content type='html'>&lt;div style="text-align: justify; font-family: arial;"&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CUser%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;/div&gt;&lt;p  style="text-align: justify;font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;Well it is another day that the almighty God has given to me. Another day to follow the will of God and another day that full of smile and love. A day of trials and problems. This day I am going to do all the best that I can do to finish my job as soon as possible, so that tomorrow I am going to proceed to another task and I don’t know what is that task. It is not busy here in our area, because the printing for the blue card is been change to cashier but maybe tomorrow the venue will be here in our area, and it is another busy day and today we have also our rosary, some of my friends wanted to be one of the mysteries for our rosary but I don’t want to be. And that’s all for today and see yah..&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify; font-family: arial;"&gt;  &lt;/div&gt;&lt;p  style="text-align: justify;font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-3243988157088850906?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/3243988157088850906/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=3243988157088850906' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/3243988157088850906'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/3243988157088850906'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/10/free-day.html' title='Free Day'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-5832933360753883521</id><published>2008-10-21T21:28:00.000-07:00</published><updated>2009-04-29T19:18:08.838-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>Graduation - High School</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_e3GZz2Ux13Y/SP1bB8RpZqI/AAAAAAAAAIk/LFMPOkatTHw/s1600-h/grad.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_e3GZz2Ux13Y/SP1bB8RpZqI/AAAAAAAAAIk/LFMPOkatTHw/s320/grad.jpg" alt="" id="BLOGGER_PHOTO_ID_5259460028756747938" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:arial;"&gt;This was happen during our Graduation, JS prom night. Unfortunately I did not able to join the prom night it is because, I have my fever on that night I was not so lucky on that night. But on our graduation day I a so lucky. I am so proud of my self cause I got the eight slot in the honor. During my third year I was in sixth slot but during my 4th year high school I only got the 8th slot, but still it is ok. It doesn't matter if you got the highest rank but the matter most is that you learn in your high school life and you can apply it on your college life as a student again.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-5832933360753883521?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/5832933360753883521/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=5832933360753883521' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/5832933360753883521'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/5832933360753883521'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/10/graduation-high-school.html' title='Graduation - High School'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_e3GZz2Ux13Y/SP1bB8RpZqI/AAAAAAAAAIk/LFMPOkatTHw/s72-c/grad.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-7398254964064461955</id><published>2008-10-16T20:25:00.000-07:00</published><updated>2009-04-29T19:18:26.392-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Poems'/><title type='text'>POEMS - God Speak to Each of Us</title><content type='html'>&lt;div style="text-align: center; color: rgb(255, 102, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;God speaks to each of us before we are,                   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;Before he's formed us  then, in cloudy speech,                   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;But only then, he speaks these words to each                   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;And silently walks with us from the dark:                    &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;                   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;Driven by your senses, dare                   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;To the edge of longing. Grow                   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;Like a fire's shadowcasting glare                   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;Behind assembled things, so you can spread                   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;Their shapes on me as clothes.                   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;Don't leave me bare.                    &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;                   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;Let it all happen to you: beauty and dread.                   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;Simply go  no feeling is too much                    &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;And only this way can we stay in touch.                    &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;                   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;Near here is the land                   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;That they call Life.                   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;You'll know when you arrive                   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;By how real it is.                    &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;                   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;Give me your hand.                   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;                   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;                   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;- Rainer Maria Rilke&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: left;"&gt;&lt;span style="color: rgb(255, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;Source: http://judithpordon.tripod.com&lt;/span&gt;&lt;span style="display: block;" id="formatbar_Buttons"&gt;&lt;span class="down" style="display: block;" id="formatbar_JustifyCenter" title="Align Center" onmouseover="ButtonHoverOn(this);" onmouseout="ButtonHoverOff(this);" onmouseup="" onmousedown="CheckFormatting(event);FormatbarButton('richeditorframe', this, 11);ButtonMouseDown(this);"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-7398254964064461955?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/7398254964064461955/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=7398254964064461955' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7398254964064461955'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7398254964064461955'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/10/god-speak-to-each-of-yu.html' title='POEMS - God Speak to Each of Us'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-3723576658970973569</id><published>2008-10-16T02:31:00.000-07:00</published><updated>2009-04-29T19:18:37.550-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Songs'/><title type='text'>I don't want to miss a thing - download</title><content type='html'>Download and listen now to this song. To download try to click the given link below.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Download now &lt;a href="http://boxstr.com/files/3866000_pymuh/Aerosmith%20-%20I%20Don%5C%27t%20Want%20To%20Miss%20A%20Thing.wma"&gt;I don't want to miss a thing &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-3723576658970973569?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/3723576658970973569/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=3723576658970973569' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/3723576658970973569'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/3723576658970973569'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/10/i-dont-want-to-miss-thing-download.html' title='I don&apos;t want to miss a thing - download'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-6630402363412661372</id><published>2008-10-15T02:58:00.001-07:00</published><updated>2009-04-29T19:18:47.775-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Catholic Faith'/><title type='text'>Holy Rosary Day</title><content type='html'>&lt;p  style="text-align: justify;font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;Today is a very interesting day, why? Because this very morning I go to school early and buy a flower and a candle for the rosary, because we are asked to bring a vigil candle for the rosary. This month is a rosary month so that’s why we are pleased to bring a one candle and a flower to offer to Mary our mother and I said to myself that I am willing to spent money for my mother and for my brother Jesus Christ. I am willing to spend my money for them. I am ready to buy a flower for them and a candle for them. You know what? I am so happy, because I made to attend the Holy Rosary and I am not late eventually. However, I am not so happy just like what you thought it is because, some of my friends did not made to attend the Holy Rosary but still it is ok. As what I have said everything happens for a reason. That’s all for today and see yah….&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-6630402363412661372?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/6630402363412661372/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=6630402363412661372' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/6630402363412661372'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/6630402363412661372'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/10/holy-rosary-day.html' title='Holy Rosary Day'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-688294287144054639</id><published>2008-10-14T21:54:00.000-07:00</published><updated>2009-04-29T19:19:07.449-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Songs'/><title type='text'>That's the way it is - download</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_e3GZz2Ux13Y/SPQmLHedbzI/AAAAAAAAAIY/L25H6PIKsM4/s1600-h/celine-dion.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_e3GZz2Ux13Y/SPQmLHedbzI/AAAAAAAAAIY/L25H6PIKsM4/s320/celine-dion.jpg" alt="" id="BLOGGER_PHOTO_ID_5256868637475434290" border="0" /&gt;&lt;/a&gt;Here are some of the songs of Celine Dion that could really make you happy every time that you hear it every day.&lt;br /&gt;&lt;br /&gt;Just click the given link below to listen and to download it...&lt;br /&gt;&lt;br /&gt;&lt;a href="http://boxstr.com/files/3840972_uxfl4/Celine%20Dione%20-%20Wind%20Beneath%20My%20Wings.wma"&gt;&lt;&lt;wind&gt;&lt;wind&gt;&gt;Wind beneath my wings - download&lt;/wind&gt;&lt;/wind&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://boxstr.com/files/3840973_iee9p/Celine%20Dion%20-%20That%5C%27s%20The%20Way%20It%20Is.wma"&gt;&lt;&lt;that's&gt;&lt;that's&gt;&gt;That's the way it is - download&lt;/that's&gt;&lt;/that's&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;comments are highly appreciated....&lt;br /&gt;&lt;br /&gt;enjoy listening music.....&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-688294287144054639?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/688294287144054639/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=688294287144054639' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/688294287144054639'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/688294287144054639'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/10/thats-way-it-is-download.html' title='That&apos;s the way it is - download'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_e3GZz2Ux13Y/SPQmLHedbzI/AAAAAAAAAIY/L25H6PIKsM4/s72-c/celine-dion.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-990787564776372354</id><published>2008-10-13T00:43:00.000-07:00</published><updated>2009-04-29T19:19:23.790-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Songs'/><title type='text'>I am your Angel</title><content type='html'>To listen the music and then click the link below&gt;&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://boxstr.com/files/3832606_w4hz5/Celin%20Dion%20%26%20R.Kelly%20-%20I%20Am%20Your%20Angel.mp3"&gt;I am your Angel&gt;&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-990787564776372354?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/990787564776372354/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=990787564776372354' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/990787564776372354'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/990787564776372354'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/10/i-am-your-angel.html' title='I am your Angel'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-7885886474736107051</id><published>2008-10-11T19:12:00.000-07:00</published><updated>2009-04-29T19:19:44.890-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>Dyosa</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_e3GZz2Ux13Y/SPALzwW76aI/AAAAAAAAAHw/9e7lIuZN0qg/s1600-h/dyosa.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_e3GZz2Ux13Y/SPALzwW76aI/AAAAAAAAAHw/9e7lIuZN0qg/s320/dyosa.jpg" alt="" id="BLOGGER_PHOTO_ID_5255713748923705762" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CUser%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;p  style="text-align: justify;font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;The only one that I can say about this movie is that it is so beautiful, and especially characters are amazing Anne, Zanjoe, and Sam. There effects are so amazing. But my only question is that, is really Sam love Josephine? And I feel pity for the mother and father of Josephine they became shoes. If I were Josephine I am going to accept the responsibility of being a DYOSA, because if she became the dyosa or the queen in Kabanwa and then she can save many people and even some of her race. Hope Josephine will accept the responsibility soon and who will be the man that can win the heart of Josephine. Jejejejejeje. I was so very amaze with this fantaserye you know…. That’s all see yah. &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-7885886474736107051?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/7885886474736107051/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=7885886474736107051' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7885886474736107051'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7885886474736107051'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/10/dyosa.html' title='Dyosa'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_e3GZz2Ux13Y/SPALzwW76aI/AAAAAAAAAHw/9e7lIuZN0qg/s72-c/dyosa.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-4653954251654270772</id><published>2008-10-11T01:08:00.000-07:00</published><updated>2009-04-29T19:20:00.305-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>Life of a student</title><content type='html'>&lt;div style="text-align: justify; font-family: arial;"&gt;I can't wait for this coming Saturday in which I can make to see again my grandmother from Canada. I am so excited to see her again. Don't think that I am excited only, because she brought a lot of chocolates and cookies from Canada but I am excited because, I want to know the latest news about my Uncle and Aunt there in Canada or rather in London. But I am also excited because I really want to know exactly if she will going to support me in my study here in college level. And I want that after I finish my degree here in UIC and then I can go to Canada and have my work there as a IT professional. I am studying to be professional and that is my goal to be a professional enough so that I can make to help my family in their daily living. If she were going to help me in my study, and then I have to do my best to be a good student and I promise that I am going to do my best and I am going to continue to show my talent and improve my skills in computer. I am going to finish my study no matter what happen, if I make to graduate in my degree and then I will be very a big help to my family and relatives. They are the one that giving me strength in all that I am doing especially God. If there is no God and then I don't know what will happen to me. I want to think God for giving his guidance and wisdom to me to do good things and remain where I am standing now. Even thought there are so many trials that I've encounter from the past but still I am still standing and fighting for it, it is because of the people that giving all their support to me and cheering that I can make to win this contest.&lt;br /&gt;&lt;br /&gt;So God help me.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-4653954251654270772?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/4653954251654270772/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=4653954251654270772' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/4653954251654270772'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/4653954251654270772'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/10/life-of-student.html' title='Life of a student'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-5575133222580843683</id><published>2008-10-09T03:38:00.000-07:00</published><updated>2009-04-29T19:20:11.372-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>Exam</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt;Today is the second day of our exam and I have the English exam and the Theology 3 exam and I can say that Oh my God, those exam are so difficult I can't understand all the questions. You can answer the questions but first you should have to analyze it, but the problem are not so simple as what you thought, but still I am happy, because I made to answer some of those problem sets even though not all but still it is ok for me  as long as I am not 0. But I am really worrying about my exam in calculus tomorrow and for my networks , because I know that our teacher will not give us a exam that we can make to answer only in a minutes.hahahahaha. So that's why I am going to go home early so that I can have my study in this lesson that I have said a while ago. And also in the problem set in the Computer Programming. Oh my God, we only have 3 problem that made to answer. I don't know why, in my first year I know how to make a codes but now when I am in the second year level oh,, I don't know how to make a codes and some events I for got to use some of the operator and even the stdio.h I forgot it.  So that is only for today and see yah....&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt;comment are highly appreciated&gt;&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-5575133222580843683?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/5575133222580843683/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=5575133222580843683' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/5575133222580843683'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/5575133222580843683'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/10/exam.html' title='Exam'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-4783924487136822583</id><published>2008-10-06T21:26:00.000-07:00</published><updated>2009-04-29T19:22:34.657-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='World News'/><title type='text'>Soldiers hurt in Bukidnon Landmine</title><content type='html'>&lt;div style="text-align: justify; font-family: arial;"&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CUser%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;span style="font-size:85%;"&gt;&lt;o:smarttagtype namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="PlaceType"&gt;&lt;/o:smarttagtype&gt;&lt;o:smarttagtype namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="PlaceName"&gt;&lt;/o:smarttagtype&gt;&lt;o:smarttagtype namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="place"&gt;&lt;/o:smarttagtype&gt;&lt;/span&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if !mso]&gt;&lt;object classid="clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D" id="ieooui"&gt;&lt;/object&gt; &lt;style&gt; st1\:*{behavior:url(#ieooui) } &lt;/style&gt; &lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} p 	{mso-margin-top-alt:auto; 	margin-right:0in; 	mso-margin-bottom-alt:auto; 	margin-left:0in; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;/div&gt;&lt;p  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;Three soldiers were wounded after a landmine exploded near their vehicle in &lt;st1:place st="on"&gt;&lt;st1:placename st="on"&gt;Valencia&lt;/st1:placename&gt; &lt;st1:placetype st="on"&gt;City&lt;/st1:placetype&gt;&lt;/st1:place&gt;, Bukidnon last Saturday.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify; font-family: arial;"&gt;  &lt;/div&gt;&lt;p  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;A Philippine Army report said elements of the 29th Infantry Batallion were riding a KM 450 4x4 truck and an Isuzu Elf in Sitio Kapihan, Concepcion village when the landmine exploded at 3:20 p.m. An undetermined number of New People's Army guerrillas then attacked the convoy for five minutes before retreating.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify; font-family: arial;"&gt;  &lt;/div&gt;&lt;p  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;Wounded in the blast were Privates First Class Cumahig, Variacion, and Velasco. They were rushed to &lt;st1:place st="on"&gt;&lt;st1:placename st="on"&gt;Maramag&lt;/st1:placename&gt;  &lt;st1:placename st="on"&gt;Provincial&lt;/st1:placename&gt; &lt;st1:placetype st="on"&gt;Hospital&lt;/st1:placetype&gt;&lt;/st1:place&gt; for treatment.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify; font-family: arial;"&gt;  &lt;/div&gt;&lt;p  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;Soldiers recovered a 100-meter electric wire at the blast site.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify; font-family: arial;"&gt;  &lt;/div&gt;&lt;p  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;Army officials said the use of landmines violates the International Humanitarian Law (IHL) and the Geneva Convention. They said Army troops thwarted a landmine attack set by an undetermined terrorist group at Sitio Tubak, Barangay Pagangan, Aleosan, North Cotabato last October 2. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify; font-family: arial;"&gt;  &lt;/div&gt;&lt;p  style="text-align: justify;font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;&lt;a href="http://abs-cbnnews.com/nation/regions/10/06/08/3-soldiers-hurt-bukidnon-landmine-attack"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-4783924487136822583?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/4783924487136822583/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=4783924487136822583' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/4783924487136822583'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/4783924487136822583'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/10/soldiers-hurt-in-bukidnon-landmine.html' title='Soldiers hurt in Bukidnon Landmine'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-4706604099339723650</id><published>2008-10-04T17:27:00.000-07:00</published><updated>2009-04-29T19:22:53.725-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Technology'/><title type='text'>Nokia NGage QD</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_e3GZz2Ux13Y/SOa4mF37-eI/AAAAAAAAAHg/SbJ2jtiK1aA/s1600-h/nokia-ngage-qd-tmb.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 147px; height: 147px;" src="http://4.bp.blogspot.com/_e3GZz2Ux13Y/SOa4mF37-eI/AAAAAAAAAHg/SbJ2jtiK1aA/s320/nokia-ngage-qd-tmb.jpg" alt="" id="BLOGGER_PHOTO_ID_5253088979925596642" border="0" /&gt;&lt;/a&gt;&lt;span style="font-family:arial;"&gt;This is a new model of Nokia cellphone and its specification are the following:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;table style="font-family: arial; text-align: left; margin-left: 0px; margin-right: 0px;" class="datatable" border="0" width="100%"&gt;&lt;tbody&gt;&lt;tr class="row2"&gt;&lt;th scope="row"&gt;Form Factor&lt;/th&gt;               &lt;td&gt;&lt;br /&gt;&lt;/td&gt;             &lt;/tr&gt;             &lt;tr class="row1"&gt;               &lt;th scope="row"&gt;Network&lt;/th&gt;               &lt;td&gt;GSM 900 / GSM 1800&lt;/td&gt;             &lt;/tr&gt;             &lt;tr class="row2"&gt;               &lt;th scope="row"&gt;Dimensions&lt;/th&gt;               &lt;td&gt;118mm x 68mm x 22mm&lt;/td&gt;             &lt;/tr&gt;             &lt;tr class="row1"&gt;               &lt;th scope="row"&gt;Weight&lt;/th&gt;               &lt;td&gt;143g &lt;/td&gt;             &lt;/tr&gt;             &lt;tr class="row2"&gt;               &lt;th scope="row"&gt;Storage&lt;/th&gt;               &lt;td&gt;3 MB&lt;/td&gt;             &lt;/tr&gt;             &lt;tr class="row1"&gt;               &lt;th scope="row"&gt;Expansion&lt;/th&gt;               &lt;td&gt;MMC up to 256mb &lt;/td&gt;             &lt;/tr&gt;             &lt;tr class="row2"&gt;               &lt;th scope="row"&gt;Side Keys&lt;/th&gt;               &lt;td&gt;&lt;br /&gt;&lt;/td&gt;             &lt;/tr&gt;             &lt;tr class="row1"&gt;               &lt;th scope="row"&gt;Platform&lt;/th&gt;               &lt;td&gt;Symbian Series 60&lt;/td&gt;             &lt;/tr&gt;             &lt;tr class="row2"&gt;               &lt;th scope="row"&gt;Battery&lt;/th&gt;               &lt;td&gt; type with 3 hours talk time and 240 hours standby time&lt;/td&gt;             &lt;/tr&gt;             &lt;tr class="row1"&gt;               &lt;th scope="row"&gt;Website&lt;/th&gt;               &lt;td&gt;&lt;a href="http://web.n-gage.com/qd/"&gt;Nokia NGage QD Official Site&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-4706604099339723650?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/4706604099339723650/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=4706604099339723650' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/4706604099339723650'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/4706604099339723650'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/10/nokia-ngage-qd.html' title='Nokia NGage QD'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_e3GZz2Ux13Y/SOa4mF37-eI/AAAAAAAAAHg/SbJ2jtiK1aA/s72-c/nokia-ngage-qd-tmb.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-8523887915620743601</id><published>2008-10-03T21:23:00.000-07:00</published><updated>2009-04-29T19:23:51.908-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Technology'/><title type='text'>The latest iPod Nano</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_e3GZz2Ux13Y/SOWePG5T1aI/AAAAAAAAAHY/7eRjNpReqzQ/s1600-h/ipod.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_e3GZz2Ux13Y/SOWePG5T1aI/AAAAAAAAAHY/7eRjNpReqzQ/s320/ipod.jpg" alt="" id="BLOGGER_PHOTO_ID_5252778522783765922" border="0" /&gt;&lt;/a&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CUser%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;o:smarttagtype namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="country-region"&gt;&lt;/o:smarttagtype&gt;&lt;o:smarttagtype namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="place"&gt;&lt;/o:smarttagtype&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if !mso]&gt;&lt;object classid="clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D" id="ieooui"&gt;&lt;/object&gt; &lt;style&gt; st1\:*{behavior:url(#ieooui) } &lt;/style&gt; &lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} p.story2, li.story2, div.story2 	{mso-style-name:story2; 	mso-margin-top-alt:auto; 	margin-right:0in; 	mso-margin-bottom-alt:auto; 	margin-left:0in; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;p  style="text-align: justify;font-family:arial;" class="story2"&gt;&lt;span style="font-size:85%;"&gt;That Apple will launch a range of new iPods in September is a truth as certain as life and death itself. You have to admire the enthusiasm with which Apple continues to reinvent its old warhorse - the iPod is the number-one bestselling music player in 10 European countries, including the &lt;st1:country-region st="on"&gt;&lt;st1:place st="on"&gt;UK&lt;/st1:place&gt;&lt;/st1:country-region&gt;; some 160 million iPods have been sold worldwide since 2004.&lt;/span&gt;&lt;/p&gt;&lt;p face="arial" style="text-align: justify;" class="story2"&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CUser%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} p.story2, li.story2, div.story2 	{mso-style-name:story2; 	mso-margin-top-alt:auto; 	margin-right:0in; 	mso-margin-bottom-alt:auto; 	margin-left:0in; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;/p&gt;&lt;p style="text-align: justify; font-family: arial;" class="story2"&gt;&lt;span style="font-size:85%;"&gt;The technology is put to fun use with the "Shake to Shuffle" feature, in which a quick jiggle of the nano will enable the user to skip through tracks and pick a random song. Several other MP3 players, such as the Sansa Shake and Sony Walkman mobile phones, have offered this sort of functionality for a while now, but Apple's decision to include it in their new iPods demonstrates its commitment to the product. While sales of iPods continue to grow, the rate of growth has slowed significantly, leading some analysts to ask whether the market for iPods has reached saturation point.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div  style="text-align: justify;font-family:arial;"&gt;  &lt;/div&gt;&lt;p  style="text-align: justify;font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;&lt;o:p&gt;&lt;a href="http://www.telegraph.co.uk/connected/main.jhtml?xml=/connected/2008/09/13/dlclaud113.xml"&gt;See the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div face="arial" style="text-align: justify;"&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify; font-family: arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-8523887915620743601?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/8523887915620743601/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=8523887915620743601' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8523887915620743601'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8523887915620743601'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/10/latest-ipod-nano.html' title='The latest iPod Nano'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_e3GZz2Ux13Y/SOWePG5T1aI/AAAAAAAAAHY/7eRjNpReqzQ/s72-c/ipod.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-4684483302811953550</id><published>2008-10-01T17:45:00.000-07:00</published><updated>2009-04-29T19:24:07.093-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='World News'/><title type='text'>RP 2008 growth seen</title><content type='html'>&lt;div  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt;Philippine economic growth will probably skid to a six-year low this year on sluggish exports and as high food and fuel prices depress consumption, a Reuters quarterly poll showed. &lt;/span&gt;&lt;/div&gt;&lt;div  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;div  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt;After hitting a more than three-decade peak in 2007, growth will slow this year and is likely to be almost flat next year as a global economic slowdown and the U.S. financial crisis dampen demand for the country's key electronics exports. &lt;/span&gt;&lt;/div&gt;&lt;div  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;div  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt;A Reuters poll of 10 economists last week gave a median forecast of 4.6 percent economic growth this year, off a July poll forecast of 5.1 percent and last year's revised figure of 7.2 percent, but sees growth strengthening slightly to 4.7 percent in 2009. &lt;/span&gt;&lt;/div&gt;&lt;div  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;div  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt;The economy will find support from strong inflows of remittances from overseas Filipino workers, equivalent to roughly 10 percent of GDP, which will continue to cushion private consumption and slow the peso's fall. &lt;/span&gt;&lt;/div&gt;&lt;div  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;div  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt;"Remittances remain on the rise this year, so far unaffected by what's happening globally," said Angus To, analyst at BNP Paribas in Hong Kong, adding that money sent home by Filipino workers abroad would prop up consumption despite global uncertainties.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://abs-cbnnews.com/business/10/01/08/rp-2008-growth-seen-six-year-low-poll"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-4684483302811953550?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/4684483302811953550/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=4684483302811953550' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/4684483302811953550'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/4684483302811953550'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/10/rp-2008-growth-seen.html' title='RP 2008 growth seen'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-613986118522398736</id><published>2008-09-29T21:46:00.001-07:00</published><updated>2009-04-29T19:24:25.412-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Songs'/><title type='text'>Wind Beneath My Wings lyrics  by: Bitte Midler</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt;Ohhhh, oh, oh, oh, ohhh.&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; It must have been cold there in my shadow,&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; to never have sunlight on your face.&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; You were content to let me shine, that's your way.&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; You always walked a step behind.&lt;/span&gt;&lt;/span&gt;  &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; So I was the one with all the glory,&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; while you were the one with all the strength.&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; A beautiful face without a name for so long.&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; A beautiful smile to hide the pain.&lt;/span&gt;&lt;/span&gt;  &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Did you ever know that you're my hero,&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; and everything I would like to be?&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; I can fly higher than an eagle,&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; for you are the wind beneath my wings.&lt;/span&gt;&lt;/span&gt;  &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; It might have appeared to go unnoticed,&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; but I've got it all here in my heart.&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; I want you to know I know the truth, of course I know it.&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; I would be nothing without you.&lt;/span&gt;&lt;/span&gt;  &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Did you ever know that you're my hero?&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; You're everything I wish I could be.&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; I could fly higher than an eagle,&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; for you are the wind beneath my wings.&lt;/span&gt;&lt;/span&gt;  &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Did I ever tell you you're my hero?&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; You're everything, everything I wish I could be.&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Oh, and I, I could fly higher than an eagle,&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; for you are the wind beneath my wings,&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; 'cause you are the wind beneath my wings.&lt;/span&gt;&lt;/span&gt;  &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Oh, the wind beneath my wings.&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; You, you, you, you are the wind beneath my wings.&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Fly, fly, fly away. You let me fly so high.&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Oh, you, you, you, the wind beneath my wings.&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Oh, you, you, you, the wind beneath my wings.&lt;/span&gt;&lt;/span&gt;  &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Fly, fly, fly high against the sky,&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; so high I almost touch the sky.&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Thank you, thank you,&lt;/span&gt;&lt;/span&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; thank God for you, the wind beneath my wings.&lt;br /&gt;&lt;br /&gt;Source: www.google.com&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;       &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-613986118522398736?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/613986118522398736/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=613986118522398736' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/613986118522398736'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/613986118522398736'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/09/wind-beneath-my-wings-lyrics-by-bitte_29.html' title='Wind Beneath My Wings lyrics  by: Bitte Midler'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-967275007908130647</id><published>2008-09-29T21:46:00.000-07:00</published><updated>2009-04-29T19:24:37.015-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Songs'/><title type='text'>Wind Beneath My Wings lyrics  by: Bitte Midler</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt;Ohhhh, oh, oh, oh, ohhh.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; It must have been cold there in my shadow,&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; to never have sunlight on your face.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; You were content to let me shine, that's your way.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; You always walked a step behind.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; So I was the one with all the glory,&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; while you were the one with all the strength.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; A beautiful face without a name for so long.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; A beautiful smile to hide the pain.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Did you ever know that you're my hero,&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; and everything I would like to be?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; I can fly higher than an eagle,&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; for you are the wind beneath my wings.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; It might have appeared to go unnoticed,&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; but I've got it all here in my heart.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; I want you to know I know the truth, of course I know it.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; I would be nothing without you.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Did you ever know that you're my hero?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; You're everything I wish I could be.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; I could fly higher than an eagle,&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; for you are the wind beneath my wings.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Did I ever tell you you're my hero?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; You're everything, everything I wish I could be.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Oh, and I, I could fly higher than an eagle,&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; for you are the wind beneath my wings,&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; 'cause you are the wind beneath my wings.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Oh, the wind beneath my wings.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; You, you, you, you are the wind beneath my wings.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Fly, fly, fly away. You let me fly so high.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Oh, you, you, you, the wind beneath my wings.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Oh, you, you, you, the wind beneath my wings.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Fly, fly, fly high against the sky,&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; so high I almost touch the sky.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Thank you, thank you,&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; thank God for you, the wind beneath my wings.&lt;br /&gt;&lt;br /&gt;Source: www.google.com&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;       &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-967275007908130647?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/967275007908130647/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=967275007908130647' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/967275007908130647'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/967275007908130647'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/09/wind-beneath-my-wings-lyrics-by-bitte.html' title='Wind Beneath My Wings lyrics  by: Bitte Midler'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-1330049723874656299</id><published>2008-09-28T22:20:00.000-07:00</published><updated>2009-04-29T19:24:46.456-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Songs'/><title type='text'>Just Another Woman Inlone Lyrics by: Anne Murray</title><content type='html'>&lt;div style="text-align: center; font-family: arial;"&gt;I'm strong, I'm sure, I'm in control, a lady with a plan&lt;br /&gt;Believing that life is a neat little package I hold in my hand&lt;br /&gt;I've got it together, they call me "the girl who knows just what to say and do"&lt;br /&gt;Still I fumble and fall, run into the wall, 'cause when it comes to you, I'm&lt;br /&gt;&lt;br /&gt;CHORUS&lt;br /&gt;Just another woman in love, a kid out of school&lt;br /&gt;A fire out of control, just another fool&lt;br /&gt;You touch me and I'm weak, I'm a feather in the wind&lt;br /&gt;And I can't wait to feel you touching me again&lt;br /&gt;With you I'm just another woman, just another woman in love&lt;br /&gt;&lt;br /&gt;So pardon me if I should stare and tremble like a child&lt;br /&gt;That "wanting you" look all over your face is driving me wild&lt;br /&gt;I'm just what you make me, can't wait 'till you take me and set all my feelin's free&lt;br /&gt;I know that you can, so come be my man, tonight I wanna be&lt;br /&gt;&lt;br /&gt;(CHORUS X 2 with FADE in middle of the second)&lt;br /&gt;&lt;br /&gt;Source:www.google.com&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-1330049723874656299?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/1330049723874656299/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=1330049723874656299' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/1330049723874656299'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/1330049723874656299'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/09/just-another-woman-inlone-lyrics-by.html' title='Just Another Woman Inlone Lyrics by: Anne Murray'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-6400922675558724488</id><published>2008-09-27T19:33:00.000-07:00</published><updated>2009-04-29T19:24:56.842-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='World News'/><title type='text'>Dollar under pressure</title><content type='html'>&lt;div  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt;The dollar drifted lower in Asian trade Friday as political wrangling held up a proposed Wall Street bailout plan, dealers said.&lt;br /&gt;&lt;br /&gt;The dollar slipped to 105.92 yen in Tokyo morning trade from 106.53 in New York late Thursday. The euro firmed to 1.4670 dollars from 1.4608 but eased to 155.49 yen from 155.65.&lt;br /&gt;&lt;br /&gt;Markets were waiting impatiently for US Congress to pass the much debated$ 700 billion financial sector rescue package.&lt;br /&gt;&lt;br /&gt;Hopes that a deal was imminent faded after top lawmakers from the two parties failed to clinch a deal in key talks at the White House.&lt;br /&gt;&lt;br /&gt;"The plan's contents are unclear and markets are uncertain how it's going to play out," said Kenichi Yumoto, vice president of forex sales at Societe Generale.&lt;br /&gt;&lt;br /&gt;Congress has been bickering over the proposal, with Democrat lawmakers trying to add amendments that would help troubled US mortgage owners while Republicans are opposing the slashing of Wall Street executives' pay cheques.&lt;br /&gt;&lt;br /&gt;"Investors will be waiting to see the extent to which the original package has been watered down, potentially reducing its effectiveness in reviving lending and credit markets," NAB Capital strategists wrote in a research note.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://abs-cbnnews.com/business/09/26/08/dollar-under-pressure-asia"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;       &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-6400922675558724488?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/6400922675558724488/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=6400922675558724488' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/6400922675558724488'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/6400922675558724488'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/09/dollar-under-pressure.html' title='Dollar under pressure'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-3113183894610916235</id><published>2008-09-25T23:41:00.000-07:00</published><updated>2009-04-29T19:25:07.974-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Technology'/><title type='text'>Toshiba Satellite L305D-S5870</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_e3GZz2Ux13Y/SN3c5kJRgpI/AAAAAAAAAHQ/iJ4i1yi6dno/s1600-h/satellite-l305d-s5870-laptop_ft.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_e3GZz2Ux13Y/SN3c5kJRgpI/AAAAAAAAAHQ/iJ4i1yi6dno/s320/satellite-l305d-s5870-laptop_ft.jpg" alt="" id="BLOGGER_PHOTO_ID_5250595622097093266" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify; font-family: arial;"&gt;A wealth of great features that won't cost you a fortune. That's what makes our new Satellite L300 and L300D laptop Series one of the best laptop values available anywhere. &lt;/div&gt;&lt;p style="text-align: justify; font-family: arial;"&gt;The stunning 15.4-inch diagonal widescreen display on this series adds a whole new visual dimension to your entertainment-movies, gaming, photos and more, plus school and business work. &lt;/p&gt;&lt;div style="text-align: justify; font-family: arial;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify; font-family: arial;"&gt;With powerful processing power and ample memory, these laptops supercharge most anything you do, from multitasking, balancing the family budget or studying for finals. And when you're ready to move out, integrated Wi-Fi lets you stay connected or work the Web at any wireless hotspots, while a cool-looking Onyx Blue finish is sure to draw welcome attention.&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify; font-family: arial;"&gt;&lt;a href="http://www.toshibadirect.com/td/b2c/pdet.to?seg=HHO&amp;amp;poid=419836"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-3113183894610916235?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/3113183894610916235/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=3113183894610916235' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/3113183894610916235'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/3113183894610916235'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/09/toshiba-satellite-l305d-s5870.html' title='Toshiba Satellite L305D-S5870'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_e3GZz2Ux13Y/SN3c5kJRgpI/AAAAAAAAAHQ/iJ4i1yi6dno/s72-c/satellite-l305d-s5870-laptop_ft.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-2509098404766061907</id><published>2008-09-20T22:41:00.000-07:00</published><updated>2009-04-29T19:25:38.756-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Country News'/><title type='text'>Philippine market</title><content type='html'>&lt;p  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt;The Philippine stock market is likely to undergo consolidation in the coming week with trading to be dominated by events overseas amid the US financial turmoil, dealers said Friday.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt;"Next week, we might consolidate to digest all that has happened in the past weeks," said Raul Putong of Accord Capital Equities Inc.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt;"Investor confidence will not go back immediately but I think we have seen the bottom," he said, following US government announcements that it was putting together a rescue plan to clear away the mountains of bad debt that have weighed down banks and set off the worst financial crisis in decades.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt;However any upturn will likely take place late this month, he added.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt;Spencer Yap of BPI Securities said that "if the markets abroad are going heavily in one way, it is hard for Philippine markets not to follow."&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt;For the week to September 19, the composite index fell by 6.9 percent or by 183.33 points to 2,462.79 points.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt;Average daily volume for the week rose to 3.41 billion shares worth 2.46 billion pesos (52.77 million dollars) from 1.43 billion shares worth 2.933 billion pesos the previous week.&lt;br /&gt;&lt;br /&gt;Source: http://www.abs-cbnnews.com/&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-2509098404766061907?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/2509098404766061907/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=2509098404766061907' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2509098404766061907'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2509098404766061907'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/09/philippine-market.html' title='Philippine market'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-8406768086989366059</id><published>2008-09-18T16:45:00.000-07:00</published><updated>2009-04-29T19:25:50.119-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Songs'/><title type='text'>Endless Love Lyrics</title><content type='html'>&lt;div  style="text-align: center;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt;My love,&lt;br /&gt;There's only you in my life&lt;br /&gt;The only thing that's right&lt;br /&gt;&lt;br /&gt;My first love,&lt;br /&gt;You're every breath that I take&lt;br /&gt;You're every step I make&lt;br /&gt;&lt;br /&gt;And I&lt;br /&gt;(I-I-I-I-I)&lt;br /&gt;I want to share&lt;br /&gt;All my love with you&lt;br /&gt;No one else will do...&lt;br /&gt;&lt;br /&gt;And your eyes&lt;br /&gt;Your eyes, your eyes&lt;br /&gt;They tell me how much you care&lt;br /&gt;Ooh yes, you will always be&lt;br /&gt;My endless love&lt;br /&gt;&lt;br /&gt;Two hearts,&lt;br /&gt;Two hearts that beat as one&lt;br /&gt;Our lives have just begun&lt;br /&gt;&lt;br /&gt;Forever&lt;br /&gt;(Ohhhhhh)&lt;br /&gt;I'll hold you close in my arms&lt;br /&gt;I can't resist your charms&lt;br /&gt;&lt;br /&gt;And love&lt;br /&gt;and, love&lt;br /&gt;I'll be a fool&lt;br /&gt;For you,&lt;br /&gt;I'm sure&lt;br /&gt;You know I don't mind&lt;br /&gt;Oh, you know I don't mind&lt;br /&gt;&lt;br /&gt;'Cause baby you,&lt;br /&gt;(baby baby baby)&lt;br /&gt;You mean the world to me&lt;br /&gt;Oh&lt;br /&gt;I know&lt;br /&gt;I know&lt;br /&gt;I've found in you&lt;br /&gt;My endless love&lt;br /&gt;&lt;br /&gt;Oooh-woow&lt;br /&gt;do do do do do&lt;br /&gt;do do do do do&lt;br /&gt;do do doo doo&lt;br /&gt;&lt;br /&gt;Oooh, and love&lt;br /&gt;Oh, love&lt;br /&gt;I'll be that fool&lt;br /&gt;For you,&lt;br /&gt;I'm sure&lt;br /&gt;That You know I don't mind&lt;br /&gt;Oh you know-&lt;br /&gt;I don't mind&lt;br /&gt;&lt;br /&gt;And, YES&lt;br /&gt;You'll be the only one&lt;br /&gt;'Cause no one no one can deny&lt;br /&gt;This love I have inside&lt;br /&gt;And I'll give it all to you&lt;br /&gt;My love&lt;br /&gt;My love, my love&lt;br /&gt;My endless love&lt;br /&gt;&lt;br /&gt;Source: www.google.com&lt;br /&gt;&lt;/span&gt;          &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-8406768086989366059?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/8406768086989366059/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=8406768086989366059' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8406768086989366059'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8406768086989366059'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/09/endless-love-lyrics.html' title='Endless Love Lyrics'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-6552967672355113138</id><published>2008-09-16T23:11:00.000-07:00</published><updated>2009-04-29T19:26:14.141-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Philippine Tourist Spot'/><title type='text'>Forest</title><content type='html'>&lt;div  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_e3GZz2Ux13Y/SNSUIDq6DVI/AAAAAAAAAHI/U8CaCv88Z8Q/s1600-h/forest.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_e3GZz2Ux13Y/SNSUIDq6DVI/AAAAAAAAAHI/U8CaCv88Z8Q/s320/forest.jpg" alt="" id="BLOGGER_PHOTO_ID_5247982331938606418" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;This is one of the beautiful forest that Ive ever seen in the internet. I hope that someday I can go here in this forest and feel the essence and beauty of this forest. And also I do hope that people will take care of this kind of resources in which God has given to us, so that the coming generation can also feel what is the true beauty of the world.&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-6552967672355113138?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/6552967672355113138/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=6552967672355113138' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/6552967672355113138'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/6552967672355113138'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/09/forest.html' title='Forest'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_e3GZz2Ux13Y/SNSUIDq6DVI/AAAAAAAAAHI/U8CaCv88Z8Q/s72-c/forest.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-7993931088964681394</id><published>2008-09-10T02:42:00.000-07:00</published><updated>2009-04-29T19:26:26.797-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Technology'/><title type='text'>Nokia 6680</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_e3GZz2Ux13Y/SOc6vXjcP_I/AAAAAAAAAHo/8RuTWGnmvok/s1600-h/nokia-6680-tmb.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 161px; height: 161px;" src="http://3.bp.blogspot.com/_e3GZz2Ux13Y/SOc6vXjcP_I/AAAAAAAAAHo/8RuTWGnmvok/s320/nokia-6680-tmb.jpg" alt="" id="BLOGGER_PHOTO_ID_5253232075801903090" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify; font-family: arial;"&gt;This is one of the new model  of the Nokia cellphone andspecifications and features are the following:&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;table style="text-align: left; margin-left: 0px; margin-right: 0px; font-family: arial;" class="datatable" border="0" width="100%"&gt;&lt;tbody&gt;&lt;tr class="row2"&gt;&lt;th scope="row"&gt;Form Factor&lt;/th&gt;               &lt;td&gt;Bar&lt;/td&gt;             &lt;/tr&gt;             &lt;tr class="row1"&gt;               &lt;th scope="row"&gt;Network&lt;/th&gt;               &lt;td&gt;GSM 900 / GSM 1800 / GSM 1900&lt;/td&gt;             &lt;/tr&gt;             &lt;tr class="row2"&gt;               &lt;th scope="row"&gt;Dimensions&lt;/th&gt;               &lt;td&gt;108mm x 55mm x 20mm&lt;/td&gt;             &lt;/tr&gt;             &lt;tr class="row1"&gt;               &lt;th scope="row"&gt;Weight&lt;/th&gt;               &lt;td&gt;133g &lt;/td&gt;             &lt;/tr&gt;             &lt;tr class="row2"&gt;               &lt;th scope="row"&gt;Storage&lt;/th&gt;               &lt;td&gt;10 MB&lt;/td&gt;             &lt;/tr&gt;             &lt;tr class="row1"&gt;               &lt;th scope="row"&gt;Expansion&lt;/th&gt;               &lt;td&gt;64 MB MMC card &lt;/td&gt;             &lt;/tr&gt;             &lt;tr class="row2"&gt;               &lt;th scope="row"&gt;Side Keys&lt;/th&gt;               &lt;td&gt;5-way scroll key, two soft keys, application key, voice dialing key, voice command key, push to talk key&lt;/td&gt;             &lt;/tr&gt;             &lt;tr class="row1"&gt;               &lt;th scope="row"&gt;Platform&lt;/th&gt;               &lt;td&gt;Symbian Series 60&lt;/td&gt;             &lt;/tr&gt;             &lt;tr class="row2"&gt;               &lt;th scope="row"&gt;Battery&lt;/th&gt;               &lt;td&gt;900mAh BL-5C type with 6 hours talk time and 264 hours standby time&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: justify; font-family: arial;"&gt;&lt;br /&gt;&lt;a href="http://phone.mobile9.com/nokia/6680/"&gt;Click here to see the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-7993931088964681394?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/7993931088964681394/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=7993931088964681394' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7993931088964681394'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7993931088964681394'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/10/nokia-6680.html' title='Nokia 6680'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_e3GZz2Ux13Y/SOc6vXjcP_I/AAAAAAAAAHo/8RuTWGnmvok/s72-c/nokia-6680-tmb.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-4189569678544301958</id><published>2008-09-06T17:39:00.000-07:00</published><updated>2009-04-29T19:26:42.286-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Country News'/><title type='text'>Fire razes four houses in Cebu</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-size:100%;"&gt;&lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;A fire in Sitio Lomar, Barangay T. Padilla in Cebu City Thursday afternoon totally razed four houses, leaving four families homeless,.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;Fire Officer 2 Antonio Gonsales, told ABS-CBN that faulty electrical wiring caused the fire which started at the room of Evangeline Cantos.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;Initial investigation revealed that an air conditioning unit and a refrigerator were constantly plugged in which led to a power overload. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;"Wala na rehabilitate ning mga wires ani nila. Very old ang ilang wirings. (The wires were not rehabilitated and are very old)," says Gonsales.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;Mr. Greg Cantos, one of the victims, said his daughter’s room was full of appliances which were always plugged in.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;The fire spread to the houses of Arthur Cantos, Tomas Cantos and John Roseima. The fire reached 3rd alarm&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;P420,000 worth of properties were totally burned. There were no casualties reported during the fire.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;After the incident, the victims were left with nothing, not even help from the local government.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;&lt;a href="http://abs-cbnnews.com/storypage.aspx?StoryId=130296"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-4189569678544301958?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/4189569678544301958/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=4189569678544301958' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/4189569678544301958'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/4189569678544301958'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/09/fire-razes-four-houses-in-cebu.html' title='Fire razes four houses in Cebu'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-3669065097050066292</id><published>2008-09-02T20:32:00.000-07:00</published><updated>2009-04-29T19:26:53.934-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>Defense</title><content type='html'>&lt;div  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt;Today we are making our documentation for tomorrow, but suddenly my classmates said that we are not going to have our defense tomorrow but this coming Wednesday next week. We are so very flattered of we heard. Finally, maam Montebon do it, we are so very happy, because we have an enough time to finish our documentation and also we have now a time to study our documentation so that if the panel will ask us some question we can able to answer it right?. I went to the office of maam Montebon a while ago she told me that we have to improve our grammar in writing a documentation for the thesis, jejejejejejejeje and I said that “maam it is ok. I will not really stop doing this documentation until I am done” it doesn’t matter if I am going to spent all my time in making this documentation but the most important is that I can make to finish this soon and we can have our defense. That all for today see yah……!&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-3669065097050066292?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/3669065097050066292/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=3669065097050066292' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/3669065097050066292'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/3669065097050066292'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/09/defense.html' title='Defense'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-6435823761063579949</id><published>2008-08-30T18:22:00.000-07:00</published><updated>2009-04-29T19:27:09.544-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>Intramurals</title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link style="font-family: arial;" rel="File-List" href="file:///C:%5CDOCUME%7E1%5CUser%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;p class="MsoNormal"  style="text-align: justify;font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;This coming Monday to Friday we are going to celebrate or to have our intramurals. But I know it is not exciting as what happen last year, because the Engineering department doesn’t want to join the competition. Even in Mr.&lt;span style=""&gt;  &lt;/span&gt;&amp;amp; Ms. they did not able to join. I know that all the students of the Engineering program wanted to join but I don’t know what the reason why they don’t want to join is. They said that “give chance to others” no its not. Even though they are champion within 11 years but still they have to join this competition and they have to defend again there title. But this intramurals I know that it will be very exciting to, lets see what will happen this Monday.jejejejejejejeje. Hope we can make to win the bacon and get the title of being the champion.&lt;/span&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-6435823761063579949?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/6435823761063579949/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=6435823761063579949' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/6435823761063579949'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/6435823761063579949'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/08/intramurals.html' title='Intramurals'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-2589559472539885870</id><published>2008-08-26T02:15:00.000-07:00</published><updated>2009-04-29T18:39:00.869-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='World News'/><title type='text'>C130 plane cruch off Davao Gulf</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;&lt;p dir="ltr"&gt;The Philippine Air Force (PAF) has confirmed Tuesday that a C130 Hercules transport plane with two pilots and seven crewmembers onboard, has crashed after takeoff from Davao International Airport Monday evening. &lt;/p&gt; &lt;p dir="ltr"&gt;Air Force spokesman, Maj. Gerardo Zamudio, made the announcement after search and rescue operations for the missing military air transport on Tuesday recovered several debris believed to be parts of the transport plane, combat boots and body parts off Davao Gulf. &lt;/p&gt; &lt;p dir="ltr"&gt;Quoting an earlier report from Col. Isagani Silva, the commander of Tactical Operations Group 11, PAF chief Lt. Gen. Pedrito Cadungog had said pieces of an aircraft, two combat boots, body parts and manuals were found in an area between Samal Island and Davao City. &lt;/p&gt; &lt;p dir="ltr"&gt;Search and rescue operations were launched after the plane, with two pilots and seven crewmembers onboard, went missing shortly after takeoff from Davao International Airport Monday evening. &lt;/p&gt; &lt;p dir="ltr"&gt;The two pilots were identified as Major Manny Sambrano and Captain Adrian de Dios.&lt;/p&gt; &lt;p dir="ltr"&gt;Personnel from PAF, Philippines Army, Coast Guard, Navy and the Philippine National Police were deployed to scour sea and land areas, according to Cadungog.&lt;/p&gt;&lt;p dir="ltr"&gt;&lt;a href="http://abs-cbnnews.com/storypage.aspx?StoryId=129280"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-2589559472539885870?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/2589559472539885870/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=2589559472539885870' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2589559472539885870'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2589559472539885870'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/08/c130-plane-cruch-off-davao-gulf.html' title='C130 plane cruch off Davao Gulf'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-7104522731334682409</id><published>2008-08-23T17:47:00.000-07:00</published><updated>2008-08-22T18:16:41.386-07:00</updated><title type='text'>In Love</title><content type='html'>&lt;div style="text-align: justify; font-family: arial;"&gt;I have some questions on my mind that I can't make to answer. Why does people have to fall in love to someone else? why? That is really my question as of now. I can't say that I am in love but I think it was developing to love. huhuhuhuhuhu. This is really my greatest fear to love someone. I hope that I can't make to hurt anybody, because of this kind of feeling and also I am hoping that they cant make to hurt me also. Because this is really my greatest fear in my life to love someone. You know what? sometimes I can say to myself that I hope that this heart of mine will turn into stone. jejejejejejejeje so that no body could hurt me and also I can't hurt anybody.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-7104522731334682409?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/7104522731334682409/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=7104522731334682409' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7104522731334682409'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7104522731334682409'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/08/in-love.html' title='In Love'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-984730700973656805</id><published>2008-08-13T21:31:00.000-07:00</published><updated>2008-08-12T21:33:32.039-07:00</updated><title type='text'>Getting Harder</title><content type='html'>&lt;p class="MsoNormal" style="text-align: justify; font-family: arial;"&gt;&lt;span style="font-size:100%;"&gt;I feel so bad because my grades are all so low not like my past semester that they are higher and not lower than 80 but now two of my subjects grade are lower than 80%. I hope that this midterm I can made to make them up so that I can stay here in this institution. Huhuhuhu. But not only who have a bad grade in our subject but also some of my classmate I don’t know why. I hope that until final I can make to survive in this subject and stay where I am standing right now. And now I finally found out that in college the lessons are getting harder and harder. Because at my first year, the lessons are all basic but now its not.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-984730700973656805?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/984730700973656805/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=984730700973656805' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/984730700973656805'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/984730700973656805'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/08/getting-harder.html' title='Getting Harder'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-5284103952694051432</id><published>2008-07-30T03:32:00.000-07:00</published><updated>2008-07-30T03:36:41.114-07:00</updated><title type='text'>Rainy Wendesday</title><content type='html'>&lt;span style="font-family: arial;"&gt;This morning would be a great day if there were only no rain today. I am so very late in my duty this morning it is because of the traffic that cause by the heavy rain. I don't know what going on now. I hope that tomorrow will be no rain again and also this very morning I am so shy with my classmate it is because I am the only one that wearing our P.E uniform. Because classmate didn't told me that we will not have a class today so that's why I really wear my P.E uniform.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-5284103952694051432?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/5284103952694051432/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=5284103952694051432' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/5284103952694051432'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/5284103952694051432'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/07/rainy-wendesday.html' title='Rainy Wendesday'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-8815215411780319101</id><published>2008-07-28T01:08:00.001-07:00</published><updated>2009-04-29T18:44:43.126-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='World News'/><title type='text'>Bombing in India: 29 people killed</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a style="font-family: arial;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_e3GZz2Ux13Y/SI1-opnT5tI/AAAAAAAAAHA/_gAEtb1uHJw/s1600-h/20080727_india.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_e3GZz2Ux13Y/SI1-opnT5tI/AAAAAAAAAHA/_gAEtb1uHJw/s320/20080727_india.jpg" alt="" id="BLOGGER_PHOTO_ID_5227973979277616850" border="0" /&gt;&lt;/a&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;At least 16 small bombs exploded in the Indian city of Ahmedabad on Saturday, killing at least 29 people and wounding 88, a day after another set of blasts in the country's IT hub, officials said.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt; On Friday, eight bombs exploded in quick succession in the southern information technology city of Bangalore, killing at least one person and wounding six others.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;Saturday's blasts were in Ahmedabad's crowded old city dominated by its Muslim community. One was in a metal tiffin box, used to carry food, another apparently left on a bicycle.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;"The blasts occurred in 90 minutes, one in a hospital, others in the old city of Ahmedabad," Narendra Modi, the state's Hindu-nationalist chief minister told reporters.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;There were two separate series of bombings, the first near busy market places. A second quick succession of bombs went off 20 to 25 minutes later around a hospital, where at least six people died, police said.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://abs-cbnnews.com/storypage.aspx?StoryId=126521"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-8815215411780319101?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/8815215411780319101/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=8815215411780319101' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8815215411780319101'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8815215411780319101'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/07/bombing-in-india-29-people-killed.html' title='Bombing in India: 29 people killed'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_e3GZz2Ux13Y/SI1-opnT5tI/AAAAAAAAAHA/_gAEtb1uHJw/s72-c/20080727_india.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-277334113801852609</id><published>2008-07-28T01:08:00.000-07:00</published><updated>2009-04-29T19:07:38.041-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='World News'/><title type='text'>Bombing in India: 29 people killed</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a style="font-family: arial;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_e3GZz2Ux13Y/SI1-opnT5tI/AAAAAAAAAHA/_gAEtb1uHJw/s1600-h/20080727_india.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_e3GZz2Ux13Y/SI1-opnT5tI/AAAAAAAAAHA/_gAEtb1uHJw/s320/20080727_india.jpg" alt="" id="BLOGGER_PHOTO_ID_5227973979277616850" border="0" /&gt;&lt;/a&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;At least 16 small bombs exploded in the Indian city of Ahmedabad on Saturday, killing at least 29 people and wounding 88, a day after another set of blasts in the country's IT hub, officials said.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt; On Friday, eight bombs exploded in quick succession in the southern information technology city of Bangalore, killing at least one person and wounding six others.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;Saturday's blasts were in Ahmedabad's crowded old city dominated by its Muslim community. One was in a metal tiffin box, used to carry food, another apparently left on a bicycle.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;"The blasts occurred in 90 minutes, one in a hospital, others in the old city of Ahmedabad," Narendra Modi, the state's Hindu-nationalist chief minister told reporters.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;There were two separate series of bombings, the first near busy market places. A second quick succession of bombs went off 20 to 25 minutes later around a hospital, where at least six people died, police said.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://abs-cbnnews.com/storypage.aspx?StoryId=126521"&gt;Read the full article&gt;&gt;&lt;/a&gt; &lt;/span&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-277334113801852609?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/277334113801852609/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=277334113801852609' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/277334113801852609'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/277334113801852609'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/07/bombing-in-india-29-people-killed_28.html' title='Bombing in India: 29 people killed'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_e3GZz2Ux13Y/SI1-opnT5tI/AAAAAAAAAHA/_gAEtb1uHJw/s72-c/20080727_india.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-1013118013978405619</id><published>2008-07-26T23:15:00.000-07:00</published><updated>2009-04-29T19:12:34.709-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Philippine Tourist Spot'/><title type='text'>Philippine resorts</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;a style="font-family: arial;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_e3GZz2Ux13Y/SIrCM8Bt0HI/AAAAAAAAAGw/FAjIj420QaM/s1600-h/1346-santa-fe-resort-bantayan-island-philippines.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://1.bp.blogspot.com/_e3GZz2Ux13Y/SIrCM8Bt0HI/AAAAAAAAAGw/FAjIj420QaM/s320/1346-santa-fe-resort-bantayan-island-philippines.jpg" alt="" id="BLOGGER_PHOTO_ID_5227203845044424818" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a style="font-family: arial;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_e3GZz2Ux13Y/SIrCM0uHf6I/AAAAAAAAAG4/s6iyXopM4fA/s1600-h/BEACH+HOUSE+AT+NIGHT.JPG"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://3.bp.blogspot.com/_e3GZz2Ux13Y/SIrCM0uHf6I/AAAAAAAAAG4/s6iyXopM4fA/s320/BEACH+HOUSE+AT+NIGHT.JPG" alt="" id="BLOGGER_PHOTO_ID_5227203843083173794" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;This two pictures above in this article shown is one of the most prestigious resorts in the Philippines.&lt;br /&gt;People in the Philippines and even tourist really want to spend there time and vacation here in this place, to relax and set there mind in free without thinking anything.  It is nice to spend your time here  together with your family and have some family bonding, because it is near in beaches and et al. These are only two of the most beautiful resorts and beaches here in the Philippines. There are so many beautiful tourist spot here in the Philippines that the other country doesn't have. So visit now Philippines.&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-1013118013978405619?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/1013118013978405619/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=1013118013978405619' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/1013118013978405619'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/1013118013978405619'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/07/philippine-resorts.html' title='Philippine resorts'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_e3GZz2Ux13Y/SIrCM8Bt0HI/AAAAAAAAAGw/FAjIj420QaM/s72-c/1346-santa-fe-resort-bantayan-island-philippines.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-2256405365179993443</id><published>2008-07-25T02:45:00.000-07:00</published><updated>2009-04-29T19:12:49.648-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Philippine Tourist Spot'/><title type='text'>Beaches</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;a style="font-family: arial;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_e3GZz2Ux13Y/SImiEL3mXGI/AAAAAAAAAGY/eetAKHYiCgc/s1600-h/images.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://2.bp.blogspot.com/_e3GZz2Ux13Y/SImiEL3mXGI/AAAAAAAAAGY/eetAKHYiCgc/s320/images.jpg" alt="" id="BLOGGER_PHOTO_ID_5226887035329338466" border="0" /&gt;&lt;/a&gt;&lt;a style="font-family: arial;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_e3GZz2Ux13Y/SImiEQs4XII/AAAAAAAAAGg/G8GjyCpOlgc/s1600-h/images2.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://1.bp.blogspot.com/_e3GZz2Ux13Y/SImiEQs4XII/AAAAAAAAAGg/G8GjyCpOlgc/s320/images2.jpg" alt="" id="BLOGGER_PHOTO_ID_5226887036626558082" border="0" /&gt;&lt;/a&gt;&lt;a style="font-family: arial;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_e3GZz2Ux13Y/SImiEbPLewI/AAAAAAAAAGo/G2AT8qLnhGE/s1600-h/images3.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://4.bp.blogspot.com/_e3GZz2Ux13Y/SImiEbPLewI/AAAAAAAAAGo/G2AT8qLnhGE/s320/images3.jpg" alt="" id="BLOGGER_PHOTO_ID_5226887039454771970" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;This 3 picture are only 3 of the most beautiful beaches in the Philippines. There are so many beaches in the Philippines including the boracay. In which tourist really like to visit on this place and to have or spent there vacation here. Aside from its white sands it also has its blue water or the clear water. That is one of the reasons why a lot of tourist wanted to spent there vacation here in the Philippines. There are also some resort in the Philippines that offer a prestigious kind of services.  So let us take care of our nature so that in the future there are still so many beautiful beaches and places in the world and that is not impossible is we do it together.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-2256405365179993443?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/2256405365179993443/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=2256405365179993443' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2256405365179993443'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2256405365179993443'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/07/beaches.html' title='Beaches'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_e3GZz2Ux13Y/SImiEL3mXGI/AAAAAAAAAGY/eetAKHYiCgc/s72-c/images.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-2661792138844524692</id><published>2008-07-22T02:47:00.000-07:00</published><updated>2009-04-29T18:27:28.367-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>People get madness</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:arial;"&gt;Yes it is true. That people now are getting madness, because of the prices of the petroleum, rice and even some of the product such as: notebook and even vegetables. Even me I am  student but still every time that I think about the prices of petroleum now I think my head gonna broke up into pieces. And I want to ask why does the world now are really suffering and getting down?. This is only my opinion about this crisis that the world now are facing. I know that we can face and overcome this crisis if we are going to have unity and took those person who are in the position to do good or to encourage him/her to do good. If we can't and then we should have to use the power of the people. I am not calling for a new EDSA Revolution but I am calling for the attention of people to be united and be hear by the people who are setting on the higher position. We can made to solve this problem if we are going to have faith to GOD and be responsible of his/her own duty  in life that God has given tho him.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-2661792138844524692?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/2661792138844524692/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=2661792138844524692' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2661792138844524692'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2661792138844524692'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/07/people-get-madness.html' title='People get madness'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-4965942592196568469</id><published>2008-07-21T01:55:00.000-07:00</published><updated>2009-04-29T19:09:15.727-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>Programming Exam</title><content type='html'>&lt;p  style="text-align: justify;font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;Today, this afternoon we are going to have our exam in Programming. For me programming is one of the most difficult I’ve ever taken. But I know that I can do it. Even some of my subjects I am not really sure that I made to pass some of them. Last Friday we have our exam in Programming in lecture. And I am glad that I made to pass it even my score is only 75.99 %, but I am glad cause I made to pass that exam. You know what I really never thought that I can make to pass that exam and I am not expecting that I can do it. To day I’m going to do it again to pass this exam. Pls. PRAY 4 ME. &lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-4965942592196568469?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/4965942592196568469/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=4965942592196568469' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/4965942592196568469'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/4965942592196568469'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/07/programming-exam.html' title='Programming Exam'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-5041789738476537583</id><published>2008-07-18T02:05:00.000-07:00</published><updated>2009-04-29T19:27:29.883-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Country News'/><title type='text'>Dengue cases in Pampanga rising</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;Health workers in Pampanga raised the alarm Friday after recording a significant increase in the number of dengue cases in the province.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;"Before the daily average of dengue [cases] patients was four, but now it's at least 10 people every day. The number of dengue cases here is really rising," said Paul Edwin Baltazar, pediatrician at the Jose B. Lingad Memorial Hospital in San Fernando City.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;Baltazar said other hospitals in Pampanga have started setting up express lanes for dengue patients because of the increasing number of the disease's case.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;The local branch of the Department of Healtn (DOH) in Pampanga said more than 50 dengue patients are being brought to hospitals around the province every month.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;The DOH said a total of 47 people with dengue have been admitted to hospitals for the last 15 days of July. It said the number is very significant compared to June, with only 52 cases.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;It added that the numbers this year is almost half bigger than last year's figures. At least 20 to 30 people with dengue were rushed to hospitals last year, the health department said.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;Five people have died of dengue in Pampanga this year, the locao DOH added.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.abs-cbnnews.com/storypage.aspx?StoryId=125605"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-5041789738476537583?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/5041789738476537583/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=5041789738476537583' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/5041789738476537583'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/5041789738476537583'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/07/dengue-cases-in-pampanga-rising.html' title='Dengue cases in Pampanga rising'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-3908726412420385365</id><published>2008-07-17T20:30:00.000-07:00</published><updated>2009-04-29T19:15:14.053-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Catholic Faith'/><title type='text'>Rosary</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:arial;"&gt;Today, I was so happy because I again I made to have the Holy Rosary at the chapel of our school together with my friends. Because I was really wondering what will happen this 2010. I hear some news that this coming 2010 or before 2010 there will be a phenomenon a great phenomenon rather. Composed of hail, waters, earthquake or either that will really shake the world within 8 hours and then there is also a darkness that will occupy the entire globe within 3 days or (72 hours). The only one things that we can be saved is that we should start to reflect and pray the holy rosary. I also hear that the earthquake will come before midnight and in that midnight there will be a GREAT MYSTIC CROSS that will appear in the sky to let us remember that Lord Jesus Christ died for us. So we should have to come back now to our Almighty Creator and let us pray that holy rosary. Because this is the only thing that can make us be save in this coming phenomenon.&lt;br /&gt;&lt;br /&gt;Hope this is not the end of the World!!!!.&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-3908726412420385365?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/3908726412420385365/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=3908726412420385365' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/3908726412420385365'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/3908726412420385365'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/07/rosary.html' title='Rosary'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-8020053626711794863</id><published>2008-07-12T20:48:00.000-07:00</published><updated>2009-04-29T19:13:06.657-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='World News'/><title type='text'>Oil prices</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;Global oil prices will likely determine the direction of the Philippine stock market in the coming week, dealers said Friday.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;"There will be rallies but they will be small ones. The trend will still be downward unless there will be some miracle that will bring the market up," said Sandra Araullo of Regina Capital Development Corp.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;"Everything is still dependent on oil and sentiment," she said, remarking that the increase in oil prices "doesn't look like it's going to end soon."&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;"It will sustain its rise, especially with new missile testing in Iran," she predicted.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;Araullo added that "historically, July and August are the leanest months for the market," which will further hurt trading.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;"Right now, there is no significant catalyst that will send the Philippine market upwards compared with the rest of the world. It shares the same concerns as other markets globally," said George Ching of Citiseconline.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-8020053626711794863?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/8020053626711794863/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=8020053626711794863' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8020053626711794863'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8020053626711794863'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/07/oil-prices.html' title='Oil prices'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-8181076607039006508</id><published>2008-07-09T02:29:00.000-07:00</published><updated>2009-04-29T19:09:33.393-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sale Product'/><title type='text'>Zenni Optical $ 8 Rx Eyeglasses</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_e3GZz2Ux13Y/SHSFYk2HDfI/AAAAAAAAAFo/Pm06261TA98/s1600-h/image.php.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_e3GZz2Ux13Y/SHSFYk2HDfI/AAAAAAAAAFo/Pm06261TA98/s320/image.php.jpg" alt="" id="BLOGGER_PHOTO_ID_5220944525283233266" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p style="font-family: arial; text-align: justify;" class="MsoNormal"&gt;Now days Eyeglasses are being useful to people especially to young people that having some problem in there sight.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="font-family: arial; text-align: justify;" class="MsoNormal"&gt;If you want to purchase some of there product and then there is only some website that can only help they have now an &lt;a href="http://zennioptical.com/cart/home.php?cat=29"&gt;Incredible Stylish New Frames From Zenni&lt;/a&gt; which is there new style. There is also &lt;a href="http://zennioptical.com/cart/home.php?cat=30"&gt;Variable Dimension Frames From Zenni&lt;/a&gt;. &lt;a href="http://zennioptical.com/cart/home.php"&gt;Zenni Optical $ 8 Rx Eyeglasses&lt;/a&gt; can really help you regarding with your problem. So what are you waiting for try to visit there website by clicking some of the given link above in this article.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-8181076607039006508?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/8181076607039006508/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=8181076607039006508' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8181076607039006508'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8181076607039006508'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/07/zenni-optical-8-rx-eyeglasses.html' title='Zenni Optical $ 8 Rx Eyeglasses'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_e3GZz2Ux13Y/SHSFYk2HDfI/AAAAAAAAAFo/Pm06261TA98/s72-c/image.php.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-5010968310969992831</id><published>2008-07-08T19:54:00.000-07:00</published><updated>2009-04-29T19:10:43.815-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>ID</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:arial;"&gt;Now I have to do again my job which is to make the ID or the Identification Card of the high school department in our institution. Because I am already done in college so I have to proceed now to the High School and after the High School I will going to proceed to the Elementary and then after that I am already done. So that's why I am doing now what can I do so that I can made to finish this as soon as possible, because I also have some projects in my different subjects. And also we are having our documentation in our English 3 so that's why I really want to finish it.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-5010968310969992831?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/5010968310969992831/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=5010968310969992831' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/5010968310969992831'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/5010968310969992831'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/07/id.html' title='ID'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-8326078262442784319</id><published>2008-07-07T05:09:00.000-07:00</published><updated>2009-04-29T19:10:20.185-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>Head Ache</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:arial;"&gt;Well today I am not really feeling well, because I think I can have a head ache or a fever rather. My head will gonna crack I think Oh my God! Now, we are having our class in programming and I am so very thankful because our professor did not made any quizzes today, because if he will made some quiz and then it is another failure for me. Thanks God for saving me in our quiz. Also I am hoping that I can made to arrive in our home fine. Well I have to walk maybe at least 5 km. away from the highway.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-8326078262442784319?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/8326078262442784319/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=8326078262442784319' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8326078262442784319'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8326078262442784319'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/07/head-ache.html' title='Head Ache'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-89801002085879464</id><published>2008-07-05T19:13:00.000-07:00</published><updated>2009-04-29T19:11:57.902-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Technology'/><title type='text'>Asus latest Motherboard</title><content type='html'>&lt;p style="text-align: justify;" class="MsoNormal"&gt;&lt;span style="font-family:Arial;"&gt;ASUS Technology has recently launched its latest motherboard, which features several digital home functions, support for Intel’s Core2 Extreme and Core2 Duo processors and ATI CrossFire graphics - the P5W DH Deluxe. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p style="text-align: justify;" class="MsoNormal"&gt;&lt;span style="font-family:Arial;"&gt;Company representatives said in several statements that this ‘deluxe motherboard’ offers multimedia entertainment, wireless networking, data protection, easy access and management of various functions without being restricted by the computer desk.&lt;br /&gt;&lt;br /&gt;A new feature – the EZ-Backup – enables users to back up hard drive data without the need of complicated software configurations.&lt;br /&gt;&lt;br /&gt;Consequently, the user can utilize the SATA2 technology to arrange RAID 1 (default) or RAID 0 systems without BIOS or any other setup process.&lt;br /&gt;&lt;br /&gt;Moreover, the new motherboard is said to deliver steadier power supply for the CPU, therefore generating less heat than conventional power solutions and providing a cool computing environment for stable performance and higher overclocking margin. Also, it seems it can reduce the input ripple current and output ripple voltage, diminishing the risk of high power stress effects of the CPU and power modules.&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;" class="MsoNormal"&gt;&lt;a href="http://news.softpedia.com/news/ASUS-Latest-Motherboard-with-Digital-Home-Features-26374.shtml"&gt;Read the full article and Specification&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family:Arial;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-89801002085879464?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/89801002085879464/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=89801002085879464' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/89801002085879464'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/89801002085879464'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/07/asus-latest-motherboard.html' title='Asus latest Motherboard'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-7261841565111046616</id><published>2008-07-04T21:40:00.000-07:00</published><updated>2008-12-08T13:17:57.851-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Technology'/><title type='text'>Filipino invented a New Light Technology</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a style="font-family: arial;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_e3GZz2Ux13Y/SG2p4FaGsfI/AAAAAAAAAFQ/0jhJo4pFNiA/s1600-h/20080704_nutec2.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_e3GZz2Ux13Y/SG2p4FaGsfI/AAAAAAAAAFQ/0jhJo4pFNiA/s320/20080704_nutec2.jpg" alt="" id="BLOGGER_PHOTO_ID_5219014324181709298" border="0" /&gt;&lt;/a&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;We can only wonder if Thomas Edison is clapping in his grave--in case he's heard about what Filipino inventor Eric G. Ngo and his partners did to lighting technology. &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;Ngo did not re-invent the lightbulb, but he did upgrade conventional lighting system technology to the needs of the 21st century. For this accomplishment,  he was awarded the Gold Medal for Outstanding Invention by the United Nations-World Intellectual Property Organization in 2006.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;Ngo is among four Filipino inventors--all of them WIPO winners--being honored in an ongoing exhibit (until the end of July) at the International Property Office along Buendia Avenue in Makati City. The exhibit seeks not only to showcase the brilliance, creativity and resourcefulness of the Filipino Inventor but also to underscore the economic and social importance of Intellectual Property.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"  style="font-family:arial;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.abs-cbnnews.com/storypage.aspx?StoryId=124048"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-7261841565111046616?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/7261841565111046616/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=7261841565111046616' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7261841565111046616'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7261841565111046616'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/07/filipino-invented-new-light-technology.html' title='Filipino invented a New Light Technology'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_e3GZz2Ux13Y/SG2p4FaGsfI/AAAAAAAAAFQ/0jhJo4pFNiA/s72-c/20080704_nutec2.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-3074029328732058327</id><published>2008-07-03T18:44:00.000-07:00</published><updated>2009-04-29T19:13:19.817-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>Online Class</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:arial;"&gt;Our professor really told us that he will going to have our class in online because he will go to Luzon for his Doctoral in IT. So far I really don't know what online class is..... But he told us some fact and advantages in having an online classes. But for me online class is not so easy as what I thought when we are having our class yesterday. Day by day pass I realize that online class is very fun and fascinating. It really help student to become more responsible to there study and to be more resourceful. Because in Online Classes you should have to have a lot of references such as book and even in the internet. And I hope that I could made to learn a lot from our Online Class.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-3074029328732058327?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/3074029328732058327/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=3074029328732058327' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/3074029328732058327'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/3074029328732058327'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/07/online-class.html' title='Online Class'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-6209570883006313000</id><published>2008-07-02T17:55:00.000-07:00</published><updated>2009-04-29T19:08:57.766-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='World News'/><title type='text'>Diarrhea, tetanus outbreak</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;One week after Typhoon Frank ravaged the Philippines, Department of Health Secretary Francisco Duque III is worried of the possible health risks faced by the typhoon-ravaged areas because of the widespread shortage of potable water and poor sanitation.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;“The devastation was really terrible, particularly in the provinces of Aklan and Iloilo . The whole of Kalibo town in Aklan is under mud. Many of them get their drinking water from open sources. This poses a threat to the people’s health. They may suffer from diseases like typhoid fever, infections, or diarrhea,” Duque said in a recent interview.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;Iloilo and Aklan are provinces of Region VI or western Visayas, the hardest hit when typhoon Frank hit the Philippines. Water supply is still irregular in both areas. They remain under mud, too. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;In Iloilo city, one resident already died because of diarrhea, vice mayor Jed Mabilog today told abs-cbnNEWS.com/Newsbreak. “But it’s just one case so we still can’t attribute it to the typhoon,” he said.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.abs-cbnnews.com/storypage.aspx?StoryId=123561"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-6209570883006313000?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/6209570883006313000/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=6209570883006313000' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/6209570883006313000'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/6209570883006313000'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/07/diarrhea-tetanus-outbreak.html' title='Diarrhea, tetanus outbreak'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-8725024987526505282</id><published>2008-07-01T21:52:00.000-07:00</published><updated>2009-04-29T19:11:28.356-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Technology'/><title type='text'>NEO 38AWX Laptop</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;a style="font-family: arial;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_e3GZz2Ux13Y/SGm4HvluLkI/AAAAAAAAAFI/MS4_Gtq0b8I/s1600-h/Neo_Empriva_38AWX.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 376px; height: 141px;" src="http://4.bp.blogspot.com/_e3GZz2Ux13Y/SGm4HvluLkI/AAAAAAAAAFI/MS4_Gtq0b8I/s320/Neo_Empriva_38AWX.jpg" alt="" id="BLOGGER_PHOTO_ID_5217904086458707522" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;ul style="font-family: arial; text-align: justify;"&gt;&lt;li&gt; Intel Pentium M Processor 740 ( 1.73 GHz, 2mb L2 cache, 533 MHz FSB) &lt;/li&gt;&lt;li&gt; Intel 915PM + ICH6-M chipset &lt;/li&gt;&lt;li&gt; Nvidia GeForce 6600 128mb DDR &lt;/li&gt;&lt;li&gt; 80gb Notebook harddrive &lt;/li&gt;&lt;li&gt; 512 DDR2 so-dimm &lt;/li&gt;&lt;li&gt; 15.4" WSXGA + TFT LCD &lt;/li&gt;&lt;li&gt; Built-in webcam &lt;/li&gt;&lt;li&gt; 8x DVDRW Dual Drive &lt;/li&gt;&lt;li&gt; Microsoft XP Home Edition (pre-installed) &lt;/li&gt;&lt;li&gt; 4-in-1 card reader, infrared, bluetooth &lt;/li&gt;&lt;li&gt; 3 x USB 2.0, IEEE1394 port, s-video, PCMCIA &lt;/li&gt;&lt;li&gt; 56k modem &lt;/li&gt;&lt;li&gt; 10/100/1000 mbps, mic/earphone jack &lt;/li&gt;&lt;li&gt; 12-cell li-ion battery (3.5hrs) &lt;/li&gt;&lt;li&gt; Intel pro Wireless LAN b/g&lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: justify;"&gt;&lt;a href="http://www.pcx.com.ph/promos/view.asp?id=228"&gt;Read the full Specification&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-8725024987526505282?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/8725024987526505282/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=8725024987526505282' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8725024987526505282'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8725024987526505282'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/06/neo-38awx-laptop.html' title='NEO 38AWX Laptop'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_e3GZz2Ux13Y/SGm4HvluLkI/AAAAAAAAAFI/MS4_Gtq0b8I/s72-c/Neo_Empriva_38AWX.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-2121426993401231784</id><published>2008-06-30T20:42:00.000-07:00</published><updated>2009-04-29T19:13:52.033-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Boxing'/><title type='text'>Pacquiao won over Diaz</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:arial;"&gt;I was really surprise when I heard the news that Manny Pacqiuao made to won his battle against Diaz. I am so really proud of Manny Pacquiao because he really serves as the inspiration of the young Filipino children now. And he is so very helpful especially to those poor and nothing to eat. Even Manny Pacquiao did not made to won that fight but still for the Filipino people he is the winner and the champion.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-2121426993401231784?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/2121426993401231784/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=2121426993401231784' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2121426993401231784'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2121426993401231784'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/06/pacquiao-won-over-diaz.html' title='Pacquiao won over Diaz'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-4848935062269115920</id><published>2008-06-29T19:54:00.000-07:00</published><updated>2009-04-29T19:14:21.115-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Boxing'/><title type='text'>All eyes on Pacquiao</title><content type='html'>&lt;a href="http://1.bp.blogspot.com/_e3GZz2Ux13Y/SGb69RwjYKI/AAAAAAAAAFA/GH2ohQVBxEg/s1600-h/20080628_pacman.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5217133149001310370" style="margin: 0px auto 10px; display: block; text-align: center;" alt="" src="http://1.bp.blogspot.com/_e3GZz2Ux13Y/SGb69RwjYKI/AAAAAAAAAFA/GH2ohQVBxEg/s320/20080628_pacman.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div align="justify"&gt;&lt;span style="font-family:arial;"&gt;The whole country is expected to tune in on their TV and radio sets, flock to cinemas and public viewing centers as well as to their computers through the Internet to watch or listen to Manny Pacquiao slug it out with WBC lightweight king David Diaz Saturday (Sunday in Manila).&lt;br /&gt;Pacquiao will try to win a fourth title -- a fifth if you'll count his "People's Champion" belt -- a feat no Asian has done before in different divisions.&lt;br /&gt;For several hours on a usually laidback day, streets are expected to be deserted as local boxing fans temporarily set their Sunday chores aside to watch the fight. The crime rate is also expected to go down since even thieves and robbers take time off from their activities to see the bout.&lt;br /&gt;A win by Pacquiao at the "Lethal Combination" fight card is also expected to boost his countrymen’s morale as the Philippines reels from the hundreds of casualties and extensive damage inflicted by typhoon Frank as well as the tragedy of the hundreds of victims of the ill-fated M/V Princess of the Stars.&lt;/span&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;/span&gt; &lt;/div&gt;&lt;div align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;a href="http://www.abs-cbnnews.com/topofthehour.aspx?StoryId=123391"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-4848935062269115920?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/4848935062269115920/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=4848935062269115920' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/4848935062269115920'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/4848935062269115920'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/06/all-eyes-on-pacquiao.html' title='All eyes on Pacquiao'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_e3GZz2Ux13Y/SGb69RwjYKI/AAAAAAAAAFA/GH2ohQVBxEg/s72-c/20080628_pacman.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-2180280415615083321</id><published>2008-06-28T21:01:00.000-07:00</published><updated>2009-04-29T18:22:12.443-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Technology'/><title type='text'>Mercury P4VM800M7 Motherboard</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style=";font-family:arial;font-size:100%;"  &gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_e3GZz2Ux13Y/SGW4G7LG3ZI/AAAAAAAAAE4/lNAyY859tDk/s1600-h/motherboard.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 228px; height: 194px;" src="http://1.bp.blogspot.com/_e3GZz2Ux13Y/SGW4G7LG3ZI/AAAAAAAAAE4/lNAyY859tDk/s320/motherboard.JPG" alt="" id="BLOGGER_PHOTO_ID_5216778172481592722" border="0" /&gt;&lt;/a&gt;Speedy. Powerful. Versatile. Resourceful. Introducing Mercury's new P4VM800M7 Socket 775 motherboard, based on the brilliant VIA P4M800 chipset. This turbocharged Micro ATX platform offers an incredible array of bleeding edge technologies. And it's custom-built for systems graced with the latest Intel Pentium 4 and Celeron processors at 800/533MHz FSB. Great graphics. Exceptional sound architecture. Lots of expansion slots. Make Mercury's P4VM800M7 the cornerstone of your awesome system. Precision-tested engineering and award winning design.. An incomparable combination of top-flight performance and an outrageously low price tag.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dealtime.com/xPF-X-10-Mercury-P4VM800M7-Via-Socket-775-MicroATX-Motherboard-Audio-64MB-Shared-Video-AGP-8x-10-100"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.dealtime.com/xPF-X-10-Mercury-P4VM800M7-Via-Socket-775-MicroATX-Motherboard-Audio-64MB-Shared-Video-AGP-8x-10-100"&gt;Read the full Specification&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-2180280415615083321?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/2180280415615083321/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=2180280415615083321' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2180280415615083321'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2180280415615083321'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/06/mercury-p4vm800m7-motherboard.html' title='Mercury P4VM800M7 Motherboard'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_e3GZz2Ux13Y/SGW4G7LG3ZI/AAAAAAAAAE4/lNAyY859tDk/s72-c/motherboard.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-3599161326925150837</id><published>2008-06-27T22:18:00.000-07:00</published><updated>2009-04-29T19:07:56.119-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='World News'/><title type='text'>Toxic scare stops search</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;&lt;p&gt;The government on Friday ordered salvage divers to halt retrieval operations at the sunken M/V Princess of the Stars off Romblon province due to the presence of a 10-ton chemical shipment in the ship's cargo hold.&lt;/p&gt; &lt;p&gt;"We've temporarily aborted retrieval operations at the ship. Starting today, no one will dive into the wreck because of the presence of the pesticide inside the vessel," said Vice-President Noli de Castro, also chief of a task force overseeing retrieval and relief operations following the sinking on Saturday.&lt;/p&gt; &lt;p&gt;Health Secretary Francisco Duque, another member of the inter-agency task force, said that the National Disaster Coordinating Council (NDCC) confirmed the presence of 10 metric tons of endosulfan. It was learned that the substance is inside a 40-foot container van.&lt;/p&gt; &lt;p&gt;"Endosulfan is a restricted pesticide for use in pineapple plantations. At toxic levels and following ingestion it can cause death or affect the central nervous system, manifesting as headaches, dizziness, nausea, tremors, convulsions which may also include cardiovascular symptoms," Duque explained.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.abs-cbnnews.com/topofthehour.aspx?StoryId=123229"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-3599161326925150837?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/3599161326925150837/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=3599161326925150837' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/3599161326925150837'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/3599161326925150837'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/06/toxic-scare-stops-search.html' title='Toxic scare stops search'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-9210619141289189403</id><published>2008-06-26T04:50:00.000-07:00</published><updated>2009-04-29T19:09:51.482-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='World News'/><title type='text'>Ferry body search may take a month</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;p&gt;&lt;span style="font-family:Arial;"&gt;Divers Thursday prepared to smash their way into a stricken Philippine ferry containing hundreds of bodies as officials warned it may take a month to recover the corpses with just three pulled out so far. &lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-family:Arial;"&gt;As concern grew over the slow pace of recovery efforts, divers gathered tools to break through doors and windows of the Princess of the Stars, whose passage ways have been blocked by debris since it went down on Saturday.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-family:Arial;"&gt;Poor visibility and strong undercurrents have also hampered some 100 US and Filipino divers, who have spotted but been unable to reach dozens of bodies.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-family:Arial;"&gt;"It will take a month to retrieve all the bodies," Coast Guard spokesman Jansen Benjamin.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-family:Arial;"&gt;"Divers have sighted many bodies but have not been able to retrieve them as the entrances and exits are blocked. Some of the cadavers are tangled in wires."&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:Arial;"&gt;&lt;a href="http://www.abs-cbnnews.com/topofthehour.aspx?StoryId=123129"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-9210619141289189403?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/9210619141289189403/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=9210619141289189403' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/9210619141289189403'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/9210619141289189403'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/06/ferry-body-search-may-take-month.html' title='Ferry body search may take a month'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-8654989760657940598</id><published>2008-06-25T20:40:00.000-07:00</published><updated>2009-04-29T19:15:51.061-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='World News'/><title type='text'>US Navy battle group</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;The USS Ronald Reagan Carrier Strike Group could be in Philippine waters in the next 24-48 hours to help scour for victims of Typhoon Frank and help in salvage operations for the ill-fated MV Princess of the Stars. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;President Bush offered the help of the USS Ronald Reagan, the newest of the Nimitz-class nuclear-powered aircraft carriers, during his meeting with President Arroyo at the White House Tuesday morning.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;The President later called on US Defense Secretary Robert Gates at the Pentagon. The meeting lasted less than half an hour, but Philippine Defense Secretary Gilbert Teodoro was left behind to discuss details of Bush’s offer of assistance, as well as other security and military matters.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;“Unang-una sa dami ng helicopter na kanyang karga malaking tulong ito. Na-realize natin ang mga katawan baka kalat-kalat o 'yung mga tao stranded kalat-kalat, kailangan nila ng projection na mabilis at ang aircraft carrier, imbes na dalawa ay kaya nito walo o sampung helicopter malaking tulong na ito,” Teodoro explained.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.abs-cbnnews.com/topofthehour.aspx?StoryId=122939"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-8654989760657940598?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/8654989760657940598/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=8654989760657940598' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8654989760657940598'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8654989760657940598'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/06/us-navy-battle-group.html' title='US Navy battle group'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-8858328266657253078</id><published>2008-06-24T16:55:00.000-07:00</published><updated>2009-04-29T19:08:12.736-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='World News'/><title type='text'>Philippine ferry victims</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;Rescuers halted efforts on Monday night to find nearly 800 people missing from a capsized ferry in the Philippines as darkness fell and large swells prevented divers from drilling holes into the doomed vessel.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;Many passengers were feared trapped inside the Princess of Stars after a handful of survivors said people were still onboard when the ship sank off the central island of Sibuyan in waves as big as houses during Saturday's typhoon.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;But officials held little hope of finding people alive in airpockets on the ferry.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;"We feel there is no life inside," said Lieutenant-Colonel Edgard Arevalo, a Philippine navy spokesman.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;The ship was resting upside down with the tip of its bow above water and its stern resting on the bottom of the sea, easily visible from shore.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;The coast guard said divers would cut open the 23,824 metric ton vessel on Tuesday after rescue efforts were halted for the night.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;At least 20 new survivors and 15 bodies were found close to Masbate island, at least 70 km away from where the ship sank.&lt;br /&gt;&lt;a href="http://www.abs-cbnnews.com/topofthehour.aspx?StoryId=122783"&gt;&lt;br /&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-8858328266657253078?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/8858328266657253078/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=8858328266657253078' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8858328266657253078'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8858328266657253078'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/06/philippine-ferry-victims.html' title='Philippine ferry victims'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-2263120351436461851</id><published>2008-06-22T20:13:00.000-07:00</published><updated>2009-04-29T19:10:58.865-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>Late</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family:arial;"&gt;Well today I have my work here in our school but sad to say I am so late because it was so traffic along the high way. So thats why I am not on my time when I went to my work today. But still it is ok, because when I arrived in our school the laboratory is open and they are starting there classes. Because I will be the one to assist them in there needs in the laboratory. But I am so thankful because my boss did not get angry with me, and I don't know why. I am so really tired already of doing this every Sunday. huhuhuhu but still I believe that I can do it. And tomorrow, I will go back again to my class oh my God. But at least I only have 3 years left in this institution and after that I am done. And then I have to face the real world.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-2263120351436461851?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/2263120351436461851/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=2263120351436461851' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2263120351436461851'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2263120351436461851'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/06/late.html' title='Late'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-7007267458634018260</id><published>2008-06-21T01:55:00.000-07:00</published><updated>2009-04-29T19:11:14.562-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='World News'/><title type='text'>US state jobless rates higher</title><content type='html'>&lt;p style="text-align: justify;" dir="ltr"&gt;&lt;span style=";font-family:Arial;font-size:100%;"  &gt;&lt;span style="font-family:Arial;"&gt;All but one US state reported a higher jobless rate in May, led by Michigan and Rhode Island.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;" dir="ltr"&gt;&lt;span style=";font-family:Arial;font-size:100%;"  &gt;&lt;span style="font-family:Arial;"&gt;Michigan, hit hard by a slumping automotive industry and high home foreclosure rates, saw its unemployment rate rise 1.6 percentage points to 8.5 percent in May from 6.9 percent in April.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;" dir="ltr"&gt;&lt;span style=";font-family:Arial;font-size:100%;"  &gt;&lt;span style="font-family:Arial;"&gt;Only Louisiana showed a month-on-month decrease in its seasonally adjusted unemployment rate, edging down to 4.0 percent in May from 4.1 percent in April. But the Gulf Coast state's labor force declined about 11,300 during the month, indicating fewer people actively were seeking jobs.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;" dir="ltr"&gt;&lt;span style=";font-family:Arial;font-size:100%;"  &gt;&lt;span style="font-family:Arial;"&gt;All other states and the District of Columbia, showed increases in their unemployment rates in May versus April.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;" dir="ltr"&gt;&lt;span style=";font-family:Arial;font-size:100%;"  &gt;&lt;span style="font-family:Arial;"&gt;The national unemployment rate rose to 5.5 percent in May compared to 5.0 percent in April, the Labor Department reported on June 6. A number states exceeded the national half-percentage point rise for the month.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;" dir="ltr"&gt;&lt;span style=";font-family:Arial;font-size:100%;"  &gt;&lt;span style="font-family:Arial;"&gt;&lt;a href="http://www.abs-cbnnews.com/storypage.aspx?StoryId=122459"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-7007267458634018260?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/7007267458634018260/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=7007267458634018260' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7007267458634018260'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7007267458634018260'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/06/us-state-jobless-rates-higher.html' title='US state jobless rates higher'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-7407471520920173519</id><published>2008-06-20T03:13:00.001-07:00</published><updated>2009-04-29T18:25:06.183-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='World Information'/><title type='text'>Lord Jesus</title><content type='html'>&lt;div  style="text-align: justify;font-family:arial;"&gt;&lt;span style=";font-family:arial;font-size:100%;"  &gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_e3GZz2Ux13Y/SFuCy9xh9zI/AAAAAAAAAEw/MdyERaDWa3Y/s1600-h/jesus.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_e3GZz2Ux13Y/SFuCy9xh9zI/AAAAAAAAAEw/MdyERaDWa3Y/s320/jesus.gif" alt="" id="BLOGGER_PHOTO_ID_5213904805698860850" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:arial;font-size:100%;"  &gt;Jesus was born a Palestine Jew. He was born of Mary and Joseph at Bethlehem without   impregnation and out of immaculate conception.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Jesus welcomed and embraced the sinners, the despised and the harlots and purified   them. He comforted them and gave them solace and peace. He raised the fallen. He brought   relief and rest to the broken-hearted.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Christ's message has always been: "Love thy neighbour as thyself". He said:   "The Kingdom of Heaven is within thee. His will be done on earth as it is in heaven.   Be not anxious. Seek ye first His Kingdom. Everything will be added unto thee". He   was the way, the truth and the light, for all men to follow. &lt;/p&gt;   &lt;p&gt;Jesus Christ laid stress on love of God and love of fellowmen, and the need for   repentance or a change of heart, for entry into the Kingdom of God. He instructed people   to feed the hungry and clothe the naked. He said that a contrite heart was necessary in   order to receive God's forgiveness. &lt;/p&gt;   &lt;p&gt;"The Kingdom of God is within thee. Seek and ye shall find. Knock and the door   shall be opened unto thee." This is the foundation upon which the ethics of Jesus has   been built.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.dlshq.org/saints/jesus.htm"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-7407471520920173519?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/7407471520920173519/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=7407471520920173519' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7407471520920173519'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7407471520920173519'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/06/lord-jesus.html' title='Lord Jesus'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_e3GZz2Ux13Y/SFuCy9xh9zI/AAAAAAAAAEw/MdyERaDWa3Y/s72-c/jesus.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-4351844583586842597</id><published>2008-06-19T20:57:00.000-07:00</published><updated>2009-04-29T18:19:29.938-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='World News'/><title type='text'>Mike Defensor as NAIA-3 task force head</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;President Arroyo has appointed former presidential chief of staff Michael Defensor as the head of the new powerful task force that would work on the immediate opening of the Ninoy Aquino International Airport International Passenger Terminal 3 (NAIA-3).&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;Mrs. Arroyo signed last June 9, Executive Order No. 732 creating the Presidential Task Force on the NAIA-3 that was "mandated to ensure the immediate opening and operation of Terminal III."&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;In her EO, she said the NAIA-3 was a major infrastructure project initiated in 1997 to service heavy passenger traffic.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;"Since its construction in 1998, Terminal III has not been operational due to several legal, technical and other controversies," she said in her order. "The immediate opening and operation of Terminal III is of paramount national importance."&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;The government in 2004 took expropriated and took physical control of the facility after the Supreme Court ruled that the contract to build it with the Philippine International Air Terminal Co. (Piatco) and its German partner, Fraport AG, was onerous.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;Since then, the NAIA-3 remained closed amid ongoing arbitration cases in the International Chamber of Commerce (ICC) in Singapore and in the International Center for the Settlement of Investment Disputes (ICSID) in Washington D.C.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-4351844583586842597?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/4351844583586842597/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=4351844583586842597' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/4351844583586842597'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/4351844583586842597'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/06/mike-defensor-as-naia-3-task-force-head.html' title='Mike Defensor as NAIA-3 task force head'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-1995367448320166009</id><published>2008-06-15T20:05:00.000-07:00</published><updated>2009-04-29T19:11:43.787-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Songs'/><title type='text'>LEAD ME LORD - WORSHIP SONG LYRICS</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; Lead me Lord, lead me by the hand &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; And make me face the rising sun &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; Comfort me through all the pain &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; That life may bring &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; There's no other hope &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; That I can lean upon &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; Lead me Lord Lead me all my life &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; Walk by me, walk by me across &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; The lonely road that I may face &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; Take my arms and let your hadn &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; Show me the way &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; Show the way to live inside your heart &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; All my days, all my life &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; Refrain: You are my light &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; You're the lamb upon my feet &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; All the time my Lord &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; I need You there &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; You are my light I (just) cannot live alone &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; Let me stay &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; By Your guiding love &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; All through my life &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; Lead me Lord &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; Lead me Lord Even though at times &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; I'd rather go alone my way &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; Help me take the right direction &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; Take Your road Lead me Lord &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; And never leave my side &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; All my days&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt;  All my life &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; You are my light &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; You're the lamb upon my feet &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; All the time my Lord &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; I need You there &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; You are my light I (just) cannot live alone &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; Let me stay By Your guiding love&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; All through my life &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b  style="font-family:arial;"&gt;&lt;span class="txt_1"&gt; All through my days Lead me, O Lord Lead me Lord&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;b&gt;&lt;span class="txt_1"&gt; &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-1995367448320166009?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/1995367448320166009/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=1995367448320166009' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/1995367448320166009'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/1995367448320166009'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/06/lead-me-lord-worship-song-lyrics.html' title='LEAD ME LORD - WORSHIP SONG LYRICS'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-4441152192779795848</id><published>2008-06-14T16:42:00.000-07:00</published><updated>2009-04-29T19:14:48.359-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='World News'/><title type='text'>Buying more Rice</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;The Philippines is negotiating with the Vietnamese government about buying an unspecified quantity of rice, taking advantage of a recent drop in international prices to boost stocks of its national staple. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;Agriculture Secretary Arthur Yap told reporters on Friday that Manila, the world's biggest rice importer, had asked eight countries to submit offers but only Hanoi returned with terms. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;Yap declined to say what volume or price was under discussion but said Manila was holding out for better conditions and would make a decision on a deal within seven days. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;The Philippines and Hanoi have already signed an agreement for Vietnamese traders to supply up to 1.5 million tons of rice for this year but the Vietnamese government has previously said only around 1 million may be possible due to rising food inflation at home. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;So far, the Philippine government has bought around 1.7 million tons of rice from overseas sources, mainly Vietnam and Thailand, at a total cost of around $1 billion. It wants to import around 2.1 million tons for this year.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;&lt;a href="http://www.abs-cbnnews.com/storypage.aspx?StoryId=121643"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-4441152192779795848?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/4441152192779795848/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=4441152192779795848' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/4441152192779795848'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/4441152192779795848'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/06/buying-more-rice.html' title='Buying more Rice'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-46707062510848039</id><published>2008-06-07T17:40:00.000-07:00</published><updated>2009-04-29T19:15:34.521-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Songs'/><title type='text'>The Heart Of Worship Lyrics</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt;Verse 1:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; When the music fades&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; All is stripped away&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; And I simply come&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Longing just to bring&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Something that's of worth&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; That will bless Your heart&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Bridge:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; I'll bring You more than a song&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; For a song in itself&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Is not what You have required&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; You search much deeper within&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Through the way things appear&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; You're looking into my heart&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Chorus:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; I'm coming back to the heart of worship&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; And it's all about You,&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; It's all about You, Jesus&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; I'm sorry, Lord, for the thing I've made it&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; When it's all about You,&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; It's all about You, Jesus&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Verse 2:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; King of endless worth&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; No one could express&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; How much You deserve&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Though I'm weak and poor&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; All I have is Yours&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Every single breath&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Bridge:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; I'll bring You more than a song&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; For a song in itself&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Is not what You have required&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; You search much deeper within&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Through the way things appear&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; You're looking into my heart&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Chorus:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; I'm coming back to the heart of worship&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; And it's all about You, &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; It's all about You, Jesus&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; I'm sorry, Lord, for the thing I've made it&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; And it's all about You, &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; It's all about You, Jesus&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; Chorus:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; I'm coming back to the heart of worship,&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; And it's all about You,&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; It's all about You, Jesus&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; I'm sorry, Lord, for the thing I've made it&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; When it's all about You,&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt; It's all about You, Jesus&lt;br /&gt;&lt;br /&gt;Source: &lt;a href="http://www.sing365.com/music/lyric.nsf/The-Heart-Of-Worship-lyrics-Michael-W-Smith/A4C59BF2F01BB33348256C69000D92F4"&gt;www.google.com&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;      &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-46707062510848039?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/46707062510848039/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=46707062510848039' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/46707062510848039'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/46707062510848039'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/06/heart-of-worship-lyrics.html' title='The Heart Of Worship Lyrics'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-8086683422096199594</id><published>2008-06-05T21:50:00.000-07:00</published><updated>2008-06-05T21:52:20.528-07:00</updated><title type='text'>Dollar on recovery</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;TOKYO - The dollar inched up in sluggish Asian trade on Friday as market participants stayed on the sidelines ahead of a key monthly US payroll report, dealers said.&lt;br /&gt;&lt;br /&gt;The dollar inched upwards to 106.05 yen in Tokyo morning trade from 105.93 in New York late on Thursday.&lt;br /&gt;&lt;br /&gt;The euro edged down to 1.5589 dollars from 1.5590 but rose to 165.30 yen from 165.20 yen.&lt;br /&gt;&lt;br /&gt;"It's difficult to take positions as players want to see the US non-farm payroll data" to be released later in the day, said Hironobu Hagi, deputy general manager at the capital markets division of Shinsei Bank.&lt;br /&gt;&lt;br /&gt;"A positive employment report should strengthen dollar-buying momentum as the dollar has steadily been on course to recovery," Hagi said.&lt;br /&gt;&lt;br /&gt;"Recently, factors surrounding the dollar have become quite positive, but the dollar's downside risks have yet to be erased," he said. "If the dollar continues recovering at a faster pace, selling pressure would emerge."&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.abs-cbnnews.com/storypage.aspx?StoryId=120836"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-8086683422096199594?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/8086683422096199594/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=8086683422096199594' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8086683422096199594'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8086683422096199594'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/06/dollar-on-recovery.html' title='Dollar on recovery'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-708194587739771009</id><published>2008-06-03T02:56:00.001-07:00</published><updated>2008-06-03T02:56:59.370-07:00</updated><title type='text'>RP stocks lower on Wall St fall</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;Stocks fell on Tuesday as investors turned cautious following Wall Street's decline overnight due to more signs of weakness in the US economy, and ahead of a widely anticipated hike in the central bank's interest rates.&lt;br /&gt;&lt;br /&gt;A squeeze in US manufacturing activity in May and construction spending in April, along with persistent credit problems, sent the Dow Jones industrial average down 1.06 percent or 134.50 points on Monday.&lt;br /&gt;&lt;br /&gt;At home, analysts said investors have been worried that the central bank would raise its key interest rates in a meeting on Thursday, the same day the official data on May inflation would be released.&lt;br /&gt;&lt;br /&gt;Four out of five economists polled by ABS-CBN were expecting the Bangko Sentral ng Pilipinas (BSP) to tighten monetary policy by at least a quarter of a percentage point to curb runaway inflation.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.abs-cbnnews.com/storypage.aspx?StoryId=120460"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-708194587739771009?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/708194587739771009/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=708194587739771009' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/708194587739771009'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/708194587739771009'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/06/rp-stocks-lower-on-wall-st-fall.html' title='RP stocks lower on Wall St fall'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-1017233300665711204</id><published>2008-06-02T13:00:00.000-07:00</published><updated>2008-06-02T13:00:02.996-07:00</updated><title type='text'>Oil steady at $127</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;Oil prices were little changed below $128 a barrel on Monday, with traders tracking the dollar for direction as fleeting Tropical Storm Arthur marked the start of the Atlantic hurricane season, shutting two Mexican oil ports.&lt;br /&gt;&lt;br /&gt;US light, sweet crude oil futures dipped 14 cents to $127.21 a barrel by 2325 GMT. Prices fell by nearly $5 last week as traders took profits from the previous week's record high above $135 on concerns over demand.&lt;br /&gt;&lt;br /&gt;Oil managed modest gains on Friday, as the dollar's recovery stalled. The dollar inched down against the yen early on Monday, but market fundamentals also vied for traders' attention.&lt;br /&gt;&lt;br /&gt;Tropical Storm Arthur became this season's first in the Atlantic at the weekend, opening a June-November hurricane period that forecasters expect to be more active than usual, threatening US and Mexican oil facilities.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.abs-cbnnews.com/storypage.aspx?StoryId=120304"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-1017233300665711204?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/1017233300665711204/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=1017233300665711204' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/1017233300665711204'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/1017233300665711204'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/06/oil-steady-at-127.html' title='Oil steady at $127'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-5187248980994195738</id><published>2008-05-31T20:21:00.000-07:00</published><updated>2008-05-31T20:22:24.906-07:00</updated><title type='text'>fertilizer prices</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;&lt;p dir="ltr"&gt;As the world population cringes from rising fuel and food prices small planters from different parts of Negros Occidental are turning to divine intervention.&lt;/p&gt; &lt;p dir="ltr"&gt;These farmers have been suffering because of high costs of fertilizers.&lt;/p&gt; &lt;p dir="ltr"&gt;Nadie Arceo, United Farmers of Negros South Inc. president, said that the prices of fertilizers for sugarcane have increased more than a hundred percent.&lt;/p&gt; &lt;p dir="ltr"&gt;Urea, one of the fertilizers they use, costs P900 as of October last year but now costs P1,800 per sack.&lt;/p&gt; &lt;p dir="ltr"&gt;"Prices of sardines, milk, construction supplies have increased, almost all prices of commodities have increased but none of these commodities increased as much as fertilizers have. One of the fertilizers, the 18-46, increased by more than a hundred fifteen percent," said Arceo in the vernacular.&lt;/p&gt;&lt;p dir="ltr"&gt;&lt;a href="http://www.abs-cbnnews.com/storypage.aspx?StoryId=120193"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-5187248980994195738?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/5187248980994195738/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=5187248980994195738' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/5187248980994195738'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/5187248980994195738'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/fertilizer-prices.html' title='fertilizer prices'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-2303783714091572300</id><published>2008-05-29T13:05:00.000-07:00</published><updated>2008-05-29T13:05:02.615-07:00</updated><title type='text'>Life Lock</title><content type='html'>&lt;p  style="text-align: justify;font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;As we all know that world now are starting to use a high technology and some of the people now a days are making some technology that can be more useful to our country and to the globe. But even though some of this technology or inventions has its own advantage but still we can’t say that it doesn’t also have a disadvantage. All of the technology in this world have there own advantage and disadvantage. Like today, ID now are getting more important to all people living in this globe especially the workers right? So there is a tendency that it is also prone to theft.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="text-align: justify;font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;&lt;/o:p&gt;So I want to promote this website to you because I know that it can really help you more in your ID protection against theft. Some of the website now, offer various kind of services such as; &lt;a href="http://www.lifelockpromotioncode.net/blog/lifelock-reviews"&gt;lifelock reviews&lt;/a&gt;, &lt;a href="http://www.lifelockpromotioncode.net/blog/lifelock-promo-code"&gt;lifelock promo code&lt;/a&gt; and the &lt;a href="http://www.lifelockpromotioncode.net/"&gt;lifelock&lt;/a&gt;. &lt;a href="http://www.lifelockpromotioncode.net/"&gt;Lifelock&lt;/a&gt; can really help you to protect you Identification to those individual that wanted to theft your Identification. So if you want to know more about this services try to visit there website by clicking some of the given link in this article. So what are you waiting for visit now for more information regarding with this matter.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;p  style="text-align: justify;font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-2303783714091572300?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/2303783714091572300/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=2303783714091572300' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2303783714091572300'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2303783714091572300'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/life-lock.html' title='Life Lock'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-2630901686795888737</id><published>2008-05-28T02:44:00.000-07:00</published><updated>2008-05-28T02:48:51.213-07:00</updated><title type='text'>Lifelock.com</title><content type='html'>&lt;p class="MsoNormal"&gt;All of the businesses today are now being related to ID. So some that’s why some of the people today. And I want to share this with you that now a day’s there are also a website that offer a type of services that can help you to protect you ID from theft.&lt;/p&gt;    &lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;a href="http://www.lifelockpromotioncode.net/www-lifelock-com.html"&gt;www.lifelock.com&lt;/a&gt; is one of the website that I know that can really help you regarding with this matter. They offer a very wide of services. &lt;a href="http://www.id-theft-security.com"&gt;www.lifelock.com&lt;/a&gt; is a kind of website that will help you with your ID on how to keep it safe and free from theft. Because we don’t know when and where theft will happen. So it is better for you to know on how to make your ID more safe from theft, and &lt;a href="http://www.idtheftquiz.org"&gt;www.lifelock.com&lt;/a&gt; can really help you a lot regarding with this matter. So what are you waiting for try now to&lt;span style=""&gt;  &lt;/span&gt;visit there website and if you want to visit there website and then try to click some of the given link in this article for you to access there website. Because as we all know “Prevention is better than cure”, right? So we have now to prevent the theft before it will happen to us.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-2630901686795888737?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/2630901686795888737/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=2630901686795888737' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2630901686795888737'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2630901686795888737'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/lifelockcom.html' title='Lifelock.com'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-131478700869843096</id><published>2008-05-27T02:41:00.000-07:00</published><updated>2008-05-27T02:42:57.627-07:00</updated><title type='text'>Proextender</title><content type='html'>&lt;p style="font-family: arial;" class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;I have a website here that can really help you in your daily life. They are offering a various types and kinds of services such as; &lt;a href="http://www.penis-enlargement-review.org/proextender_penis_stretcher_review"&gt;proextender&lt;/a&gt;, &lt;a href="http://www.penis-enlargement-review.org"&gt;vigrx plus review&lt;/a&gt;, &lt;a href="http://www.penis-enlargement-review.org/vigrx_plus_male_enhancement_pills"&gt;vigrx plus&lt;/a&gt;. So if you are interested about this website and then try to visit there website by clicking some of the given link in this article.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-131478700869843096?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/131478700869843096/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=131478700869843096' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/131478700869843096'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/131478700869843096'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/proextender.html' title='Proextender'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-5977242290877031119</id><published>2008-05-26T02:56:00.001-07:00</published><updated>2008-05-26T02:56:55.097-07:00</updated><title type='text'>Oil trades</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;SINGAPORE - Oil traded higher at more than 132 dollars a barrel Monday as the US summer driving season kicked off, underscoring concerns that output was inadequate to meet rising demand.&lt;br /&gt;&lt;br /&gt;Tightness in the oil market has made prices sensitive to a confluence of factors, including a weak US dollar, speculative funds, an unwillingness by oil-producers to raise production and geopolitical tensions, analysts said.&lt;br /&gt;&lt;br /&gt;In morning Asian trade, New York's main oil futures contract, light sweet crude for July delivery, was up 37 cents to 132.56 dollars a barrel, after closing at 132.19 dollars a barrel in New York on Friday.&lt;br /&gt;&lt;br /&gt;Electronic trading on the New York Mercantile Exchange was unaffected by the US Memorial Day holiday on Monday.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.abs-cbnnews.com/storypage.aspx?StoryId=119520"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-5977242290877031119?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/5977242290877031119/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=5977242290877031119' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/5977242290877031119'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/5977242290877031119'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/oil-trades.html' title='Oil trades'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-4062879350118087871</id><published>2008-05-24T17:24:00.000-07:00</published><updated>2008-05-24T17:25:29.791-07:00</updated><title type='text'>Airlines</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;NEW YORK - Three major U.S. airlines have raised round-trip fares in the United States by up to $60 as they struggle with record oil prices, which have roughly doubled in the past year.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;A spokeswoman for United Airlines, owned by UAL Corp, said round-trip fares would rise between $10 and $60 to offset rising fuel costs.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;A spokeswoman for Delta Air Lines Inc and a spokesman for AMR Corp's American Airlines said their companies had matched United's fare hikes of up to $60 round-trip.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;"We are bleeding here," said American Airlines spokesman Ned Raynolds. "It's a survival battle at this point. We are the only major carrier never to have been in bankruptcy and we want to keep it that way."&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;AMR Corp Chief Executive Gerard Arpey said on Wednesday the airline industry as it was presently constituted could not withstand oil prices at $125 a barrel.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;Crude oil futures were trading over $131 on Friday.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;&lt;a href="http://www.abs-cbnnews.com/storypage.aspx?StoryId=119401"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-4062879350118087871?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/4062879350118087871/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=4062879350118087871' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/4062879350118087871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/4062879350118087871'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/airlines.html' title='Airlines'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-8548126561963724403</id><published>2008-05-20T02:42:00.000-07:00</published><updated>2008-05-20T02:44:10.157-07:00</updated><title type='text'>Oil past $127</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;SINGAPORE - Oil extended its rally on Tuesday past $127 a barrel, driven by renewed fears of supply disruption and OPEC's reluctance to raise output at its next meeting in September.&lt;br /&gt;&lt;br /&gt;US light crude contract for June delivery rose 35 cents to $127.40 a barrel by 0155 GMT, having settled up 76 cents in New York. Prices were within sight of the intraday record of $127.82 hit on Friday.&lt;br /&gt;&lt;br /&gt;"The market is focusing on the supply side again. The supply side risks are driving prices higher," said Gerard Burg of National Australia Bank in Melbourne.&lt;br /&gt;&lt;br /&gt;Supply fears resulted from a global diesel boom led by China, the Middle East, South Africa and South America for diesel-fired power generators.&lt;br /&gt;&lt;br /&gt;China, the world's second-biggest energy user, released a total of 8,312 tons of refined fuel from its little-known strategic reserves to help relief efforts in quake-hit Sichuan and Gansu provinces.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;span style="font-family:Arial;"&gt;&lt;a href="http://www.abs-cbnnews.com/storypage.aspx?StoryId=118834"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-8548126561963724403?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/8548126561963724403/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=8548126561963724403' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8548126561963724403'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8548126561963724403'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/oil-past-127.html' title='Oil past $127'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-6356354628388259683</id><published>2008-05-17T23:43:00.000-07:00</published><updated>2008-05-17T23:49:20.703-07:00</updated><title type='text'>Fuel Oil Prices</title><content type='html'>&lt;div style="text-align: justify;"&gt;well as we all know all of the prices now are all increasing especially the rice. But not only the rice are increasing but also the fuel. Fuel and oils now is increasing that even the consumer cannot afford to buy oil and fuels. I am wondering what would be the possible things that the consumer can do especially this time that all the prices of foods and even fuels are increasing. What would be the contribution of the society to this problem? that is the question that really on my mind every night and every day. But now we if you are only a practical person you can help to this kind of problem because the globe now are in great crisis right? so we have to plan what would be the best thing to do. right?&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-6356354628388259683?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/6356354628388259683/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=6356354628388259683' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/6356354628388259683'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/6356354628388259683'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/fuel-oil-prices.html' title='Fuel Oil Prices'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-3594496948307373481</id><published>2008-05-16T00:06:00.000-07:00</published><updated>2008-05-16T00:07:35.556-07:00</updated><title type='text'>Gay and Lesbian</title><content type='html'>&lt;p class="MsoNormal" style="text-align: justify; font-family: arial;"&gt;I have a website here that all about gays and lesbians. But for you to know it can really help you more in your daily living or life in this world. Its talk about gays and lesbians. &lt;a href="http://www.darkq.net"&gt;Gay Romania&lt;/a&gt; is a kind of website that can help you to realize what gays and lesbians really is. For you to know it is not there fault why they became like this or like that, it is because of the hormone. And also we have to respect them just like what we have in our own selves. Because they are also created by God and therefore they are also holy and need to be respected, and also we have to judge them not by there cover but for who they are? We have to realize that they also have the right to live in his world for they are created by God. &lt;a href="http://www.darkq.net/advertising/gayfest-2008-un-mars-al-jandarmilor/"&gt;Gay Fest 2008&lt;/a&gt; and &lt;a href="http://www.darkq.net/advertising/miss-travesti-romania-este-petruta-grasa/"&gt;Miss travesti&lt;/a&gt; is some of there programs that can really help to understand who are they. So for more information about this website try to click the given link in this article. So what are you waiting for visit now there website for more further information.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-3594496948307373481?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/3594496948307373481/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=3594496948307373481' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/3594496948307373481'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/3594496948307373481'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/gay-and-lesbian.html' title='Gay and Lesbian'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-2494240755607289380</id><published>2008-05-15T01:56:00.000-07:00</published><updated>2008-05-15T02:06:24.748-07:00</updated><title type='text'>Earthquake</title><content type='html'>Well a very destructing text message I receive last night when I was in our home. First I heard that there is a coming earthquake last Wednesday night May 14, 2008. I also heard some of my Professor talking about this earthquake with the intensity of 6.5 magnitude. Imagine if this earthquake approach in Philippines I can't made to imagine what will happen to our country and also to my city which is the Davao City. I am so really worry about this news, so I go home early because we don't know when or where this calamity will come. When I arrived in our home at exactly 9 o'clock I told my uncle and also my aunt, and they are also worried. But thanks to God because there is no earthquake happen last night. And I found out that prayer is the best shield for all calamity and accident, and especially not only prayer but also the faith in our almighty creator.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-2494240755607289380?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/2494240755607289380/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=2494240755607289380' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2494240755607289380'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2494240755607289380'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/earthquake.html' title='Earthquake'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-1717493818240758459</id><published>2008-05-14T03:47:00.000-07:00</published><updated>2008-05-14T03:53:42.720-07:00</updated><title type='text'>I am weak Enough</title><content type='html'>&lt;span style="font-family: arial;"&gt;Well I am now so weak because of my work in school and also I have to study in the morning and have to work in the afternoon. Even though I really manage my time but still it is not enough because I don't have an enough our to rest and to take a sleep. As of now I think I'm gonna have a headache or either a fever. But I am hoping that it will not became worst. But even though I weak I don't care still I can stand and fight. Because I am really aiming to finish my study no matter how many fever and headache will come I will face it as long as I have my breath I am going to fight and as long as there is God I will fight tell the end. Until all my ambition will come true. Although it is already 7:00 o'clock here&lt;/span&gt;&lt;br /&gt; in school but still I am still here in school and having my duty. But still it is ok because without this school I cannot made to learn or to realize the real life. Because as of now I know what is the feeling when you are working.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-1717493818240758459?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/1717493818240758459/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=1717493818240758459' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/1717493818240758459'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/1717493818240758459'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/i-am-weak-enough.html' title='I am weak Enough'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-1850858845438497353</id><published>2008-05-13T02:23:00.000-07:00</published><updated>2008-05-13T02:32:10.995-07:00</updated><title type='text'>RP stocks</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;span id="UsrStory1_lblBodyArticle" class="pspacer"&gt;&lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;Philippine share prices closed 1.6 percent higher on Tuesday due to selective bargain-hunting, particularly in blue-chip Ayala Corp., dealers said.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;A pullback in crude oil prices from record highs also helped boost sentiment, they added.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;The composite index gained 45.80 points to 2,849.29 after moving between 2,834.36 and 2,852.52. The all-share index was up 19.32 points to 1,763.73.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;There were 60 advancers and 31 decliners while 70 stocks ended flat.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;A total of 1.5 billion shares worth 3.8 billion pesos (89.22 million dollars) changed hands.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;"Investors focused on earnings today since they have long discounted old concerns such as recession and inflation. There is anticipation that index issues like Ayala Corp. will turn in positive numbers," said Jose Vistan of AB Capital Securities.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;Conglomerate Ayala Corp. climbed 7.0 percent to 345 pesos.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir="ltr"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;&lt;a href="http://www.abs-cbnnews.com/storypage.aspx?StoryId=118039"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-1850858845438497353?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/1850858845438497353/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=1850858845438497353' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/1850858845438497353'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/1850858845438497353'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/rp-stocks.html' title='RP stocks'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-6284729757365572846</id><published>2008-05-11T01:27:00.000-07:00</published><updated>2008-05-11T01:30:32.653-07:00</updated><title type='text'>History of Davao</title><content type='html'>&lt;span style="font-family: arial;"&gt;   The name Davao was probably derived from the Bagobo word "Daba-daba"   which means "fire." The early Jesuit priests refered to this place    as a region of flames or fire as recorded in their early books. Many   natives, however, believe that the name Davao was derived from the great river    which the early Tagabawa tribe refered to as &lt;/span&gt;&lt;i style="font-family: arial;"&gt;Dabu&lt;/i&gt;&lt;span style="font-family: arial;"&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;   During the ancient times, Davao has already been a place of different   tribes and ethnic groups coming from different regions    of the Philippines and   people in the nearby countries of Malaysia, Indonesia and Borneo.    The native tribes that comprise the majority group of ethnic tribes in   Davao during the early times were the Bagobos, Bilaans, Guiangans, Tagacaolos, Manobos,    Mandayas, Mansakas and Atas. The early Muslim Maguindanaons, who were traders and merchants,    also came to this place to do business.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.davaotraveler.com/davao-history.php"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-6284729757365572846?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/6284729757365572846/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=6284729757365572846' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/6284729757365572846'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/6284729757365572846'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/history-of-davao.html' title='History of Davao'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-5777936907483825997</id><published>2008-05-10T20:49:00.000-07:00</published><updated>2008-05-10T20:49:01.432-07:00</updated><title type='text'>Oil Prices</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;span style="font-family: arial;" id="UsrTopStory1_lblStoryArticle" class="pspacer"&gt;&lt;p&gt;A new round of P1 per liter increase in pump prices of petroleum products was implemented Saturday morning. &lt;/p&gt; &lt;p&gt;Leading the pack was big oil company Pilipinas Shell Petroleum Corp., which raised prices of its fuel products by P1 per liter at 12:01 a.m.&lt;/p&gt; &lt;p&gt;Shell was followed by Petron Corp., Total (Philippines) Corp. and Chevron Philippines (formerly Caltex). &lt;/p&gt; &lt;p&gt;Petron increased the prices of its gasoline, diesel and kerosene by P1 per liter at 6 a.m. &lt;/p&gt; &lt;p&gt;Chevron also announced that the prices of its Caltex Gold and Silver, regular gasoline, Power Diesel, kerosene and fuel oil went up by P1 per liter at 6 a.m. &lt;/p&gt; &lt;p&gt;Total, meantime, increased the prices of its liquefied petroleum gas (LPG), gasoline, diesel, kerosene, and auto-LPG by P1 per liter. &lt;/p&gt; &lt;p&gt;Oil companies said the price adjustments were implemented due to the continuing surge in the prices of crude oil in the international market.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.abs-cbnnews.com/topofthehour.aspx?StoryId=117797"&gt;Read the full article&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-5777936907483825997?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/5777936907483825997/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=5777936907483825997' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/5777936907483825997'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/5777936907483825997'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/oil-prices.html' title='Oil Prices'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-1621976329922625133</id><published>2008-05-09T02:37:00.000-07:00</published><updated>2008-12-08T13:18:00.488-08:00</updated><title type='text'></title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a style="font-family: arial;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_e3GZz2Ux13Y/SCQbys63eII/AAAAAAAAAEo/J44dOH79lo8/s1600-h/img_mtapo2.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 218px; height: 153px;" src="http://4.bp.blogspot.com/_e3GZz2Ux13Y/SCQbys63eII/AAAAAAAAAEo/J44dOH79lo8/s320/img_mtapo2.gif" alt="" id="BLOGGER_PHOTO_ID_5198310427757869186" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: arial; text-align: justify;" class="txt"&gt;&lt;span style="font-size:100%;"&gt;Mt. Apo, tallest peak in the country at 10,311 feet above sea level the mightiest upward surge of along mountain range extending from North Cotabato, Davao del Sur and Davao City to Agusan del Sur and Misamis Oriental in Northern Mindanao. &lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;                &lt;/div&gt;&lt;div style="font-family: arial; text-align: justify;" class="txt"&gt;&lt;span style="font-size:100%;"&gt;Mt. Apo straddles a long mountain range delineating the boundaries of the provinces of Davao del Sur and North Cotabato and Davao City. The volcanic peak Apo meaning grandfather of all Philippine mountains dominates a vast area of 72,769 hectares where natural wonders lure outdoor enthusiasts to trek through this tribal god's domain and conquer this towering peak and sea an exotic display of nature at its best in its virgin state a steaming blue lake in a picturesque setting, geysers and sulphur pillars, rainwater lakes, the swift flowing Marbel, Sibulan and Baruring Rivers, waterfalls cascading with a thunderous roar from a deep gorge for a total drop of almost 300 feet. Several miniature falls in lake like spray give touches of silvery beauty to the verdant surroundings. &lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;Source: www.google.com&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-1621976329922625133?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/1621976329922625133/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=1621976329922625133' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/1621976329922625133'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/1621976329922625133'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/mt.html' title=''/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_e3GZz2Ux13Y/SCQbys63eII/AAAAAAAAAEo/J44dOH79lo8/s72-c/img_mtapo2.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-3102753902373168097</id><published>2008-05-08T19:27:00.000-07:00</published><updated>2008-05-08T19:27:01.126-07:00</updated><title type='text'>Quiz</title><content type='html'>Today we are having our quiz in our subject. I hope that I made to pass that quiz because it is an additional points for me if I made to pass that quiz. You know that quiz is one of the most important part in one's subject if you failed to pass some of your quizzes in your subject and then there is a big tendency for you not to pass your subject but is you made to pass all the quizzes in your subject and then 100 % sure that you can made to pass your subject because 30% of our grade is came from the quizzes and only 25% in our exam. So that every time that we are having our quiz I am doing my best to pass it. jejejejejejejejeje same as the exam.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-3102753902373168097?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/3102753902373168097/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=3102753902373168097' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/3102753902373168097'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/3102753902373168097'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/quiz.html' title='Quiz'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-5129668639454541842</id><published>2008-05-08T01:10:00.000-07:00</published><updated>2008-05-08T01:14:32.873-07:00</updated><title type='text'>Bloggerwave.com</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;span style="font-family: arial;"&gt;I know that some of the people now really need to earn money for financial need. Here in blogging you can earn money as much as you can.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;Bloggerwave or &lt;/span&gt;&lt;a style="font-family: arial;" rel="nofollow" href="http://www.bloggerwave.com/blog_ClickTrack.php?OpportunityId=31&amp;amp;BlogId=10231&amp;amp;LinkId=0"&gt;bloggerwave.com&lt;/a&gt;&lt;span style="font-family: arial;"&gt;.com is one of the website here that offers a lot of services and it can help you to earn money just like you wanted. So make money now through your blog and I guarantee you that &lt;/span&gt;&lt;a style="font-family: arial;" rel="nofollow" href="http://www.bloggerwave.com/blog_ClickTrack.php?OpportunityId=31&amp;amp;BlogId=10231&amp;amp;LinkId=0"&gt;bloggerwave.com&lt;/a&gt;&lt;span style="font-family: arial;"&gt; is always there at your side to help you in your financial need.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.bloggerwave.com/" target="_blank" rel="nofollow"&gt;&lt;img src="http://bloggerwave.com/blogviewcount.php?pic=sponsorlogo.gif&amp;amp;OpportunityId=31&amp;amp;BlogId=10231" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-5129668639454541842?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/5129668639454541842/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=5129668639454541842' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/5129668639454541842'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/5129668639454541842'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/bloggerwavecom.html' title='Bloggerwave.com'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-1162894996362543969</id><published>2008-05-07T19:39:00.000-07:00</published><updated>2008-05-07T19:39:00.887-07:00</updated><title type='text'>We Are done</title><content type='html'>&lt;p style="font-family: arial;" class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;Finally we are done now with our defense or our presentation. Because even though it is not yet finish but still we made it, but I am not sure that we made to pass this presentation. But even though I am not sure I am so proud of my self because we made it with my group to present our design. But I know it is not the end of our Calvary in this subject I know that there are another project that is coming and that is the one that I don’t know, and I have to be sure that when that time comes I have to be ready enough to face this another trials for me. &lt;span style=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-1162894996362543969?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/1162894996362543969/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=1162894996362543969' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/1162894996362543969'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/1162894996362543969'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/we-are-done.html' title='We Are done'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-6096911934354619383</id><published>2008-05-07T03:09:00.000-07:00</published><updated>2008-12-08T13:18:00.635-08:00</updated><title type='text'></title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_e3GZz2Ux13Y/SCGAD2ORZCI/AAAAAAAAAEg/qJKYt2-10M0/s1600-h/website.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 373px; height: 236px;" src="http://4.bp.blogspot.com/_e3GZz2Ux13Y/SCGAD2ORZCI/AAAAAAAAAEg/qJKYt2-10M0/s320/website.JPG" alt="" id="BLOGGER_PHOTO_ID_5197576248545600546" border="0" /&gt;&lt;/a&gt;This is now my website. It is not yet finish as of now but I am going to try to finish it. It is so colorful right?, because gundam is one of my favorite cartoon in history of cartoon movies. I am so fanatic with Gundam Wing. There is also the logo of our school. I don't know what I am going to do in the next page. I am thinking now of what to do with it. I am so proud that I made this kind of website even though I am only a first year college.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-6096911934354619383?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/6096911934354619383/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=6096911934354619383' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/6096911934354619383'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/6096911934354619383'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/this-is-now-my-website.html' title=''/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_e3GZz2Ux13Y/SCGAD2ORZCI/AAAAAAAAAEg/qJKYt2-10M0/s72-c/website.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-457106955873839023</id><published>2008-05-05T03:28:00.000-07:00</published><updated>2008-12-08T13:18:00.795-08:00</updated><title type='text'>My Website</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_e3GZz2Ux13Y/SB7h5GGI57I/AAAAAAAAAEY/8H6ezSPJsyg/s1600-h/map.bmp"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_e3GZz2Ux13Y/SB7h5GGI57I/AAAAAAAAAEY/8H6ezSPJsyg/s320/map.bmp" alt="" id="BLOGGER_PHOTO_ID_5196839391037286322" border="0" /&gt;&lt;/a&gt;This is now my new made website. I can't believe that I had made this kind of website. Amazing!!!!!! I am only 1st year college as of now. I made this because my friend here teach me on how to do this kind of business. And now I finally know that making a website is really fun and interesting. I don't want to stop making it until it became more beautiful but I have to go home early so that's why I stop making it. My Website is not so beautiful as what you thought. If you want to visit it try to click the given link in this article. jejejejejejej hope you like it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-457106955873839023?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/457106955873839023/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=457106955873839023' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/457106955873839023'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/457106955873839023'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/my-website.html' title='My Website'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_e3GZz2Ux13Y/SB7h5GGI57I/AAAAAAAAAEY/8H6ezSPJsyg/s72-c/map.bmp' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-2510516671501092837</id><published>2008-05-04T22:56:00.000-07:00</published><updated>2008-05-04T22:56:00.946-07:00</updated><title type='text'>Internet Cafe</title><content type='html'>&lt;div style="text-align: justify;"&gt;I am here now in the internet cafe because I am doing our project that we are going to defend this coming Monday.  I'm really worrying about this project because I don't know if I can made to pass this defend, because if I cannot made to pass this defend and then I am going to failed in my subject this summer. So that's why I am so really working hard for this project so that I can made to finish it and we can able to defend it to our professor this coming Monday or tomorrow rather. I don't care if I have to pay for 60 pesos but the one that I am thinking as of now is that we can made to finish it so that we can show it to our professor. You know what? it is really difficult to design this kind of project remember that we are designing a traffic light. It is not work of a first year student you know it is the work of a professionals to design a circuit. I really now want to cry but not now maybe after this defense. jejejejejejejejejejeje  joke. never I dont want  to cry because of this project ok.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-2510516671501092837?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/2510516671501092837/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=2510516671501092837' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2510516671501092837'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2510516671501092837'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/internet-cafe.html' title='Internet Cafe'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-8532108562076391827</id><published>2008-05-03T00:59:00.000-07:00</published><updated>2008-12-08T13:18:00.899-08:00</updated><title type='text'>Rank 2</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;a style="font-family: arial;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_e3GZz2Ux13Y/SBwfLWGI56I/AAAAAAAAAEQ/IvIJku6HFyU/s1600-h/bc346bb4-a502-4048-834b-72a8fdb16d1e_4.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 182px; height: 182px;" src="http://4.bp.blogspot.com/_e3GZz2Ux13Y/SBwfLWGI56I/AAAAAAAAAEQ/IvIJku6HFyU/s320/bc346bb4-a502-4048-834b-72a8fdb16d1e_4.jpg" alt="" id="BLOGGER_PHOTO_ID_5196062349849061282" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;Finally now my blog got the rank number 2. I am so really flattered when I first saw that my rank number now is two because I never thought that I can have this kind of rank ever since. Because all of my blogs are having only zero number or rank in my page. Finally now I got it. The only thing that I am going to do now id to maintain my rank right? This is very amazing, cause in the first time that I am blogging I never got this kind of high rank. &lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-8532108562076391827?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/8532108562076391827/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=8532108562076391827' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8532108562076391827'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/8532108562076391827'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/rank-2.html' title='Rank 2'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_e3GZz2Ux13Y/SBwfLWGI56I/AAAAAAAAAEQ/IvIJku6HFyU/s72-c/bc346bb4-a502-4048-834b-72a8fdb16d1e_4.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-9165551026782105867</id><published>2008-05-02T19:57:00.000-07:00</published><updated>2008-05-01T21:55:36.267-07:00</updated><title type='text'>Shopping Cart</title><content type='html'>&lt;a href="http://www.ashopcommerce.com/g/11903/signup-free-trial.html"&gt;&lt;img src="https://members.smorty.com/members/advertiser/14/2007924145846.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p class="MsoNormal"&gt;&lt;span class="style13"&gt;Now a day’s people are getting involved in business whether it is small or not. There are so many things and ways that can help you and your business to be more fruitful and successful.   &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal"&gt;&lt;span class="style13"&gt;&lt;o:p&gt;&lt;/o:p&gt;Shopping cart software is a kind of software that can really help you in your business whether it is small or big. I can assure you that you can have a lot of benefits in this software. &lt;a href="http://www.ashopcommerce.com/g/11903/signup-free-trial.html"&gt;shopping cart&lt;/a&gt; is also helpful when you are entering in a big business like mall or what ever. I can assure you that this &lt;a href="http://www.ashopcommerce.com/g/11903/signup-free-trial.html"&gt;shopping cart&lt;/a&gt; is not expensive and it is only affordable.This product is not an ordinary product because it can help you more than you thought. Ecommerce software or short for electronic commerce is a kind of software that can really help you more in your business. For more information about here product and services try to visit there website. So if you are interested in this product try visit there website by clicking the given link in this article. Visit now for more information about there product and services offered. I can assure you that you will really enjoy in using this software in your business.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-9165551026782105867?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/9165551026782105867/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=9165551026782105867' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/9165551026782105867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/9165551026782105867'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/now-days-people-are-getting-involved-in.html' title='Shopping Cart'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-2497932584096268032</id><published>2008-05-02T19:33:00.000-07:00</published><updated>2008-05-01T19:45:05.629-07:00</updated><title type='text'>Bad Credits Offer</title><content type='html'>&lt;a href="http://www.badcreditoffers.com/"&gt;&lt;img src="https://members.smorty.com/members/advertiser/512/200811654625.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p class="MsoNormal"&gt;&lt;a href="http://www.badcreditoffers.com/"&gt;&lt;span style="text-decoration: none;"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shapetype id="_x0000_t75" coordsize="21600,21600" spt="75" preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"&gt;  &lt;v:stroke joinstyle="miter"&gt;  &lt;v:formulas&gt;   &lt;v:f eqn="if lineDrawn pixelLineWidth 0"&gt;   &lt;v:f eqn="sum @0 1 0"&gt;   &lt;v:f eqn="sum 0 0 @1"&gt;   &lt;v:f eqn="prod @2 1 2"&gt;   &lt;v:f eqn="prod @3 21600 pixelWidth"&gt;   &lt;v:f eqn="prod @3 21600 pixelHeight"&gt;   &lt;v:f eqn="sum @0 0 1"&gt;   &lt;v:f eqn="prod @6 1 2"&gt;   &lt;v:f eqn="prod @7 21600 pixelWidth"&gt;   &lt;v:f eqn="sum @8 21600 0"&gt;   &lt;v:f eqn="prod @7 21600 pixelHeight"&gt;   &lt;v:f eqn="sum @10 21600 0"&gt;  &lt;/v:formulas&gt;  &lt;v:path extrusionok="f" gradientshapeok="t" connecttype="rect"&gt;  &lt;o:lock ext="edit" aspectratio="t"&gt; &lt;/v:shapetype&gt;&lt;v:shape id="_x0000_i1025" type="#_x0000_t75" alt="" href="http://www.badcreditoffers.com/" style="'width:171pt;height:33.75pt'" button="t"&gt;  &lt;v:imagedata src="file:///C:\DOCUME~1\STUDEN~1\LOCALS~1\Temp\msohtml1\05\clip_image001.jpg" href="https://members.smorty.com/members/advertiser/512/200811654625.jpg"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;br /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Money now a days are being so important to all especially those who are mostly needed it for there daily life. But there are so many ways on how to earn money and also one of the concerns of all the people today are on how to get a load or credit. Because many people now a days wanted to have there loan to support there daily life. So if you are having a &lt;a href="http://www.badcreditoffers.com/"&gt;bad credit loans&lt;/a&gt; try to visit there website.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;u1:p&gt;&lt;/u1:p&gt;But today there’s a lot of company that offer a loan or a credit to help people can support there daily need in life. And to those people that having a &lt;a href="http://www.badcreditoffers.com/"&gt;bad credit loans&lt;/a&gt; they help there consumers can rebuild their loan so that they can provide there daily need in everyday life or living. And it is the only site that thinking for the financial future of many people in the world. And by making payments on time they can help many consumers to have a better loan and credit loans. Because they offer a very wide services such as auto loan, house loan or any thing. So what are you waiting for try to visit there website by clicking some of the given link in this article. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span class="style13"&gt;&lt;span style=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-2497932584096268032?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/2497932584096268032/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=2497932584096268032' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2497932584096268032'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/2497932584096268032'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/bad-credits-offer.html' title='Bad Credits Offer'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-7808528112844998453</id><published>2008-05-02T03:21:00.000-07:00</published><updated>2008-05-02T03:22:52.203-07:00</updated><title type='text'>Best Online Casino</title><content type='html'>&lt;p style="font-family: arial;" class="MsoNormal"&gt;Some of the people today really wanted to play casinos or even in an ordinary place only. Online casino now a days are now being so popular to those person that are really want to play or to those person that are playing casino. &lt;/p&gt;  &lt;p style="font-family: arial;" class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p style="font-family: arial;" class="MsoNormal"&gt;Online casino is a kind of casino in which it is not in personal but instead it is online or in the internet. But online casino is a gambling. Some of the casinos now a days are being against by law, not all casino but some of them. Those casinos that doesn’t have the authorization of the law. There are so many &lt;a href="http://www.pro360.com/c/151717/1/Best-Online-Casinos.html"&gt;best online casino&lt;/a&gt; now a days in the whole world right? But I can recommend you this casino that I am talking to you. So for more information about this casino try to visit there website by clicking some of the given link in this article. So what are you waiting for visit now and play online casino. &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-7808528112844998453?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/7808528112844998453/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=7808528112844998453' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7808528112844998453'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7808528112844998453'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/05/best-online-casino.html' title='Best Online Casino'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7765049485670836435.post-7216598064568903492</id><published>2008-04-30T03:09:00.000-07:00</published><updated>2008-04-30T03:14:18.885-07:00</updated><title type='text'>Mango</title><content type='html'>Well it is really my favorite mango, I am so thankful that my boos give me some of his mango. Now, I am planning what will be the thing to do with this ripe mango. Whether I am going to make it Ice Candy, Mango Float or Mango shake. I think all them are delicious but I have to choose one. Maybe mango shake. Yah mango is one of my favorite fruit. We all know that fruits can give as more energy right? So that's why I really want to eat mango, and that is the reason why I want my mother to buy mango than pineapple. Even to buy a juice I really choose mango flavor than pineapple. I don't know why I don't want pineapple flavor. I really hate pineapple. jejejejejejejejeejj But still it is a food and I have to like it no matter whether it taste bad or not.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7765049485670836435-7216598064568903492?l=larrylimbo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://larrylimbo.blogspot.com/feeds/7216598064568903492/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7765049485670836435&amp;postID=7216598064568903492' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7216598064568903492'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7765049485670836435/posts/default/7216598064568903492'/><link rel='alternate' type='text/html' href='http://larrylimbo.blogspot.com/2008/04/mango.html' title='Mango'/><author><name>John Larry " cute" Limbo</name><uri>http://www.blogger.com/profile/12133041732809427263</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_e3GZz2Ux13Y/SBwUvGGI55I/AAAAAAAAAEI/TIIMdlF4j5E/S220/1_838068694l.jpg'/></author><thr:total>0</thr:total></entry></feed>
