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

<channel>
	<title>Dov Friedman</title>
	<atom:link href="http://www.dovfriedman.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dovfriedman.com</link>
	<description></description>
	<lastBuildDate>Tue, 15 Nov 2011 16:23:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Timescapes Timelapse: Mountain Light</title>
		<link>http://www.dovfriedman.com/mountain-lights?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mountain-lights</link>
		<comments>http://www.dovfriedman.com/mountain-lights#comments</comments>
		<pubDate>Thu, 11 Aug 2011 18:32:47 +0000</pubDate>
		<dc:creator>Dov Friedman</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.dovfriedman.com/?p=250</guid>
		<description><![CDATA[© Tom Lowe]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/6686768?title=0&amp;byline=0&amp;portrait=0" width="660" height="371" frameborder="0"></iframe>
<p>
<a href="http://vimeo.com/6686768">© Tom Lowe</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dovfriedman.com/mountain-lights/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cousin</title>
		<link>http://www.dovfriedman.com/cousin?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cousin</link>
		<comments>http://www.dovfriedman.com/cousin#comments</comments>
		<pubDate>Tue, 09 Aug 2011 01:37:14 +0000</pubDate>
		<dc:creator>Dov Friedman</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Brooklyn]]></category>

		<guid isPermaLink="false">http://www.dovfriedman.com/?p=234</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.dovfriedman.com/wp-content/uploads/IMG_9338.jpg" alt="" title="IMG_9338" width="660" height="440" class="alignnone size-full wp-image-235" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dovfriedman.com/cousin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powers Street</title>
		<link>http://www.dovfriedman.com/powers-street?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=powers-street</link>
		<comments>http://www.dovfriedman.com/powers-street#comments</comments>
		<pubDate>Tue, 09 Aug 2011 01:27:50 +0000</pubDate>
		<dc:creator>Dov Friedman</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Brooklyn]]></category>
		<category><![CDATA[Panoramas]]></category>

		<guid isPermaLink="false">http://www.dovfriedman.com/?p=228</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><embed src="http://www.dovfriedman.com/wp-content/uploads/powers_street.swf" width="660" height="350" name="Powers Street" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dovfriedman.com/powers-street/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ImageMagick Batch Process</title>
		<link>http://www.dovfriedman.com/imagemagick-batch-resize?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=imagemagick-batch-resize</link>
		<comments>http://www.dovfriedman.com/imagemagick-batch-resize#comments</comments>
		<pubDate>Sun, 07 Aug 2011 03:17:05 +0000</pubDate>
		<dc:creator>Dov Friedman</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[ImageMagick]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.dovfriedman.com/?p=180</guid>
		<description><![CDATA[Resize Images: $ mogrify -path path_to_output_folder -resize 'WidthxHeight' *.jpg Center Crop Images: $ mogrify -path path_to_output_folder -resize 'Width' -gravity Center -crop\ WidthxHeight+0+0 +repage *.jpg]]></description>
			<content:encoded><![CDATA[<p>Resize Images:</p>
<p><code>$ mogrify -path <span style="color: #ff0000;"><em>path_to_output_folder</em></span> -resize '<em><span style="color: #ff0000;">Width</span>x<span style="color: #ff0000;">Height</span></em>' <span style="color: #ff0000;">*.jpg</span></code></p>
<p><span style="color: #ff0000;"><br />
</span></p>
<p>Center Crop Images:</p>
<p><code>$ mogrify -path </code><span style="color: #ff0000;"><code><em>path_to_output_folder</em></code></span><code> -resize '</code><span style="color: #ff0000;"><code><em>Width</em></code></span><code>' -gravity <span style="color: #ff0000;">Center</span> -crop\</code></p>
<p><code><em><span style="color: #ff0000;"> Width</span>x<span style="color: #ff0000;">Height</span></em></code><code>+<span style="color: #ff0000;">0</span>+<span style="color: #ff0000;">0</span> +repage <span style="color: #ff0000;">*.jpg</span></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dovfriedman.com/imagemagick-batch-resize/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downloads</title>
		<link>http://www.dovfriedman.com/test-downloads?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=test-downloads</link>
		<comments>http://www.dovfriedman.com/test-downloads#comments</comments>
		<pubDate>Sat, 06 Aug 2011 03:51:45 +0000</pubDate>
		<dc:creator>Dov Friedman</dc:creator>
				<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://www.dovfriedman.com/?p=166</guid>
		<description><![CDATA[<p class="restricted">Sorry, but you do not have permission to view this content.</p>
]]></description>
			<content:encoded><![CDATA[<p class="restricted">Sorry, but you do not have permission to view this content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dovfriedman.com/test-downloads/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Surfaces</title>
		<link>http://www.dovfriedman.com/surfaces?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=surfaces</link>
		<comments>http://www.dovfriedman.com/surfaces#comments</comments>
		<pubDate>Mon, 01 Aug 2011 03:11:17 +0000</pubDate>
		<dc:creator>Dov Friedman</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.dovfriedman.com/?p=161</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div id="cycle_lite_container" class="cycle_lite_container" style="text-align:center;height:413px;overflow:hidden;">
  <div id="cycle_lite" style="text-align:left;margin-right:auto;margin-left:auto;width:552px;height:413px;overflow:hidden;"><img src="http://www.dovfriedman.com/wp-content/gallery/surfaces/surfaces_01_413.jpg" alt="IMG_2728.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/surfaces/surfaces_02_413.jpg" alt="IMG_2532.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/surfaces/surfaces_03_413.jpg" alt="IMG_2541.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/surfaces/surfaces_04_413.jpg" alt="IMG_2559.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/surfaces/surfaces_05_413.jpg" alt="IMG_2724.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/surfaces/surfaces_06_413.jpg" alt="IMG_6375.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/surfaces/surfaces_07_413.jpg" alt="IMG_4900.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/surfaces/surfaces_08_413.jpg" alt="IMG_2730.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/surfaces/surfaces_09_413.jpg" alt="IMG_2093.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/surfaces/surfaces_10_413.jpg" alt="IMG_6712.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/surfaces/surfaces_11_413.jpg" alt="IMG_2733.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/surfaces/surfaces_12_413.jpg" alt="IMG_2741.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/surfaces/surfaces_13_413.jpg" alt="IMG_2776.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/surfaces/surfaces_14_413.jpg" alt="IMG_3174.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/surfaces/surfaces_15_413.jpg" alt="IMG_3436.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/surfaces/surfaces_16_413.jpg" alt="IMG_3467.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/surfaces/surfaces_17_413.jpg" alt="IMG_4770.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/surfaces/surfaces_18_413.jpg" alt="IMG_6072.JPG"  width="552" height="413" border="0" />
  </div>
</div>
<script type="text/javascript">
  jQuery('div#cycle_lite').jjcycle({timeout: 0,speed: 1000,height: 413,next:'#next', prev:'#prev'});
</script>

]]></content:encoded>
			<wfw:commentRss>http://www.dovfriedman.com/surfaces/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abstractions</title>
		<link>http://www.dovfriedman.com/abstractions?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=abstractions</link>
		<comments>http://www.dovfriedman.com/abstractions#comments</comments>
		<pubDate>Mon, 01 Aug 2011 03:10:43 +0000</pubDate>
		<dc:creator>Dov Friedman</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.dovfriedman.com/?p=158</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div id="cycle_lite_container" class="cycle_lite_container" style="text-align:center;height:413px;overflow:hidden;">
  <div id="cycle_lite" style="text-align:left;margin-right:auto;margin-left:auto;width:552px;height:413px;overflow:hidden;"><img src="http://www.dovfriedman.com/wp-content/gallery/abstrations/abstract_01_413.jpg" alt="IMG_4940.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/abstrations/abstract_02_413.jpg" alt="IMG_1399.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/abstrations/abstract_03_413.jpg" alt="IMG_5374.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/abstrations/abstract_04_413.jpg" alt="IMG_2401.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/abstrations/abstract_05_413.jpg" alt="IMG_3219.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/abstrations/abstract_06_413.jpg" alt="IMG_4818.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/abstrations/abstract_07_413.jpg" alt="IMG_4820.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/abstrations/abstract_08_413.jpg" alt="IMG_4884.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/abstrations/abstract_09_413.jpg" alt="IMG_4890.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/abstrations/abstract_10_413.jpg" alt="IMG_4812.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/abstrations/abstract_11_413.jpg" alt="IMG_5378.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/abstrations/abstract_12_413.jpg" alt="IMG_5408.JPG"  width="552" height="413" border="0" />
  </div>
</div>
<script type="text/javascript">
  jQuery('div#cycle_lite').jjcycle({timeout: 0,speed: 1000,height: 413,next:'#next', prev:'#prev'});
</script>

]]></content:encoded>
			<wfw:commentRss>http://www.dovfriedman.com/abstractions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lights</title>
		<link>http://www.dovfriedman.com/lights?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=lights</link>
		<comments>http://www.dovfriedman.com/lights#comments</comments>
		<pubDate>Sun, 31 Jul 2011 23:30:05 +0000</pubDate>
		<dc:creator>Dov Friedman</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.dovfriedman.com/?p=106</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div id="cycle_lite_container" class="cycle_lite_container" style="text-align:center;height:413px;overflow:hidden;">
  <div id="cycle_lite" style="text-align:left;margin-right:auto;margin-left:auto;width:552px;height:413px;overflow:hidden;"><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_01_413.jpg" alt="IMG_2535.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_02_413.jpg" alt="IMG_2376.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_03_413.jpg" alt="IMG_2112.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_04_413.jpg" alt="IMG_2258.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_05_413.jpg" alt="IMG_2492.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_06_413.jpg" alt="IMG_2260.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_07_413.jpg" alt="IMG_2556.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_08_413.jpg" alt="IMG_2753.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_09_413.jpg" alt="IMG_3739.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_10_413.jpg" alt="IMG_3722.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_11_413.jpg" alt="IMG_2757.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_12_413.jpg" alt="IMG_2228.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_13_413.jpg" alt="IMG_2764.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_14_413.jpg" alt="IMG_2772.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_15_413.jpg" alt="IMG_3065.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_16_413.jpg" alt="IMG_4881.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_17_413.jpg" alt="IMG_3309.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_18_413.jpg" alt="IMG_3730.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_19_413.jpg" alt="IMG_4893.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_20_413.jpg" alt="IMG_5060.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_21_413.jpg" alt="lights_21_413"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_22_413.jpg" alt="IMG_5361.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_23_413.jpg" alt="IMG_5486.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_24_413.jpg" alt="IMG_6413.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_25_413.jpg" alt="IMG_6708.JPG"  width="552" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/lights/lights_26_413.jpg" alt="IMG_3047.JPG"  width="552" height="413" border="0" />
  </div>
