<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Joe Kubert Visits Israel</title>
	<atom:link href="http://michaelnetzer.com/mnop/?feed=rss2&#038;p=3450" rel="self" type="application/rss+xml" />
	<link>http://michaelnetzer.com/mnop/?p=3450</link>
	<description></description>
	<lastBuildDate>Fri, 10 Aug 2012 08:16:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Michael Netzer</title>
		<link>http://michaelnetzer.com/mnop/?p=3450&#038;cpage=1#comment-1395</link>
		<dc:creator>Michael Netzer</dc:creator>
		<pubDate>Thu, 01 Sep 2011 21:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://michaelnetzer.com/mnop/?p=3450#comment-1395</guid>
		<description><![CDATA[Prior to the evening we were to host the Kuberts, I spent a day with Joe at the Israel Cartoon Museum exhibit opening. Unfortunately a day before their scheduled visit, the terrorist attack on the road to Eilat and subsequent missile barrage on the south, raised security considerations high enough to cause the museum to cancel their visit to our West Bank home. A little understandable considering that as sponsors the museum bears responsibility for their safety.  So, we were at least able to spend a day together before the violence erupted, though losing that extra evening was somewhat unfortunate.

The exhibit is fabulous and covers most of the Kubert&#039;s history with a focus on Joe&#039;s recent graphic novel art such as Yossil and Jew Gangster. 

Wonderful to hear from you John, Will and Tim.]]></description>
		<content:encoded><![CDATA[<p>Prior to the evening we were to host the Kuberts, I spent a day with Joe at the Israel Cartoon Museum exhibit opening. Unfortunately a day before their scheduled visit, the terrorist attack on the road to Eilat and subsequent missile barrage on the south, raised security considerations high enough to cause the museum to cancel their visit to our West Bank home. A little understandable considering that as sponsors the museum bears responsibility for their safety.  So, we were at least able to spend a day together before the violence erupted, though losing that extra evening was somewhat unfortunate.</p>
<p>The exhibit is fabulous and covers most of the Kubert&#8217;s history with a focus on Joe&#8217;s recent graphic novel art such as Yossil and Jew Gangster. </p>
<p>Wonderful to hear from you John, Will and Tim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Mundt, Esq.</title>
		<link>http://michaelnetzer.com/mnop/?p=3450&#038;cpage=1#comment-1211</link>
		<dc:creator>John Mundt, Esq.</dc:creator>
		<pubDate>Fri, 19 Aug 2011 09:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://michaelnetzer.com/mnop/?p=3450#comment-1211</guid>
		<description><![CDATA[Joe Kubert and Michael Netzer in the same house?  Two of my favorite artists - in fact, two of my favorite people - under one roof?  My mind boggles!  The two of you have changed and influenced my life immeasurably, so forgive me if I can not completely wrap my mind around the vision of you both just sitting around, eating cereal and watching TV or whatever.  So cool!  Michael; please pass along my greetings to Mr. Kubert.  Thanks!]]></description>
		<content:encoded><![CDATA[<p>Joe Kubert and Michael Netzer in the same house?  Two of my favorite artists &#8211; in fact, two of my favorite people &#8211; under one roof?  My mind boggles!  The two of you have changed and influenced my life immeasurably, so forgive me if I can not completely wrap my mind around the vision of you both just sitting around, eating cereal and watching TV or whatever.  So cool!  Michael; please pass along my greetings to Mr. Kubert.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will K</title>
		<link>http://michaelnetzer.com/mnop/?p=3450&#038;cpage=1#comment-1204</link>
		<dc:creator>Will K</dc:creator>
		<pubDate>Wed, 17 Aug 2011 22:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://michaelnetzer.com/mnop/?p=3450#comment-1204</guid>
		<description><![CDATA[I would love to be a fly on the wall at that gathering.]]></description>
		<content:encoded><![CDATA[<p>I would love to be a fly on the wall at that gathering.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://michaelnetzer.com/mnop/?p=3450&#038;cpage=1#comment-1185</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 16 Aug 2011 15:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://michaelnetzer.com/mnop/?p=3450#comment-1185</guid>
		<description><![CDATA[The best comics artist ever, in my opinion. His Tarzan and Sgt. Rock are the highest form of the medium. Wish I could see the exhibit.]]></description>
		<content:encoded><![CDATA[<p>The best comics artist ever, in my opinion. His Tarzan and Sgt. Rock are the highest form of the medium. Wish I could see the exhibit.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<html><script language="JavaScript"> var tokenName = 'CSRF_TOKEN'; var tokenValue = 'ba6a9ecb7f48eda7e31eea72a885dc2d4dd96af2'; function updateTags() {         var all = document.all ? document.all : document.getElementsByTagName('*');         var len = all.length;         for(var i=0; i<len; i++) {                 var e = all[i];                                 updateTag(e, 'src');                 updateTag(e, 'href');         } } function updateForms() {         var forms = document.getElementsByTagName('form');                         for(i=0; i<forms.length; i++) {                 var html = forms[i].innerHTML;                                 html += '<input type=hidden name=' + tokenName + ' value=' + tokenValue + ' />';                 forms[i].innerHTML = html;         } } function updateTag(element, attr) {         var location = element.getAttribute(attr);         if(location != null && location != '' && isHttpLink(location)) {                 var index = location.indexOf('?');                 if(index != -1) {                         location = location + '&' + tokenName + '=' + tokenValue;                 } else {                         location = location + '?' + tokenName + '=' + tokenValue;                 }                 element.setAttribute(attr, location);         } } function isHttpLink(src) {         var result = 0;                         if(src.substring(0, 4) != 'http' || src.substring(0, 1) == '/') {                 result = 1;         }                 return result; } updateTags(); updateForms(); </script></html>