<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Staying Sane ... or tryin&#039;</title>
	<atom:link href="http://kailashkalyani.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kailashkalyani.wordpress.com</link>
	<description>Observations, thoughts, and things I find useful!</description>
	<lastBuildDate>Sat, 28 Jan 2012 15:45:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kailashkalyani.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/f4783fd2e727771ff7684a119f669ed2?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Staying Sane ... or tryin&#039;</title>
		<link>http://kailashkalyani.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kailashkalyani.wordpress.com/osd.xml" title="Staying Sane ... or tryin&#039;" />
	<atom:link rel='hub' href='http://kailashkalyani.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Squid Logs are huge</title>
		<link>http://kailashkalyani.wordpress.com/2012/01/28/squid-logs-are-huge/</link>
		<comments>http://kailashkalyani.wordpress.com/2012/01/28/squid-logs-are-huge/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 15:45:31 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Log]]></category>
		<category><![CDATA[Rotate]]></category>
		<category><![CDATA[Squid]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">https://kailashkalyani.wordpress.com/?p=587</guid>
		<description><![CDATA[I ran into trouble with Squid’s huge log files. By default the log outputs are set to the lowest level in the config file. So, obviously the issue was that they were just getting bigger and bigger unchecked. Running a &#8230; <a href="http://kailashkalyani.wordpress.com/2012/01/28/squid-logs-are-huge/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kailashkalyani.wordpress.com&amp;blog=5402370&amp;post=587&amp;subd=kailashkalyani&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I ran into trouble with Squid’s huge log files. By default the log outputs are set to the lowest level in the <a href="http://www.squid-cache.org/Versions/v2/2.7/cfgman/debug_options.html" target="_blank">config file</a>. So, obviously the issue was that they were just getting bigger and bigger unchecked. Running a search found me an <a href="http://www.comfsm.fm/computing/squid/FAQ-6.html#ss6.15" target="_blank">FAQ</a> on Squid’s log files.</p>
<p>Turns out I needed to run a cron job. Whatever that was. A bit more reading and it turns out that cron is similar to Windows’ task scheduler. So you can get your system to run jobs using a table file. Ubuntu’s <a href="https://help.ubuntu.com/community/CronHowto" target="_blank">how-to</a> showed me what needed to be done and using the info in the Squid related FAQ, I was able to populate the file easily enough.</p>
<pre class="csharpcode">sudo crontab -e</pre>
<p>The above command caused a prompt for choice of editor. I chose nano. At the bottom of the file, I appended the entry as follows:</p>
<pre class="csharpcode">0 0 * * * /usr/sbin/squid -k rotate</pre>
<p>This means that under the root user, squid will be involved with the parameters “-k rotate” which should do the trick. I found that all the apps I’d installed on Ubuntu seemed to be in the /usr/sbin directory.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kailashkalyani.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kailashkalyani.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kailashkalyani.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kailashkalyani.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kailashkalyani.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kailashkalyani.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kailashkalyani.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kailashkalyani.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kailashkalyani.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kailashkalyani.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kailashkalyani.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kailashkalyani.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kailashkalyani.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kailashkalyani.wordpress.com/587/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kailashkalyani.wordpress.com&amp;blog=5402370&amp;post=587&amp;subd=kailashkalyani&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kailashkalyani.wordpress.com/2012/01/28/squid-logs-are-huge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce365c3808bae29fd7de36d496176fc6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kailashkalyani</media:title>
		</media:content>
	</item>
		<item>
		<title>Changing environment variables in Ubuntu</title>
		<link>http://kailashkalyani.wordpress.com/2012/01/28/changing-environment-variables-in-ubuntu/</link>
		<comments>http://kailashkalyani.wordpress.com/2012/01/28/changing-environment-variables-in-ubuntu/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 15:23:35 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Change]]></category>
		<category><![CDATA[Environment Variable]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">https://kailashkalyani.wordpress.com/?p=584</guid>
		<description><![CDATA[I needed to change some environment variables in Ubuntu recently and I found that there are several ways of achieving that in Linux. Here’s a really important article that describes the prescribed ways of doing so with Ubuntu. I ended &#8230; <a href="http://kailashkalyani.wordpress.com/2012/01/28/changing-environment-variables-in-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kailashkalyani.wordpress.com&amp;blog=5402370&amp;post=584&amp;subd=kailashkalyani&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I needed to change some environment variables in Ubuntu recently and I found that there are several ways of achieving that in Linux. Here’s a really <a href="https://help.ubuntu.com/community/EnvironmentVariables" target="_blank">important article</a> that describes the prescribed ways of doing so with Ubuntu. I ended up changing the /etc/environment file – worked beautifully.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kailashkalyani.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kailashkalyani.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kailashkalyani.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kailashkalyani.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kailashkalyani.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kailashkalyani.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kailashkalyani.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kailashkalyani.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kailashkalyani.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kailashkalyani.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kailashkalyani.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kailashkalyani.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kailashkalyani.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kailashkalyani.wordpress.com/584/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kailashkalyani.wordpress.com&amp;blog=5402370&amp;post=584&amp;subd=kailashkalyani&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kailashkalyani.wordpress.com/2012/01/28/changing-environment-variables-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce365c3808bae29fd7de36d496176fc6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kailashkalyani</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu Disk Space booting issue</title>
		<link>http://kailashkalyani.wordpress.com/2012/01/28/ubuntu-disk-space-booting-issue/</link>
		<comments>http://kailashkalyani.wordpress.com/2012/01/28/ubuntu-disk-space-booting-issue/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 15:20:36 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Boot]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">https://kailashkalyani.wordpress.com/?p=582</guid>
		<description><![CDATA[Ran into an issue the other day with Ubuntu. I changed some configuration and then tried a reboot. Suddenly, I couldn’t boot into Ubuntu anymore. After some digging around online, I found a few posts that suggested that the issue &#8230; <a href="http://kailashkalyani.wordpress.com/2012/01/28/ubuntu-disk-space-booting-issue/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kailashkalyani.wordpress.com&amp;blog=5402370&amp;post=582&amp;subd=kailashkalyani&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ran into an issue the other day with Ubuntu. I changed some configuration and then tried a reboot. Suddenly, I couldn’t boot into Ubuntu anymore. After some digging around online, I found a few posts that suggested that the issue may be caused by lack of disk space. </p>
<p>Some more digging showed that when I find that the boot sequence appears hanged, I should press CTRL+ALT and F1 through F6 keys. I tried that and it got me into terminal mode. I’m not sure which key it was. Some more digging pointed out that the most likely culprit was the /var/log folder. So I went there and deleted all the files therein with the following:</p>
<pre class="csharpcode">sudo rm /var/log/*.*</pre>
<p>That seemed to do the trick. But the issue was not yet solved. I’d just gotten a temporary reprieve. What was needed was a deep look into where my space was going. Luckily I found <a href="http://ubuntuforums.org/showthread.php?t=1122670" target="_blank">this article</a> which had some great tips to offer. The ones that helped most were the tip about using baobab as a root user and deleting the root user’s trash files.</p>
<p>My big culprit was Squid. Next job is to modify Squid’s config to generate very tiny log files!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kailashkalyani.wordpress.com/582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kailashkalyani.wordpress.com/582/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kailashkalyani.wordpress.com/582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kailashkalyani.wordpress.com/582/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kailashkalyani.wordpress.com/582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kailashkalyani.wordpress.com/582/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kailashkalyani.wordpress.com/582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kailashkalyani.wordpress.com/582/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kailashkalyani.wordpress.com/582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kailashkalyani.wordpress.com/582/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kailashkalyani.wordpress.com/582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kailashkalyani.wordpress.com/582/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kailashkalyani.wordpress.com/582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kailashkalyani.wordpress.com/582/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kailashkalyani.wordpress.com&amp;blog=5402370&amp;post=582&amp;subd=kailashkalyani&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kailashkalyani.wordpress.com/2012/01/28/ubuntu-disk-space-booting-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce365c3808bae29fd7de36d496176fc6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kailashkalyani</media:title>
		</media:content>
	</item>
		<item>
		<title>Gluten Free Dessert Bars</title>
		<link>http://kailashkalyani.wordpress.com/2012/01/28/gluten-free-dessert-bars/</link>
		<comments>http://kailashkalyani.wordpress.com/2012/01/28/gluten-free-dessert-bars/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 07:04:35 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[Bars]]></category>
		<category><![CDATA[Dessert]]></category>
		<category><![CDATA[Gluten]]></category>
		<category><![CDATA[lemon]]></category>
		<category><![CDATA[Macaroon]]></category>
		<category><![CDATA[Recipe Exchange]]></category>

		<guid isPermaLink="false">https://kailashkalyani.wordpress.com/?p=575</guid>
		<description><![CDATA[My sister passed these on from a friend of hers. I’m actually looking forward to making some of these. For a base I may even try Quaker’s Oats. For temperature conversions: 350F = 176C 325F = 162C Universal crust for &#8230; <a href="http://kailashkalyani.wordpress.com/2012/01/28/gluten-free-dessert-bars/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kailashkalyani.wordpress.com&amp;blog=5402370&amp;post=575&amp;subd=kailashkalyani&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My sister passed these on from a friend of hers. I’m actually looking forward to making some of these. For a base I may even try Quaker’s Oats. For temperature conversions:</p>
<ul>
<li>350F = 176C</li>
<li>325F = 162C</li>
</ul>
<p><u>Universal crust for Gluten Free Dessert bars:</u></p>
<ul>
<li>1 cup cornstarch</li>
<li>1/2 cup margarine or butter</li>
<li>1/4 cup brown sugar</li>
</ul>
<p>Recipe:</p>
<ol>
<li>Blend flour, margarine, and brown sugar until crumbly</li>
<li>Press into a 9&quot; square pan. Bake in 350F oven for 15 minutes</li>
</ol>
<p><u>Lemon Bar</u></p>
<ul>
<li>1 cup of white sugar</li>
<li>3 tbsp. lemon juice (i usually use 5 because I like it very lemony)</li>
<li>2 tbsp. corn starch</li>
<li>1.2 tsp. baking powder</li>
<li>2 eggs</li>
<li>2 tsp. grated lemon rind</li>
</ul>
<ol>
<li>Stir together all ingredients except 1 tsp. lemon rind</li>
<li>Pour over baked base, return to oven at 325F for an additional 25 &#8211; 30 minutes until lightly browned and firm to the touch</li>
<li>Let cool completely in pan before serving</li>
<li>Dust with icing sugar and slice&#160; </li>
<li>Store in an airtight container in the fridge for 1 week, or in the freezer for 3 months</li>
</ol>
<p><u>Macaroon Bars</u></p>
<ul>
<li>2 egg whites</li>
<li>1/2 cup sugar</li>
<li>2 tbsp. corn starch</li>
<li>1 tsp. vanilla</li>
<li>2 cups coconut</li>
<li>1 cup of chocolate chips (can use dairy free, or pure cocoa)</li>
<li>1/2 cup walnuts (optional)</li>
</ul>
<ol>
<li>Mix together all egg whites, sugar, corn starch, and vanilla in a large bowl. Add coconut, chips, and nuts if desired&#160; </li>
<li>Spoon mixture onto baked layer and bake for an additional 18 &#8211; 20 minutes at 350F.&#160; Cool before cutting into bars</li>
</ol>
<p>One of the best versions, according to the sender, is substituting the chocolate chips for dried apricots, cranberries, and cherries, and drizzling the bar with white chocolate.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kailashkalyani.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kailashkalyani.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kailashkalyani.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kailashkalyani.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kailashkalyani.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kailashkalyani.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kailashkalyani.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kailashkalyani.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kailashkalyani.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kailashkalyani.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kailashkalyani.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kailashkalyani.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kailashkalyani.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kailashkalyani.wordpress.com/575/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kailashkalyani.wordpress.com&amp;blog=5402370&amp;post=575&amp;subd=kailashkalyani&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kailashkalyani.wordpress.com/2012/01/28/gluten-free-dessert-bars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce365c3808bae29fd7de36d496176fc6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kailashkalyani</media:title>
		</media:content>
	</item>
		<item>
		<title>Recipe Exchange: Kashk-e-Bademjan</title>
		<link>http://kailashkalyani.wordpress.com/2012/01/27/recipe-exchange-kashk-e-bademjan/</link>
		<comments>http://kailashkalyani.wordpress.com/2012/01/27/recipe-exchange-kashk-e-bademjan/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 04:22:45 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[Aubergine]]></category>
		<category><![CDATA[Eggplant]]></category>
		<category><![CDATA[Kashk-e-Bademjan]]></category>
		<category><![CDATA[recipe]]></category>
		<category><![CDATA[Yoghurt]]></category>

		<guid isPermaLink="false">https://kailashkalyani.wordpress.com/?p=571</guid>
		<description><![CDATA[A few days ago, I received a chain-mail suggesting we share recipes. Over the years, my reaction has been to hit delete and forget the matter, but this one piqued my interest. I did send it on and got some &#8230; <a href="http://kailashkalyani.wordpress.com/2012/01/27/recipe-exchange-kashk-e-bademjan/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kailashkalyani.wordpress.com&amp;blog=5402370&amp;post=571&amp;subd=kailashkalyani&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A few days ago, I received a chain-mail suggesting we share recipes. Over the years, my reaction has been to hit delete and forget the matter, but this one piqued my interest. I did send it on and got some amazing recipes. Ideally, I’d like to make ‘em and then share ‘em, but that may take a while! So, I’m going to settle on posting them here.</p>
<p>Here’s the first one I got from Iran (elaborated):</p>
<p>Ingredients:</p>
<ul>
<li>2 Aubergines </li>
<li>1 medium onion, roughly chopped </li>
<li>2 small tomatoes, halved and thinly sliced </li>
<li>1 cup yoghurt, well mixed and fluid (add water if needed) </li>
<li>1 tbsp. Mint powder </li>
<li>Salt, to taste </li>
<li>Pepper, to taste </li>
<li>2 tbsps. vegetable oil </li>
</ul>
<p>Recipe:</p>
<ol>
<li>With flame:      <br />Using the oil, coat the Aubergine&#8217;s skin and roast it on a low flame. You’ll find that it’ll char and go soft. Turn it slowly and often&#160; to ensure that it roasts well without burning. Once done, leave it to cool in some water. Peel when ready       <br />OR       <br />With Oven:       <br />Halve the Aubergines lengthwise and coat it in oil. Using a fork, punch some holes into the Aubergine to allow heat to traverse and lay it flat on a baking sheet. In a preheated oven, leave it to bake for 10 minutes, or until the Aubergine softens enough to spoon out the flesh. Spoon out the flesh </li>
<li>On medium flame, fry the Onions in some oil until they’re translucent and soft </li>
<li>Using a fork, mash the Aubergines and onions together. Add salt and pepper to taste as you mash </li>
<li>Using very little oil, fry the mint powder gently and briefly. Add this to the yoghurt and mix well (the mint powder is a substitute for the original Iranian mix – I suspect it’s a bit like Tzatziki powder) </li>
<li>Add this yoghurt to the Aubergines and enjoy with the tomato slices and some pita bread </li>
</ol>
<p>In case you were wondering, I sent out my favorite <a href="http://kailashkalyani.wordpress.com/2009/12/05/sai-bhaji-the-sindhi-delicacy/" target="_blank">Sai Bhaji</a> and <a href="http://kailashkalyani.wordpress.com/2011/02/20/gobi-aloo/" target="_blank">Gobi Aloo</a> recipe.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kailashkalyani.wordpress.com/571/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kailashkalyani.wordpress.com/571/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kailashkalyani.wordpress.com/571/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kailashkalyani.wordpress.com/571/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kailashkalyani.wordpress.com/571/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kailashkalyani.wordpress.com/571/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kailashkalyani.wordpress.com/571/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kailashkalyani.wordpress.com/571/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kailashkalyani.wordpress.com/571/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kailashkalyani.wordpress.com/571/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kailashkalyani.wordpress.com/571/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kailashkalyani.wordpress.com/571/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kailashkalyani.wordpress.com/571/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kailashkalyani.wordpress.com/571/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kailashkalyani.wordpress.com&amp;blog=5402370&amp;post=571&amp;subd=kailashkalyani&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kailashkalyani.wordpress.com/2012/01/27/recipe-exchange-kashk-e-bademjan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce365c3808bae29fd7de36d496176fc6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kailashkalyani</media:title>
		</media:content>
	</item>
		<item>
		<title>Our visit to the Qutub Minar Complex</title>
		<link>http://kailashkalyani.wordpress.com/2012/01/26/our-visit-to-the-qutub-minar-complex/</link>
		<comments>http://kailashkalyani.wordpress.com/2012/01/26/our-visit-to-the-qutub-minar-complex/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 17:17:40 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[People & Places]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[New Delhi]]></category>
		<category><![CDATA[Qutub Minar]]></category>

		<guid isPermaLink="false">https://kailashkalyani.wordpress.com/?p=569</guid>
		<description><![CDATA[Qutub Minar Visit VIEW SLIDE SHOW DOWNLOAD ALL<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kailashkalyani.wordpress.com&amp;blog=5402370&amp;post=569&amp;subd=kailashkalyani&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div style="display:inline;float:none;margin:0;padding:0;" id="scid:66721397-FF69-4ca6-AEC4-17E6B3208830:a9615f79-b843-40e2-82ec-78afd27c42fa" class="wlWriterEditableSmartContent">
<table border="0" cellspacing="0" cellpadding="0" style='outline:none;width:400px;border-collapse:collapse;border-style:none;margin:0;padding:0;'>
<tr>
<td colspan="2" style='outline:none;width:157px;vertical-align:bottom;border-style:none;margin:0;padding:5px 0 5px 5px;'>                            <a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1293&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="outline:none;border-style:none;margin:0;padding:0;">                                <img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" alt="View album" title="View album" width="157" height="157" src="http://kailashkalyani.files.wordpress.com/2012/01/40146538677ee1590.png?w=157&#038;h=157" /></a>                        </td>
<td colspan="3" style='vertical-align:middle;outline:none;width:223px;border-style:none;margin:0;padding:5px 5px 5px 0;'>
<div style="margin-left:10px;top:-3%;">
<div style='width:223px;overflow:visible;'><a style="text-decoration:none;" href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=browse&amp;resid=13B55E3F441015EF!1257&amp;type=5&amp;authkey=!AK_JJ4QSQ2q3eZE&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos" target="_blank"><span style="line-height:1.26em;width:223px;font-size:26pt;font-family:'Segoe UI', helvetica, arial, sans-serif;padding:0;">Qutub Minar Visit</span></a></div>
<div style="margin:0;padding:10px 0 0;">
<table border="0" cellspacing="0" cellpadding="0" style="outline:none;border-collapse:collapse;width:auto;border-style:none;margin:0;padding:0;">
<tr>
<td style="vertical-align:top;outline:none;border-style:none;margin:0;padding:10px 15px 6px 0;"><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1257&amp;type=5&amp;authkey=!AK_JJ4QSQ2q3eZE&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;">VIEW SLIDE SHOW</a></td>
<td style="vertical-align:top;outline:none;border-style:none;margin:0;padding:10px 0 6px;"><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=downloadphotos&amp;resid=13B55E3F441015EF!1257&amp;type=5&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;">DOWNLOAD ALL</a></td>
</tr>
</table></div>
</p></div>
</td>
</tr>
<tr>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1301&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/118265884303f005c5.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1281&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/41417937031dd587d.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1263&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/21143526475fcaab35.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1282&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/8897825455fcaab35.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1292&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/13467039184ad928c2.png?w=76&#038;h=76" /></a></td>
</tr>
<tr>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1279&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/135076715078c67b7a.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1302&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/79957729263d4f907.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1316&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/4929560311c24bc0.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1291&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/18105973732abe1c05.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1272&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/4896792358ab6ebd.png?w=76&#038;h=76" /></a></td>
</tr>
<tr>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1297&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/182337689343b9ec4a.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1290&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/88971700971a73f02.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1295&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/21057018951f9491bb.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1286&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/428075391f9491bb.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1298&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/13594834380aa30f48.png?w=76&#038;h=76" /></a></td>
</tr>
<tr>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1283&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/209298791138906200.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1288&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/1172042011239edf8d.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1276&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/893780241518c3245.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1305&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/2103539207518c3245.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1294&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/5194149787f7984fd.png?w=76&#038;h=76" /></a></td>
</tr>
<tr>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1269&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/10036060246a88028a.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1289&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/78896046018755543.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1264&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/10188103760383d2d0.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1271&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/135292983831712588.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1284&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/99744564031712588.png?w=76&#038;h=76" /></a></td>
</tr>
<tr>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1304&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/5172522905f5e7840.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1262&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/5280657304a6cf5cd.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1300&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/403628074785a4885.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1306&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/10079969366368c612.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1287&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/414244906115618cb.png?w=76&#038;h=76" /></a></td>
</tr>
<tr>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1268&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/2099148295115618cb.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1296&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/10101596243f436b83.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1308&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/4076913062a51e910.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1309&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/1178595611583f3bc8.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1310&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/795514060434db955.png?w=76&#038;h=76" /></a></td>
</tr>
<tr>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1259&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/1193472283713b0c0d.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1313&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/1003933704713b0c0d.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1267&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/5128613781f285ec6.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1265&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/7951863800a36dc53.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1277&amp;parid=13B55E3F441015EF!1257&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AK_JJ4QSQ2q3eZE" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/209698560738242f0b.png?w=76&#038;h=76" /></a></td>
</tr>
</table>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kailashkalyani.wordpress.com/569/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kailashkalyani.wordpress.com/569/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kailashkalyani.wordpress.com/569/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kailashkalyani.wordpress.com/569/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kailashkalyani.wordpress.com/569/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kailashkalyani.wordpress.com/569/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kailashkalyani.wordpress.com/569/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kailashkalyani.wordpress.com/569/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kailashkalyani.wordpress.com/569/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kailashkalyani.wordpress.com/569/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kailashkalyani.wordpress.com/569/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kailashkalyani.wordpress.com/569/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kailashkalyani.wordpress.com/569/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kailashkalyani.wordpress.com/569/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kailashkalyani.wordpress.com&amp;blog=5402370&amp;post=569&amp;subd=kailashkalyani&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kailashkalyani.wordpress.com/2012/01/26/our-visit-to-the-qutub-minar-complex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce365c3808bae29fd7de36d496176fc6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kailashkalyani</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/40146538677ee1590.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/118265884303f005c5.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/41417937031dd587d.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/21143526475fcaab35.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/8897825455fcaab35.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/13467039184ad928c2.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/135076715078c67b7a.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/79957729263d4f907.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/4929560311c24bc0.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/18105973732abe1c05.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/4896792358ab6ebd.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/182337689343b9ec4a.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/88971700971a73f02.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/21057018951f9491bb.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/428075391f9491bb.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/13594834380aa30f48.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/209298791138906200.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/1172042011239edf8d.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/893780241518c3245.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/2103539207518c3245.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/5194149787f7984fd.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/10036060246a88028a.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/78896046018755543.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/10188103760383d2d0.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/135292983831712588.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/99744564031712588.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/5172522905f5e7840.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/5280657304a6cf5cd.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/403628074785a4885.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/10079969366368c612.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/414244906115618cb.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/2099148295115618cb.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/10101596243f436b83.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/4076913062a51e910.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/1178595611583f3bc8.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/795514060434db955.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/1193472283713b0c0d.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/1003933704713b0c0d.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/5128613781f285ec6.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/7951863800a36dc53.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/209698560738242f0b.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>
	</item>
		<item>
		<title>HT&#8217;s take on &#8220;If Rushdie had spoken&#8221;</title>
		<link>http://kailashkalyani.wordpress.com/2012/01/26/hts-take-on-if-rushdie-had-spoken/</link>
		<comments>http://kailashkalyani.wordpress.com/2012/01/26/hts-take-on-if-rushdie-had-spoken/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 06:39:15 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[People & Places]]></category>
		<category><![CDATA[Censorship]]></category>
		<category><![CDATA[Freedom]]></category>
		<category><![CDATA[Hindustan Times]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Rushdie]]></category>
		<category><![CDATA[Salman]]></category>
		<category><![CDATA[Speech]]></category>

		<guid isPermaLink="false">https://kailashkalyani.wordpress.com/?p=526</guid>
		<description><![CDATA[Excellent satire :<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kailashkalyani.wordpress.com&amp;blog=5402370&amp;post=526&amp;subd=kailashkalyani&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Excellent satire :</p>
<p><a href="http://kailashkalyani.files.wordpress.com/2012/01/2012-01-26-001.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="2012-01-26 001" border="0" alt="2012-01-26 001" src="http://kailashkalyani.files.wordpress.com/2012/01/2012-01-26-001_thumb.jpg?w=366&#038;h=622" width="366" height="622" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kailashkalyani.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kailashkalyani.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kailashkalyani.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kailashkalyani.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kailashkalyani.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kailashkalyani.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kailashkalyani.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kailashkalyani.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kailashkalyani.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kailashkalyani.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kailashkalyani.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kailashkalyani.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kailashkalyani.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kailashkalyani.wordpress.com/526/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kailashkalyani.wordpress.com&amp;blog=5402370&amp;post=526&amp;subd=kailashkalyani&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kailashkalyani.wordpress.com/2012/01/26/hts-take-on-if-rushdie-had-spoken/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce365c3808bae29fd7de36d496176fc6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kailashkalyani</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/2012-01-26-001_thumb.jpg" medium="image">
			<media:title type="html">2012-01-26 001</media:title>
		</media:content>
	</item>
		<item>
		<title>Delhi&#8217;s Baha&#8217;i Temple</title>
		<link>http://kailashkalyani.wordpress.com/2012/01/26/delhis-bahai-temple/</link>
		<comments>http://kailashkalyani.wordpress.com/2012/01/26/delhis-bahai-temple/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 19:06:13 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[People & Places]]></category>
		<category><![CDATA[Baha'i]]></category>
		<category><![CDATA[Kalkaji]]></category>
		<category><![CDATA[Lotus]]></category>
		<category><![CDATA[New Delhi]]></category>
		<category><![CDATA[Temple]]></category>

		<guid isPermaLink="false">https://kailashkalyani.wordpress.com/?p=522</guid>
		<description><![CDATA[Lotus Temple VIEW SLIDE SHOW DOWNLOAD ALL Today I visited the Baha’i Temple on the outskirts of Delhi. It was a good opportunity to try out my camera and catch some sights of Delhi at the same time, and having &#8230; <a href="http://kailashkalyani.wordpress.com/2012/01/26/delhis-bahai-temple/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kailashkalyani.wordpress.com&amp;blog=5402370&amp;post=522&amp;subd=kailashkalyani&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:66721397-FF69-4ca6-AEC4-17E6B3208830:e05627ca-5a9b-4ee6-9daf-98367dd2be45" class="wlWriterEditableSmartContent">
<table border="0" cellspacing="0" cellpadding="0" style='outline:none;width:400px;border-collapse:collapse;border-style:none;margin:0;padding:0;'>
<tr>
<td colspan="2" style='outline:none;width:157px;vertical-align:bottom;border-style:none;margin:0;padding:5px 0 5px 5px;'>                            <a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1244&amp;parid=13B55E3F441015EF!1240&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AJxqX0PkWcop7lM" target="_blank" style="outline:none;border-style:none;margin:0;padding:0;">                                <img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" alt="View album" title="View album" width="157" height="157" src="http://kailashkalyani.files.wordpress.com/2012/01/25456528403697595.png?w=157&#038;h=157" /></a>                        </td>
<td colspan="3" style='vertical-align:middle;outline:none;width:223px;border-style:none;margin:0;padding:5px 5px 5px 0;'>
<div style="margin-left:10px;top:-3%;">
<div style='width:223px;overflow:visible;'><a style="text-decoration:none;" href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=browse&amp;resid=13B55E3F441015EF!1240&amp;type=5&amp;authkey=!AJxqX0PkWcop7lM&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos" target="_blank"><span style="line-height:1.26em;width:223px;font-size:26pt;font-family:'Segoe UI', helvetica, arial, sans-serif;padding:0;">Lotus Temple</span></a></div>
<div style="margin:0;padding:10px 0 0;">
<table border="0" cellspacing="0" cellpadding="0" style="outline:none;border-collapse:collapse;width:auto;border-style:none;margin:0;padding:0;">
<tr>
<td style="vertical-align:top;outline:none;border-style:none;margin:0;padding:10px 15px 6px 0;"><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1240&amp;type=5&amp;authkey=!AJxqX0PkWcop7lM&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;">VIEW SLIDE SHOW</a></td>
<td style="vertical-align:top;outline:none;border-style:none;margin:0;padding:10px 0 6px;"><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=downloadphotos&amp;resid=13B55E3F441015EF!1240&amp;type=5&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AJxqX0PkWcop7lM" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;">DOWNLOAD ALL</a></td>
</tr>
</table></div>
</p></div>
</td>
</tr>
<tr>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1249&amp;parid=13B55E3F441015EF!1240&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AJxqX0PkWcop7lM" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/6398095230441db7f.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1255&amp;parid=13B55E3F441015EF!1240&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AJxqX0PkWcop7lM" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/820660651d3dabc4.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1245&amp;parid=13B55E3F441015EF!1240&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AJxqX0PkWcop7lM" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/15585271994b2afe7c.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1250&amp;parid=13B55E3F441015EF!1240&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AJxqX0PkWcop7lM" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/2559703036397c09.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1248&amp;parid=13B55E3F441015EF!1240&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AJxqX0PkWcop7lM" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/6641523921214217a.png?w=76&#038;h=76" /></a></td>
</tr>
<tr>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1242&amp;parid=13B55E3F441015EF!1240&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AJxqX0PkWcop7lM" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/277597182b0ff1bf.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1252&amp;parid=13B55E3F441015EF!1240&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AJxqX0PkWcop7lM" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/2567279725d079249.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1241&amp;parid=13B55E3F441015EF!1240&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AJxqX0PkWcop7lM" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/6663150800af4e502.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1251&amp;parid=13B55E3F441015EF!1240&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AJxqX0PkWcop7lM" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/83881429923f0b547.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1247&amp;parid=13B55E3F441015EF!1240&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AJxqX0PkWcop7lM" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/7990337751de07ff.png?w=76&#038;h=76" /></a></td>
</tr>
<tr>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1256&amp;parid=13B55E3F441015EF!1240&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AJxqX0PkWcop7lM" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/9613540666ad9d844.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1253&amp;parid=13B55E3F441015EF!1240&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AJxqX0PkWcop7lM" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/156068988755e855d1.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1254&amp;parid=13B55E3F441015EF!1240&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AJxqX0PkWcop7lM" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/18282261431c2fb42.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1246&amp;parid=13B55E3F441015EF!1240&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AJxqX0PkWcop7lM" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/1806599261cd178cf.png?w=76&#038;h=76" /></a></td>
<td style='vertical-align:bottom;outline:none;width:76px;height:76px;border-style:none;margin:0;padding:0 5px 5px 0;'><a href="https://skydrive.live.com/redir.aspx?cid=13b55e3f441015ef&amp;page=play&amp;resid=13B55E3F441015EF!1243&amp;parid=13B55E3F441015EF!1240&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=!AJxqX0PkWcop7lM" target="_blank" style="font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;outline:none;text-decoration:none;border-style:none;margin:0;padding:0;"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" border="0" width="76" alt="View album" title="View album" height="76" src="http://kailashkalyani.files.wordpress.com/2012/01/8409769874abecb87.png?w=76&#038;h=76" /></a></td>
</tr>
</table>
</div>
<p>Today I visited the Baha’i Temple on the outskirts of Delhi. It was a good opportunity to try out my camera and catch some sights of Delhi at the same time, and having a guest over was the perfect excuse. </p>
<p>Getting there was easy as falling off a log. Easier, perhaps. The thermometer showed that it was about 19 degrees outdoors. So, the weather was warm enough for a walk to the metro station. Within minutes we were headed towards Kalkaji station on the violet line. The temperature inside the metro was a bit too warm and I had to shed a layer to stop overheating.</p>
<p>We got off at the Kalkaji station and headed towards the temple at a slow pace, enjoying the&#160; Seeing it from a distance, I’d formed a vague impression of the place, but being there I had an impression of horizons opening up.There were a good number of tourists visiting and walking through the gardens to the temple, I was a bit disappointed that the gardens had been closed off. I can imagine why, but it was still a bit disappointing. </p>
<p>As we approached the temple things started getting more orderly as guards and ushers asked people to form a line. Closer to the temple, we waited as the group ahead of us lined up. Two ushers formed two groups in front of the temple entrances and proceeded to give them a talk. I was curious as to what they’d have to say. I found out soon enough; it was a brief introduction about the Baha’i faith and a request that we proceed into the temple quietly and not disturb the peace with conversation, mobile phones or cameras. </p>
<p>The prayers were as magical as one could’ve imagined. The acoustics of the place gave the recitals a very hallowed feel and I was amazed at the fact that everyone was so quiet inside. I’d love to learn some more about the Baha’i faith.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kailashkalyani.wordpress.com/522/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kailashkalyani.wordpress.com/522/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kailashkalyani.wordpress.com/522/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kailashkalyani.wordpress.com/522/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kailashkalyani.wordpress.com/522/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kailashkalyani.wordpress.com/522/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kailashkalyani.wordpress.com/522/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kailashkalyani.wordpress.com/522/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kailashkalyani.wordpress.com/522/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kailashkalyani.wordpress.com/522/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kailashkalyani.wordpress.com/522/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kailashkalyani.wordpress.com/522/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kailashkalyani.wordpress.com/522/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kailashkalyani.wordpress.com/522/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kailashkalyani.wordpress.com&amp;blog=5402370&amp;post=522&amp;subd=kailashkalyani&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kailashkalyani.wordpress.com/2012/01/26/delhis-bahai-temple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce365c3808bae29fd7de36d496176fc6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kailashkalyani</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/25456528403697595.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/6398095230441db7f.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/820660651d3dabc4.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/15585271994b2afe7c.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/2559703036397c09.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/6641523921214217a.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/277597182b0ff1bf.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/2567279725d079249.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/6663150800af4e502.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/83881429923f0b547.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/7990337751de07ff.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/9613540666ad9d844.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/156068988755e855d1.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/18282261431c2fb42.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/1806599261cd178cf.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://kailashkalyani.files.wordpress.com/2012/01/8409769874abecb87.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>
	</item>
		<item>
		<title>Laaton ke bhoot&#8230; (the ghosts that need kicking)</title>
		<link>http://kailashkalyani.wordpress.com/2012/01/25/laaton-ke-bhoot-the-ghosts-that-need-kicking/</link>
		<comments>http://kailashkalyani.wordpress.com/2012/01/25/laaton-ke-bhoot-the-ghosts-that-need-kicking/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 09:10:16 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[New Delhi]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Tyre]]></category>
		<category><![CDATA[Tire]]></category>
		<category><![CDATA[Maruti]]></category>
		<category><![CDATA[Remove]]></category>

		<guid isPermaLink="false">https://kailashkalyani.wordpress.com/?p=476</guid>
		<description><![CDATA[My car had a flat rear tyre. And much to my chagrin I found that the first two times I tried to take it off, it wouldn’t budge! I’ve hat flat tyres before and changed them without much trouble so, &#8230; <a href="http://kailashkalyani.wordpress.com/2012/01/25/laaton-ke-bhoot-the-ghosts-that-need-kicking/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kailashkalyani.wordpress.com&amp;blog=5402370&amp;post=476&amp;subd=kailashkalyani&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My car had a flat rear tyre. And much to my chagrin I found that the first two times I tried to take it off, it wouldn’t budge! I’ve hat flat tyres before and changed them without much trouble so, it’s not that I’m clueless. I tried pulling, pushing and kicking, but the damn thing wouldn’t move. It got me worried, coz, I really couldn’t do much more without risking a fall off the jack.</p>
<p>So, some research was needed. I called up the previous owner, and AJ’s response was, “What?! You want to change the tyre yourself? Take it to the service center.” Um, yeah, but the tyre’s flat, so how did he suggest I move it. “Call them. That’s what they’re there for.”&#160; Not satisfactory. So, I rang up the workshop and told them that my tyre wouldn’t budge, and yes, I did know how to change one. “Kick it, and pour some water on it”, said they. Check and check. No budgy. I recalled something about using Coke, so I poured a full bottle of coke over the part where it joined the axle. No effect.</p>
<p>And today I was walking down the road and found a tyre repair workshop. I walked up to them and explained. “Hammer the wheel from the inside so it pops out.” I’d been jacking the car up and down for every damn suggestion I got, so after these 4 trials, I smoothly jacked up the car in under a minute and this time the advice worked. A few gentle hits with the hammer and out came the tyre! In 5 minutes I was working on the next problem: my curtain runners.</p>
<p>And as the Indian saying goes, <em>Laatoon ke bhoot baatoon se nahi maante</em>. Some situations just can’t be solved gently. Which actually might apply for my next experience too.</p>
<p>Note to self: To avoid this issue in the future, keep a hammer in the car.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kailashkalyani.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kailashkalyani.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kailashkalyani.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kailashkalyani.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kailashkalyani.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kailashkalyani.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kailashkalyani.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kailashkalyani.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kailashkalyani.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kailashkalyani.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kailashkalyani.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kailashkalyani.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kailashkalyani.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kailashkalyani.wordpress.com/476/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kailashkalyani.wordpress.com&amp;blog=5402370&amp;post=476&amp;subd=kailashkalyani&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kailashkalyani.wordpress.com/2012/01/25/laaton-ke-bhoot-the-ghosts-that-need-kicking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce365c3808bae29fd7de36d496176fc6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kailashkalyani</media:title>
		</media:content>
	</item>
		<item>
		<title>Republic of Contradictions</title>
		<link>http://kailashkalyani.wordpress.com/2012/01/24/republic-of-contradictions/</link>
		<comments>http://kailashkalyani.wordpress.com/2012/01/24/republic-of-contradictions/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 06:57:43 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[People & Places]]></category>
		<category><![CDATA[Germany]]></category>
		<category><![CDATA[India]]></category>

		<guid isPermaLink="false">https://kailashkalyani.wordpress.com/?p=474</guid>
		<description><![CDATA[I read this amazing column by coincidence today. I’d love to read more of these, and I think one responsibility of a citizen is to keep himself informed. This column is sharp, critical and emphasizes the need for an inward &#8230; <a href="http://kailashkalyani.wordpress.com/2012/01/24/republic-of-contradictions/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kailashkalyani.wordpress.com&amp;blog=5402370&amp;post=474&amp;subd=kailashkalyani&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I read this <a href="http://www.asianage.com/columnists/republic-contradictions-596" target="_blank">amazing column</a> by coincidence today. I’d love to read more of these, and I think one responsibility of a citizen is to keep himself informed. This column is sharp, critical and emphasizes the need for an inward change. The change spoken of here is not just in bureaucracy. The bureaucracy would not survive without casual acceptance from us. We, the people, of India are responsible. Blaming the government is blaming us and our choices of leaders and parties. We need to stop taking an apathetic stance about every injustice under the sun and become less tolerant towards injustice. </p>
<p>In Germany, a few years ago, I was driving down a country lane near Stuttgart one weekend with friends. A man cycling alongside his dog, blocked the road ahead and refused to let us pass. He came up to the driver’s side and signaled that we should roll down the window. We did and he started an angry barrage at us. My friends later explained that he was protesting and angry because this road was closed on weekends for automobile traffic and we were violating his right to peacefully enjoy these surroundings. I laughed at his attitude then, but looking back at it now, I feel that he was right to rebuke us. I only wish that I and my fellow Indians find the integrity and courage to stand up for something.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kailashkalyani.wordpress.com/474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kailashkalyani.wordpress.com/474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kailashkalyani.wordpress.com/474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kailashkalyani.wordpress.com/474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kailashkalyani.wordpress.com/474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kailashkalyani.wordpress.com/474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kailashkalyani.wordpress.com/474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kailashkalyani.wordpress.com/474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kailashkalyani.wordpress.com/474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kailashkalyani.wordpress.com/474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kailashkalyani.wordpress.com/474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kailashkalyani.wordpress.com/474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kailashkalyani.wordpress.com/474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kailashkalyani.wordpress.com/474/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kailashkalyani.wordpress.com&amp;blog=5402370&amp;post=474&amp;subd=kailashkalyani&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kailashkalyani.wordpress.com/2012/01/24/republic-of-contradictions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce365c3808bae29fd7de36d496176fc6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kailashkalyani</media:title>
		</media:content>
	</item>
	</channel>
</rss>