</div>
<script type="text/javascript">
  jQuery('div#cycle_lite').jjcycle({timeout: 0,speed: 1000,height: 413,next:'#next', prev:'#prev'});
</script>

]]></content:encoded>
			<wfw:commentRss>http://www.dovfriedman.com/lights/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drive-In</title>
		<link>http://www.dovfriedman.com/drive-in?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=drive-in</link>
		<comments>http://www.dovfriedman.com/drive-in#comments</comments>
		<pubDate>Tue, 19 Jul 2011 03:32:38 +0000</pubDate>
		<dc:creator>Dov Friedman</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.dovfriedman.com/?p=137</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div id="cycle_lite_container" class="cycle_lite_container" style="text-align:center;height:413px;overflow:hidden;">
  <div id="cycle_lite" style="text-align:left;margin-right:auto;margin-left:auto;width:620px;height:413px;overflow:hidden;"><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_01_413.jpg" alt="drivein_01_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_02_413.jpg" alt="drivein_02_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_03_413.jpg" alt="drivein_03_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_04_413.jpg" alt="drivein_04_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_05_413.jpg" alt="drivein_05_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_06_413.jpg" alt="drivein_06_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_07_413.jpg" alt="drivein_07_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_08_413.jpg" alt="drivein_08_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_09_413.jpg" alt="drivein_09_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_10_413.jpg" alt="drivein_10_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_11_413.jpg" alt="drivein_11_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_12_413.jpg" alt="drivein_12_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_13_413.jpg" alt="drivein_13_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_14_413.jpg" alt="drivein_14_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_15_413.jpg" alt="drivein_15_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_16_413.jpg" alt="drivein_16_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_17_413.jpg" alt="drivein_17_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_18_413.jpg" alt="drivein_18_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_19_413.jpg" alt="drivein_19_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_20_413.jpg" alt="drivein_20_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_21_413.jpg" alt="drivein_21_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_22_413.jpg" alt="drivein_22_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_23_413.jpg" alt="drivein_23_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_24_413.jpg" alt="drivein_24_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_25_413.jpg" alt="drivein_25_413"  width="620" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/drive-in/drivein_26_413.jpg" alt="drivein_26_413"  width="620" height="413" border="0" />
  </div>
