ÿþ<html> <head> <title>Charlotte Thistle - Upcoming Shows</title> <meta Name="description" Content="Charlotte Thistle: Peforming Songwriter."> <meta Name="keywords" Content="charlotte thistle, charlotte, thistle, singer, songwriter, guitarist, folk, storytelling, road songs, protest songs, stories, folk music, folk singer, guitar, woman, women, dance, modern dance, choreographer, choreography, music, music video, folksinger"> <script type="text/javascript" src="http://static.delicious.com/js/playtagger.js"></script> <center> </head> <body background=images/greenbasewp.jpg text="black" link="#c0303f" vlink="#c0303f"> <table width=840 border=0 bgcolor="tan" cellpadding=5 cellspacing=2 align=center text="brown" link="#c0303f" vlink="#c0303f"> <td align=center> <table width=780 bgcolor=#7E3517 border=5 cellpadding=10 align=center text="brown"link="#c0303f"vlink="#c0303f"> <td align=full> <h3><big> <font size="10" face="Bradley Hand ITC TT"> CHARLOTTE THISTLE ...<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A GIRL WITH A GUITAR </table> <br> <table> <td> <!html comment *******************************************************************> <!html comment MENU BAR STARTS HERE> <style type="text/css"> #dropmenudiv{ position:absolute; border:1px solid black; border-bottom-width: 0; font:normal 12px Verdana; line-height:18px; z-index:100; } #dropmenudiv a{ width: 100%; display: block; text-indent: 3px; border-bottom: 1px solid black; padding: 1px 0; text-decoration: none; font-weight: bold; } #dropmenudiv a:hover{ /*hover background color*/ background-color:tan; } </style> <b> <a href=index.html>HOME</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="gigs.html">SHOWS</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href=bio.html>BIO</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href=pressbio.html>PRESS</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href=mailto:char@agirlwithaguitar.com>CONTACT</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <script type="text/javascript"> /*********************************************** * AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ //Contents for menu 1 var menu1=new Array() menu1[0]='<a href="reviews.html">CDs for SALE</a>' menu1[1]='<a href="http://www.greatindie.com/ipnmusic/store/list.php?item_number=613285944626">MP3s for SALE</a>' menu1[2]='<a href="mp3s.html">FREE MP3s</a>' menu1[3]='<a href="http://www.sonicbids.com/epk/epk.aspx?epk_id=214327">Charlotte Thistle Band on Sonic Bids</a>' //Contents for menu 6 var menu2=new Array() menu2[0]='<a href="joan.html">Joan of Arc & The Magic Fairy Tree</a>' menu2[1]='<a href="dancegallery.html">PHOTO GALLERY</a>' var menuwidth='165px' //default menu width var menubgcolor='tan' //menu bgcolor var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds) var hidemenu_onclick="yes" //hide menu when user clicks within menu? /////No further editting needed var ie4=document.all var ns6=document.getElementById&&!document.all if (ie4||ns6) document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>') function getposOffset(what, offsettype){ var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop; var parentEl=what.offsetParent; while (parentEl!=null){ totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop; parentEl=parentEl.offsetParent; } return totaloffset; } function showhide(obj, e, visible, hidden, menuwidth){ if (ie4||ns6) dropmenuobj.style.left=dropmenuobj.style.top="-500px" if (menuwidth!=""){ dropmenuobj.widthobj=dropmenuobj.style dropmenuobj.widthobj.width=menuwidth } if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover") obj.visibility=visible else if (e.type=="click") obj.visibility=hidden } function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function clearbrowseredge(obj, whichedge){ var edgeoffset=0 if (whichedge=="rightedge"){ var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15 dropmenuobj.contentmeasure=dropmenuobj.offsetWidth if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth } else{ var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18 dropmenuobj.contentmeasure=dropmenuobj.offsetHeight if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up? edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either? edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge } } return edgeoffset } function populatemenu(what){ if (ie4||ns6) dropmenuobj.innerHTML=what.join("") } function dropdownmenu(obj, e, menucontents, menuwidth){ if (window.event) event.cancelBubble=true else if (e.stopPropagation) e.stopPropagation() clearhidemenu() dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv populatemenu(menucontents) if (ie4||ns6){ showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth) dropmenuobj.x=getposOffset(obj, "left") dropmenuobj.y=getposOffset(obj, "top") dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px" dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px" } return clickreturnvalue() } function clickreturnvalue(){ if (ie4||ns6) return false else return true } function contains_ns6(a, b) { while (b.parentNode) if ((b = b.parentNode) == a) return true; return false; } function dynamichide(e){ if (ie4&&!dropmenuobj.contains(e.toElement)) delayhidemenu() else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget)) delayhidemenu() } function hidemenu(e){ if (typeof dropmenuobj!="undefined"){ if (ie4||ns6) dropmenuobj.style.visibility="hidden" } } function delayhidemenu(){ if (ie4||ns6) delayhide=setTimeout("hidemenu()",disappeardelay) } function clearhidemenu(){ if (typeof delayhide!="undefined") clearTimeout(delayhide) } if (hidemenu_onclick=="yes") document.onclick=hidemenu </script> <a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()">MUSIC</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu2, '150px')" onMouseout="delayhidemenu()">DANCE</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="road.html">ROAD STORIES</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </b> </table> <center> <!html comment MENU BAR ENDS HERE><!html comment ************************************************************************> <p> <table border=2 bordercolor=black width=830 align=center cellpadding=3 cellspacing=0 text="brown"link="#c0303f"vlink="#c0303f"> <td bgcolor="tan" align=left> <img src=images/conor.jpg align= right> <h2><center> Upcoming Shows </h2></center> <ul> <li> Sunday, July 10, 2:15 pm<br> Thistle & Rose<br> Kesey Energy Park Stage<br> <A href=http://www.oregoncountryfair.org>Oregon Country Fair</a><br> 24363 Suttle Rd<br> Veneta, OR<br> <a href=http://maps.google.com/maps?q=24363+Suttle+Rd+veneta+OR&hl=en&ll=44.061686,-123.379211&spn=0.018318,0.036778&sll=37.0625,-95.677068&sspn=41.224889,75.322266&z=15>Map</a><p> <li>Friday, July 15, 8pm<br> Solo Show<br> <a href=http://www.cafemundo.us/>Cafe Mundo</a><br> 711 Northwest 2nd Court<br> Newport, OR 97365-3639<br> (541) 574-8134<br> <a href=http://maps.google.com/maps?q=Cafe+Mundo,+Northwest+2nd+Court,+Newport,+OR&hl=en&sll=44.057029,-123.106828&sspn=0.00916,0.018389&gl=us&z=16>Map</a><p> <li>Saturday, July 16, 12 noon<br> Thistle & Rose<br> <a href=http://www.eugenesaturdaymarket.org/>Eugene Saturday Market</a><br> Oak Street, Eugene, OR<br> (541) 686-8885<br> <a href=http://maps.google.com/maps?q=eugene+saturday+market&client=safari&oe=UTF-8&fb=1&gl=us&z=16>Map</a><p> <li>Sunday, July 17, 6pm<br> Thistle & Rose<br> <a href=http://www.mississippipizza.com>Mississippi Pizza</a><br> 3552 North Mississippi Avenue<br> Portland, OR 97227-1155<br> (503) 288-3231<br> <a href=http://maps.google.com/maps?q=mississippi+pizza+portland+or&hl=en&client=safari&fb=1&gl=us&sqi=2&z=13>Map</a><p> <li>Thursday, July 28 · 6:30pm - 9:00pm<br> Thistle & Rose<br> <a href=http://www.facebook.com/backyardhc>Backyard House Concert Series</a><br> <a href=http://www.facebook.com/event.php?eid=158630994204759>Click Here</a> for event info<br> Or <a href=mailto:music@backyardhc.com>Email</a> Host Shanie for directions </table> <html comment *******************************************************************> <!html comment MENU BAR STARTS HERE> <style type="text/css"> #dropmenudiv{ position:absolute; border:1px solid black; border-bottom-width: 0; font:normal 12px Verdana; line-height:18px; z-index:100; } #dropmenudiv a{ width: 100%; display: block; text-indent: 3px; border-bottom: 1px solid black; padding: 1px 0; text-decoration: none; font-weight: bold; } #dropmenudiv a:hover{ /*hover background color*/ background-color:tan; } </style> <b> <a href=index.html>HOME</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="gigs.html">SHOWS</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href=bio.html>BIO</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href=pressbio.html>PRESS</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href=mailto:char@agirlwithaguitar.com>CONTACT</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <script type="text/javascript"> /*********************************************** * AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ //Contents for menu 1 var menu1=new Array() menu1[0]='<a href="reviews.html">CDs for SALE</a>' menu1[1]='<a href="http://www.greatindie.com/ipnmusic/store/list.php?item_number=613285944626">MP3s for SALE</a>' menu1[2]='<a href="mp3s.html">FREE MP3s</a>' menu1[3]='<a href="http://www.sonicbids.com/epk/epk.aspx?epk_id=214327">Charlotte Thistle Band on Sonic Bids</a>' //Contents for menu 6 var menu2=new Array() menu2[0]='<a href="joan.html">Joan of Arc & The Magic Fairy Tree</a>' menu2[1]='<a href="dancegallery.html">PHOTO GALLERY</a>' var menuwidth='165px' //default menu width var menubgcolor='tan' //menu bgcolor var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds) var hidemenu_onclick="yes" //hide menu when user clicks within menu? /////No further editting needed var ie4=document.all var ns6=document.getElementById&&!document.all if (ie4||ns6) document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>') function getposOffset(what, offsettype){ var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop; var parentEl=what.offsetParent; while (parentEl!=null){ totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop; parentEl=parentEl.offsetParent; } return totaloffset; } function showhide(obj, e, visible, hidden, menuwidth){ if (ie4||ns6) dropmenuobj.style.left=dropmenuobj.style.top="-500px" if (menuwidth!=""){ dropmenuobj.widthobj=dropmenuobj.style dropmenuobj.widthobj.width=menuwidth } if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover") obj.visibility=visible else if (e.type=="click") obj.visibility=hidden } function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function clearbrowseredge(obj, whichedge){ var edgeoffset=0 if (whichedge=="rightedge"){ var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15 dropmenuobj.contentmeasure=dropmenuobj.offsetWidth if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth } else{ var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18 dropmenuobj.contentmeasure=dropmenuobj.offsetHeight if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up? edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either? edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge } } return edgeoffset } function populatemenu(what){ if (ie4||ns6) dropmenuobj.innerHTML=what.join("") } function dropdownmenu(obj, e, menucontents, menuwidth){ if (window.event) event.cancelBubble=true else if (e.stopPropagation) e.stopPropagation() clearhidemenu() dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv populatemenu(menucontents) if (ie4||ns6){ showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth) dropmenuobj.x=getposOffset(obj, "left") dropmenuobj.y=getposOffset(obj, "top") dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px" dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px" } return clickreturnvalue() } function clickreturnvalue(){ if (ie4||ns6) return false else return true } function contains_ns6(a, b) { while (b.parentNode) if ((b = b.parentNode) == a) return true; return false; } function dynamichide(e){ if (ie4&&!dropmenuobj.contains(e.toElement)) delayhidemenu() else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget)) delayhidemenu() } function hidemenu(e){ if (typeof dropmenuobj!="undefined"){ if (ie4||ns6) dropmenuobj.style.visibility="hidden" } } function delayhidemenu(){ if (ie4||ns6) delayhide=setTimeout("hidemenu()",disappeardelay) } function clearhidemenu(){ if (typeof delayhide!="undefined") clearTimeout(delayhide) } if (hidemenu_onclick=="yes") document.onclick=hidemenu </script> <a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()">MUSIC</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu2, '150px')" onMouseout="delayhidemenu()">DANCE</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="road.html">ROAD STORIES</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </b> </table> <center> <!html comment MENU BAR ENDS HERE><!html comment ************************************************************************> </center> </tr> </td> </table> <!html comment END BIG TABLE>