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

<channel>
	<title>Waruna's Blog...</title>
	<atom:link href="http://warunaprabath.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://warunaprabath.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 14 Oct 2009 13:46:16 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='warunaprabath.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/6b68a31ac8f7fce568e3d1e3121ee878?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Waruna's Blog...</title>
		<link>http://warunaprabath.wordpress.com</link>
	</image>
			<item>
		<title>My photo</title>
		<link>http://warunaprabath.wordpress.com/2009/10/14/my-photo/</link>
		<comments>http://warunaprabath.wordpress.com/2009/10/14/my-photo/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 13:46:16 +0000</pubDate>
		<dc:creator>warunaprabath</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://warunaprabath.wordpress.com/?p=223</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=warunaprabath.wordpress.com&blog=1169033&post=223&subd=warunaprabath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignnone size-medium wp-image-222" title="DSC04525 copy" src="http://warunaprabath.files.wordpress.com/2009/10/dsc04525-copy.jpg?w=434&#038;h=288" alt="DSC04525 copy" width="434" height="288" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/warunaprabath.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/warunaprabath.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/warunaprabath.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/warunaprabath.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/warunaprabath.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/warunaprabath.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/warunaprabath.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/warunaprabath.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/warunaprabath.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/warunaprabath.wordpress.com/223/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=warunaprabath.wordpress.com&blog=1169033&post=223&subd=warunaprabath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://warunaprabath.wordpress.com/2009/10/14/my-photo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92d2f40b5ac6ee203a39abc47fd81de5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">warunaprabath</media:title>
		</media:content>

		<media:content url="http://warunaprabath.files.wordpress.com/2009/10/dsc04525-copy.jpg?w=300" medium="image">
			<media:title type="html">DSC04525 copy</media:title>
		</media:content>
	</item>
		<item>
		<title>How to create normal calculator</title>
		<link>http://warunaprabath.wordpress.com/2009/08/31/how-to-create-normal-calculator/</link>
		<comments>http://warunaprabath.wordpress.com/2009/08/31/how-to-create-normal-calculator/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 15:50:20 +0000</pubDate>
		<dc:creator>warunaprabath</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://warunaprabath.wordpress.com/?p=216</guid>
		<description><![CDATA[


This Visual Basic Code
Private Sub Command1_Click ()
Dim x As Double
Dim y As Double
Dim z As Double
x = Val(Text1.Text)
y = Val(Text2.Text)
z = x + y
Text3.Text = Val(z)
End Sub


Private Sub Command2_Click ()
Text1.Text = &#8220;&#8221;
Text2.Text = &#8220;&#8221;
Text3.Text = &#8220;&#8221;
End Sub


Private Sub Command3_Click ()
Dim x As Double
Dim y As Double
Dim z As Double
x = Val(Text1.Text)
y = Val(Text2.Text)
z = x [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=warunaprabath.wordpress.com&blog=1169033&post=216&subd=warunaprabath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignnone size-medium wp-image-215" title="waruna" src="http://warunaprabath.files.wordpress.com/2009/08/waruna.jpg?w=490&#038;h=344" alt="waruna" width="490" height="344" /></p>
<p><span style="color:#ff0000;"><br />
</span></p>
<h1 style="text-align:center;"><strong><span style="text-decoration:underline;"><span style="color:#ff0000;">This Visual Basic Code</span></span></strong></h1>
<address>Private Sub Command1_Click ()</address>
<address>Dim x As Double</address>
<address>Dim y As Double</address>
<address>Dim z As Double<br />
x = Val(Text1.Text)</address>
<address>y = Val(Text2.Text)</address>
<address>z = x + y</address>
<address>Text3.Text = Val(z)<br />
End Sub</address>
<address>
</address>
<address>Private Sub Command2_Click ()</address>
<address>Text1.Text = &#8220;&#8221;</address>
<address>Text2.Text = &#8220;&#8221;</address>
<address>Text3.Text = &#8220;&#8221;</address>
<address>End Sub</address>
<address>
</address>
<address>Private Sub Command3_Click ()</address>
<address>Dim x As Double</address>
<address>Dim y As Double</address>
<address>Dim z As Double</address>
<address>x = Val(Text1.Text)</address>
<address>y = Val(Text2.Text)</address>
<address>z = x &#8211; y</address>
<address>Text3.Text = Val(z)</address>
<address>End Sub</address>
<address>
</address>
<address>Private Sub Command4_Click ()</address>
<address>Dim x As Double</address>
<address>Dim y As Double</address>
<address>Dim z As Double</address>
<address>x = Val(Text1.Text)</address>
<address>y = Val(Text2.Text)</address>
<address>z = x / y</address>
<address>Text3.Text = Val(z)</address>
<address>End Sub</address>
<address>
</address>
<address>Private Sub Command5_Click ()</address>
<address>Dim x As Double</address>
<address>Dim y As Double</address>
<address>Dim z As Double</address>
<address>x = Val(Text1.Text)</address>
<address>y = Val(Text2.Text)</address>
<address>z = x * y</address>
<address>Text3.Text = Val(z)</address>
<address>End Sub</address>
<address>
</address>
<address></address>
<address>Private Sub Command6_Click ()</address>
<address>End</address>
<address>End Sub</address>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/warunaprabath.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/warunaprabath.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/warunaprabath.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/warunaprabath.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/warunaprabath.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/warunaprabath.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/warunaprabath.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/warunaprabath.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/warunaprabath.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/warunaprabath.wordpress.com/216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=warunaprabath.wordpress.com&blog=1169033&post=216&subd=warunaprabath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://warunaprabath.wordpress.com/2009/08/31/how-to-create-normal-calculator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92d2f40b5ac6ee203a39abc47fd81de5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">warunaprabath</media:title>
		</media:content>

		<media:content url="http://warunaprabath.files.wordpress.com/2009/08/waruna.jpg?w=300" medium="image">
			<media:title type="html">waruna</media:title>
		</media:content>
	</item>
		<item>
		<title>POL ATHTHa</title>
		<link>http://warunaprabath.wordpress.com/2009/08/04/pol-aththa/</link>
		<comments>http://warunaprabath.wordpress.com/2009/08/04/pol-aththa/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 04:17:32 +0000</pubDate>
		<dc:creator>warunaprabath</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://warunaprabath.wordpress.com/?p=212</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=warunaprabath.wordpress.com&blog=1169033&post=212&subd=warunaprabath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignnone size-medium wp-image-211" title="Pol aththa" src="http://warunaprabath.files.wordpress.com/2009/08/dsc04340-copy.jpg?w=507&#038;h=760" alt="Pol aththa" width="507" height="760" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/warunaprabath.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/warunaprabath.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/warunaprabath.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/warunaprabath.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/warunaprabath.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/warunaprabath.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/warunaprabath.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/warunaprabath.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/warunaprabath.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/warunaprabath.wordpress.com/212/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=warunaprabath.wordpress.com&blog=1169033&post=212&subd=warunaprabath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://warunaprabath.wordpress.com/2009/08/04/pol-aththa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92d2f40b5ac6ee203a39abc47fd81de5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">warunaprabath</media:title>
		</media:content>

		<media:content url="http://warunaprabath.files.wordpress.com/2009/08/dsc04340-copy.jpg?w=200" medium="image">
			<media:title type="html">Pol aththa</media:title>
		</media:content>
	</item>
		<item>
		<title></title>
		<link>http://warunaprabath.wordpress.com/2009/08/04/210/</link>
		<comments>http://warunaprabath.wordpress.com/2009/08/04/210/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 04:15:39 +0000</pubDate>
		<dc:creator>warunaprabath</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://warunaprabath.wordpress.com/2009/08/04/210/</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=warunaprabath.wordpress.com&blog=1169033&post=210&subd=warunaprabath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignnone size-medium wp-image-209" title="DSC04344 copy" src="http://warunaprabath.files.wordpress.com/2009/08/dsc04344-copy.jpg?w=542&#038;h=359" alt="DSC04344 copy" width="542" height="359" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/warunaprabath.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/warunaprabath.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/warunaprabath.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/warunaprabath.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/warunaprabath.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/warunaprabath.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/warunaprabath.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/warunaprabath.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/warunaprabath.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/warunaprabath.wordpress.com/210/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=warunaprabath.wordpress.com&blog=1169033&post=210&subd=warunaprabath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://warunaprabath.wordpress.com/2009/08/04/210/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92d2f40b5ac6ee203a39abc47fd81de5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">warunaprabath</media:title>
		</media:content>

		<media:content url="http://warunaprabath.files.wordpress.com/2009/08/dsc04344-copy.jpg?w=300" medium="image">
			<media:title type="html">DSC04344 copy</media:title>
		</media:content>
	</item>
		<item>
		<title></title>
		<link>http://warunaprabath.wordpress.com/2009/08/04/208/</link>
		<comments>http://warunaprabath.wordpress.com/2009/08/04/208/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 04:14:00 +0000</pubDate>
		<dc:creator>warunaprabath</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://warunaprabath.wordpress.com/2009/08/04/208/</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=warunaprabath.wordpress.com&blog=1169033&post=208&subd=warunaprabath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignnone size-medium wp-image-207" title="DSC04346 copy" src="http://warunaprabath.files.wordpress.com/2009/08/dsc04346-copy.jpg?w=527&#038;h=792" alt="DSC04346 copy" width="527" height="792" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/warunaprabath.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/warunaprabath.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/warunaprabath.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/warunaprabath.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/warunaprabath.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/warunaprabath.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/warunaprabath.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/warunaprabath.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/warunaprabath.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/warunaprabath.wordpress.com/208/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=warunaprabath.wordpress.com&blog=1169033&post=208&subd=warunaprabath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://warunaprabath.wordpress.com/2009/08/04/208/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92d2f40b5ac6ee203a39abc47fd81de5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">warunaprabath</media:title>
		</media:content>

		<media:content url="http://warunaprabath.files.wordpress.com/2009/08/dsc04346-copy.jpg?w=200" medium="image">
			<media:title type="html">DSC04346 copy</media:title>
		</media:content>
	</item>
		<item>
		<title></title>
		<link>http://warunaprabath.wordpress.com/2009/08/04/206/</link>
		<comments>http://warunaprabath.wordpress.com/2009/08/04/206/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 04:12:04 +0000</pubDate>
		<dc:creator>warunaprabath</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://warunaprabath.wordpress.com/2009/08/04/206/</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=warunaprabath.wordpress.com&blog=1169033&post=206&subd=warunaprabath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignnone size-medium wp-image-205" title="Mada" src="http://warunaprabath.files.wordpress.com/2009/08/dsc04347.jpg?w=502&#038;h=753" alt="Mada" width="502" height="753" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/warunaprabath.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/warunaprabath.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/warunaprabath.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/warunaprabath.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/warunaprabath.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/warunaprabath.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/warunaprabath.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/warunaprabath.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/warunaprabath.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/warunaprabath.wordpress.com/206/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=warunaprabath.wordpress.com&blog=1169033&post=206&subd=warunaprabath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://warunaprabath.wordpress.com/2009/08/04/206/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92d2f40b5ac6ee203a39abc47fd81de5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">warunaprabath</media:title>
		</media:content>

		<media:content url="http://warunaprabath.files.wordpress.com/2009/08/dsc04347.jpg?w=200" medium="image">
			<media:title type="html">Mada</media:title>
		</media:content>
	</item>
		<item>
		<title>Photo5</title>
		<link>http://warunaprabath.wordpress.com/2009/08/04/photo5/</link>
		<comments>http://warunaprabath.wordpress.com/2009/08/04/photo5/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 04:10:25 +0000</pubDate>
		<dc:creator>warunaprabath</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://warunaprabath.wordpress.com/?p=203</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=warunaprabath.wordpress.com&blog=1169033&post=203&subd=warunaprabath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignnone size-medium wp-image-202" title="MADA" src="http://warunaprabath.files.wordpress.com/2009/08/dsc04348-05.jpg?w=503&#038;h=754" alt="MADA" width="503" height="754" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/warunaprabath.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/warunaprabath.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/warunaprabath.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/warunaprabath.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/warunaprabath.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/warunaprabath.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/warunaprabath.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/warunaprabath.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/warunaprabath.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/warunaprabath.wordpress.com/203/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=warunaprabath.wordpress.com&blog=1169033&post=203&subd=warunaprabath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://warunaprabath.wordpress.com/2009/08/04/photo5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92d2f40b5ac6ee203a39abc47fd81de5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">warunaprabath</media:title>
		</media:content>

		<media:content url="http://warunaprabath.files.wordpress.com/2009/08/dsc04348-05.jpg?w=200" medium="image">
			<media:title type="html">MADA</media:title>
		</media:content>
	</item>
		<item>
		<title>Photo3</title>
		<link>http://warunaprabath.wordpress.com/2009/08/04/photo3/</link>
		<comments>http://warunaprabath.wordpress.com/2009/08/04/photo3/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 04:00:17 +0000</pubDate>
		<dc:creator>warunaprabath</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://warunaprabath.wordpress.com/?p=198</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=warunaprabath.wordpress.com&blog=1169033&post=198&subd=warunaprabath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignnone size-medium wp-image-197" title="Goyam kola" src="http://warunaprabath.files.wordpress.com/2009/08/dsc04353-04.jpg?w=541&#038;h=359" alt="Goyam kola" width="541" height="359" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/warunaprabath.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/warunaprabath.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/warunaprabath.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/warunaprabath.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/warunaprabath.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/warunaprabath.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/warunaprabath.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/warunaprabath.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/warunaprabath.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/warunaprabath.wordpress.com/198/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=warunaprabath.wordpress.com&blog=1169033&post=198&subd=warunaprabath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://warunaprabath.wordpress.com/2009/08/04/photo3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92d2f40b5ac6ee203a39abc47fd81de5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">warunaprabath</media:title>
		</media:content>

		<media:content url="http://warunaprabath.files.wordpress.com/2009/08/dsc04353-04.jpg?w=300" medium="image">
			<media:title type="html">Goyam kola</media:title>
		</media:content>
	</item>
		<item>
		<title>Welyaya</title>
		<link>http://warunaprabath.wordpress.com/2009/08/04/welyaya/</link>
		<comments>http://warunaprabath.wordpress.com/2009/08/04/welyaya/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 03:58:37 +0000</pubDate>
		<dc:creator>warunaprabath</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://warunaprabath.wordpress.com/?p=195</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=warunaprabath.wordpress.com&blog=1169033&post=195&subd=warunaprabath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignnone size-medium wp-image-194" title="DSC04373 02" src="http://warunaprabath.files.wordpress.com/2009/08/dsc04373-021.jpg?w=522&#038;h=346" alt="DSC04373 02" width="522" height="346" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/warunaprabath.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/warunaprabath.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/warunaprabath.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/warunaprabath.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/warunaprabath.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/warunaprabath.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/warunaprabath.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/warunaprabath.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/warunaprabath.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/warunaprabath.wordpress.com/195/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=warunaprabath.wordpress.com&blog=1169033&post=195&subd=warunaprabath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://warunaprabath.wordpress.com/2009/08/04/welyaya/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92d2f40b5ac6ee203a39abc47fd81de5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">warunaprabath</media:title>
		</media:content>

		<media:content url="http://warunaprabath.files.wordpress.com/2009/08/dsc04373-021.jpg?w=300" medium="image">
			<media:title type="html">DSC04373 02</media:title>
		</media:content>
	</item>
		<item>
		<title>My New Photo</title>
		<link>http://warunaprabath.wordpress.com/2009/08/04/my-new-photo/</link>
		<comments>http://warunaprabath.wordpress.com/2009/08/04/my-new-photo/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 03:47:12 +0000</pubDate>
		<dc:creator>warunaprabath</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://warunaprabath.wordpress.com/?p=191</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=warunaprabath.wordpress.com&blog=1169033&post=191&subd=warunaprabath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignnone size-medium wp-image-190" title="My New Photo" src="http://warunaprabath.files.wordpress.com/2009/08/dsc04334-01.jpg?w=506&#038;h=759" alt="My New Photo" width="506" height="759" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/warunaprabath.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/warunaprabath.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/warunaprabath.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/warunaprabath.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/warunaprabath.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/warunaprabath.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/warunaprabath.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/warunaprabath.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/warunaprabath.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/warunaprabath.wordpress.com/191/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=warunaprabath.wordpress.com&blog=1169033&post=191&subd=warunaprabath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://warunaprabath.wordpress.com/2009/08/04/my-new-photo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92d2f40b5ac6ee203a39abc47fd81de5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">warunaprabath</media:title>
		</media:content>

		<media:content url="http://warunaprabath.files.wordpress.com/2009/08/dsc04334-01.jpg?w=200" medium="image">
			<media:title type="html">My New Photo</media:title>
		</media:content>
	</item>
	</channel>
</rss>