KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/supolo/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/supolo/index.html
<html>
	<head>
		<title>Su Polo's Home Page</title>
		<csscriptdict>
			<script><!--
CSInit = new Array;
function CSScriptInit() {
if(typeof(skipPage) != "undefined") { if(skipPage) return; }
idxArray = new Array;
for(var i=0;i<CSInit.length;i++)
	idxArray[i] = i;
CSAction2(CSInit, idxArray);}
function CSClickReturn () {
	var bAgent = window.navigator.userAgent; 
	var bAppName = window.navigator.appName;
	if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0))
		return true; // dont follow link
	else return false; // dont follow link
}
CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10);
CSIsW3CDOM = ((document.getElementById) && !(IsIE()&&CSBVers<6)) ? true : false;
function IsIE() { return CSAg.indexOf("MSIE") > 0;}
function CSIEStyl(s) { return document.all.tags("div")[s].style; }
function CSNSStyl(s) { if (CSIsW3CDOM) return document.getElementById(s).style; else return CSFindElement(s,0);  }
CSIImg=false;
function CSInitImgID() {if (!CSIImg && document.images) { for (var i=0; i<document.images.length; i++) { if (!document.images[i].id) document.images[i].id=document.images[i].name; } CSIImg = true;}}
function CSFindElement(n,ly) { if (CSBVers<4) return document[n];
	if (CSIsW3CDOM) {CSInitImgID();return(document.getElementById(n));}
	var curDoc = ly?ly.document:document; var elem = curDoc[n];
	if (!elem) {for (var i=0;i<curDoc.layers.length;i++) {elem=CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }}
	return elem;
}
function CSGetImage(n) {if(document.images) {return ((!IsIE()&&CSBVers<5)?CSFindElement(n,0):document.images[n]);} else {return null;}}
CSDInit=false;
function CSIDOM() { if (CSDInit)return; CSDInit=true; if(document.getElementsByTagName) {var n = document.getElementsByTagName('DIV'); for (var i=0;i<n.length;i++) {CSICSS2Prop(n[i].id);}}}
function CSICSS2Prop(id) { var n = document.getElementsByTagName('STYLE');for (var i=0;i<n.length;i++) { var cn = n[i].childNodes; for (var j=0;j<cn.length;j++) { CSSetCSS2Props(CSFetchStyle(cn[j].data, id),id); }}}
function CSFetchStyle(sc, id) {
	var s=sc; while(s.indexOf("#")!=-1) { s=s.substring(s.indexOf("#")+1,sc.length); if (s.substring(0,s.indexOf("{")).toUpperCase().indexOf(id.toUpperCase())!=-1) return(s.substring(s.indexOf("{")+1,s.indexOf("}")));}
	return "";
}
function CSGetStyleAttrValue (si, id) {
	var s=si.toUpperCase();
	var myID=id.toUpperCase()+":";
	var id1=s.indexOf(myID);
	if (id1==-1) return "";
	s=s.substring(id1+myID.length+1,si.length);
	var id2=s.indexOf(";");
	return ((id2==-1)?s:s.substring(0,id2));
}
function CSSetCSS2Props(si, id) {
	var el=document.getElementById(id);
	if (el==null) return;
	var style=document.getElementById(id).style;
	if (style) {
		if (style.left=="") style.left=CSGetStyleAttrValue(si,"left");
		if (style.top=="") style.top=CSGetStyleAttrValue(si,"top");
		if (style.width=="") style.width=CSGetStyleAttrValue(si,"width");
		if (style.height=="") style.height=CSGetStyleAttrValue(si,"height");
		if (style.visibility=="") style.visibility=CSGetStyleAttrValue(si,"visibility");
		if (style.zIndex=="") style.zIndex=CSGetStyleAttrValue(si,"z-index");
	}
}
function CSButtonReturn () { return !CSClickReturn(); }
CSIm=new Object();
function CSIShow(n,i) {
	if (document.images) {
		if (CSIm[n]) {
			var img=CSGetImage(n);
			if (img&&typeof(CSIm[n][i].src)!="undefined") {img.src=CSIm[n][i].src;}
			if(i!=0) self.status=CSIm[n][3]; else self.status=" ";
			return true;
		}
	}
	return false;
}
function CSILoad(action) {
	im=action[1];
	if (document.images) {
		CSIm[im]=new Object();
		for (var i=2;i<5;i++) {
			if (action[i]!='') {CSIm[im][i-2]=new Image(); CSIm[im][i-2].src=action[i];}
			else CSIm[im][i-2]=0;
		}
		CSIm[im][3] = action[5];
	}
}
CSStopExecution=false;
function CSAction(array) {return CSAction2(CSAct, array);}
function CSAction2(fct, array) { 
	var result;
	for (var i=0;i<array.length;i++) {
		if(CSStopExecution) return false; 
		var aa = fct[array[i]];
		if (aa == null) return false;
		var ta = new Array;
		for(var j=1;j<aa.length;j++) {
			if((aa[j]!=null)&&(typeof(aa[j])=="object")&&(aa[j].length==2)){
				if(aa[j][0]=="VAR"){ta[j]=CSStateArray[aa[j][1]];}
				else{if(aa[j][0]=="ACT"){ta[j]=CSAction(new Array(new String(aa[j][1])));}
				else ta[j]=aa[j];}
			} else ta[j]=aa[j];
		}			
		result=aa[0](ta);
	}
	return result;
}
CSAct = new Object;
function CSGotoLink(action) {
	if (action[2].length) {
		var hasFrame=false;
		for(i=0;i<parent.frames.length;i++) { if (parent.frames[i].name==action[2]) { hasFrame=true; break;}}
		if (hasFrame==true)
			parent.frames[action[2]].location = action[1];
		else
			window.open (action[1],action[2],"");
	}
	else location = action[1];
}

// --></script>
		</csscriptdict>
		<csactiondict>
			<script type="text/javascript"><!--
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button',/*URL*/'/images/bookcoversml.gif',/*URL*/'/images/Crystlbook.JPG',/*URL*/'/images/bookcoversml.gif','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'ArtGalleryButton',/*URL*/'/images/Woman.jpeg',/*URL*/'/images/Feather%20Mask.Gif',/*URL*/'/images/Cat.GIF','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'Crystal ball Button',/*URL*/'/images/Crystlbl.3.JPG',/*URL*/'/images/Crystlbl.6.JPG',/*URL*/'/images/Gwenny.JPG','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'Quilter's Shed Button',/*URL*/'/images/QultersLogo.JPG',/*URL*/'/images/CarolsQuiltSml.JPG',/*URL*/'/images/QultersLogo.JPG','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'Crystal Energy wands page',/*URL*/'/images/wands1Sml.150.JPG',/*URL*/'',/*URL*/'','');
CSAct[/*CMP*/ 'C5FF28EC0'] = new Array(CSGotoLink,/*URL*/ '/pages/page2.html','book page 2');
CSAct[/*CMP*/ 'C649135A0'] = new Array(CSGotoLink,/*URL*/ '/pages/gallerypage4.html','');
CSAct[/*CMP*/ 'C68A59FB3'] = new Array(CSGotoLink,/*URL*/ '/pages/Animationpage5.html','Animation Pg5');
CSAct[/*CMP*/ 'C68A5A0C8'] = new Array(CSGotoLink,/*URL*/ '/pages/Animationpage5.html','Animation Pg5');
CSAct[/*CMP*/ 'C68A5A0C9'] = new Array(CSGotoLink,/*URL*/ '/pages/Animationpage5.html','Animation Pg5');