</div>
<script type="text/javascript">
  jQuery('div#cycle_lite').jjcycle({timeout: 0,speed: 1000,height: 413,next:'#next', prev:'#prev'});
</script>

]]></content:encoded>
			<wfw:commentRss>http://www.dovfriedman.com/drive-in/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trucks</title>
		<link>http://www.dovfriedman.com/trucks?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=trucks</link>
		<comments>http://www.dovfriedman.com/trucks#comments</comments>
		<pubDate>Tue, 05 Jul 2011 02:37:19 +0000</pubDate>
		<dc:creator>Dov Friedman</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.dovfriedman.com/?p=57</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div id="cycle_lite_container" class="cycle_lite_container" style="text-align:center;height:413px;overflow:hidden;">
  <div id="cycle_lite" style="text-align:left;margin-right:auto;margin-left:auto;width:650px;height:413px;overflow:hidden;"><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_38_650x413.jpg" alt="trucks_38_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_37_650x413.jpg" alt="trucks_37_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_36_650x413.jpg" alt="trucks_36_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_35_650x413.jpg" alt="trucks_35_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_34_650x413.jpg" alt="trucks_34_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_33_650x413.jpg" alt="trucks_33_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_32_650x413.jpg" alt="trucks_32_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_31_650x413.jpg" alt="trucks_31_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_30_650x413.jpg" alt="trucks_30_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_28_650x413.jpg" alt="trucks_28_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_27_650x413.jpg" alt="trucks_27_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_26_650x413.jpg" alt="trucks_26_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_25_650x413.jpg" alt="trucks_25_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_24_650x413.jpg" alt="trucks_24_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_23_650x413.jpg" alt="trucks_23_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_22_650x413.jpg" alt="trucks_22_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_21_650x413.jpg" alt="trucks_21_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_20_650x413.jpg" alt="trucks_20_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_19_650x413.jpg" alt="trucks_19_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_18_650x413.jpg" alt="trucks_18_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_17_650x413.jpg" alt="trucks_17_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_16_650x413.jpg" alt="trucks_16_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_15_650x413.jpg" alt="trucks_15_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_14_650x413.jpg" alt="trucks_14_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_13_650x413.jpg" alt="trucks_13_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_12_650x413.jpg" alt="trucks_12_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_11_650x413.jpg" alt="trucks_11_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_10_650x413.jpg" alt="trucks_10_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_09_650x413.jpg" alt="trucks_09_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_08_650x413.jpg" alt="trucks_08_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_07_650x413.jpg" alt="trucks_07_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_06_650x413.jpg" alt="trucks_06_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_05_650x413.jpg" alt="trucks_05_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_04_650x413.jpg" alt="trucks_04_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_03_650x413.jpg" alt="trucks_03_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_02_650x413.jpg" alt="trucks_02_650x413"  width="650" height="413" border="0" /><img src="http://www.dovfriedman.com/wp-content/gallery/trucks/trucks_01_650x413.jpg" alt="trucks_01_650x413"  width="650" height="413" border="0" />
  </div>
</div>
<script type="text/javascript">
  jQuery('div#cycle_lite').jjcycle({timeout: 0,speed: 1000,height: 413,next:'#next', prev:'#prev'});
</script>

]]></content:encoded>
			<wfw:commentRss>http://www.dovfriedman.com/trucks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

