<?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"
	>

<channel>
	<title>guylichtman.com</title>
	<atom:link href="http://guylichtman.com/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://guylichtman.com/wordpress</link>
	<description>What's on my mind?</description>
	<pubDate>Fri, 14 Nov 2008 13:45:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Downloading Oracle Applications 11i</title>
		<link>http://guylichtman.com/wordpress/2008/11/14/downloading-oracle-applications-11i/</link>
		<comments>http://guylichtman.com/wordpress/2008/11/14/downloading-oracle-applications-11i/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 13:45:21 +0000</pubDate>
		<dc:creator>Guy Lichtman</dc:creator>
		
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://guylichtman.com/wordpress/?p=21</guid>
		<description><![CDATA[Until recently it was possible to download the Oracle E-Business Suite 11i (aka: Applications 11i) from Oracle Edelivery . I recently noticed that when searching for the E-Business Suite at Edelivery it doesn&#8217;t return results for the 11i release. Currently the search results return only the 12.0.4 release. It turns out that it is still [...]]]></description>
			<content:encoded><![CDATA[<p>Until recently it was possible to download the Oracle E-Business Suite 11i (aka: Applications 11i) from <a href="http://edelivery.oracle.com" target='_blank'>Oracle Edelivery</a> . I recently noticed that when searching for the E-Business Suite at Edelivery it doesn&#8217;t return results for the 11i release. Currently the search results return only the 12.0.4 release. It turns out that it is still possible to download 11i from Edelivery, even though the search results don&#8217;t return this release. I had the direct links bookmarked and it looks like they still work. If you need to download Application 11i then it seems that it is still possible by using a direct link and avoiding the search results. Don&#8217;t know until when the links will work, but as of this posting the links work fine for me.</p>
<p>For Oracle Applications 11i on Linux use the following: <a href="http://edelivery.oracle.com/EPD/Download/get_form?egroup_aru_number=7715878" target='_blank'>link</a>.</p>
<p>For Oracle Applications 11i on Windows use the following: <a href="http://edelivery.oracle.com/EPD/Download/get_form?egroup_aru_number=7715892" target='_blank'>link</a>.</p>
<p>To use the above links you will first need to login to: <a href="http://edelivery.oracle.com" target='_blank'>Oracle Edelivery</a>. After login you should be able to use the direct links.</p>
]]></content:encoded>
			<wfw:commentRss>http://guylichtman.com/wordpress/2008/11/14/downloading-oracle-applications-11i/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Database Systems O6</title>
		<link>http://guylichtman.com/wordpress/2008/08/09/database-systems-o6/</link>
		<comments>http://guylichtman.com/wordpress/2008/08/09/database-systems-o6/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 13:35:05 +0000</pubDate>
		<dc:creator>Guy Lichtman</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://guylichtman.com/wordpress/?p=19</guid>
		<description><![CDATA[I was going over some of the stats of my blog and I noticed I was getting referrals from the NYU Database Systems 06 course page. I was the Teaching Assistant for this course, while I was at NYU. The course page still has a link to a page I put up as part of [...]]]></description>
			<content:encoded><![CDATA[<p>I was going over some of the stats of my blog and I noticed I was getting referrals from the NYU Database Systems 06 course <a href="http://www.cs.nyu.edu/courses/spring06/G22.2433-001/">page</a>. I was the Teaching Assistant for this course, while I was at NYU. The course page still has a link to a page I put up as part of my TA. All traffic to my NYU homepage today is redirected to this blog, thus I noticed referrals from the course page. Anyway, I had a backup of the course material, which I setup at the time, and I decided to put it up, just in case some one is still looking for it. The TA course material can be accessed at: <a href="http://guylichtman.com/db-spring06/db-systems.html">http://guylichtman.com/db-spring06/db-systems.html</a>.     I think it may have some valuable info, such as info on the homework assignments and their solutions.</p>
]]></content:encoded>
			<wfw:commentRss>http://guylichtman.com/wordpress/2008/08/09/database-systems-o6/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP Virtual Shell</title>
		<link>http://guylichtman.com/wordpress/2008/05/26/php-virtual-shell/</link>
		<comments>http://guylichtman.com/wordpress/2008/05/26/php-virtual-shell/#comments</comments>
		<pubDate>Mon, 26 May 2008 19:07:23 +0000</pubDate>
		<dc:creator>Guy Lichtman</dc:creator>
		
		<category><![CDATA[php]]></category>

		<category><![CDATA[utilities]]></category>

		<guid isPermaLink="false">http://guylichtman.com/wordpress/?p=17</guid>
		<description><![CDATA[Well its been a while since I&#8217;ve posted something with a technical nature. So, I decided to write about this small php script I&#8217;ve been using to get around hosting limitation regarding ssh access. As I&#8217;ve encountered some popular shared hosting providers (such as godaddy) do not provide ssh access. I am not sure why [...]]]></description>
			<content:encoded><![CDATA[<p>Well its been a while since I&#8217;ve posted something with a technical nature. So, I decided to write about this small php script I&#8217;ve been using to get around hosting limitation regarding ssh access. As I&#8217;ve encountered some popular shared hosting providers (such as godaddy) do not provide ssh access. I am not sure why this practice is so common. I am assuming it is more of a support issue than security, as it is possible to execute system commands via php.</p>
<p>This leads me to introduce my php virtual shell. It is basically a simple php script which receives input from the user and executes the command and displays the result. The added bonus is that this script also keeps a history of the commands and supports <strong>automatic history completion</strong>. I love the history and simple command search of modern shells, so I decided to add this to my virtual shell. </p>
<p>I used a javascript auto complete control which I found <a href="http://www.codeproject.com/KB/scripting/jsactb.aspx" target="_blank">here</a> . The script basically stores a history of the  commands in a file: .vshellhist, and every time the script is executed this file is used to build a javascript array containing all previous commands. From there on, the auto complete control goes into affect. For more details simply look at the code. It is pretty straight forward.  </p>
<p>The php code and relevant javascript files can be dowloaded here:  <a href='http://guylichtman.com/wordpress/wp-content/uploads/2008/05/php-vshell.zip'>php-vshell.zip</a>. To use this script first change the password in the script file. I put the password just for general protection against misuse. I recommend to also change the script file name. Note that the password is kept on file in the clear. For better protection, I would use a form of password authentication which at least keeps the password encrypted on disk. Probably easiest is to use Apache&#8217;s authentication mechanism through the use of a .htaccess file. Once the password is set simply upload the php and javascript files (all to the same directory) and start testing out your new shell.</p>
]]></content:encoded>
			<wfw:commentRss>http://guylichtman.com/wordpress/2008/05/26/php-virtual-shell/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tali and Eyal Wedding</title>
		<link>http://guylichtman.com/wordpress/2008/04/20/tali-and-eyal-wedding/</link>
		<comments>http://guylichtman.com/wordpress/2008/04/20/tali-and-eyal-wedding/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 19:14:18 +0000</pubDate>
		<dc:creator>Guy Lichtman</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Wedding]]></category>

		<guid isPermaLink="false">http://guylichtman.com/wordpress/2008/04/20/tali-and-eyal-wedding/</guid>
		<description><![CDATA[Such a wonderful wedding. Wedding was at Food Art and I have to say that the food was amazing. I was eating stuff (or should I say food) I didn&#8217;t know existed. Wedding was on Feb 19th, 2008 (sorry for taking so long to post these great pics and videos). 
 As a start the [...]]]></description>
			<content:encoded><![CDATA[<p>Such a wonderful wedding. Wedding was at Food Art and I have to say that the food was amazing. I was eating stuff (or should I say food) I didn&#8217;t know existed. Wedding was on Feb 19th, 2008 (sorry for taking so long to post these great pics and videos). </p>
<p> As a start the following video is a special video Michal, Matar and myself prepared especially for the wedding. The video was screened during the wedding for all guests to see. The main concept of the video was divided to two: The first half is built of interviews of Tali and Eyal describing how they met and how the wedding proposal was done. Eyal&#8217;s interview was used for Tali&#8217;s bachelorette party and Tali&#8217;s interview is actually from the bachelorette party. Second part contains friends and family providing tips for life and wishing the best. By the way the start of the video with the T-Shirt is also from Tali&#8217;s bachelorette party and the guy filming is the chef (they had a private chef come over to prepare dinner, but I guess this is a total different story). </p>
<div id="vvq49391bbf65554" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=6877347960366763506">http://video.google.com/videoplay?docid=6877347960366763506</a></p>
</div>
<p> Videos of the Chupa: </p>
<div id="vvq49391bbf6a365" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=985116004721499226">http://video.google.com/videoplay?docid=985116004721499226</a></p>
</div>
<p> <span id="more-16"></span> </p>
<div id="vvq49391bbf6f186" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=-8924951602577514850">http://video.google.com/videoplay?docid=-8924951602577514850</a></p>
</div>
<div id="vvq49391bbf73fa9" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=3322498276418021929">http://video.google.com/videoplay?docid=3322498276418021929</a></p>
</div>
<div id="vvq49391bbf78dc8" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=-6487828368461319814">http://video.google.com/videoplay?docid=-6487828368461319814</a></p>
</div>
<div id="vvq49391bbf7dbea" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=-2771091888330968380">http://video.google.com/videoplay?docid=-2771091888330968380</a></p>
</div>
<div id="vvq49391bbf82a17" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=4495327132679179983">http://video.google.com/videoplay?docid=4495327132679179983</a></p>
</div>
<p> The breaking of the glass: </p>
<div id="vvq49391bbf8782e" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=3581743747379741436">http://video.google.com/videoplay?docid=3581743747379741436</a></p>
</div>
<p> Some dancing videos: </p>
<div id="vvq49391bbf8c64c" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=-1854589911937142050">http://video.google.com/videoplay?docid=-1854589911937142050</a></p>
</div>
<div id="vvq49391bbf9146f" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=1465859837736569619">http://video.google.com/videoplay?docid=1465859837736569619</a></p>
</div>
<div id="vvq49391bbf962a3" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=3052271826921794294">http://video.google.com/videoplay?docid=3052271826921794294</a></p>
</div>
<div id="vvq49391bbf9b0b6" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=-3689309419176346144">http://video.google.com/videoplay?docid=-3689309419176346144</a></p>
</div>
<div id="vvq49391bbf9fee0" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=-979412115060193303">http://video.google.com/videoplay?docid=-979412115060193303</a></p>
</div>
<p> Some of the great pics I took from the wedding. Zip file with pics in full resolution can be downloaded <a href="/wordpress/wp-content/uploads/tali-eyal-wedding-full-feb-08.zip">here</a>. </p>
<div class="gallery">                                 <a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3507 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/223afa3569fd9ce20cd6fe221ab0a31f.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3508 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/12c3183458ed1456721fc11e9034a63d.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3509 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/a5ab2a07a1e38da0e7e50fbafce7e3b5.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3510 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/207aa8e2baa93f73f0b5be8f91c51abf.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3511 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/ee03ffd03599cb2b958e464a21afa8a9.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3512 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/27e4554d98425d8b8829b2d33090525e.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3514 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/207f81607a5b07ba4c2e05bb121926ea.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3515 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/959972d285f2105784f05f7723624d91.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3516 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/2a7f0f3d174c3b365744e252e2f79691.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3517 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/9c60ef9a9b87f0c3926274815099a7b6.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3519 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/a2ed7f3747012cdc3adecd1ae9ff5141.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3520 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/7da019f4da84d0d612b08dd4e9989851.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3523 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/19e7f29738132a524922212642c11b66.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3524 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/21d25f5167558900b52ae2fecddf6a00.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3525 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/499d4bf0862a5a75b831a33c695c4d57.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3526 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/dd95afbfb162a0a60f58486b3947c09f.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3534 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/ae7130c7d1d375987f818a0cd1a6449b.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3535 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/479fedaddac2ec7d3a21b05324d60993.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3537 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/0706737a2a625b1d4803689d91601d64.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3539 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/781db08e6826f58d0d57e888dac7b83e.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3540 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/96a5868272b97f34e64d1eb9ff637b55.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3541 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/ce9247de08f398642b0c64996a133309.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3542 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/8ce342be4c9d2d7d3347f093c279c233.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3543 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/deba98c0a550ba6489b1318287a79723.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3544 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/4670bc80fc7dc81f0061018910d46ab5.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3545 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/40d2b3776b0d145e0ae3800786504cf3.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3546 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/16e47cc6f67d92646553e371b29bd5a8.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3547 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/2044a9c3d29d1b0a8299ef328af5b2bd.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3559 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/e4a8e8b27f9cafd69c26ed917ec63a73.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3560 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/0d7fecf6fb4b3b5940818c83747fc300.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3561 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/8b225541899a9d59a29bf47cf5fdd2ce.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/tali-eyal-wedding-feb-08/IMGP3562 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/0e7e18d75f118c51da7d1bc90c84513d.JPG" alt="" title="" rel="lightbox[set]" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://guylichtman.com/wordpress/2008/04/20/tali-and-eyal-wedding/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Amit - First blog post</title>
		<link>http://guylichtman.com/wordpress/2008/04/13/amit-first-blog-post/</link>
		<comments>http://guylichtman.com/wordpress/2008/04/13/amit-first-blog-post/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 22:26:23 +0000</pubDate>
		<dc:creator>Guy Lichtman</dc:creator>
		
		<category><![CDATA[Amit]]></category>

		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://guylichtman.com/wordpress/2008/04/13/amit-first-blog-post/</guid>
		<description><![CDATA[This is the first blog post dedicated to Amit Lichtman, our new baby son. I know that there have been quite a few people waiting for me to put up some pics and videos of Amit, so finally it is here. I put together a few short videos of Amit and some pictures from the [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first blog post dedicated to Amit Lichtman, our new baby son. I know that there have been quite a few people waiting for me to put up some pics and videos of Amit, so finally it is here. I put together a few short videos of Amit and some pictures from the last months. This blog post is a great start and you can expect plenty more of these posts in the future. </p>
<p> Video taken by Michal (while I am on the phone with her). Amit is sitting in what we call the &#8220;Pilot Seat&#8221;. He loves this seat. In this video he is exactly one month old. </p>
<div id="vvq49391bbfbac85" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=-2268834867156880005">http://video.google.com/videoplay?docid=-2268834867156880005</a></p>
</div>
<p> <span id="more-15"></span><br />
 Amit taking a bath. Taken at the age of 2 months old. In the video he is a little cranky, which really doesn&#8217;t represent the usual. </p>
<div id="vvq49391bbfbfb4c" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=-1735285621774990574">http://video.google.com/videoplay?docid=-1735285621774990574</a></p>
</div>
<p> Some pics of Amit. Including some pics from the massaging course Michal took with Amit. </p>
<div class="gallery">                                    <a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3563 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/2de70ee75bb037699f92f836f2df1823.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3564 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/9fe50bc8a20ea094e2652f53da1063e5.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3565 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/9efef12069a0437d937e2162e862c7c7.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3566 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/e7056462f93bbccc1ddcc729bfbbc0e0.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3572 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/390a8b73aef4c806c46d5030cffeac0f.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3586 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/1b4ea85385fd135d53e2132860cb0d0a.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3587 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/b281ccf15814ed124571e7e46c5654f7.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3588 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/027aad64a791ad6bfb59c545c941319a.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3589 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/e0183f78181a060b8bcc398dee0ea500.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3591 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/52ba3860be9c31468fad290b88c9a776.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3593 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/96a4157c9361a797f737489ef3d1455a.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3596 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/6552cd81e5aeecf751032b6f0af4def2.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3597 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/29c76da73159c2c4cdddd74d22f06c7b.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3601 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/9ffb2684b24e9b0f8a9cda9d8fe05341.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3602 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/1db93f770f4ebecaaac261c2bd4b2b02.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3603 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/2a184f12595c07211850abb620110dad.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3604 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/f6f4a2bfb5450d6b7ea9949c76e83a2f.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3606 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/4d2504f789a5e795d04bbe10cf10891c.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3607 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/8e34e535c146a5400e68e18be5b40623.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3608 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/9179554ad7aafb87e7b47819c35b424d.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3610 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/0b4ddc140d897c51424832173efe4e7d.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3611 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/38570820182e80bbf536b1998b4aee63.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3612 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/5b09a8d723c61d60982b26be78ee249f.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3613 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/2d7f5fe8df4a416b0a94c75c6f7a7eaa.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3614 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/2fcc690d2896be318a477aa66fb61ec2.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3620 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/4de37e922424c054ef4702eeca0ccd8d.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3622 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/32b28b6980327cef9f342e5e8a33a232.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3624 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/05b7e2db4f87150d3215e511698202bf.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3632 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/23a6560d4a780ff48d008ba7558a6700.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3638 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/0f66c14e1e05c24450d8d2bb36604425.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3639 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/cae68e9f76e6ac0dbac35c69722feeab.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3640 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/5938e2ca1e336ec9c1433a23b1b6f8db.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3641 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/bd5d55b256282f63655b6a589cc377eb.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3642 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/af2de9cf8861a9799bf98f86e6d3f8a8.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/amit-april-08/IMGP3643 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/ab5cdaabb48e193742d11cf338f7d219.JPG" alt="" title="" rel="lightbox[set]" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://guylichtman.com/wordpress/2008/04/13/amit-first-blog-post/feed/</wfw:commentRss>
		</item>
		<item>
		<title>St Anton Ski Vacation 08</title>
		<link>http://guylichtman.com/wordpress/2008/03/30/st-anton-ski-vacation-08/</link>
		<comments>http://guylichtman.com/wordpress/2008/03/30/st-anton-ski-vacation-08/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 19:29:33 +0000</pubDate>
		<dc:creator>Guy Lichtman</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Ski]]></category>

		<category><![CDATA[Vacation]]></category>

		<guid isPermaLink="false">http://guylichtman.com/wordpress/2008/03/30/st-anton-ski-vacation-08/</guid>
		<description><![CDATA[Well, we finally managed to squeeze in our yearly ski vacation. It was planned kind of last minute, but still it was amazing. Went to St Anton in Austria and it was simply great. This is our second time skiing in St Anton and the conditions never disappointed us so far. We were there from [...]]]></description>
			<content:encoded><![CDATA[<p>Well, we finally managed to squeeze in our yearly ski vacation. It was planned kind of last minute, but still it was amazing. Went to St Anton in Austria and it was simply great. This is our second time skiing in St Anton and the conditions never disappointed us so far. We were there from March 22nd to the 26th. Snow conditions were amazing. As I understood, even though it was end of season they had better conditions as were available in February. We went with Noam, which was great fun. Slept at a cool ski in/ski out hotel named <a href="http://www.kaminstube.com/">Kaminstube</a>. Anyway, I think the pictures and videos pretty much speak for themselves. </p>
<p> Video of Noam and Michal opening a bottle of champagne (check out the nice view): </p>
<div id="vvq49391bbfe92cc" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=-1221527936321306471">http://video.google.com/videoplay?docid=-1221527936321306471</a></p>
</div>
<p> <span id="more-14"></span> </p>
<p> Some ski/snowboard videos: </p>
<div id="vvq49391bbfee0e9" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=-1523460497257419232">http://video.google.com/videoplay?docid=-1523460497257419232</a></p>
</div>
<div id="vvq49391bbff2f07" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=-1992339997990213527">http://video.google.com/videoplay?docid=-1992339997990213527</a></p>
</div>
<div id="vvq49391bc003aea" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=-1438324230564725897">http://video.google.com/videoplay?docid=-1438324230564725897</a></p>
</div>
<p> This one was on the last day of ski when the conditions were ruff and Noam was pretty tired: </p>
<div id="vvq49391bc00890c" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=6511670814178255306">http://video.google.com/videoplay?docid=6511670814178255306</a></p>
</div>
<p> Video on the way back from St Anton to Munich. It was snowing the whole way along the way. The amount of snow was crazy and at some point we were starting to wonder if we will make our flight or not. At the end we got to the flight fine, but at the time this video was taken we weren&#8217;t so sure: </p>
<div id="vvq49391bc00d72c" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=-8371805769762635864">http://video.google.com/videoplay?docid=-8371805769762635864</a></p>
</div>
<p> Some of the excellent pics from this wonderful vacation. Zip file with all pictures in full resolution can be downloaded from <a href="/wordpress/wp-content/uploads/ski-st-anton-full-mar-08.zip">here</a>. </p>
<div class="gallery">                  <a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/ski-st-anton-mar-08/IMGP3644 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/afa4cc9135723be44a8a854636167932.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/ski-st-anton-mar-08/IMGP3645 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/480b7eccd6b7c458d42547fb8d966b3d.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/ski-st-anton-mar-08/IMGP3646 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/26aa31683ddc6cee6de7d9a4a95884ca.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/ski-st-anton-mar-08/IMGP3650 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/24b20099dabf0e19fa57b38e410a231f.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/ski-st-anton-mar-08/IMGP3652 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/f1032227abbb4009432d9286e00ca692.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/ski-st-anton-mar-08/IMGP3653 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/23be74725edf48977f4b7f6355cf89a6.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/ski-st-anton-mar-08/IMGP3654 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/d6968af1c93df5a4d38e4e9981c947aa.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/ski-st-anton-mar-08/IMGP3655 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/abeaf81f34a4b667cf5f2745495e6738.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/ski-st-anton-mar-08/IMGP3656 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/8075943f012aa6953447a49c5ec5f825.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/ski-st-anton-mar-08/IMGP3659 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/679ddefff52b60553abb7fe325d7b395.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/ski-st-anton-mar-08/IMGP3660 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/6a4a521b19ba54f3027988908002e675.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/ski-st-anton-mar-08/IMGP3661 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/bc7533e2e3d8ae22fdc55411fa98d0db.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/ski-st-anton-mar-08/IMGP3663 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/d16ae00f53484a8c99f99f4bddf071de.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/ski-st-anton-mar-08/IMGP3664 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/f37dfec7fedf93f4311401d8db90243c.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/ski-st-anton-mar-08/IMGP3665 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/3a40d4d0c3598b01ecab7703edc65653.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/ski-st-anton-mar-08/IMGP3670 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/034dc7403b9388814e7922c6196ca484.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/ski-st-anton-mar-08/IMGP3671 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/b1cd13add90fe60a6505791002ab2518.JPG" alt="" title="" rel="lightbox[set]" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://guylichtman.com/wordpress/2008/03/30/st-anton-ski-vacation-08/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Technorati</title>
		<link>http://guylichtman.com/wordpress/2008/03/15/technorati/</link>
		<comments>http://guylichtman.com/wordpress/2008/03/15/technorati/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 20:10:00 +0000</pubDate>
		<dc:creator>Guy Lichtman</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://guylichtman.com/wordpress/2008/03/15/technorati/</guid>
		<description><![CDATA[After some time I&#8217;ve been browsing blogs through Technorati, I finally decided it&#8217;s time for me to open a profile and &#8220;claim my blog&#8221;. So here is the link to my: Technorati Profile.
]]></description>
			<content:encoded><![CDATA[<p>After some time I&#8217;ve been browsing blogs through Technorati, I finally decided it&#8217;s time for me to open a profile and &#8220;claim my blog&#8221;. So here is the link to my: <a href="http://technorati.com/claim/sfsz8kx4d" rel="me">Technorati Profile</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://guylichtman.com/wordpress/2008/03/15/technorati/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Skype recruiting in Israel</title>
		<link>http://guylichtman.com/wordpress/2007/12/20/skype-recruiting-in-israel/</link>
		<comments>http://guylichtman.com/wordpress/2007/12/20/skype-recruiting-in-israel/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 22:18:32 +0000</pubDate>
		<dc:creator>Guy Lichtman</dc:creator>
		
		<category><![CDATA[Israel]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://guylichtman.com/wordpress/2007/12/20/skype-recruiting-in-israel/</guid>
		<description><![CDATA[Saw an interesting advertisement over the weekend. Turns out that Skype is recruiting developers in Israel. The interesting part about this is that they are recruiting developers for relocation and not to work in Israel. And even more interesting is the target destination for relocation: Estonia or Czech Republic. The ad I saw was published [...]]]></description>
			<content:encoded><![CDATA[<p>Saw an interesting advertisement over the weekend. Turns out that Skype is recruiting developers in Israel. The interesting part about this is that they are recruiting developers for relocation and <strong>not</strong> to work in Israel. And even more interesting is the target destination for relocation: Estonia or Czech Republic. The ad I saw was published in Yediot Ahronot, the largest newspaper in Israel, and it took up a whole page on the back of the jobs section. From the size and location of the ad, I figure that they are very serious about recruitment in Israel. What I find interesting about all this is that Skype finds it attractive to recruit from Israel for Eastern Europe. Lately, there has been a lot of talk how Israeli companies are migrating parts of their R&#038;D centers out of Israel to reduce development costs, with one of the popular destinations being Eastern Europe. And now I see, that Skype still finds Israeli developers an attractive recruitment target. Gives you something to think about. By the way, from searching the web I couldn&#8217;t find any references on Skype&#8217;s site or an official job site that Skype are recruiting from Israel for relocation. I did find one additional blog post about this <a href="http://english.webster.co.il/Israeli_VC_on_Sand_Hill_road/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://guylichtman.com/wordpress/2007/12/20/skype-recruiting-in-israel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lisa and Yaron Wedding</title>
		<link>http://guylichtman.com/wordpress/2007/10/10/lisa-and-yaron-wedding/</link>
		<comments>http://guylichtman.com/wordpress/2007/10/10/lisa-and-yaron-wedding/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 23:08:09 +0000</pubDate>
		<dc:creator>Guy Lichtman</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Wedding]]></category>

		<guid isPermaLink="false">http://guylichtman.com/wordpress/2007/10/10/lisa-and-yaron-wedding/</guid>
		<description><![CDATA[Amazing wedding. What else could you expect from such a wonderful couple. I think the videos and pics speak for themselves. 
 Definitely, the highlight of the wedding was the ceremony itself. The entrance song from &#8220;The Fools of Prophecy&#8221; was just great. In the video below I managed to catch some of the excitement. [...]]]></description>
			<content:encoded><![CDATA[<p>Amazing wedding. What else could you expect from such a wonderful couple. I think the videos and pics speak for themselves. </p>
<p> Definitely, the highlight of the wedding was the ceremony itself. The entrance song from &#8220;The Fools of Prophecy&#8221; was just great. In the video below I managed to catch some of the excitement. </p>
<div id="vvq49391bc059235" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=-2623295987091154179">http://video.google.com/videoplay?docid=-2623295987091154179</a></p>
</div>
<p> The breaking of the glass and the end of the ceremony. </p>
<div id="vvq49391bc05e05d" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=5564192601845525435">http://video.google.com/videoplay?docid=5564192601845525435</a></p>
</div>
<p> <span id="more-11"></span> </p>
<p> Just before the start of the ceremony. I am providing for Michal some commentary&#8230; </p>
<div id="vvq49391bc064250" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=7644585660543463040">http://video.google.com/videoplay?docid=7644585660543463040</a></p>
</div>
<p> The Rabbi blessing&#8230; </p>
<div id="vvq49391bc067cc0" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=6611279448317948128">http://video.google.com/videoplay?docid=6611279448317948128</a></p>
</div>
<p> Just after the breaking of the glass. </p>
<div id="vvq49391bc06cab3" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=5591633866577317982">http://video.google.com/videoplay?docid=5591633866577317982</a></p>
</div>
<p> Dancing&#8230;.. </p>
<div id="vvq49391bc071a95" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=-8032416976147304767">http://video.google.com/videoplay?docid=-8032416976147304767</a></p>
</div>
<div id="vvq49391bc0767c0" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=-2194533005460234224">http://video.google.com/videoplay?docid=-2194533005460234224</a></p>
</div>
<p> And more dancing&#8230;. </p>
<div id="vvq49391bc07b528" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=-4634287831422550045">http://video.google.com/videoplay?docid=-4634287831422550045</a></p>
</div>
<div id="vvq49391bc08034e" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=3244526943042461186">http://video.google.com/videoplay?docid=3244526943042461186</a></p>
</div>
<div id="vvq49391bc08515d" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=1679125746719678545">http://video.google.com/videoplay?docid=1679125746719678545</a></p>
</div>
<p> My favorite video from the wedding (saving the best for last): </p>
<div id="vvq49391bc089f83" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=1665401574419102766">http://video.google.com/videoplay?docid=1665401574419102766</a></p>
</div>
<p> Some of the great pics from the wedding. Zip file with full quality pictures is availabe <a href="/wordpress/wp-content/uploads/lisa-yaron-wedding-sep-2007.zip">here</a>. </p>
<div class="gallery">                                     <a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3254 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/3fdd5ca7875cd891dc8b1635e221c46d.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3255 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/851bd22e526394f8cc1dbcaa441f40ce.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3262 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/2c3e80d7d3c76d25446821592bee6437.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3263 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/449214baa1e46e81b1c22a9c3b77b105.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3264 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/613b40e5ea8cd42bef21c70204fdc3aa.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3265 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/48895ea17aa361a4cddffe69280aff85.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3266 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/4b7a7a0465ac7733a63c851324b0b3ff.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3267 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/c9b4b37bb10376e9b19d98129bdf7c12.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3268 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/0124fe4bbb5f8afe6668d2a896738a5e.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3269 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/fc267a98e742fcb373cafefc78f6ee17.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3270 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/ce26d85bf02715225b59cb67ac17488d.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3272 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/64092021afa2b130cedc4712add59cc9.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3274 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/f602707504fc3c11d5c0b8ce764c7737.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3275 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/e55662c9675ab948b1318a3196c2b08d.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3276 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/9094ce8ae161efb0d03570fc209130ad.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3279 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/0ea20b6571cef8cc47bd5f1994d295ac.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3281 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/db676ece39979ce5d2ec3cca84d9fdb5.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3282 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/f14e4558105c4f3d133ca385adb2c014.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3283 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/cb8b9b54b7d3676ce45b9e3b3cab3922.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3284 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/c46cfe9e9bf285380f44f8703564fad4.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3285 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/1e6ffff4604a02b342f196cbcd5ca8bc.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3286 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/23263f46a6881fdc916fb9d8bae71b0e.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3287 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/ca614e668c53b450e19d46296b85585d.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3288 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/dd2ef4e84c3eec5a6c6ac8a56b8d864a.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3289 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/682652c3f56480b63bae02e337350710.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3290 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/52afe7ff377726a22720f5a797c105e3.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3292 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/af4daa3048c05acde890bf86a9142045.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3299 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/6688f4e1604bc9ecb42cdf343d13966e.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3300 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/a534a21b9dfcc04f1325b93e10fa927b.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3301 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/7c7512a331f0176bc1d8ab4ab34a3b74.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3302 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/b67a94c07d5c947ec2b271e427871180.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3303 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/5b303e264b9cde3cdbf5a362bbad8f71.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3304 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/a40ad5a3de8d96ad9361577acd77e454.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3305 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/0ad0336d920f7e51f1dd9fd91e72d923.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3306 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/344d5af74a752aa5c049b3373ae05d26.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-wedding-sep-2007/IMGP3307 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/34973326783576118bdb51fd50f9e1dd.JPG" alt="" title="" rel="lightbox[set]" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://guylichtman.com/wordpress/2007/10/10/lisa-and-yaron-wedding/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lisa and Yaron Get Away Weekend</title>
		<link>http://guylichtman.com/wordpress/2007/09/26/lisa-and-yaron-get-away-weekend/</link>
		<comments>http://guylichtman.com/wordpress/2007/09/26/lisa-and-yaron-get-away-weekend/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 18:57:25 +0000</pubDate>
		<dc:creator>Guy Lichtman</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://guylichtman.com/wordpress/2007/09/26/lisa-and-yaron-get-away-weekend/</guid>
		<description><![CDATA[Lisa and Yaron were getting married and what could be better than organizing a pre-wedding &#8220;get away&#8221; weekend with all of their best friends. The turn out was amazing. Over 30 people arrived to the weekend full of good vibes and plenty of energy. The &#8220;get away&#8221; was a two day weekend during the Rosh [...]]]></description>
			<content:encoded><![CDATA[<p>Lisa and Yaron were getting married and what could be better than organizing a pre-wedding &#8220;get away&#8221; weekend with all of their best friends. The turn out was amazing. Over 30 people arrived to the weekend full of good vibes and plenty of energy. The &#8220;get away&#8221; was a two day weekend during the Rosh Hashana holiday (Sep 14-15, 2007). The plan was simple: meet up on Friday, 11:00am, at Rosh Pina for breakfast at a the beautiful restaurant, Shiri Fridman Bistro. Following breakfast we all went to the camping grounds on the banks of the Jordan river next to Gadots. Michal and I were very concerned that we wont find a place because of the busy weekend, so we left Tel Aviv early to catch a place. Leaving early to catch a place was a smart move, as it was kind of crowded. We managed to catch an amazing place after the second bridge (see the pictures and videos). The location was perfect. We were all alone and we had some trees for shade too. The water was excellent. The evening barbecue was just delicious, much thanks to Noam. And of course Tziv and Tami&#8217;s morning after breakfast was just in place. A big thanks to everyone that helped make this amazing weekend happen. </p>
<p> Video of Sharon in the stages of putting up the Tzilia (the shade thingy): </p>
<div id="vvq49391bc0bacda" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=-8444609162377827846">http://video.google.com/videoplay?docid=-8444609162377827846</a></p>
</div>
<p> Getting out of the river: </p>
<div id="vvq49391bc0bfaf0" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=-3995280950906933203">http://video.google.com/videoplay?docid=-3995280950906933203</a></p>
</div>
<p> <span id="more-8"></span> </p>
<p> Saturday breakfast part1: </p>
<div id="vvq49391bc0c4906" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=-8128779412397549875">http://video.google.com/videoplay?docid=-8128779412397549875</a></p>
</div>
<p> Saturday breakfast part2: </p>
<div id="vvq49391bc0c9724" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=-2619734623580238811">http://video.google.com/videoplay?docid=-2619734623580238811</a></p>
</div>
<p> Saturday breakfast part3: </p>
<div id="vvq49391bc0ce545" class="vvqbox vvqgooglevideo" style="width:400px;height:326px;">
<p><a href="http://video.google.com/videoplay?docid=9109648502775835815">http://video.google.com/videoplay?docid=9109648502775835815</a></p>
</div>
<p> Some of the great pics from the weekend. Zip file with full quality pictures is availabe <a href="/wordpress/wp-content/uploads/lisa-yaron-get-away-weekend-14-9-07.zip">here</a>. </p>
<div class="gallery">                                                            <a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3192 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/0f57f0b086935ab0ade8b833fc4330f5.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3193 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/21ab8a0f2d2a2a3eaa05ec9bdd26d532.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3194 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/36b8743395a73d06ea1ac85a4290a1b5.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3195 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/327656577d6ab2bbb4da4ff690413573.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3196 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/bad4fbcafd424be3566ace20b9054cf2.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3197 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/bfb0a93641232cf10eb881ad5e87f030.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3198 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/c3a9d8e8d636854783a8db50e881ad1d.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3199 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/7eb73cce767ab7e572463ff19104df35.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3202 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/f692a17c318000d3cecacecd5ae18090.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3203 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/fba6d8ef57ee053a2dc2f79036b11e4b.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3204 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/70b15834ed7c3002aebc6f0911703e0d.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3205 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/405a066988ca0785eb9a90a32c74fa1f.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3206 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/942671b647f249dc9542b8bcec509f17.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3207 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/f2bd0c902ec71ce2f022dacfb3f2fd82.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3208 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/267f4baaa0244b2f551e19d70e175e62.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3209 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/0549ae1fba8577ccfd2179db398856d1.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3210 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/bf2df7f0ad8f35044982c356916ab35f.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3211 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/8227cb5f5635978a3087dbe01288fbd9.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3212 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/2d94cc918bcfdfa091ab6cedc5e96b3c.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3213 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/705b515c7ca0d9a44f9f529ec8cf1f0e.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3214 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/961058e6b389834051f3fab8b653bd64.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3215 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/011de1b6b2f5f8c2dc331f20a4a17d4a.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3216 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/ec3c9a3abbacc8a5a288255ba3208c28.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3217 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/b8b8775da211e1cb2b81b9b12b68fb20.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3218 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/4d60a43a87ef3dc86e4f10254e8e95d9.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3219 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/4dee6b16e4091de32e93914cc97f4326.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3220 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/6ee2f21db79f76f387cf9c8d605388f0.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3221 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/1f320f79e6fd51d60605909eafeb8d1a.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3222 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/98e0c0bff3910c16991980d180f6b6b4.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3223 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/e23619f19458978e8f7bc72099f5762f.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3224 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/558d94d7871de5cdb5133f73a890791d.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3225 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/734b899fcdc789aafdec03fe315611b5.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3226 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/cf129dd7559663973ff831704a71f9be.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3227 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/492f176caf4e0b6c53eb69a1b0959a92.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3228 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/b054d316691c33d20ff488a6b657fb05.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3229 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/1d72b88a8e32c044de0f9c0f7dd4d656.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3230 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/c54014dcf0da0a5702cad228a74b9341.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3231 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/db1a50f09e4c5648c12df146cfc99e3a.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3232 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/5f46d466b11d01f78eb7d7a5813a7ba4.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3234 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/cdbf79df7301d52023b8407a2b096a8c.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3235 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/8ad202866096fcbf631884ff12c49fc8.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3238 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/69c4b0bfaed1e602a1d4decc302ee7bd.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3239 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/3bc18dc0178ccb4b42d4c1fd6a8ab39c.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3240 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/c3105779b319cf853d3c73a27e53f456.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3241 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/913158ea7869a64531009997a37be715.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3242 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/0b54f1d31aebf089a326574d9c2222df.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3243 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/7b15aef9c3873639b9efc5b015cddf91.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3245 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/bbaac8c6fcc68638d50f579451ae4432.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3246 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/1598fdfd6cf64968838d1de649eb2317.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3247 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/a3b1cd72b09268c79bf38afd57ff7aed.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3248 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/3e13a996fc731f52d332a12ddf41eb71.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3249 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/24a2d58d3c202f3e7790a86241a825b8.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3250 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/6a07bb99ddfb285c32f97fcd5bd220d7.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3251 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/b1eeb7494da093e98f2b53389a38d799.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3252 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/234dc4eabb30ce46b527d0b3a5ed3d1e.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/IMGP3253 (Custom).JPG" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/ef82e0de5b94415312d7eeb2215fe1ed.JPG" alt="" title="" rel="lightbox[set]" /></a><a href="http://guylichtman.com/wordpress/wp-content/../wp-content/uploads/lisa-yaron-weekend-sep-2007/map (Custom).jpg" class="gallery_item" rel="lightbox[set]"><img src="http://guylichtman.com/wordpress/wp-content/thumb-cache/735f82733b7774f9dc6b29c99dd2f9ed.jpg" alt="" title="" rel="lightbox[set]" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://guylichtman.com/wordpress/2007/09/26/lisa-and-yaron-get-away-weekend/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