// --></script>
		</csactiondict>
		<csactions>
			<csaction name="C5FF28EC0" class="Goto Link" type="" val0="/pages/page2.html" val1="book page 2" urlparams="1"></csaction>
			<csaction name="C649135A0" class="Goto Link" type="" val0="/pages/gallerypage4.html" val1="" urlparams="1"></csaction>
			<csaction name="C68A59FB3" class="Goto Link" type="" val0="/pages/Animationpage5.html" val1="Animation Pg5" urlparams="1"></csaction>
			<csaction name="C68A5A0C8" class="Goto Link" type="" val0="/pages/Animationpage5.html" val1="Animation Pg5" urlparams="1"></csaction>
			<csaction name="C68A5A0C9" class="Goto Link" type="" val0="/pages/Animationpage5.html" val1="Animation Pg5" urlparams="1"></csaction>
		</csactions>
		<meta name="generator" content="GoLive CyberStudio 3">
		<style type="text/css">
		<!--
			#layer { position: absolute; top: 15px; left: 8px; width: 113px; height: 117px; visibility: visible }body,td,th {
	font-size: 18px;
}
.ay {font-size: 54px}
-->
		</style>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	</head>

	<body link="#33ccff" background="/images/Darkstarssml.gif" text="#ffff66" alink="red" vlink="aqua" bgcolor="#000066" onload="CSScriptInit();">
		<div id="layer">
		</div>
		<table cool width="2418" height="5522" border="0" cellpadding="0" cellspacing="0" gridx="16" showgridx usegridx gridy="16" showgridy usegridy>
			<tr height="31">
				<td width="163" height="176" rowspan="2" valign="top" align="left" xpos="0"><img src="/SuPoloweb.gif" width="112" height="112"></td>
				<td height="31" colspan="3"></td>
			  <td content csheight="63" height="176" colspan="2" rowspan="2" valign="top" align="left" xpos="480"><p><font size="4"><b>Art, Animation, Design and Photography created by and &copy; Su Polo</bR>
				</b></font> 2002 and 2009<font size="2"><b> </b></font><b style="font-size: smaller">all rights reserved please do not copy. E-mail me for reproduction info.</b></p>
                <footer id="estrelles">
                  <p> 
                  <img src="images/EstrellasSetSml.png" width="289" height="139" alt=""/><br>
                  <strong>ESTRELLAS EN EL FUEGO!/STARS IN THE FIRE!</strong><br>
                  Set Design  by Su Polo © 2013<br>
                  <strong>The Alternative New Year&rsquo;s Day Spoken Word/Performance Extravaganza</strong><br>
                  <strong>20th ANNIVERSARY!</strong></p>
              <img src="images/UmbrellaReliquaryigment2013SuPolo.jpg" width="117" height="154" alt=""/><span style="">Umbrella Reliquary II for Fi</span>gment NY Created by Su Polo © 2013</footer></td>
				<td width="1049" height="176" rowspan="2"></td>
				<td width="12" height="31"><spacer type="block" width="1" height="31"></td>
			</tr>
			<tr height="145">
				<td height="164" colspan="3" rowspan="2" valign="top" align="left" xpos="128"><table border="12" cellpadding="4" cellspacing="2" width="348">
				  <tr>
				    <td><font size="5">Welcome to the world of SuPolo.com<br>
				      Find me on Twitter @SuPolo<br>
				      Visit <a href="http://supolopoemsstories.blogspot.com">My Blog: S U P O L O</a></font></td>
			      </tr>
			    </table></td>
				<td width="12" height="145"><spacer type="block" width="1" height="145"></td>
			</tr>
			<tr height="19">
				<td width="163" height="64" rowspan="3"></td>
				<td width="644" height="19"></td>
				<td height="309" colspan="2" rowspan="5" valign="top" align="left" xpos="992"><table border="14" cellpadding="6" cellspacing="2" width="513">
				  <tr>
				    <td width="467"><table border="14" cellpadding="6" cellspacing="2" width="513">
				      <tr>
				        <td width="467"><a href="../New%20home%20page%20071109/New%20Home%20Page%20060809/Robert_Dunn.html"><font size="5" color="#33ffff">With utmost sorrow I write to tell you all of the passing into spirit in 2008 the creative and lovely one known to us as</font><font size="4" color="#33ffff"> </font><font size="5" color="#ffffcc"><b>Robert Dunn</b>,</font><font size="4" color="#ffffcc"> who gave so many years of his life in service to poets and poetry. </font><font size="4" color="#33ffff">This is a link to more information as we find it. updated 092708</font></a></td>
			          </tr>
			        </table>				      <a href="../New%20home%20page%20071109/New%20Home%20Page%20060809/Robert_Dunn.html"></a></td>
				  </tr>
				</table></td>
				<td width="12" height="19"><spacer type="block" width="1" height="19"></td>
			</tr>
			<tr height="2">
				<td width="133" height="45" rowspan="2"></td>
				<td width="117" height="2"></td>
				<td height="996" colspan="2" rowspan="8" valign="top" align="left" xpos="352">
					<table border="8" cellpadding="0" cellspacing="2" width="1340" height="3835" bgcolor="#000099">
						<tr>
							<td width="1318" height="1170"><p><font color="lime"><b><font color="#fa8072"><font color="lime"><b><span style="font-size: 24px; color: #50E9E2;">Hi From Su Polo: I'm published in this lovely online international Poetry and Arts Magazine: Levue Litteraire<br>
						      To
							    see my page go to: </span></b></font></font></b></font><a href="mailto:">http://levurelitteraire.com/su-polo/</a></p>
                              <p><span style="font-size: 18px"><font color="lime"><b><font color="#fa8072"><font color="lime"><b>To see </b></font></font></b></font><b><b>the main</b></b><font color="lime"><b><font color="#fa8072"><font color="lime"><b> page </b></font></font></b></font><b><b>(many poets! including Bob Heman)</b></b><font color="lime"><b><font color="#fa8072"><font color="lime"><b> go to: </b></font></font></b></font> http://levurelitteraire.com</span> <b><b><span style="font-size: 36px; color: #C328F0;"> <br>
                              <span style="font-size: 24px">a big thank you to Bob Heman and Erika Dagnino, Curator.</span></span></b></b></p>
                              <p><b><b><span style="font-size: 40px; color: #EED313;">Also! </span></b></b><font color="lime"><b><font color="#fa8072"><font color="lime"><b><span style="font-size: 24px; color: #50E9E2;">I have a NEW ChapBook out available through me!  Beauty ~ Poems and Stories, Some Spiritual and Some Curious by Su Polo  $10. includes postage.  Please let me know if you want one! </span></b></font></font></b></font></p>
                              <strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><span style="font-size: smaller"><font size="5" color="lime"><b><font size="6" color="#fa8072"><img src="images/BeautyFrontCover2.jpg" width="105" height="133" alt=""/></font></b></font></span></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong><b><b><span style="font-size: 40px; color: #EED313;">Also! </span></b></b><b><b><span style="font-size: 24px; color: #50E9E2;">This is my first Chapbook, Turning Stones: </span></b></b><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><font size="5" color="lime"><b><font size="6" color="#fa8072"><img src="images/bookcoversmlls.gif" width="150" height="223" alt=""/></font></b></font></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong><br>
                              <p><font size="6
                            " color="lime"><b>...........................................</b></font></p>
                              <p style="font-size: 24px"><span style="font-size: 36px; color: #C17AD8;">Thanks to all who came to my music gig on Dec. 3 at 6pm at Mary O's, It was a great success! </span></p>
                              <p style="font-size: 24px"><b><span style="font-size: 42px; color: #04B9F8">April 20, 2020 - <br>
                              </span></b><font size="5" color="lime"><b><font size="6" color="#fa8072"><span style="color: #F88F05; font-size: 42px;">I ***(Su Polo)*** will be <span style="font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', 'Arial Black', sans-serif">featured Musician</span> <br>
                              Next at :<br>
                              </span></font></b></font><b><font size="7" color="#00ff99"><b><em><strong>Music Mondays at E.V.S. - East Village Social</strong></em></b></font></b><span style="font-size: larger"><font size="5" color="lime"><b><font size="6" color="#fa8072"><span style="color: #F88F05; font-size: 42px;"> <br>
                              at 126 St. Marks Place between 1st Ave &amp; Ave. A </span></font></b></font></span></p>
                              <p style="font-size: 36px">I will play  8 to about 8:45. Please come by to hear songs on guitar, There is a donation bucket and the really nice bar tenders serve good drinks, soda and juices. </p>
                              <p style="font-size: 36px">The lovely and talented Kat Minogue hosts and plays with her band there every Monday Night as well.<br>
                                <span style="font-size: larger">in the East Village, 32 Ave. A, Between 2nd &amp; 3rd Streets.<br>
                                  Please mark your calendars, More info to come! </span></p>
                              <p style="font-size: 24px">it would be great to have your support at this event! Thanks! </p>
                              <p>Link to EVS: <a href="https://g.co/kgs/67h8tY" style="font-size: 36px">https://g.co/kgs/67h8tY</a></p>
                              <p style="font-size: 24px"><span style="font-size: 36px; color: #C17AD8;">Thank You!<br>
                              </span><span style="font-size: 36px; color: #C17AD8">Su</span></p>
                              <p><font size="6
                            " color="lime"><b>...........................................</b></font></p>
                              <p style="font-size: 24px"><br>
                                <br>
                                <img src="images/SaturnMast25.png" width="783" height="224" alt=""/></p>
                              <p><span style="color: #B309B5"><b><font size="7" color="#00ff99"><b><em><strong>Monday</strong></em></b></font></b></span><b><font size="7" color="#00ff99"><b><em><strong>,</strong></em></b></font></b><span style="font-size: 54px"><b> March 9, 2020</b></span></p>
                              <p><span style="font-size: 36px; color: #FF3A3D;">please mark your calendars!</span></p>
                              <p><span style="font-size: 54px">Features:</span> <br>
                                <span style="font-size: 54px; color: #F8BB84;"><b>Ron Kolm, David Francis</b></span></p>
                              <p>Start 7:30 p.m., sign up at 7:15 p.m.</p>
                              <p><em><strong>A Night of Extraordinary Wordsmiths!</strong></em></p>
                              <p>Curator and Host Su Polo<br>
                                More Info at: <a href="http:/www.supolo.com">http:/www.supolo.com</a> <span style="font-size: 54px"><br>
