<?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>Auri&#039;s Space</title>
	<atom:link href="http://aurir.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://aurir.wordpress.com</link>
	<description>Hi, my name is Auri Rahimzadeh. This is where I blog about technology and other stuff I find interesting.</description>
	<lastBuildDate>Sun, 28 Aug 2011 14:52:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='aurir.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/3f2864f1ec53936d0034b42f10a584ae?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Auri&#039;s Space</title>
		<link>http://aurir.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aurir.wordpress.com/osd.xml" title="Auri&#039;s Space" />
	<atom:link rel='hub' href='http://aurir.wordpress.com/?pushpress=hub'/>
		<item>
		<title>If you&#8217;re having trouble setting the default button in an ASP.NET Panel that has a Master Page&#8230;</title>
		<link>http://aurir.wordpress.com/2011/08/28/if-youre-having-trouble-setting-the-default-button-in-an-asp-net-panel-that-has-a-master-page/</link>
		<comments>http://aurir.wordpress.com/2011/08/28/if-youre-having-trouble-setting-the-default-button-in-an-asp-net-panel-that-has-a-master-page/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 14:52:02 +0000</pubDate>
		<dc:creator>Auri</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://aurir.wordpress.com/2011/08/28/if-youre-having-trouble-setting-the-default-button-in-an-asp-net-panel-that-has-a-master-page/</guid>
		<description><![CDATA[I struggled with this for about a day, and there were a lot of sites saying I should just use button.ID or button.UniqueID to set the default button for a panel. Nope, that wasn’t working. Some users were complaining the issue was only occurring on setting default button when in a control contained in a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aurir.wordpress.com&amp;blog=16843131&amp;post=1621&amp;subd=aurir&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I struggled with this for about a day, and there were a lot of sites saying I should just use button.ID or button.UniqueID to set the default button for a panel. Nope, that wasn’t working. Some users were complaining the issue was only occurring on setting default button when in a control contained in a Master page.</p>
<p>The error would be:</p>
<p><strong>The DefaultButton of <em>panel&#160; or page </em>must be the ID of a control of type IButtonControl.</strong></p>
<p>So, here’s what you do to fix it:</p>
<pre>

// Set the default buttons.

((Panel)Page.FindControl(nameofthepanel.UniqueID)).DefaultButton = nameofthebutton.ID;

</pre>
<p>
  <br />I hope that helps <img style="border-style:none;" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://aurir.files.wordpress.com/2011/08/wlemoticon-smile.png?w=614" /></p>
<p>Best,</p>
<p>-Auri</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aurir.wordpress.com/1621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aurir.wordpress.com/1621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aurir.wordpress.com/1621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aurir.wordpress.com/1621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aurir.wordpress.com/1621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aurir.wordpress.com/1621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aurir.wordpress.com/1621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aurir.wordpress.com/1621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aurir.wordpress.com/1621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aurir.wordpress.com/1621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aurir.wordpress.com/1621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aurir.wordpress.com/1621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aurir.wordpress.com/1621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aurir.wordpress.com/1621/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aurir.wordpress.com&amp;blog=16843131&amp;post=1621&amp;subd=aurir&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aurir.wordpress.com/2011/08/28/if-youre-having-trouble-setting-the-default-button-in-an-asp-net-panel-that-has-a-master-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6feb62fb3a56c53644d89824cb4518c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aurir</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/08/wlemoticon-smile.png" medium="image">
			<media:title type="html">Smile</media:title>
		</media:content>
	</item>
		<item>
		<title>Make Your Evo 3D Last All Day&#8211;And Stop Your Whining</title>
		<link>http://aurir.wordpress.com/2011/07/03/make-your-evo-3d-last-all-dayand-stop-your-whining/</link>
		<comments>http://aurir.wordpress.com/2011/07/03/make-your-evo-3d-last-all-dayand-stop-your-whining/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 13:28:42 +0000</pubDate>
		<dc:creator>Auri</dc:creator>
				<category><![CDATA[Computers and Internet]]></category>

		<guid isPermaLink="false">https://aurir.wordpress.com/2011/07/03/make-your-evo-3d-last-all-dayand-stop-your-whining/</guid>
		<description><![CDATA[Picked up the Evo 3D, read the reviews, all great except for battery life. True, battery life is nowhere near on par with the iPhone, something HTC really needs to work on. That being said, I didn’t want to require charging my phone after 5 hours, as a few reviews appeared to allude. Unfortunately, this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aurir.wordpress.com&amp;blog=16843131&amp;post=1617&amp;subd=aurir&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Picked up the Evo 3D, read the reviews, all great except for battery life. True, battery life is nowhere near on par with the iPhone, something HTC <em>really</em> needs to work on. That being said, I didn’t want to require charging my phone after 5 hours, as a few reviews appeared to allude. Unfortunately, this appears to be due to the device shipping with a bunch of settings enabled that, well, shouldn’t be. So, here’s what you do:</p>
<ul>
<li>Turn off GPS</li>
<li>Turn off WiFi</li>
<li>Turn off 4G</li>
</ul>
<p>Really, how often do you use those? Sure, when you’re at home or the office, WiFi is fine. But GPS? Seriously? Unless you need directions to everywhere you go, or you need apps to have pinpoint accuracy of your location, you don’t need those services running.</p>
<p>And 4G, regardless of carrier, is a joke. Yeah, it’s fast, but it really <em>does</em> kill your battery. Maybe in a year or two we’ll have the chipsets that are power efficient enough to enable keeping it on all the time. Right now? No, it’s just like laptops with NiCad batteries. Remember that? If you do, you’ll commiserate. If you don’t, be happy you have Lithium Ion in your devices these days. 3G is perfectly fine for almost anything you’ll do on your phone. Hey, it’s still faster than a lowball DSL connection. Cool, eh?</p>
<p>With the above settings, my Evo 3D runs fine for a whole day, even with average app usage. “Average” for me is a round or two of Angry Birds, a few Foursquare checkins, checking my email a number of times, taking a photo or two, and keeping Skype &amp; Facebook running in the background.</p>
<p>I hope this helps you!</p>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c27d8c48-efc6-44d6-99d5-02b6aea06955" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/sprint" rel="tag">sprint</a>,<a href="http://technorati.com/tags/evo+3d" rel="tag">evo 3d</a>,<a href="http://technorati.com/tags/htc" rel="tag">htc</a>,<a href="http://technorati.com/tags/battery" rel="tag">battery</a>,<a href="http://technorati.com/tags/phone" rel="tag">phone</a>,<a href="http://technorati.com/tags/dsl" rel="tag">dsl</a>,<a href="http://technorati.com/tags/3g" rel="tag">3g</a>,<a href="http://technorati.com/tags/4g" rel="tag">4g</a>,<a href="http://technorati.com/tags/data" rel="tag">data</a>,<a href="http://technorati.com/tags/apps" rel="tag">apps</a>,<a href="http://technorati.com/tags/nicad" rel="tag">nicad</a>,<a href="http://technorati.com/tags/lithium+ion" rel="tag">lithium ion</a>,<a href="http://technorati.com/tags/lion" rel="tag">lion</a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aurir.wordpress.com/1617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aurir.wordpress.com/1617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aurir.wordpress.com/1617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aurir.wordpress.com/1617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aurir.wordpress.com/1617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aurir.wordpress.com/1617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aurir.wordpress.com/1617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aurir.wordpress.com/1617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aurir.wordpress.com/1617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aurir.wordpress.com/1617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aurir.wordpress.com/1617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aurir.wordpress.com/1617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aurir.wordpress.com/1617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aurir.wordpress.com/1617/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aurir.wordpress.com&amp;blog=16843131&amp;post=1617&amp;subd=aurir&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aurir.wordpress.com/2011/07/03/make-your-evo-3d-last-all-dayand-stop-your-whining/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6feb62fb3a56c53644d89824cb4518c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aurir</media:title>
		</media:content>
	</item>
		<item>
		<title>Israel 2011&#8211;More Videos</title>
		<link>http://aurir.wordpress.com/2011/06/13/israel-2011-more-photos/</link>
		<comments>http://aurir.wordpress.com/2011/06/13/israel-2011-more-photos/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 22:43:31 +0000</pubDate>
		<dc:creator>Auri</dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[Bus]]></category>
		<category><![CDATA[Byzantine Church]]></category>
		<category><![CDATA[flowing]]></category>
		<category><![CDATA[Friends of Israel]]></category>
		<category><![CDATA[Gallilee]]></category>
		<category><![CDATA[Gallillee]]></category>
		<category><![CDATA[Israel]]></category>
		<category><![CDATA[Jesus Boat]]></category>
		<category><![CDATA[Jordan River]]></category>
		<category><![CDATA[Masada]]></category>
		<category><![CDATA[Sea of Galilee]]></category>
		<category><![CDATA[singing]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[tour]]></category>
		<category><![CDATA[water]]></category>

		<guid isPermaLink="false">https://aurir.wordpress.com/2011/06/13/israel-2011-more-photos/</guid>
		<description><![CDATA[Singing on the Bus Water Spring Flowing into the Jordan Masada of the North Bus Ride Down a Winding Golan Heights Road Randy Acting at the Byzantine Church Singing on the Sea of Galilee after visiting the Jesus Boat More singing on the Sea of Galilee<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aurir.wordpress.com&amp;blog=16843131&amp;post=1615&amp;subd=aurir&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:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:ba0c1028-692d-4a16-beb4-7dc7e11966a5" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://aurir.wordpress.com/2011/06/13/israel-2011-more-photos/"><img src="http://img.youtube.com/vi/1my_cCtygbw/2.jpg" alt="" /></a></span></div>
<div style="width:448px;clear:both;font-size:.8em;">Singing on the Bus</div>
</div>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:c81afc52-4a06-4704-b148-e7f55633bf6e" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://aurir.wordpress.com/2011/06/13/israel-2011-more-photos/"><img src="http://img.youtube.com/vi/DIVlTd62-xU/2.jpg" alt="" /></a></span></div>
<div style="width:448px;clear:both;font-size:.8em;">Water Spring Flowing into the Jordan</div>
</div>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:a6729d9d-8606-455d-9c35-7fea2c991110" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://aurir.wordpress.com/2011/06/13/israel-2011-more-photos/"><img src="http://img.youtube.com/vi/R09LKbXZS5k/2.jpg" alt="" /></a></span></div>
<div style="width:448px;clear:both;font-size:.8em;">Masada of the North</div>
</div>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:2432dc94-0127-4821-9b0c-0ed419766126" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://aurir.wordpress.com/2011/06/13/israel-2011-more-photos/"><img src="http://img.youtube.com/vi/5JfE5d3gWDs/2.jpg" alt="" /></a></span></div>
<div style="width:448px;clear:both;font-size:.8em;">Bus Ride Down a Winding Golan Heights Road</div>
</div>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:c680516f-739d-4a79-8322-ca06da1e08c4" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://aurir.wordpress.com/2011/06/13/israel-2011-more-photos/"><img src="http://img.youtube.com/vi/2LtKLk_hTFs/2.jpg" alt="" /></a></span></div>
<div style="width:448px;clear:both;font-size:.8em;">Randy Acting at the Byzantine Church</div>
</div>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:769ecf7b-1182-4cdc-9adc-ae8909e1c9dd" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://aurir.wordpress.com/2011/06/13/israel-2011-more-photos/"><img src="http://img.youtube.com/vi/iXpFGpxxwJQ/2.jpg" alt="" /></a></span></div>
<div style="width:448px;clear:both;font-size:.8em;">Singing on the Sea of Galilee after visiting the Jesus Boat</div>
</div>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:44fe371d-3822-4794-912f-7694cdf408d5" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://aurir.wordpress.com/2011/06/13/israel-2011-more-photos/"><img src="http://img.youtube.com/vi/hBV2wRq-d4k/2.jpg" alt="" /></a></span></div>
<div style="width:448px;clear:both;font-size:.8em;">More singing on the Sea of Galilee</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aurir.wordpress.com/1615/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aurir.wordpress.com/1615/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aurir.wordpress.com/1615/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aurir.wordpress.com/1615/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aurir.wordpress.com/1615/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aurir.wordpress.com/1615/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aurir.wordpress.com/1615/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aurir.wordpress.com/1615/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aurir.wordpress.com/1615/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aurir.wordpress.com/1615/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aurir.wordpress.com/1615/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aurir.wordpress.com/1615/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aurir.wordpress.com/1615/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aurir.wordpress.com/1615/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aurir.wordpress.com&amp;blog=16843131&amp;post=1615&amp;subd=aurir&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aurir.wordpress.com/2011/06/13/israel-2011-more-photos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6feb62fb3a56c53644d89824cb4518c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aurir</media:title>
		</media:content>
	</item>
		<item>
		<title>Israel 2011&#8211;Videos</title>
		<link>http://aurir.wordpress.com/2011/06/13/israel-2011videos/</link>
		<comments>http://aurir.wordpress.com/2011/06/13/israel-2011videos/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 15:32:21 +0000</pubDate>
		<dc:creator>Auri</dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[Auri Rahimzadeh]]></category>
		<category><![CDATA[Dead Sea]]></category>
		<category><![CDATA[Friends of Israel]]></category>
		<category><![CDATA[goat]]></category>
		<category><![CDATA[Israel]]></category>
		<category><![CDATA[museum]]></category>
		<category><![CDATA[Museum of Israel]]></category>
		<category><![CDATA[tour]]></category>
		<category><![CDATA[Wailing Wall]]></category>
		<category><![CDATA[Western Wall]]></category>

		<guid isPermaLink="false">https://aurir.wordpress.com/2011/06/13/israel-2011videos/</guid>
		<description><![CDATA[Tour of the Western Wall 1 Tour of the Western Wall 2 Wailing Wall 1 Wailing Wall 2 Dead Sea Scrolls Monument The Dead Sea Praying on the Flight to Israel Goat at the Nazareth Village Living Museum<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aurir.wordpress.com&amp;blog=16843131&amp;post=1614&amp;subd=aurir&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:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:35bd6e1c-21ef-449c-acf7-8406bfe7a3f4" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://aurir.wordpress.com/2011/06/13/israel-2011videos/"><img src="http://img.youtube.com/vi/CigrH1eBdFU/2.jpg" alt="" /></a></span></div>
<div style="width:448px;clear:both;font-size:.8em;">Tour of the Western Wall 1</div>
</div>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:fe473e3f-bbbf-429a-880a-272a39468e4b" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://aurir.wordpress.com/2011/06/13/israel-2011videos/"><img src="http://img.youtube.com/vi/k7RKMPrfTjw/2.jpg" alt="" /></a></span></div>
<div style="width:448px;clear:both;font-size:.8em;">Tour of the Western Wall 2</div>
</div>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:abf76ce1-93dd-4d05-9434-af0dc7547778" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://aurir.wordpress.com/2011/06/13/israel-2011videos/"><img src="http://img.youtube.com/vi/YVs4Lo12qsY/2.jpg" alt="" /></a></span></div>
<div style="width:448px;clear:both;font-size:.8em;">Wailing Wall 1</div>
</div>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:28a87df8-b812-4254-b7e7-dc01a8aad18b" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://aurir.wordpress.com/2011/06/13/israel-2011videos/"><img src="http://img.youtube.com/vi/OA4opvmhYsg/2.jpg" alt="" /></a></span></div>
<div style="width:448px;clear:both;font-size:.8em;">Wailing Wall 2</div>
</div>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:6f78bf3e-b7ab-4bc0-b032-b7b09e1963ec" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://aurir.wordpress.com/2011/06/13/israel-2011videos/"><img src="http://img.youtube.com/vi/bfOLH_z_6EM/2.jpg" alt="" /></a></span></div>
<div style="width:448px;clear:both;font-size:.8em;">Dead Sea Scrolls Monument</div>
</div>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:0f3c6983-cc89-4edd-a82d-1340547c5285" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://aurir.wordpress.com/2011/06/13/israel-2011videos/"><img src="http://img.youtube.com/vi/NdgAef400m8/2.jpg" alt="" /></a></span></div>
<div style="width:448px;clear:both;font-size:.8em;">The Dead Sea</div>
</div>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:9a7b725e-54b5-438b-bba6-fea6fe29242d" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://aurir.wordpress.com/2011/06/13/israel-2011videos/"><img src="http://img.youtube.com/vi/VdUadU8jZ1I/2.jpg" alt="" /></a></span></div>
<div style="width:448px;clear:both;font-size:.8em;">Praying on the Flight to Israel</div>
</div>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:75f2b9a7-5b47-4b67-b53d-455721cda6c4" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://aurir.wordpress.com/2011/06/13/israel-2011videos/"><img src="http://img.youtube.com/vi/8_WPny1A4tA/2.jpg" alt="" /></a></span></div>
<div style="width:448px;clear:both;font-size:.8em;">Goat at the Nazareth Village Living Museum</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aurir.wordpress.com/1614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aurir.wordpress.com/1614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aurir.wordpress.com/1614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aurir.wordpress.com/1614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aurir.wordpress.com/1614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aurir.wordpress.com/1614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aurir.wordpress.com/1614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aurir.wordpress.com/1614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aurir.wordpress.com/1614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aurir.wordpress.com/1614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aurir.wordpress.com/1614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aurir.wordpress.com/1614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aurir.wordpress.com/1614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aurir.wordpress.com/1614/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aurir.wordpress.com&amp;blog=16843131&amp;post=1614&amp;subd=aurir&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aurir.wordpress.com/2011/06/13/israel-2011videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6feb62fb3a56c53644d89824cb4518c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aurir</media:title>
		</media:content>
	</item>
		<item>
		<title>Israel 2011&#8211;Day 11&#8211;The Market &amp; Hotel</title>
		<link>http://aurir.wordpress.com/2011/06/09/israel-2011day-11the-market-hotel/</link>
		<comments>http://aurir.wordpress.com/2011/06/09/israel-2011day-11the-market-hotel/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 16:18:57 +0000</pubDate>
		<dc:creator>Auri</dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[Day 11]]></category>
		<category><![CDATA[Israel]]></category>
		<category><![CDATA[Jerusalem]]></category>

		<guid isPermaLink="false">https://aurir.wordpress.com/2011/06/09/israel-2011day-11the-market-hotel/</guid>
		<description><![CDATA[The Market &#38; Hotel VIEW SLIDE SHOW DOWNLOAD ALL<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aurir.wordpress.com&amp;blog=16843131&amp;post=1613&amp;subd=aurir&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:70d32f0e-1155-47e7-9f83-10e001983e99" class="wlWriterEditableSmartContent">
<table border="0" cellspacing="0" cellpadding="0" style='outline:none;width:410px;border-collapse:collapse;border-style:none;margin:0;padding:0;'>
<tbody>
<tr>
<td style='outline:none;width:auto;border-style:none;margin:0;padding:0;'><a style="outline:none;border-style:none;margin:0;padding:0;" target="_blank" href="https://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!6102&amp;type=5&amp;authkey=ZnRG4hHZTdY%24&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" alt="View album" title="View album" src="http://aurir.files.wordpress.com/2011/06/the-market-hotel.jpg?w=614" /></a>
<div style='width:410px;text-align:center;overflow:visible;margin:0;padding:0;'>
<div style='width:410px;overflow:visible;'><a style="text-decoration:none;" href="https://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=browse&amp;resid=F5CF78DEA3328162!6102&amp;type=5&amp;authkey=ZnRG4hHZTdY%24&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos" target="_blank"><span style="line-height:1.26em;width:410px;font-size:26pt;font-family:'Segoe UI', helvetica, arial, sans-serif;padding:0;">The Market &amp; Hotel</span></a></div>
<div style="text-align:center;font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;margin:0;padding:9px 0 0;">
<table border="0" cellspacing="0" cellpadding="0" style="text-align:center;width:auto;margin-left:auto;margin-right:auto;outline:none;border-collapse:collapse;border-style:none;padding:0;">
<tr>
<td style="vertical-align:top;outline:none;border-style:none;margin:0;padding:6px 12px 6px 0;"><a href="https://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!6102&amp;type=5&amp;authkey=ZnRG4hHZTdY%24&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:6px 0;"><a href="https://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=downloadphotos&amp;resid=F5CF78DEA3328162!6102&amp;type=5&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=ZnRG4hHZTdY%24" 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>
</tbody>
</table>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aurir.wordpress.com/1613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aurir.wordpress.com/1613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aurir.wordpress.com/1613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aurir.wordpress.com/1613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aurir.wordpress.com/1613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aurir.wordpress.com/1613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aurir.wordpress.com/1613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aurir.wordpress.com/1613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aurir.wordpress.com/1613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aurir.wordpress.com/1613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aurir.wordpress.com/1613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aurir.wordpress.com/1613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aurir.wordpress.com/1613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aurir.wordpress.com/1613/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aurir.wordpress.com&amp;blog=16843131&amp;post=1613&amp;subd=aurir&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aurir.wordpress.com/2011/06/09/israel-2011day-11the-market-hotel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6feb62fb3a56c53644d89824cb4518c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aurir</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/the-market-hotel.jpg" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>
	</item>
		<item>
		<title>Israel 2011&#8211;Day 10&#8211;The Dead Sea &amp; Masada</title>
		<link>http://aurir.wordpress.com/2011/06/08/israel-2011day-10the-dead-sea-masada/</link>
		<comments>http://aurir.wordpress.com/2011/06/08/israel-2011day-10the-dead-sea-masada/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 16:52:37 +0000</pubDate>
		<dc:creator>Auri</dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[Ahava]]></category>
		<category><![CDATA[Auri Rahimzadeh]]></category>
		<category><![CDATA[Day 10]]></category>
		<category><![CDATA[Dead Sea]]></category>
		<category><![CDATA[Israel]]></category>
		<category><![CDATA[Masada]]></category>
		<category><![CDATA[mud]]></category>
		<category><![CDATA[salt]]></category>

		<guid isPermaLink="false">https://aurir.wordpress.com/2011/06/08/israel-2011day-10the-dead-sea-masada/</guid>
		<description><![CDATA[The Dead Sea VIEW SLIDE SHOW DOWNLOAD ALL Masada VIEW SLIDE SHOW DOWNLOAD ALL Ahava Cosmetics Store VIEW SLIDE SHOW DOWNLOAD ALL<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aurir.wordpress.com&amp;blog=16843131&amp;post=1611&amp;subd=aurir&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:ab1eff5c-7ad9-465d-a116-1f1681120549" class="wlWriterEditableSmartContent">
<table border="0" cellspacing="0" cellpadding="0" style='outline:none;width:410px;border-collapse:collapse;border-style:none;margin:0;padding:0;'>
<tbody>
<tr>
<td style='outline:none;width:auto;border-style:none;margin:0;padding:0;'><a style="outline:none;border-style:none;margin:0;padding:0;" target="_blank" href="https://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5973&amp;type=5&amp;authkey=VkEmFLGRN7E%24&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" alt="View album" title="View album" src="http://aurir.files.wordpress.com/2011/06/the-dead-sea.jpg?w=614" /></a>
<div style='width:410px;text-align:center;overflow:visible;margin:0;padding:0;'>
<div style='width:410px;overflow:visible;'><a style="text-decoration:none;" href="https://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=browse&amp;resid=F5CF78DEA3328162!5973&amp;type=5&amp;authkey=VkEmFLGRN7E%24&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos" target="_blank"><span style="line-height:1.26em;width:410px;font-size:26pt;font-family:'Segoe UI', helvetica, arial, sans-serif;padding:0;">The Dead Sea</span></a></div>
<div style="text-align:center;font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;margin:0;padding:9px 0 0;">
<table border="0" cellspacing="0" cellpadding="0" style="text-align:center;width:auto;margin-left:auto;margin-right:auto;outline:none;border-collapse:collapse;border-style:none;padding:0;">
<tr>
<td style="vertical-align:top;outline:none;border-style:none;margin:0;padding:6px 12px 6px 0;"><a href="https://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5973&amp;type=5&amp;authkey=VkEmFLGRN7E%24&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:6px 0;"><a href="https://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=downloadphotos&amp;resid=F5CF78DEA3328162!5973&amp;type=5&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=VkEmFLGRN7E%24" 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>
</tbody>
</table>
</div>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:66721397-FF69-4ca6-AEC4-17E6B3208830:03c3a86a-190a-4e4f-bda3-e2b9a53161b1" class="wlWriterEditableSmartContent">
<table border="0" cellspacing="0" cellpadding="0" style='outline:none;width:410px;border-collapse:collapse;border-style:none;margin:0;padding:0;'>
<tbody>
<tr>
<td style='outline:none;width:auto;border-style:none;margin:0;padding:0;'><a style="outline:none;border-style:none;margin:0;padding:0;" target="_blank" href="https://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!6015&amp;type=5&amp;authkey=XS1lyBiGK4A%24&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" alt="View album" title="View album" src="http://aurir.files.wordpress.com/2011/06/masada.jpg?w=614" /></a>
<div style='width:410px;text-align:center;overflow:visible;margin:0;padding:0;'>
<div style='width:410px;overflow:visible;'><a style="text-decoration:none;" href="https://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=browse&amp;resid=F5CF78DEA3328162!6015&amp;type=5&amp;authkey=XS1lyBiGK4A%24&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos" target="_blank"><span style="line-height:1.26em;width:410px;font-size:26pt;font-family:'Segoe UI', helvetica, arial, sans-serif;padding:0;">Masada</span></a></div>
<div style="text-align:center;font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;margin:0;padding:9px 0 0;">
<table border="0" cellspacing="0" cellpadding="0" style="text-align:center;width:auto;margin-left:auto;margin-right:auto;outline:none;border-collapse:collapse;border-style:none;padding:0;">
<tr>
<td style="vertical-align:top;outline:none;border-style:none;margin:0;padding:6px 12px 6px 0;"><a href="https://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!6015&amp;type=5&amp;authkey=XS1lyBiGK4A%24&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:6px 0;"><a href="https://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=downloadphotos&amp;resid=F5CF78DEA3328162!6015&amp;type=5&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=XS1lyBiGK4A%24" 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>
</tbody>
</table>
</div>
<p>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:66721397-FF69-4ca6-AEC4-17E6B3208830:dfbf7beb-6ced-42bc-bca4-5220f9d37f72" class="wlWriterEditableSmartContent">
<table border="0" cellspacing="0" cellpadding="0" style='outline:none;width:410px;border-collapse:collapse;border-style:none;margin:0;padding:0;'>
<tbody>
<tr>
<td style='outline:none;width:auto;border-style:none;margin:0;padding:0;'><a style="outline:none;border-style:none;margin:0;padding:0;" target="_blank" href="https://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!6093&amp;type=5&amp;authkey=iWdKXFFP86Y%24&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" alt="View album" title="View album" src="http://aurir.files.wordpress.com/2011/06/album.jpg?w=614" /></a>
<div style='width:410px;text-align:center;overflow:visible;margin:0;padding:0;'>
<div style='width:410px;overflow:visible;'><a style="text-decoration:none;" href="https://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=browse&amp;resid=F5CF78DEA3328162!6093&amp;type=5&amp;authkey=iWdKXFFP86Y%24&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos" target="_blank"><span style="line-height:1.26em;width:410px;font-size:26pt;font-family:'Segoe UI', helvetica, arial, sans-serif;padding:0;">Ahava Cosmetics Store</span></a></div>
<div style="text-align:center;font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;margin:0;padding:9px 0 0;">
<table border="0" cellspacing="0" cellpadding="0" style="text-align:center;width:auto;margin-left:auto;margin-right:auto;outline:none;border-collapse:collapse;border-style:none;padding:0;">
<tr>
<td style="vertical-align:top;outline:none;border-style:none;margin:0;padding:6px 12px 6px 0;"><a href="https://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!6093&amp;type=5&amp;authkey=iWdKXFFP86Y%24&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:6px 0;"><a href="https://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=downloadphotos&amp;resid=F5CF78DEA3328162!6093&amp;type=5&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=iWdKXFFP86Y%24" 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>
</tbody>
</table>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aurir.wordpress.com/1611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aurir.wordpress.com/1611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aurir.wordpress.com/1611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aurir.wordpress.com/1611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aurir.wordpress.com/1611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aurir.wordpress.com/1611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aurir.wordpress.com/1611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aurir.wordpress.com/1611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aurir.wordpress.com/1611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aurir.wordpress.com/1611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aurir.wordpress.com/1611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aurir.wordpress.com/1611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aurir.wordpress.com/1611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aurir.wordpress.com/1611/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aurir.wordpress.com&amp;blog=16843131&amp;post=1611&amp;subd=aurir&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aurir.wordpress.com/2011/06/08/israel-2011day-10the-dead-sea-masada/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6feb62fb3a56c53644d89824cb4518c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aurir</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/the-dead-sea.jpg" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/masada.jpg" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/album.jpg" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>
	</item>
		<item>
		<title>Israel 2011&#8211;Lois&#8217; Surprise Birthday Cake!</title>
		<link>http://aurir.wordpress.com/2011/06/07/israel-2011lois-surprise-birthday-cake/</link>
		<comments>http://aurir.wordpress.com/2011/06/07/israel-2011lois-surprise-birthday-cake/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 17:54:49 +0000</pubDate>
		<dc:creator>Auri</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://aurir.wordpress.com/2011/06/07/israel-2011lois-surprise-birthday-cake/</guid>
		<description><![CDATA[Lois turned a year older while in Israel. Birthday Cakes sure are hard to find, but Tito came through! Lois’ birthday in Israel!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aurir.wordpress.com&amp;blog=16843131&amp;post=1607&amp;subd=aurir&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Lois turned a year older while in Israel. Birthday Cakes sure are hard to find, but Tito came through!</p>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:9c255506-8b65-4b0b-8469-cc00ff61f897" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://aurir.wordpress.com/2011/06/07/israel-2011lois-surprise-birthday-cake/"><img src="http://img.youtube.com/vi/Q2Fq7iEKT54/2.jpg" alt="" /></a></span></div>
<div style="width:448px;clear:both;font-size:.8em;">Lois’ birthday in Israel!</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aurir.wordpress.com/1607/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aurir.wordpress.com/1607/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aurir.wordpress.com/1607/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aurir.wordpress.com/1607/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aurir.wordpress.com/1607/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aurir.wordpress.com/1607/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aurir.wordpress.com/1607/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aurir.wordpress.com/1607/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aurir.wordpress.com/1607/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aurir.wordpress.com/1607/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aurir.wordpress.com/1607/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aurir.wordpress.com/1607/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aurir.wordpress.com/1607/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aurir.wordpress.com/1607/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aurir.wordpress.com&amp;blog=16843131&amp;post=1607&amp;subd=aurir&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aurir.wordpress.com/2011/06/07/israel-2011lois-surprise-birthday-cake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6feb62fb3a56c53644d89824cb4518c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aurir</media:title>
		</media:content>
	</item>
		<item>
		<title>Israel 2011&#8211;Day 9&#8211;Y&#8217;ad Vashem, Dead Sea Scrolls, K&#8217;nesset, Giant Menorah</title>
		<link>http://aurir.wordpress.com/2011/06/07/israel-2011day-9yad-vashem-dead-sea-scrolls-knesset-giant-menorah/</link>
		<comments>http://aurir.wordpress.com/2011/06/07/israel-2011day-9yad-vashem-dead-sea-scrolls-knesset-giant-menorah/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 14:25:53 +0000</pubDate>
		<dc:creator>Auri</dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[Auri Rahimzadeh]]></category>
		<category><![CDATA[Day 9]]></category>
		<category><![CDATA[Dead Sea Scrolls]]></category>
		<category><![CDATA[Holocaust Museum]]></category>
		<category><![CDATA[Isreal]]></category>
		<category><![CDATA[Jerusalem]]></category>
		<category><![CDATA[K'nesset]]></category>
		<category><![CDATA[Kinesset]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[Parliament]]></category>
		<category><![CDATA[Yad Vashem]]></category>

		<guid isPermaLink="false">https://aurir.wordpress.com/2011/06/07/israel-2011day-9yad-vashem-dead-sea-scrolls-knesset-giant-menorah/</guid>
		<description><![CDATA[Day 9 Photos VIEW SLIDE SHOW DOWNLOAD ALL<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aurir.wordpress.com&amp;blog=16843131&amp;post=1606&amp;subd=aurir&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:68809a34-3307-4c55-ab9e-5b49baf7effb" class="wlWriterEditableSmartContent">
<table border="0" cellspacing="0" cellpadding="0" style='outline:none;width:410px;border-collapse:collapse;border-style:none;margin:0;padding:0;'>
<tbody>
<tr>
<td style='outline:none;width:auto;border-style:none;margin:0;padding:0;'><a style="outline:none;border-style:none;margin:0;padding:0;" target="_blank" href="https://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5915&amp;type=5&amp;authkey=c8FmOfQcf0E%24&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos"><img style="outline:none;border:0;background:none;background-image:none;vertical-align:bottom;border-style:none;margin:0;padding:0;" alt="View album" title="View album" src="http://aurir.files.wordpress.com/2011/06/day-9-photos.jpg?w=614" /></a>
<div style='width:410px;text-align:center;overflow:visible;margin:0;padding:0;'>
<div style='width:410px;overflow:visible;'><a style="text-decoration:none;" href="https://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=browse&amp;resid=F5CF78DEA3328162!5915&amp;type=5&amp;authkey=c8FmOfQcf0E%24&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos" target="_blank"><span style="line-height:1.26em;width:410px;font-size:26pt;font-family:'Segoe UI', helvetica, arial, sans-serif;padding:0;">Day 9 Photos</span></a></div>
<div style="text-align:center;font-family:'Segoe UI', helvetica, arial, sans-serif;font-size:8pt;margin:0;padding:9px 0 0;">
<table border="0" cellspacing="0" cellpadding="0" style="text-align:center;width:auto;margin-left:auto;margin-right:auto;outline:none;border-collapse:collapse;border-style:none;padding:0;">
<tr>
<td style="vertical-align:top;outline:none;border-style:none;margin:0;padding:6px 12px 6px 0;"><a href="https://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5915&amp;type=5&amp;authkey=c8FmOfQcf0E%24&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:6px 0;"><a href="https://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=downloadphotos&amp;resid=F5CF78DEA3328162!5915&amp;type=5&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=c8FmOfQcf0E%24" 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>
</tbody>
</table>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aurir.wordpress.com/1606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aurir.wordpress.com/1606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aurir.wordpress.com/1606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aurir.wordpress.com/1606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aurir.wordpress.com/1606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aurir.wordpress.com/1606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aurir.wordpress.com/1606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aurir.wordpress.com/1606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aurir.wordpress.com/1606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aurir.wordpress.com/1606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aurir.wordpress.com/1606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aurir.wordpress.com/1606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aurir.wordpress.com/1606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aurir.wordpress.com/1606/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aurir.wordpress.com&amp;blog=16843131&amp;post=1606&amp;subd=aurir&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aurir.wordpress.com/2011/06/07/israel-2011day-9yad-vashem-dead-sea-scrolls-knesset-giant-menorah/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6feb62fb3a56c53644d89824cb4518c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aurir</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/day-9-photos.jpg" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>
	</item>
		<item>
		<title>Israel 2011-Day 8-The Western Wall &amp; Wailing Wall</title>
		<link>http://aurir.wordpress.com/2011/06/06/israel-2011-day-8-the-western-wall-wailing-wall/</link>
		<comments>http://aurir.wordpress.com/2011/06/06/israel-2011-day-8-the-western-wall-wailing-wall/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 20:20:54 +0000</pubDate>
		<dc:creator>Auri</dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[Auri Rahimzadeh]]></category>
		<category><![CDATA[Day 8]]></category>
		<category><![CDATA[Israel]]></category>
		<category><![CDATA[Jerusalem]]></category>
		<category><![CDATA[Wailing Wall]]></category>
		<category><![CDATA[Western Wall]]></category>

		<guid isPermaLink="false">https://aurir.wordpress.com/2011/06/06/israel-2011-day-8-the-western-wall-wailing-wall/</guid>
		<description><![CDATA[Western Wall and Wailing Wall VIEW SLIDE SHOW DOWNLOAD ALL<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aurir.wordpress.com&amp;blog=16843131&amp;post=1604&amp;subd=aurir&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:e7c26793-26a1-46e1-a41e-68990585eae6" 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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5836&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/3454958593ffa9b6c.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=browse&amp;resid=F5CF78DEA3328162!5835&amp;type=5&amp;authkey=Xao7bma4PwI%24&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;">Western Wall and Wailing Wall</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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5835&amp;type=5&amp;authkey=Xao7bma4PwI%24&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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=downloadphotos&amp;resid=F5CF78DEA3328162!5835&amp;type=5&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5837&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/8617229316d1fae07.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5838&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/7771576361f623bd.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5839&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/116451911741db1700.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5840&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/64829204521c00a43.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5841&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/143229921301a4fd86.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5842&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/9160721416189f0c8.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5843&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/90038917113819153.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5844&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/141661624373668495.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5845&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/666675038255e2520.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5846&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/181183094605431863.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5847&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/129560387465280ba5.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5848&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/2079611042450cfee8.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5849&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/97312137439e3749e.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5850&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/70534127819c867e1.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5851&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/12215683504bc0086b.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5852&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/125693763440967e21.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5853&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/740710562728e1eab.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5854&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/525512537527311ee.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5855&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/1952993447046ab279.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5856&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/14367663757941282e.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5857&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/207419375359261b71.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5858&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/8319588730b1dbbfc.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5859&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/13481859456b02af3e.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5860&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/56417877763e372c6.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5861&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/108040584943c86609.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5862&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/139810013523ad594c.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5863&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/8818730631883cf02.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5864&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/4691130344a7b6f8c.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5865&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/13473482783f51e542.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5866&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/1079568182714985cc.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5867&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/16266669823412657.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5868&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/3535603745f00bf0a.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5869&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/43044679410f85f95.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5870&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/8578027870dd52d7.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5871&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/190224159050c2461a.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5872&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/187649863430a7395d.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5873&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/610275535629ed9e7.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5874&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/12061857774283cd2a.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5875&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/17224128492268c06d.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5876&amp;parid=F5CF78DEA3328162!5835&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Xao7bma4PwI%24" 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://aurir.files.wordpress.com/2011/06/938405681173f3623.png?w=76&#038;h=76" /></a></td>
</tr>
</table>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aurir.wordpress.com/1604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aurir.wordpress.com/1604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aurir.wordpress.com/1604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aurir.wordpress.com/1604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aurir.wordpress.com/1604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aurir.wordpress.com/1604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aurir.wordpress.com/1604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aurir.wordpress.com/1604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aurir.wordpress.com/1604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aurir.wordpress.com/1604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aurir.wordpress.com/1604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aurir.wordpress.com/1604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aurir.wordpress.com/1604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aurir.wordpress.com/1604/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aurir.wordpress.com&amp;blog=16843131&amp;post=1604&amp;subd=aurir&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aurir.wordpress.com/2011/06/06/israel-2011-day-8-the-western-wall-wailing-wall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6feb62fb3a56c53644d89824cb4518c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aurir</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/3454958593ffa9b6c.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/8617229316d1fae07.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/7771576361f623bd.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/116451911741db1700.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/64829204521c00a43.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/143229921301a4fd86.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/9160721416189f0c8.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/90038917113819153.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/141661624373668495.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/666675038255e2520.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/181183094605431863.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/129560387465280ba5.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/2079611042450cfee8.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/97312137439e3749e.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/70534127819c867e1.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/12215683504bc0086b.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/125693763440967e21.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/740710562728e1eab.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/525512537527311ee.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/1952993447046ab279.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/14367663757941282e.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/207419375359261b71.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/8319588730b1dbbfc.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/13481859456b02af3e.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/56417877763e372c6.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/108040584943c86609.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/139810013523ad594c.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/8818730631883cf02.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/4691130344a7b6f8c.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/13473482783f51e542.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/1079568182714985cc.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/16266669823412657.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/3535603745f00bf0a.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/43044679410f85f95.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/8578027870dd52d7.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/190224159050c2461a.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/187649863430a7395d.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/610275535629ed9e7.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/12061857774283cd2a.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/17224128492268c06d.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/938405681173f3623.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>
	</item>
		<item>
		<title>Israel 2011&#8211;Day 8-Temple Mount, Lazarus&#8217; Tomb &amp; Camel Rides</title>
		<link>http://aurir.wordpress.com/2011/06/06/israel-2011day-8-temple-mount-lazarus-tomb-camel-rides/</link>
		<comments>http://aurir.wordpress.com/2011/06/06/israel-2011day-8-temple-mount-lazarus-tomb-camel-rides/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 19:28:50 +0000</pubDate>
		<dc:creator>Auri</dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[Auri Rahimzadeh]]></category>
		<category><![CDATA[camel]]></category>
		<category><![CDATA[Day 8]]></category>
		<category><![CDATA[Israel]]></category>
		<category><![CDATA[Lazarus]]></category>
		<category><![CDATA[mosque]]></category>
		<category><![CDATA[saffron]]></category>
		<category><![CDATA[temple]]></category>
		<category><![CDATA[Temple Mount]]></category>

		<guid isPermaLink="false">https://aurir.wordpress.com/2011/06/06/israel-2011day-8-temple-mount-lazarus-tomb-camel-rides/</guid>
		<description><![CDATA[Temple Mount VIEW SLIDE SHOW DOWNLOAD ALL Lazarus&#8217; Tomb &#38; Camel Ride VIEW SLIDE SHOW DOWNLOAD ALL &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aurir.wordpress.com&amp;blog=16843131&amp;post=1562&amp;subd=aurir&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:6fc10b86-19e5-45b1-a1ef-f49317425dde" 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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5639&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/637682090246c3523.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=browse&amp;resid=F5CF78DEA3328162!5638&amp;type=5&amp;authkey=Q8GF5K0O9kg%24&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;">Temple Mount</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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5638&amp;type=5&amp;authkey=Q8GF5K0O9kg%24&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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=downloadphotos&amp;resid=F5CF78DEA3328162!5638&amp;type=5&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5640&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/6397137065b0a0634.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5641&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/65013393021f32932.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5642&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/63591261853eac9bc.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5643&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/6295556261ad3ecba.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5644&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/6315872424ccb8d44.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5645&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/64200746641a202fa.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5646&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/626737578088b25f8.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5647&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/6203805863a82c682.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5648&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/644039053016be980.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5649&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/63768206148550c7d.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5650&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/6397136777a4cad07.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5651&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/6501339014135d005.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5652&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/635912589081ef303.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5653&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/6295555973a16938d.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5654&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/63158721300ffb68b.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5655&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/64200743732f75715.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5656&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/62673754979e07a12.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5657&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/62038055740c99d10.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5658&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/64403902072c13d9a.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5659&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/63768202839aa6098.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5660&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/63971364400938396.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5661&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/650133868328b2420.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5662&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/6359125567974471d.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5663&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/6295555642b6be7a8.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5664&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/63158718072550aa5.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5665&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/642007404672b805b.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5666&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/6267375166b35ce2d.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5667&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/620380524321ef12b.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5668&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/2541145126f566e1.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5669&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/317684432affb4b3.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5670&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/2973682771e8d7b0.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5671&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/1931660366bf4d66.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5672&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/335379156ac99b38.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5673&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/398949075fa010ee.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5674&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/37863291268933ec.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5675&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/274430675880d476.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5676&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/427129551f69f774.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5677&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/49069947516197fe.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5678&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/359470131184abafc.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5679&amp;parid=F5CF78DEA3328162!5638&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=Q8GF5K0O9kg%24" 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://aurir.files.wordpress.com/2011/06/254114844a425b86.png?w=76&#038;h=76" /></a></td>
</tr>
</table>
</div>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:66721397-FF69-4ca6-AEC4-17E6B3208830:911fe209-914f-479d-81e0-62a128f98609" 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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5805&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/10558894977e818095.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=browse&amp;resid=F5CF78DEA3328162!5804&amp;type=5&amp;authkey=WBRWl2*nHes%24&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;">Lazarus&rsquo; Tomb &amp; Camel Ride</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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5804&amp;type=5&amp;authkey=WBRWl2*nHes%24&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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=downloadphotos&amp;resid=F5CF78DEA3328162!5804&amp;type=5&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5806&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/105588952816d49ab1.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5807&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/10558894231adee883.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5808&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/105588945461c80b80.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5809&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/153717319428b12e7e.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5810&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/15371732916f9a517b.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5811&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/153717326036837479.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5812&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/15371733653a8dc24b.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5813&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/15371733340176e549.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5814&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/153717341548600846.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5815&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/15371733840f492b44.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5816&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/15371734892844fb89.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5817&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/15371734586f2e1e86.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5818&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/167106327336174184.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5819&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/16710632423a218f56.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5820&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/1671063339010ab254.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5821&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/16710633081a068299.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5822&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/167106341360efa596.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5823&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/167106338227d8c894.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5824&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/16710634636ec1eb91.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5825&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/167106343235ab0e8f.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5826&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/167106353739b55c61.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5827&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/1725339927009e7f5f.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5828&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/17253398614787a25c.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5829&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/1725339892608372a1.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5830&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/1725339787276c959f.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5831&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/17253398186e55b89c.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5832&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/1725339737353edb9a.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5833&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/17253396633949296c.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://cid-f5cf78dea3328162.skydrive.live.com/redir.aspx?page=play&amp;resid=F5CF78DEA3328162!5834&amp;parid=F5CF78DEA3328162!5804&amp;type=1&amp;Bsrc=Photomail&amp;Bpub=SDX.Photos&amp;authkey=WBRWl2*nHes%24" 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://aurir.files.wordpress.com/2011/06/15914498792e1f9f22.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;'>&nbsp;</td>
</tr>
</table>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aurir.wordpress.com/1562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aurir.wordpress.com/1562/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aurir.wordpress.com/1562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aurir.wordpress.com/1562/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aurir.wordpress.com/1562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aurir.wordpress.com/1562/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aurir.wordpress.com/1562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aurir.wordpress.com/1562/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aurir.wordpress.com/1562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aurir.wordpress.com/1562/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aurir.wordpress.com/1562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aurir.wordpress.com/1562/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aurir.wordpress.com/1562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aurir.wordpress.com/1562/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aurir.wordpress.com&amp;blog=16843131&amp;post=1562&amp;subd=aurir&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aurir.wordpress.com/2011/06/06/israel-2011day-8-temple-mount-lazarus-tomb-camel-rides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6feb62fb3a56c53644d89824cb4518c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aurir</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/637682090246c3523.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/6397137065b0a0634.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/65013393021f32932.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/63591261853eac9bc.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/6295556261ad3ecba.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/6315872424ccb8d44.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/64200746641a202fa.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/626737578088b25f8.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/6203805863a82c682.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/644039053016be980.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/63768206148550c7d.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/6397136777a4cad07.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/6501339014135d005.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/635912589081ef303.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/6295555973a16938d.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/63158721300ffb68b.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/64200743732f75715.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/62673754979e07a12.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/62038055740c99d10.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/64403902072c13d9a.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/63768202839aa6098.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/63971364400938396.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/650133868328b2420.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/6359125567974471d.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/6295555642b6be7a8.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/63158718072550aa5.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/642007404672b805b.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/6267375166b35ce2d.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/620380524321ef12b.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/2541145126f566e1.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/317684432affb4b3.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/2973682771e8d7b0.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/1931660366bf4d66.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/335379156ac99b38.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/398949075fa010ee.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/37863291268933ec.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/274430675880d476.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/427129551f69f774.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/49069947516197fe.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/359470131184abafc.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/254114844a425b86.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/10558894977e818095.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/105588952816d49ab1.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/10558894231adee883.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/105588945461c80b80.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/153717319428b12e7e.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/15371732916f9a517b.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/153717326036837479.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/15371733653a8dc24b.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/15371733340176e549.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/153717341548600846.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/15371733840f492b44.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/15371734892844fb89.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/15371734586f2e1e86.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/167106327336174184.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/16710632423a218f56.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/1671063339010ab254.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/16710633081a068299.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/167106341360efa596.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/167106338227d8c894.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/16710634636ec1eb91.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/167106343235ab0e8f.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/167106353739b55c61.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/1725339927009e7f5f.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/17253398614787a25c.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/1725339892608372a1.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/1725339787276c959f.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/17253398186e55b89c.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/1725339737353edb9a.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/17253396633949296c.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>

		<media:content url="http://aurir.files.wordpress.com/2011/06/15914498792e1f9f22.png" medium="image">
			<media:title type="html">View album</media:title>
		</media:content>
	</item>
	</channel>
</rss>