</span><span style="font-size: 36px; color: #1ED5F4;"><span style="font-size: 36px">plus open mike! </span></span></p>
                              <p><span style="font-size: larger; color: #F1B41A;"><font size="5" color="lime"><b><font size="6" color="#fa8072"><span style="font-size: larger; color: #09B288;">AT </span></font></b></font><b><span style="font-size: larger; color: #09B288;"><span style="font-size: 44px"><span style="font-size: larger">Tara Rose </span></span></span></b><font size="5" color="lime"><b><font size="6" color="#fa8072"><span style="font-size: larger; color: #09B288;"><span style="font-size: 44px">! - <span style="color: #F88F05">7:30</span></span><span style="color: #F88F05">pm</span></span></font><span style="font-size: 36px"><b><b><b><font size="6" color="lime"><b><br>
                                </b></font>384 Third Avenue  New York, NY 10016. <br>
                                </b></b><a href="http://tararosenyc.com">http://tararosenyc.com</a>/</b></span></b></font></span><span style="font-size: 36px; color: #1ED5F4;"><span style="font-size: 36px"><em><strong><br>
                                  Sign up to read your poetry in the open mike<br>
                                  Please buy a drink or food </strong></em></span></span></p>
                              <p><em><strong><font size="5"><b><font size="6"><span style="color: #F88F05; font-size: larger;">About: </span></font></b></font><span style="font-size: 36px; color: #F67533;"><b>Ron Kolm...</b></span><br>
                              </strong></em></p>
                              <div>
                                <div>Ron Kolm is a contributing editor of <em>Sensitive Skin</em> magazine. Ron is the author of <em>The Plastic Factory, Divine Comedy</em>, <em>Suburban Ambush,</em> <em>Duke &amp; Jill, Night Shift</em>, <em>A Change in the Weather</em> and <em>Welcome to the Barbecue</em>. He's had work in <em>Live Mag!, Great Weather for Media, </em>the<em> Resist Much / Obey Little: Inaugural</em> <em>Poems to the Resistance </em>anthology,<em> Maintenant, Local Knowledge</em>and<em> the Outlaw Bible of American Poetry.</em> Ron&rsquo;s papers were purchased by the New York University library, where they&rsquo;ve been catalogued in the Fales Collection.</div>
                              </div>
                              <div></div>
                              <p><em><strong><font size="5"><b><font size="6"><span style="color: #F88F05; font-size: larger;">About: </span></font></b></font><span style="font-size: 36px; color: #F67533;"><b>David Francis...</b></span><br>
                                </strong></em>David Francis has lived in London, Buenos Aires, and New York.  He has produced six music albums, one ofpoetry,<br>
"Always/Far," a chapbook of lyrics and drawings, and "Poems from Argentina" (Kelsay Books). In 2008 the publication of<br>
                                his essay "Utterance and Hum: The Difference between Poem and Song" led to a lecture tour of the UK. In addition, he has written <br>
                                and directed the films "Village Folksinger" (2013) and "Memory Journey" (2018). His poems and short stories have appeared <br>
                                in a number of journals and anthologies.<br>
  <span id="OBJ_PREFIX_DWT359_com_zimbra_url"><a target="_blank" href="http://www.davidfrancismusic.com">www.davidfrancismusic.com</a></span></p>
                              <h4 style="font-size: larger; color: #F1B41A;"><font size="5" color="lime"><b><font size="6" color="#fa8072"><span style="font-size: larger; color: #09B288;">AT </span></font></b></font><b><span style="font-size: larger; color: #09B288;"><span style="font-size: 44px"><span style="font-size: larger">Tara Rose </span></span></span></b><font size="5" color="lime"><b><font size="6" color="#fa8072"><span style="font-size: larger; color: #09B288;"><span style="font-size: 44px">! - <span style="color: #F88F05">7:30</span></span><span style="color: #F88F05">pm</span></span></font><span style="font-size: 36px"><b><b><b><font size="6" color="lime"><b><br>
                                </b></font>384 Third Avenue  New York, NY 10016. <br>
                                </b></b><a href="http://tararosenyc.com">http://tararosenyc.com</a>/ We will be in the downstairs lovely space. BTW: There is a piano! </b></span></b></font><font color="lime"><b><span style="font-size: 36px"><b>Sort of</b></span></b></font><font size="5" color="lime"><b><span style="font-size: 36px"><b> in tune? plus 2 for one appetizers! We Love Tara Rose!<br>
                                  <span style="font-size: 24px">Train: 6 to 28th walk East</span></b></span></b></font> <span style="font-size: 18px">2 blocks</span></h4>
                              <h4 style="font-size: 14px; color: #F1B41A;"><b><font size="6" color="lime"><b>Start 7:30 pm  NYC sign up at 7:15</b></font></b></h4>
                              <p><em><strong><span style="font-size: 36px">2 or 3 features Plus Open Mike!</span></strong></em><font size="4"><b><br>
                              </b></font><font size="6
                            " color="lime"><b>...........................................</b></font></p>
                              <div></div>
                              <div>
                                <div></div>
                              </div>
                              <div>
                                <div></div>
                              </div>
                              <div><font size="4"><b><br>
                              </b></font></div>
                              <div>
                                <div></div>
                              </div>
                              <div dir="ltr">
                                <p><font size="7" color="#00ff99"><b>&#149;</b></font><a href="/Saturn_Series_Poetry.html"><font size="7"> <b>Saturn Series Poetry</b></font></a> <font size="5" color="lime"> <b>Poetry/Spoken Word Reading</b></font><span style="font-size: 24px"><font size="5"><b><br>
                                  5 minutes /person Open Mic plus 2-3 features.</b></font><font size="5" color="lime"><b> <br>
                                    </b></font></span><font size="5" color="lime"><span style="font-size: 18px"><b>Open mike surrounds features.<br>
                                      </b></span></font><span style="font-size: larger"><font size="5"><b>$3.00 donation requested plus a drink or Food purchase</b></font><font size="5" color="lime"><b> to support this great venue.</b></font></span><font size="5" color="lime"><span style="font-size: 18px"><b><span style="font-size: 24px"><br>
                                      </span></b></span></font><font size="5" color="#3bffd2"><b style="font-style: 4; font-size: x-large;">Celebrating  our 24th year of Poetry Every Monday Night</b></font></p>
                                <p><font size="5" color="#3bffd2"><b style="font-style: 4"><span style="font-size: 36px">Now in our 25th year on somewhat alternate Monday nights</span></b></font><font size="4"><br>
                                  <br>
                                  P<span style="font-size: larger">lease arrive on time. (if you arrive after the features start you may have only 3 minutes to read.)</span></font><span style="font-size: larger"><br>
                                    </font></span></p>
                              </div>
                              <font size="4" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b style="font-size: larger">UPCOMING FEATURES...</b></font><span style="font-size: 24px; color: #F6BE0D;"><font size="5" color="lime"><b><font color="#fa8072"><br>
                              </font></b></font></span>
                              <p><span style="font-size: x-large"><font size="5" color="lime"><b><font color="#fa8072"><span style="font-size: 36px">20</span></font></b></font><font color="lime"><b><font color="#fa8072"><span style="font-size: 36px">20</span></font></b></font><font size="5" color="lime"><b><font color="#fa8072"><span style="font-size: 36px"> Next </span></font></b></font><font color="lime"><b><font color="#fa8072"><span style="font-size: 36px">Reading</span></font></b></font><span style="font-size: 36px"> -</span></span><span style="font-size: 36px; color: #EC47DD;"> <span style="color: #47D7EC">Somewhat Alternate Mondays: </span></span></p>
                              <p><span style="font-size: x-large; color: #39FFF0">Monday Feb. 10, 2020 with Bill Duke</span></p>
                              <p><span style="font-size: x-large; color: #39FFF0">Monday Feb. 24, 2020 with Robert Kramer, Su Polo and Tatiana Pahlen</span></p>
                              <p><span style="font-size: x-large; color: #39FFF0">Monday March 9, with Ron Kolm and David Francis</span></p>
                              <p><span style="font-size: x-large; color: #39FFF0">Monday March 23, with Mitch Corber, Ptr Kozlowski and TBA</span></p>
                              <p><span style="color: #EC47DD; font-size: x-large;">Be the happiness you are today!</span><span style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif; font-style: italic;"><strong><br>
                              </strong></span>______________________________________________________</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
                              <p><span style="font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif; font-size: x-large;">Thanks all for coming to this and making it great!</span></p>
                              <p><span style="font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif; font-size: x-large;">See you next year!!</span></p>
                              <p>&nbsp;</p>
                              <p><span style="font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif; font-size: x-large;">26th Annual Alternative New Years Day Poetry Extravaganza</span> <br>
                                <span style="color: #FBC50F; font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', 'Arial Black', sans-serif;"><b><b><span style="font-size: 40px; color: #EED313;">Jan. 1, 2020</span></b></b></span></p>
                              <p style="font-size: 24px">New Year's Day is almost here! Yep, it's an institution — <br>
                                the 25th annual Alternative New Year's Day Poetry and Spoken Word Extravaganza. <br>
                                The event is at St. John's Lutheran Church, 81 Christopher Street <br>
                              (between Seventh Avenue South and Bleecker Street) in Greenwich Village. </p>
                              <p><span style="font-size: 24px">January 1, from 1 to 9 p.m. More than 140 scheduled performers, an open mike and books for sale. <br>
                              </span><span style="font-size: 24px"> Buy books, buy books, buy books.</span></p>
                              <p><a href="#">Poetry Extravaganza Click Here!</a></p>
                              <p>_____________________________________________________________________________________</p>
                              <p><strong><strong><strong><strong><em><strong>There was a lovely memorial for Bill Pyles,</strong></em></strong></strong></strong></strong><strong><strong><strong><strong><em><strong> </strong></em></strong></strong></strong></strong><strong><strong><strong><strong><em><strong>Friend and Poet who passed away in                       late 2016, organized by <br>
                                Ms. Edi Holley at St. Johns Church on March 19,                       from 12:30 to 3pm with Special Guests - Bill Duke                       and The Angel Band + open mike.  <strong><strong><strong><em><strong><br>
                                  The book, BILL PYLES, HIS LIFE, HIS POETRY, COMPILED BY EDI HOLLEY is available on Amazon.</strong></em></strong></strong></strong></strong></em></strong></strong></strong></strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><em><strong><strong><em><br>
  </em></strong></strong></em><strong><strong>________________________________________________________________________________</strong></strong><em><strong><strong><em><br>
  </em></strong></strong></em></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong><span style="font-size: 24px"><strong><strong><strong><strong><em><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong>John                                                           Lehmann-Haupt                                                           new CD is here                                                           - Songs of the                                                           Guitar II.</strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></em></strong></strong></strong></strong></span><strong><strong><strong><strong><em><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><br>
  <span style="font-size: 18px">Some                                                           of you may                                                           remember his                                                           beautiful                                                           guitar feature                                                           at Saturn                                                           Series Poetry.<br>
    As on the                                                           first Songs of                                                           the Guitar, He                                                           offers a                                                           program that                                                           covers a lot                                                           of territory,                                                           with                                                           transitions                                                           that work in                                                           unexpected                                                           ways - from a                                                           traditional                                                           ballad to                                                           Bach, from the                                                           distant chime                                                           of Debussy's                                                           "Et la Lune                                                           Descend" to                                                           the warm                                                           murmur of Tim                                                           Hardin's                                                           "Misty Roses,"                                                           from Stevie                                                           Wonder's                                                           subtle,                                                           slinking                                                           "Creepin'" to                                                           the sweet                                                           blues of Jimmy                                                           Reed's "Honest                                                           I Do."<br>
    Check out <a href="http://www.johnlehmannhaupt.com">http://www.johnlehmannhaupt.com</a> - </span></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></em></strong></strong></strong></strong><span style="font-size: 18px">it's                       available for download, too, and you can find it                       at Amazon <a href="https://www.amazon.com/Songs-Guitar-II-John-Lehmann-Haupt/dp/B01NBWSCYX/ref=sr_1_1?ie=UTF8&qid=1487512356&sr=8-1&keywords=john+lehmann-haupt"><br>
      https://www.amazon.com/Songs-Guitar-II-John-Lehmann-Haupt/dp/B01NBWSCYX/ref=sr_1_1?ie=UTF8&amp;qid=1487512356&amp;sr=8-1&amp;keywords=john+lehmann-haupt</a> <br>
      and iTunes and CDBaby as well.</span><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><em><strong><strong><em><br>
  </em></strong></strong></em><strong><strong>________________________________________________________________________________</strong></strong><em><strong><strong><em><br>
  <span style="font-size: 24px">There is a lovely                                                           memorial essay about                                                           Ray Pospisil, extraordinary                                                           metrical poet                                                           who passed                                                           away January                                                           28, 2008. Seems like only yesterday he was sitting at the corner                                                           of the bar at                                                           the Saturn                                                           Series Poetry                                                           Reading at                                                           Nightingale                                                           Lounge on 13th                                                           Street and 2nd                                                           Ave. <br>
    He is dearly                                                           missed.</span></em></strong> <span style="font-size: 24px"><a href="http://shitcreek.auszine.com/issue14/issue14index/nemo-on-ray-pospisil/">http://shitcreek.auszine.com/issue14/issue14index/nemo-on-ray-pospisil/</a></span></strong></em></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong><br>
                                ________________________________________________________________________________ </p>
                              <p><b><span style="font-size: 40px; color: #EED313;">2018</span></b></p>
                              <p>Monday July 30, with Andy Comess, April Jones, Zev Torres <br>
                                Monday Aug. 13, with Jennifer Juneau and Eleni Kourti <br>
                                Monday Aug. 20, with Arthur Gatti , Roberto Mendoza Ayala, Jessica Nooney <br>
                                Monday Aug. 27, with Steve Bloom and Dorothy Cantwell<br>
                                Monday Sept. 3 NO READING on Labor Day<br>
                                Monday Sept. 10 with Erica Mapp, Maria Lisella and Miriam Stanley<br>
                                Monday Sept. 17 with Stephen Bluestone, Zev Shanken and Moira T. Smith<br>
                                Monday Sept. 24 with Diane Frank, Francine Witte, Barbara Rosenthal<br>
                                Monday Oct. 1 wtih Juanita Torrence Thompson and Elleraine Lockie and Patricia Carragon<br>
                                Monday Oct. 8 John Trause and Catherine Cavallone</p>
                              <p><span style="font-size: 24px">Monday Oct. 15 NO READING (Ghost City Reading at Cornelia Street Café 6pm)<br>
                                Monday Oct. 22 Amy Barone and Tsaura Litsky and Bill Considine<br>
                                Monday Oct.  29 Mallie Boman and Alan Stier <br>
                              </span><span style="font-size: 24px">Monday Nov. 5 with Susan Weiman and Diane Block</span></p>
                              <p>Monday Nov. 26 with Karen Neuberg, Bob Heman and David Elsassser</p>
                              <p><span style="font-size: 24px">Monday Nov. 19 with Margaret Yard and Mike Markham<br>
                                Monday Nov. 26 with Karen Neuberg, Bob Heman and David Elsassser<br>
                                Monday Dec. 3 NO READING</span><span style="font-size: 24px"><br>
                                  Monday Dec. 10 wtih George Held, Claudia Serea and Anton Yakovlev<br>
                                  Monday Dec. 17 wtih Su Polo and Jay Chollick and HOLIDAY PARTY!</span></p>
                              <p style="font-size: 24px">Monday March 19, with Susan L Yung and TBA<br>
                                Monday June 4, with Chuck Joy- To Be Rescheduled<br>
                                Monday June 11, with Bernard Block - To Be Rescheduled<br>
                                Monday July 30, with Andy Comess, April Jones, Zev Torres<br>
                                Monday Sept. 24 with Diane Frank and George Wallace <br>
                                Monday Oct. 1 wtih  Juanita Torrence Thomson and Elleraine Locke </p><b><span style="font-size: 40px; color: #EED313;">2017</span></b>                              * Monday Jan. 4 with With Tom Church, Michael Carter and Special         Guest from Paris Moe Seager ( He is a writer and           performance artist. Poet and Jazz &amp; Blues vocalist! )<br>
                              * Monday Jan. 11 with William Duke (one of the founders of         Saturn Series!) with Evie Ivy and Alexandra Portal<br>
                              * Monday, Jan. 18 with   Austin Alexis,  Bernard         Block - MLK Day Theme": Commemorating Martin Luther King"<br>
                              * <strong>POSTPONED to Be Rescheduled</strong> - Monday Jan. 25 with Ron         Kolm, Mike Lindgren and Jim Boyett<br>
                              * Monday Feb. 1 with    Richard Pearce and Erica Mapp<br>
                              * Monday Feb. 8 with   The Society of Urban Poetry: a group reading ! Featuring DiDi Delgado , Navah the Butterfly,  and from NYC: Debbie Kuhn AKA the Shadow  &amp; Jeffrey Coffin AKA Mel FOOP<br>
                              * Monday, Feb. 15 with Senri Oe and TBA ** Will be rescheduled! **<br>
                              * Monday, Feb. 22 with Jill Rapaport, Amina Ali, Rob Hardin<br>
                              * Monday Feb. 29 with  Anthony Moscini and Janet Restino<br>
                              * Monday March. 7 Linda Kleinbub and Burt Baroff<br>
                              * Monday March. March 14 with Concetta Abbate &amp; Dian Killian AKA DK and the Joy Machine<br>
                              * Monday March. 21 with Susan L. Yung, Larry Roland &amp; Ras         Moshe Burnett<br>
                              * Monday March. 28 with Ron         Kolm, Mike Lindgren and Jim Boyett<br>
                              * Monday April 4 with Francine Witte, George Wallace and Gabriel         Don<br>
* Monday April 11 with Susan Weiman and David Elsasser (former         host of Saturn!)<br>
* Monday April 18 with Christi Shannon Kline  and William Wolak         and Yuyutsu R.D. Sharma<br>
* Monday April 25 with Jane Byaela and Barbara Hall  <br>
* Monday May 2 with Larry Littany Litt and Barbara Clark<br>
* Monday May 9, Su Polo and Taurus Poets Birthday Special with Jay Chollick  <br>
* Monday May 16 with Deanna M. Lehman and Isaac Wheeler<br>
* Monday May 23, CANCELLED<br>
* Monday May 30, CANCELLED<br>
* Monday June 6, with Ptr Kozlowski, Jason Gallagher, Yi         Wu<br>
* Monday June 13, with Jim Feast, Ron Kolm, tentatively Sparrow<br>
* <strong>Monday June 20 Saturn Reading </strong><strong>cancelled</strong><strong> Please join Su Polo featured at Cornelia Street Cafe </strong><strong><br>
</strong><strong>with George Held, Anoton Yakovlev and Claudia Serea "The           Fab 4"</strong><br>
* Monday June 27  with Allan Hunter, Alice Klugherz, Eugene Hyon<br>
* Monday July 4  with CANCELLED - Go out and see the fireworks!<br>
* Monday July 11  with Michael Schwartz, Diane Block and         Bernard Block  "Memory and Myth: Brooklyn, Long Island, Island of         Coney" <br>
* Monday July 18, with Linda Kleinbub, Burt Baroff and Vincent         Quatroche<br>
* Monday July 25, with Tom Church, PeeWee, Andy Comess and Special Guest Deanna M. Lehman<br>
* Monday August 1 with Mindy Matijasevic and Pete Dolack<br>
* Monday August 8 with OPEN - WORKS OF         REMEMBRANCE OF POETS PAST<br>
* Monday August 15 with Zev           Torres and John Jack Edward Cooper<br>
* Monday August 22 with Lisa Gutkin (Songs on Guitar), Stephen Paul Miller And Barbara Rosenthal<br>
* Monday August 29 with Robert Gibbons and Marilyn         Thomas King<br>
* Monday September 5 with Penelope Maguffin, Deanna M. Lehman <br>
and special musician guest Robin Greenstein<br>
* Monday September 12 with Angela Kirby Visiting from the UK and David Francis (Songs on Guitar) <br>
* Monday September 19 with Ellaraine Lockie, Juanita         Torrence Thompson and Alexandra Portal<br>
* Monday September 26 with Jan Castro and Concetta Abatte CANCELLED due to private party<br>
* Monday October 3 Moe Seager with Bill Considine <br>
* Monday October 10 Cancelled<br>
* Monday October 17 with  Richard Pearse and Friends TBA<br>
* Monday October 24 with Chuck Joy and Francine Witte<br>
* Monday November 7 with Larry Littany Litt with Lorin Roser; and Art Gatti; and Ptr Kozlowski<br>
* Monday November 14 with Leigh Harrison and Robert Kramer<br>
* Monday November 21 with The Dove Sisters : Poet Rebecca Taub, poet/violinist Liz Taub, Flutist Suki Rae  <br>
and also presenting the poetry of Shirley Freilich Taub and Daniel Polsky<br>
                              * Monday November 14 with Leigh Harrison and Robert Kramer  <br>
                              * Monday November 28 with wide open                              <br>
                              * Monday December 5 with Jay Chollick Poet and Jim Petrie Singer Songwriter on Guitar <br>
                              * Monday December 12 with Sarah Sarai and Barbara Rosenthal <br>
                              And Every Monday Night!<br>
                              Be the happiness you are today!<strong><br>
                              </strong>
                              <h3>_______________________________________________________________ </h3>
                              <p style="font-size: 24px"><span style="font-size: 36px; color: #C17AD8;">Thanks to all who came to my music gig on Dec. 3 at 6pm at Mary O's</span> <br>
                                <span style="font-size: larger">in the East Village, 32 Ave. A, Between 2nd &amp; 3rd Streets.<br>
                                  Please mark your calendars, More info to come! </span></p>
                              <p style="font-size: 24px">Really needed your support at this event! Thanks!</p>
                              <p style="font-size: 24px"><span style="font-size: 36px; color: #C17AD8;">Thank You!<br>
                              </span><span style="font-size: 36px; color: #C17AD8">Su</span></p>
                              <p style="font-size: 24px"><img src="images/su dec 3 flyer.jpg" width="573" height="220" alt=""/></p>
                              <p><font size="6
                            " color="lime"><b>Thanks!<a href="https://www.facebook.com/events/2575542412469580/"> https://www.facebook.com/events/2575542412469580/</a></b></font></p>
                              <p><font size="6
                            " color="lime"><b>...........................................</b></font><br>
                              </p>
                              <p>&nbsp;</p>
                              <h2 style="font-size: larger"><font size="5" color="lime"><b><font size="6" color="#fa8072"><span style="font-size: 14px">THANK YOU ALL FOR COMING TO OUR SHOW!<br>
                                <span style="font-size: 36px">Tapping into NY</span></span></font></b></font> <span style="font-size: xx-large"><font size="6" color="lime"><b>-</b></font><b><em><strong> <span style="font-size: large"><span style="font-size: 36px">Next Date Tuesday</span>,<span style="font-size: 36px"> December 13, 2016</span></span></strong></em></b><span style="font-size: 36px"><font size="6" color="lime"><b><em><strong>... </strong></em></b></font><b>6PM -7:30</b></span><br>
                                  <font size="5" color="lime"><b>Cornelia Street Cafe</b></font></span></h2>
                              <h2 style="font-size: 24px"><font size="5" color="lime"><b><font size="6" color="#fa8072"><img src="images/TapNYC_Postcard_SP_052316_OneUp_1.jpg" width="259" height="160" alt=""/></font></b></font><span style="font-size: larger">T<span style="font-size: small">APPING INTO NEW YORK… is back! A unique collaboration that combines memoir and tap dance to tell the story of New York, then and now. Come hear an evening of storytelling and tap jamming that conjures the rhythms of the City – from the words on the page to the beat on the stage – evoking unforgettable scenes in the cinema of the imagination. <br>
                                Featuring Kathryn Adisman,  Robin Hirsch, Kendall Kardt, Armand Ruhlman, Su Polo, Fred Simpson, Ron Kolk, and Special Guest Tapper and Comic Jane Goldberg</span></span></h2>
                              <h2 style="font-size: 24px"><span style="font-size: small">Tuesday,  July 7, 2016<br>
                                [email protected]   See you there!   For more information, contact: [email protected]</span><br>
                                _______________________________________________ </h2>
                              <p>&nbsp;</p>
                              <p><font size="6
                            " color="lime"><b></b></font><span style="font-size: 24px">THANKS! For coming to the <br>
                                  <span style="font-size: smaller">Vigil4InternationalPeace and Environment!.org <br>
A full day of Free Fun! </span></span><span style="font-size: smaller">SEE YOU NEXT YEAR AROUND UN PEACE DAY!<br>
</span><span style="font-size: 16px"><strong><strong><strong><strong><strong><strong><strong><strong>Sunday,                                                            Sept. 20 at                                                           the Band                                                           Shell, Central                                                           Park 10am -5pm                                                           (72nd street) <a href="http://www.Vigil4InternationalPeace.org">http://www.Vigil4InternationalPeace.org</a> <br>
Su Polo will                                                           be performing                                                           late morning                                                           with a host of                                                           international                                                           performers -                                                           This is a                                                           family                                                           friendly, day                                                           long FREE                                                           event for                                                           Peace and                                                           ecology.                                                            Music, Dance,                                                           Art,                                                           Childrens' big                                                           drawings to                                                           do. Fun!  Join                                                           us for this                                                           great ceremony                                                           of Peace on                                                           the U.N.                                                           Official                                                           International                                                           Day of Peace.<br>
</strong></strong></strong></strong></strong></strong></strong></strong></span>_______________________________________________________________ <br>
Saturn Series Poetry Reading &amp; Open Mike meets Every Monday Night! <br>
Thanks to those who came to visit my sculpture:<br>
<font size="7" color="#00ff99"><b style="font-size: 24px">Umbrella Reliquary II </b></font>for FIGMENT NY 2014 on Governors Island Sat &amp; Sunday  June 7-8, 2014 only. <a href="http://newyork.figmentproject.org/?e=a3181b02e92eac46254477e50d057db40a8f78d5&utm_source=figmentnyc&utm_medium=email&utm_campaign=ferry_update&n=2">http://newyork.figmentproject.org/</a><br>
_______________________________________________________________ </p>
                              <h2 style="font-size: smaller"><strong><strong><strong><strong><em><strong><font size="5" color="#00ff99"><b>2015-</b></font><strong><strong><strong><em><strong><font size="5" color="#00ff99"><b>THANK YOU to those who came to Figment.org on Governors Island June 6 - 7 only. </b></font></strong></em></strong></strong></strong><font size="5" color="#00ff99"><b><br>
                                </b></font></strong></em><font size="5" color="lime"><b><font size="6" color="#fa8072">&quot;Sparkle Window&quot;</font></b></font> <span style="font-size: 14px">A Sculpture/Wind Chime by Su Polo - set up near the open mike hosted by David W. Jacobson by Castle Williams and across from the Gazebo. Figment is a fud day for a lunch outing with family and friends. </span></strong></strong></strong></strong> C'MON!<br>
                                http://newyork.figmentproject.org/?utm_campaign=weekly_june_5&amp;utm_medium=email&amp;utm_source=figmentnyc </h2>
                              <h2 style="font-size: 10px"> _______________________________________________________ </h2>
                              <h2 style="font-size: smaller"><font size="5" color="#00ff99"><b>The 22st Annual Alternative New Year's Day Spoken Word / Performance Extravaganza</b></font><br>
                                <span style="font-size: 24px">PALABRAS LUMINOSAS / LUMINOUS WORDS </span><font size="5" color="#00ff99"><b><a href="http://alternativenyd.org" rel="noreferrer" target="_blank">http://alternativenyd.org</a> <br>
                                  </b></font><span style="font-size: larger"><strong><strong><strong><strong>This                                                           event was a                                                           great success!                                                           Thanks to all                                                           who came-                                                           January 1,                                                           2016 The                                                           Alternative                                                           New Year's Day                                                           Poetry                                                           Extravaganza                                                           at Nuyorican                                                           Poets Café, <br>
                                    The Anthology                                                           is available                                                           by ordering                                                           online </strong></strong></strong></strong><strong><strong><strong><strong>on                                                           our website, <a href="http://alternativenyd.org">http://alternativenyd.org</a>. <br>
                                      Set Creation                                                           by Joanne                                                           Pagano Weber                                                           with help from                                                           Douglas                                                           Collura.                                                            Poster and                                                           Anthology                                                           creation by                                                           C.D. Johnson</strong></strong></strong></strong></span></h2>
                              <p style="font-size: smaller">&nbsp;</p>
                              <h2><span style="font-size: 18px">Thank You for coming to FAB 4 - Su Polo reading on <br>
                                Monday June 20. Four fabulous poets will read at Cornelia Street Cafe at 6 p.m.: George Held, Anton Yakovlev, Su Polo, and Claudia Serea.</span> Come celebrate summer solstice with us! $9 Cover gets you a drink. </h2>
                              <hr size="5">
                              <p style="font-size: 24px; color: #8CE950;"><span style="font-size: smaller">Thank you for coming to the Vigil for International Peace and Environment! <br>
A full day of Free Fun! </span> <span style="font-size: smaller">SEE YOU NEXT YEAR AROUND U.N. PEACE DAY!<br>
</span><strong><strong><strong><strong><strong><strong><strong><strong>Sunday,                                                            Sept. 20 at                                                           the Band                                                           Shell, Central                                                           Park 10am -5pm                                                           (72nd street) <a href="http://www.Vigil4InternationalPeace.org">http://www.Vigil4InternationalPeace.org</a> <br>
Su Polo will                                                           be performing                                                           late morning                                                           with a host of                                                           international                                                           performers -                                                           This is a                                                           family                                                           friendly, day                                                           long FREE                                                           event for                                                           Peace and                                                           ecology.                                                            Music, Dance,                                                           Art,                                                           Childrens' big                                                           drawings to                                                           do. Fun!  Join                                                           us for this                                                           great ceremony                                                           of Peace on                                                           the U.N.                                                           Official                                                           International                                                           Day of Peace.</strong></strong></strong></strong></strong></strong></strong></strong></p>
                              <h2 style="font-size: 24px">Past Venues</h2>
                              <h4 style="font-size: 14px; color: #F1B41A;"><font size="5" color="lime"><b><font size="6" color="#fa8072"><span style="font-size: larger; color: #09B288;">AT </span></font></b></font><span style="font-size: 48px"><b>Stone Creek</b></span><b><span style="font-size: larger; color: #09B288;"><span style="font-size: 44px"><span style="color: #FAA432"> Bar and Lounge</span></span></span></b><font size="5" color="lime"><b><font size="6" color="#fa8072"><span style="font-size: larger; color: #09B288;"><span style="font-size: 44px">! - <span style="color: #F88F05">7:30</span></span><span style="color: #F88F05">pm</span></span></font><span style="font-size: 36px"><b><b><b><font size="6" color="lime"><b><br>
                                </b></font>140 East 27 St. Btw 3rd &amp; Lexington Aves. <br>
                                In the Back room!</b></b></b></span></b></font> <font size="5" color="lime"><b><span style="font-size: 36px"><b><b><b>NYC</b></b><br>
  <span style="font-size: 24px">Train: 6 to 28th walk East</span></b></span></b></font> 2 blocks</h4>
                              <h4 style="font-size: 14px; color: #F1B41A;"><b><font size="6" color="lime"><b>Start 7:30 pm  NYC sign up at 7:15</b></font></b></h4>
                              <p><em><strong><span style="font-size: 36px">2 or 3 features Plus Open Mike!</span></strong></em></p>
                              <p style="font-size: 24px"></p>
                              <p style="font-size: smaller">&nbsp;</p>
                              <h3><strong><br>
                          </strong></h3></td>
					  </tr>
						<tr>
						  <td height="982"><p style="font-size: 24px"><span style="font-size: 36px; color: #C17AD8;">Thanks to all who came to my music gig on Dec. 3 at 6pm at Mary O's</span> <br>
						    <span style="font-size: larger">in the East Village, 32 Ave. A, Between 2nd &amp; 3rd Streets.<br>
						      Please mark your calendars, More info to come! </span></p>
                            <p style="font-size: 24px">Really needed your support at this event! Thanks!</p>
                            <p style="font-size: 24px"><span style="font-size: 36px; color: #C17AD8;">Thank You!<br>
                            </span><span style="font-size: 36px; color: #C17AD8">Su</span></p>
                            <p style="font-size: 24px"><img src="images/su dec 3 flyer.jpg" width="573" height="220" alt=""/></p>
                            <p><font size="6
                            " color="lime"><b>Thanks!<a href="https://www.facebook.com/events/2575542412469580/"> https://www.facebook.com/events/2575542412469580/</a></b></font></p>
                          <p><font size="6
                            " color="lime"><b>...........................................</b></font></p></td>
					  </tr>
					</table>
					<p>&nbsp;</p>
		      </td>
				<td width="12" height="2"><spacer type="block" width="1" height="2"></td>
			</tr>
			<tr height="43">
				<td width="117" height="181" rowspan="2" valign="top" align="left" xpos="224"><csobj w="77" h="115" t="Button" ht="/images/Crystlbook.JPG" cl="/images/bookcoversml.gif" csclick="C5FF28EC0"><a href="/pages/page2.html" target="page2.html" onmouseover="return CSIShow(/*CMP*/'button',1)" onmouseout="return CSIShow(/*CMP*/'button',0)" onclick="CSAction(new Array(/*CMP*/'C5FF28EC0'));CSIShow(/*CMP*/'button',2);return CSClickReturn()"><img src="/images/bookcoversml.gif" width="77" height="115" name="button" border="0"></a></csobj></td>
				<td width="12" height="43"><spacer type="block" width="1" height="43"></td>
			</tr>
			<tr height="138">
				<td height="5281" colspan="2" rowspan="7" valign="top" align="left" xpos="0">
					<table border="11" cellpadding="3" cellspacing="4" width="200">
						<tr>
							<td><font size="6">&#149;</font><a href="/pages/page2.html"><font size="4"><b>About my book<br>
										</b></font><font size="5"><b>Turning Stones</b></font></a></td>
						</tr>
						<tr>
							<td><font size="6">&#149;</font> <a href="/pages/gallerypage4.html"><font size="5">Art gallery</font></a></td>
						</tr>
						<tr>
							<td><font size="6">&#149;</font> <a href="/pages/Animationpage5.html"><font size="5">Animation</font></a></td>
						</tr>
						<tr>
							<td><font size="6">&#149;</font> <a href="/pages/photog%26Bio.html"><font size="5">Photography</font></a></td>
						</tr>
						<tr>
							<td><font size="6">&#149;</font> <a href="/pages/IndustryGraphics.html"><font size="5">Industry Graphics</font></a>
								<p><font size="6">&#149;</font> <a href="/pages/SuPoloDesignSamples.html"><font size="5">Design Samples</font></a></p>
							</td>
						</tr>
						<tr>
							<td><font size="4">NEW!<br>
								</font><font size="6">&#149;</font> <a href="/Saturn_Series_Poetry.html"><font size="5">Saturn Series Poetry</font></a></td>
						</tr>
						<tr>
							<td><font size="4">NEW!<br>
								</font><font size="6">&#149;</font> <a href="/pages/Crystal_Energy_Wands8.html"><font size="5">Atlantean Crystal<br>
										Energy Wands</font></a></td>
						</tr>
						<tr>
							<td><font size="6">&#149;</font> <a href="/pages/Page7Quilts.html"><font size="5">Quilter's Shed</font></a></td>
						</tr>
						<tr>
							<td><font size="4">NEW! to Quilter's Shed<br>
								</font><font size="6">&#149;</font> <a href="/pages/Intl_Knit.html"><font size="5">International Fiber Collaborative</font></a></td>
						</tr>
						<tr>
							<td><font size="6">&#149;</font> <a href="/pages/page3.html"><font size="5">Curious Links</font></a></td>
						</tr>
						<tr>
							<td><font size="4">Get on my e-mailing list: </font><font size="6">&#149;</font> <a href="mailto:[email protected]" target="_self" title="link to my email"><font size="5"><u>Email Su Polo<br>
										</u></font></a><font size="4">comments / Questions</font></td>
						</tr>
						<tr>
							<td></td>
						</tr>
					</table>
				</td>
				<td width="12" height="138"><spacer type="block" width="1" height="138"></td>
			</tr>
			<tr height="107">
				<td width="117" height="107" valign="top" align="left" xpos="224"><csobj w="112" h="64" t="Button" ht="/images/Feather%20Mask.Gif" cl="/images/Cat.GIF" csclick="C649135A0"><a href="/pages/gallerypage4.html" target="_top" onmouseover="return CSIShow(/*CMP*/'ArtGalleryButton',1)" onmouseout="return CSIShow(/*CMP*/'ArtGalleryButton',0)" onclick="CSAction(new Array(/*CMP*/'C649135A0'));CSIShow(/*CMP*/'ArtGalleryButton',2);return CSClickReturn()"><img src="/images/Woman.jpeg" width="112" height="64" name="ArtGalleryButton" border="0"></a></csobj></td>
				<td width="12" height="107"><spacer type="block" width="1" height="107"></td>
			</tr>
			<tr height="59">
				<td width="117" height="144" rowspan="2" valign="top" align="left" xpos="224"><csobj al="" w="96" h="96" t="Button" ht="/images/Crystlbl.6.JPG" cl="/images/Gwenny.JPG" csclick="C68A59FB3"><a href="/pages/Animationpage5.html" target="Animation Page5" onmouseover="return CSIShow(/*CMP*/'Crystal ball Button',1)" onmouseout="return CSIShow(/*CMP*/'Crystal ball Button',0)" onclick="CSAction(new Array(/*CMP*/'C68A59FB3'));CSIShow(/*CMP*/'Crystal ball Button',2);return CSClickReturn()"><img src="/images/Crystlbl.3.JPG" width="96" height="96" name="Crystal ball Button" border="0" alt="What's Gwenny Dreaming?"></a></csobj></td>
				<td height="59" colspan="2"></td>
				<td width="12" height="59"><spacer type="block" width="1" height="59"></td>
			</tr>
			<tr height="85">
				<td height="647" colspan="2" rowspan="3" valign="top" align="left" xpos="992">
					<table border="14" cellpadding="6" cellspacing="2" width="350">
						<tr>
							<td><a href="/Ray_Pospisil2008.html"><font size="5">Link to </font><font size="5" color="#fff8dc">Ray Pospisil</font><font size="5"> Memorial page<br>
									</font><font size="4" color="#66ffff">Memorial Gathering on March 26, 2008</font><font size="4"> @ </font></a>
								<p><a href="/Ray_Pospisil2008.html"><font size="5" color="#fffacd"><b>Ray's book THE BELL is on sale</b></font></a></p>
								<p><a href="/Ray_Pospisil2008.html"><font size="4"><b>Page Updated 6/22/09</b></font></a></p>
							</td>
						</tr>
					</table>
				</td>
				<td width="12" height="85"><spacer type="block" width="1" height="85"></td>
			</tr>
			<tr height="96">
				<td width="117" height="96" valign="top" align="left" xpos="224"><csobj w="105" h="52" t="Button" ht="/images/CarolsQuiltSml.JPG" cl="/images/Qulters%20Logo.JPG" csclick="C68A5A0C8"><a href="/pages/Page7Quilts.html" target="Page7Quilts.html" onmouseover="return CSIShow(/*CMP*/'Quilter's Shed Button',1)" onmouseout="return CSIShow(/*CMP*/'Quilter's Shed Button',0)" onclick="CSAction(new Array(/*CMP*/'C68A5A0C8'));CSIShow(/*CMP*/'Quilter's Shed Button',2);return CSClickReturn()"><img src="/images/QultersLogo.JPG" width="105" height="52" name="Quilter's Shed Button" border="0"></a></csobj></td>
				<td width="12" height="96"><spacer type="block" width="1" height="96"></td>
			</tr>
			<tr height="466">
				<td width="117" height="466" valign="top" align="left" xpos="224"><csobj w="112" h="128" t="Button" csclick="C68A5A0C9"><a href="/pages/Crystal%20Energy%20Wands8.html" target="_blank" onmouseover="return CSIShow(/*CMP*/'Crystal Energy wands page',1)" onmouseout="return CSIShow(/*CMP*/'Crystal Energy wands page',0)" onclick="CSAction(new Array(/*CMP*/'C68A5A0C9'));return CSClickReturn()"><img src="/images/wands1Sml.150.JPG" width="112" height="128" name="Crystal Energy wands page" border="0"></a></csobj></td>
				<td width="12" height="466"><spacer type="block" width="1" height="466"></td>
			</tr>
			<tr height="4330">
				<td width="117" height="4330"></td>
				<td height="4330" colspan="4" valign="top" align="left" xpos="352">
					<table border="8" cellpadding="0" cellspacing="2" width="700" height="720" bgcolor="#000099">
						<tr>
							<td width="678"><p><font size="6">*** WE're on Hiatus till further notice- PLEASE CHECK TO MAKE SURE THIS IS THE CONFIRMED VENUE ON THE WEEK OF THE EVENT...</font></p>
							  <p><font size="6">&#149; Wed. Nov. 6 at CANCELLED till further notice</font></p>
							  <p><font size="4"> and</font> <font size="5" color="#00ff99"><b>Every FIRST Wednesday Music Open Mike</b></font><font size="6" 

color="lime"><b><br>
							    <a href="/pages/recentfeatures.html">Artists' Lounge Music Showcase </a></b></font><a href="/pages/recentfeatures.html"><font size="5" color="lime"><b>&amp; open mike</b></font></a> <font size="5" color="lime"><b>@ <br>
							    <br>
							    .<br>
						      </b></font><font color="lime"><b>Food and Drink available!</b></font><font size="5" color="lime"><b><br>
						      </b></font><font color="#99ffcc"><b>A MUSICIANS, SINGERS &amp; SONGWRITERS SHOWCASE</b></font></p>
							  <p><font color="#ffffcc"><b>Open Mic &amp; feature Performances - Focus on original pieces. One or 2 songs per person/group (depending on size of list). Hosted by Su Polo<br>
											Please bring instruments ready for quick set up.<br>
											<br>
										</b></font><font size="4" color="#ccc05c"><b>1Drink Minimum at the Bar, $3 suggested donation WE PASS THE HAT for musicians<br>
										</b></font><b><font color="#ffffcc" size="5">.</font></b></p>
								<p><font size="5" color="#00ff99"><b>Featuring </b></font><font size="5" color="#ffff33"><b>on First Wednesdays</b></font><font color="#ffff33"> <b>- 2012
								</b></font><font size="6" color="#00ff99"><br>
													Sign up @7:30 Starts at 7:30 PM</font><font size="6" color="#ccff33"><br>
													<font size="5" color="#b0c4de"><b>Special features<br>
															Plus Feature artists to perform with open mike performers mixed in between.<br>
								</p>
								<p><font size="4" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b>MUSIC OPEN MIKE STARTS AT 7:30 pm followed by our Featured Performers<br>
											http://www.supolo.com/ http://www.supolo.com/pages/recentfeatures<br>LINEUP...<br>
7:30 - Open Mike 
<br>
8:15 - TBA<br>
9:00 - TBA<br>
9:40 - TBA</font><font size="4" color="#ccff33"><br>*Please note times are estimated with open mike mixed in.<br>

			<br>
</font><font size="4" color="#ccff33">
											Previous Showcases...
							  Thanks to our features on ...
								<p>SEPT. 4: Nelson Alxndr , The Willie Wolf Band with Anne DeAcetis (who all brought the sound system for all to use and made this night able to happen) and Philip Lynch.  And what a great night it was!                                                      
								<p>August 7... <strong>Ed and Greta Tristram           presenting the Good vs. Evil show!, Vinny Leary of The Village           Fugs </strong> and <strong><strong>Tom                     Fitzpatrick</strong></strong><br><br>Thanks go out to our features on July 3 - with Honor Finnegan, Karen Dahlstrom of Bobtown, Ariah Noetzel, and Stuart Markus of Gathering Time.
  <br><br>
								  This was a pre-
								  
								  Falcon Ridge Folk Festival event! Showcasing three recent Emerging Artists from the festival and one new gal from NYC. We're hoping to excite you about singer/songwriters AND this great folk festival!
								  The 2013 festival will be held August 2nd, 3rd, and 4th. http://www.falconridgefolk.com/
  <br>								<br>and thanks to our other previous performers...<br>June:  Michelle Fury and Val Kinzler, Paul Sachs & Paul Fairall
								  May 1:  Vinny Leary of the NY Fugs with Ed Tristram & Greta Tristram and 
								  Chris Lowe,
								  
								  <br>Thanks to Chris Lowe, Karen Hudson and Randy Burns on April 3		<br>Thanks to Chris Lowe, Yukio Tsuji, Sara Galas and Philip Lynch for a great night in Jan.		<br>Thanks to Daniel Cohen, David Massengill and the Willie Wolf Trio for a great night in Feb.
								  
						  </tr>
					</table>
				</td>
				<td width="12" height="4330"><spacer type="block" width="1" height="4330"></td>
			</tr>
			<tr height="1" cntrlrow>
				<td width="163" height="1"><spacer type="block" width="128" height="1"></td>
				<td width="133" height="1"><spacer type="block" width="96" height="1"></td>
				<td width="117" height="1"><spacer type="block" width="128" height="1"></td>
				<td width="299" height="1"><spacer type="block" width="128" height="1"></td>
				<td width="644" height="1"><spacer type="block" width="512" height="1"></td>
				<td width="1" height="1"><spacer type="block" width="28" height="1"></td>
				<td width="1049" height="1"><spacer type="block" width="1397" height="1"></td>
				<td width="12" height="1"></td>
			</tr>
		</table>
		<tr height="1" cntrlrow>
				<td width="1" height="1"></td>
				<td width="16" height="1"><spacer type="block" width="16" height="1"></td>
				<td width="112" height="1"><spacer type="block" width="112" height="1"></td>
				<td width="80" height="1"><spacer type="block" width="80" height="1"></td>
				<td width="16" height="1"><spacer type="block" width="16" height="1"></td>
				<td width="16" height="1"><spacer type="block" width="16" height="1"></td>
				<td width="112" height="1"><spacer type="block" width="112" height="1"></td>
				<td width="128" height="1"><spacer type="block" width="128" height="1"></td>
				<td width="512" height="1"><spacer type="block" width="512" height="1"></td>
				<td width="28" height="1"><spacer type="block" width="28" height="1"></td>
				<td width="395" height="1"><spacer type="block" width="395" height="1"></td>
			</tr>
		<tr height="16">
				<td width="1" height="16"><spacer type="block" width="1" height="16"></td>
				<td width="128" height="131" colspan="2" rowspan="3" valign="top" align="left" xpos="0"></td>
				<td width="80" height="16"></td>
			

Anon7 - 2021