<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>World Music Company &#187; 60643</title>
	<atom:link href="http://www.worldmusiccompany.org/tag/60643/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.worldmusiccompany.org</link>
	<description>1808 West 103rd Street,  Chicago, IL 60643   (773) 779-7059</description>
	<lastBuildDate>Wed, 28 Jul 2010 10:17:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Take Adult Guitar Classes at World Music Company</title>
		<link>http://www.worldmusiccompany.org/take-adult-guitar-classes-at-world-music-company-chicago/</link>
		<comments>http://www.worldmusiccompany.org/take-adult-guitar-classes-at-world-music-company-chicago/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 08:02:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Classes]]></category>
		<category><![CDATA[Upcoming Features]]></category>
		<category><![CDATA[60643]]></category>
		<category><![CDATA[Chicago music school]]></category>
		<category><![CDATA[guitar]]></category>
		<category><![CDATA[Lessons]]></category>
		<category><![CDATA[music class]]></category>
		<category><![CDATA[music education]]></category>
		<category><![CDATA[music teacher]]></category>
		<category><![CDATA[take music lessons]]></category>

		<guid isPermaLink="false">http://www.worldmusiccompany.org/?p=1858</guid>
		<description><![CDATA[World Music Company is pleased to offer adult guitar classes to our community! Our gifted fretted-instruments instructor Ed McGrath will lead you through a fun filled hour-and-a-half musical journey catering to guitarists of various levels. Classes now forming.
In addition to his extensive experience teaching guitar and fretted instruments to people of all ages, Ed is [...]]]></description>
			<content:encoded><![CDATA[<p>World Music Company is pleased to offer adult guitar classes to our community! Our gifted fretted-instruments instructor <a title="Ed McGrath" href="http://www.worldmusiccompany.org/ed-mcgrath/">Ed McGrath</a> will lead you through a fun filled hour-and-a-half musical journey catering to guitarists of various levels. Classes now forming.<span id="more-1858"></span></p>
<p>In addition to his extensive experience teaching guitar and fretted instruments to people of all ages, Ed is expert at creating a fun, casual, and nurturing environment for students to learn at their own pace. Group playing sessions will be arranged for newer students to play simpler parts, while more advanced students will have the opportunity to try out more challenging parts, maybe even &#8220;laying down&#8221; some leads! Enjoy playing and learning guitar music in the company of others who share your love of music with our new Adult Guitar Class at World Music Company, Chicago.</p>
<p>Class Schedule</p>
<p>Tuesdays at 6:30 pm. Running October 27th through December 15th.</p>
<p>Cost: $135.00</p>
<p>You may use the registration form below at this time to make your reservation, or you may call us at 773.779.7059 to reserve your spot. You may pay online once you fill out your registration. Payment in full is required by the first day of class. We look forward to showing you a great time!</p>
<p><strong>Use the &#8220;Tell A Friend&#8221; button at the bottom to invite some friends to join you!</strong></p>
<p align="center"><strong>Event Registration for Adult Guitar Class</strong></p>
<table border="0" width="100%">
<tbody>
<tr>
<td></td>
<td>Adult Guitar Class taught by Ed McGrath</td>
</tr>
</tbody>
</table>
<table border="0" width="500">
<tbody>
<tr>
<td><strong>Adult Guitar Class &#8211; Cost  135.00</strong></p>
<p><script language="javascript" type="text/javascript">
function echeck(str) {
		var at="@"
		var dot="."
		var em = ""
		var lat=str.indexOf(at)
		var lstr=str.length
		var ldot=str.indexOf(dot)
		if (str.indexOf(at)==-1){
		    return false;
		    }</p>
<p>		if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		    return false;</p>
<p>		}</p>
<p>		if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
		     return false;
		}</p>
<p>		 if (str.indexOf(at,(lat+1))!=-1){
		      return false;
		 }</p>
<p>		 if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		     return false;
		 }</p>
<p>		 if (str.indexOf(dot,(lat+2))==-1){
		    return false;
		 }</p>
<p>		 if (str.indexOf(" ")!=-1){
		    return false;
		 }</p>
<p> 		 return true;
}</p>
<p>function validateForm(form) { </p>
<p>var msg = "";</p>
<p>if (form.fname.value == "")
{  msg += "\n " +"Please enter your first name.";
   		form.fname.focus( );
   	 }
if (form.lname.value == "")
{  msg += "\n " +"Please enter your last name.";
   		form.lname.focus( );
   		}</p>
<p>if (echeck(form.email.value)==false){
		msg += "\n " + "Email format not correct!";
		}</p>
<p>if (form.phone.value == "")
{  msg += "\n " +"Please enter your phone number.";
   		form.phone.focus( );
   		}
if (form.address.value == "") {  msg += "\n " +"Please enter your address.";
   		form.address.focus( );
   		}
if (form.city.value == "") {  msg += "\n " +"Please enter your city.";
   		form.city.focus( );
   		}  </p>
<p>if (form.state.value == "") { msg += "\n " + "Please enter your state.";
   		form.state.focus( );
   	 }
if (form.zip.value == "") {  msg += "\n " +"Please enter your zip code.";
   		form.zip.focus( );
   		 }</p>
<p>//Validate Extra Questions
function trim(s) {if (s) {return s.replace(/^\s*|\s*$/g,"");} return null;}</p>
<p>	var inputs = form.getElementsByTagName("input");
	var e;</p>
<p>//Start Extra Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;</p>
<p>	if (e.type == "text" &#038;&#038; e.title &#038;&#038; !value &#038;&#038; e.className == "r")
		{msg += "\n " + e.title;}</p>
<p>if ((e.type == "radio" || e.type == "checkbox") &#038;&#038; e.className == "r") {
				var rd =""
				var controls = form.elements;
				function getSelectedControl(group)
					{
				for (var i = 0, n = group.length; i < n; i++) 					if (group[i].checked) return group[i]; 						return null; 					} 				if (!getSelectedControl(controls[e.name])) 							{msg += "\n " + e.title;} 			}  	} 	var inputs = form.getElementsByTagName("textarea"); 	var e; 	//Start Extra TextArea Questions Check 	for( var i = 0, e; e = inputs[i]; i++ ) 	{ 		var value = e.value ? trim(e.value) : null; 		if (!value &#038;&#038; e.className == "r") 		{msg += "\n " + e.title;} 	} 	var inputs = form.getElementsByTagName("select"); 	var e; 	//Start Extra TextArea Questions Check 	for( var i = 0, e; e = inputs[i]; i++ ) 	{ 		var value = e.value ? trim(e.value) : null; 		if ((!value || value =='') &#038;&#038; e.className == "r") 		{msg += "\n " + e.title;} 	} if (msg.length > 0) {
			msg = "The following fields need to be completed before you can submit.\n\n" + msg;
			alert(msg);
			return false;
		}</p>
<p>	return true;   </p>
<p>}
</script></td>
</tr>
<tr>
<td>
<form action="/?p=1858&amp;preview=true" method="post">
<p align="left"><strong>First Name: </strong></p>
<p><strong><br />
<input maxlength="40" name="fname" size="47" tabindex="1" /></strong></p>
<p align="left"><strong>Last Name:</strong></p>
<p><strong><br />
<input maxlength="40" name="lname" size="47" tabindex="2" /></strong></p>
<p align="left"><strong>E-Mail:</strong></p>
<p><strong><br />
<input maxlength="40" name="email" size="47" tabindex="3" /></strong></p>
<p align="left"><strong>Phone:</strong></p>
<p><strong><br />
<input maxlength="20" name="phone" size="25" tabindex="4" /></strong></p>
<p align="left"><strong>Street:</strong></p>
<p><strong><br />
<input maxlength="35" name="address" size="49" tabindex="5" /></strong></p>
<p align="left"><strong>City:</strong></p>
<p><strong><br />
<input maxlength="25" name="city" size="35" tabindex="6" /> </strong></p>
<p align="left"><strong>State or province:</strong></p>
<p><strong><br />
<input maxlength="20" name="state" size="18" tabindex="7" /></strong></p>
<p align="left"><strong>Zip:</strong></p>
<p><strong><br />
<input maxlength="10" name="zip" size="15" tabindex="8" /></strong></p>
<p align="left"><strong> Additional attendees?</strong></p>
<select style="width: 70px; margin-top: 4px;" name="num_people"> <option value="1">None</option> <option value="2">1</option> <option value="3">2</option> <option value="4">3</option> <option value="5">4</option> <option value="6">5</option> </select>
<p><strong> </strong></p>
<p align="left"><strong>Suggestions (better times, days, etc. We welcome your feedback<br />
<textarea id="TEXTAREA_2" title="Suggestions (better times, days, etc. We welcome your feedback" cols="30" rows="5" name="TEXTAREA_2"></textarea></strong></p>
<p><strong> </strong></p>
<input name="regevent_action" type="hidden" value="post_attendee" />
<input name="event_id" type="hidden" value="2" />
<p align="center">
<input name="Submit" type="submit" value="Submit" /> <span style="color: #ff0000;"><strong>(Only click the Submit Button Once)</strong></span></p>
</form>
</td>
</tr>
</tbody>
</table>
<p id="bte_opp"><small>Originally posted 2009-09-01 18:51:43. </small></p><div id="st0000000001" class="st-taf"><script src="http://taf.socialtwist.com:80/taf/js/shoppr.core.js?id=0000000001"></script><img style="border:0;margin:0;padding:0;" src="http://tellafriend.socialtwist.com:80/wizard/images/tafbutton_blue16.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '0000000001', 'http%3A%2F%2Fwww.worldmusiccompany.org%2Ftake-adult-guitar-classes-at-world-music-company-chicago%2F', 'Take+Adult+Guitar+Classes+at+World+Music+Company')" onclick="cw(this, {id:'0000000001',link: 'http%3A%2F%2Fwww.worldmusiccompany.org%2Ftake-adult-guitar-classes-at-world-music-company-chicago%2F', title: '+Take+Adult+Guitar+Classes+at+World+Music+Company+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://www.worldmusiccompany.org/take-adult-guitar-classes-at-world-music-company-chicago/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Benefits of Music and Music Therapy For Children With Special Needs</title>
		<link>http://www.worldmusiccompany.org/the-benefits-of-music-and-music-therapy-for-children-with-special-needs/</link>
		<comments>http://www.worldmusiccompany.org/the-benefits-of-music-and-music-therapy-for-children-with-special-needs/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 08:02:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Archive of Musical and Community Works]]></category>
		<category><![CDATA[60643]]></category>
		<category><![CDATA[Chicago music school]]></category>
		<category><![CDATA[children's activity]]></category>
		<category><![CDATA[Lessons]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[music class]]></category>
		<category><![CDATA[musical education]]></category>
		<category><![CDATA[special needs children]]></category>

		<guid isPermaLink="false">http://www.worldmusiccompany.org/?p=1886</guid>
		<description><![CDATA[
By Kris Cullum
Music can be a motivating and fun way to teach all children and in particular children who have special learning needs. It is unquestionable that through the medium of music many essential and enabling life skills can be learned and the benefits that playing and learning music can have on a child&#8217;s growth [...]]]></description>
			<content:encoded><![CDATA[<div id="body">
<p><span>By <a id="link_55" href="http://ezinearticles.com/?expert=Kris_Cullum" target="_blank">Kris Cullum</a></span></p>
<p>Music can be a motivating and fun way to teach all children and in particular children who have special learning needs. It is unquestionable that through the medium of music many essential and enabling life skills can be learned and the benefits that playing and learning music can have on a child&#8217;s growth and development are immeasurable.<span id="more-1886"></span></p>
<p>All children have the same need to express themselves and playing a musical instrument can provide an outlet for creative and emotional expression. When we think of music we don&#8217;t often think of it as therapy. But it can be.</p>
<p>The playing of good quality percussion instruments during music therapy sessions can be of inestimable value for children who have difficulties in hearing, seeing, moving, thinking or responding; each can experience the music in their own unique way. The music is not the goal of music therapy. Cognitive stimulation, self-expression, self-awareness, or increased motor movements are some of the goals that music therapy can focus on and the music itself is simply a tool to achieve these goals.</p>
<p>Listening to music for enjoyment is very beneficial but active participation is even better. For children and adolescents with cerebral palsy, playing music may be an effective way to stimulate speech development and communication skills, express emotions, develop a sense of rhythm and provide opportunity for physical, cognitive and motor development whilst creating an environment for socialisation and fun.</p>
<p>Every child can be helped to learn to enjoy and to become involved in music to some degree and instruments tuned to a harmonic pentatonic scale which produce a soothing sound straightaway, makes playing them an instantly gratifying experience.</p>
<p>Playing music and music therapy has proven to be a very effective method in dealing with autism and aspergers syndrome. Most children diagnosed with Autism or Asperger&#8217;s lack the social skills that enable them to participate fully in play and other social situations. Interestingly, many children with autism show a heightened interest in music. While they may be unable to easily communicate verbally with others, music is an avenue for many autistic people to express themselves and communicate in a non-verbal, non-threatening manner. Playing music puts the individual at ease, allowing for strides in social interactions to follow.</p>
<p>Easy access to musical instruments may provide an outlet that encourages children to use music to deal with emotional issues, especially when they are unable to express them through speech. Where words fail, music may be a medium through which to explore one&#8217;s inner world and experiences. Often people with developmental delays and learning disabilities such as Down&#8217;s syndrome will respond to music. The easy, non-challenging way in which pentatonic instruments can be played offers opportunities for response and expression to children and adults with such developmental delays.</p>
<p>Musical instruments in the classroom or playground offer blind or partially sighted children the opportunity to explore and musical sound and awareness. Instruments, which are simple to play and enable creative experimentation and tactile exploration, encourage the use of motor skills, thus developing coordination whilst stimulating the imagination.</p>
<p>Music is a tool that is used in pain management and healing for children undergoing medical procedures and as a comfort for those who have suffered a traumatic experience. Music can be a powerful distraction, turning the patient&#8217;s attention away from pain and promoting relaxation as well as to help ward off depression, promote movement and ease muscle tension.</p>
<p>The use of music in group therapy has long been advocated and practiced in the music therapy profession, in addition to the purely musical benefits, playing in an ensemble is useful for working on concepts such as cooperation with others, coordination, and a sense of accomplishment. Making music and singing songs together in a group can build a harmonious cooperative spirit of support and encouragement for everyone. Children who experience severe obstacles in forming relationships with other children, adults and their environment can achieve security and joy in making music. Music making involves many of the fundamental elements of social interaction; turn taking, listening and responding to another person can all be augmented in music therapy.</p>
<p>To see, hear and play musical instruments at school or in community programs is an important cultural experience for every child. While music therapy is an important discipline, you can also achieve benefits from making music on your own. Successful projects include sensory or music gardens where musical instruments have been installed outdoors, making them accessible at break times as well as for use with the curriculum. Playgrounds and outdoor spaces should be viewed as therapeutic settings and an outdoor music centre or garden could enhance learning and development for both children with and without special needs.</p></div>
<p>Kris Cullum represents <a id="link_101" href="http://www.freenotes.eu/" target="_blank">Outdoor Musical Instrument</a> suppliers Freenotes, instruments that create enchanting music that anyone can play and are also proven to contribute to Music Therapy.</p>
<p>Call us at 773.779.7059 or read more about our <a title="Music For Children with Special Needs" href="http://www.worldmusiccompany.org/music-for-children-with-special-needs/">special needs music classes</a>.</p>
<p id="bte_opp"><small>Originally posted 2009-09-05 14:45:27. </small></p><div id="st0000000001" class="st-taf"><script src="http://taf.socialtwist.com:80/taf/js/shoppr.core.js?id=0000000001"></script><img style="border:0;margin:0;padding:0;" src="http://tellafriend.socialtwist.com:80/wizard/images/tafbutton_blue16.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '0000000001', 'http%3A%2F%2Fwww.worldmusiccompany.org%2Fthe-benefits-of-music-and-music-therapy-for-children-with-special-needs%2F', 'The+Benefits+of+Music+and+Music+Therapy+For+Children+With+Special+Needs')" onclick="cw(this, {id:'0000000001',link: 'http%3A%2F%2Fwww.worldmusiccompany.org%2Fthe-benefits-of-music-and-music-therapy-for-children-with-special-needs%2F', title: '+The+Benefits+of+Music+and+Music+Therapy+For+Children+With+Special+Needs+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://www.worldmusiccompany.org/the-benefits-of-music-and-music-therapy-for-children-with-special-needs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Donate Today</title>
		<link>http://www.worldmusiccompany.org/donate-today/</link>
		<comments>http://www.worldmusiccompany.org/donate-today/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 22:05:11 +0000</pubDate>
		<dc:creator>Lea</dc:creator>
				<category><![CDATA[Donate]]></category>
		<category><![CDATA[60643]]></category>
		<category><![CDATA[Chicago]]></category>
		<category><![CDATA[donations]]></category>
		<category><![CDATA[donors]]></category>
		<category><![CDATA[world music]]></category>

		<guid isPermaLink="false">http://www.worldmusiccompany.org/?p=2067</guid>
		<description><![CDATA[Please donate to save the World Music Company.
We need your help to keep our doors open.
 
 
 


 
  
Originally posted 2009-10-07 21:50:44. ]]></description>
			<content:encoded><![CDATA[<h1><span style="color: #ff0000;">Please donate to save the World Music Company.</span></h1>
<h2>We need your help to keep our doors open.</h2>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <!-- Identify your business so that you can collect the payments. --><br />
<input type="hidden" name="business" value="jdevens@worldmusiccompany.org"> <!-- Specify a Donate button. --><br />
<input type="hidden" name="cmd" value="_donations"> <!-- Specify details about the contribution --><br />
<input type="hidden" name="item_name" value="World Music Comapny">
<input type="hidden" name="item_number" value="Fall Fund Raiser">
<input type="hidden" name="currency_code" value="USD"> <!-- Display the payment button. --><br />
<input type="image" name="submit" border="0" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" alt="PayPal - The safer, easier way to pay online"> <img alt="" border="0" width="1" height="1" src="https://www.paypal.com/en_US/i/scr/pixel.gif" > </form>
<p id="bte_opp"><small>Originally posted 2009-10-07 21:50:44. </small></p><div id="st0000000001" class="st-taf"><script src="http://taf.socialtwist.com:80/taf/js/shoppr.core.js?id=0000000001"></script><img style="border:0;margin:0;padding:0;" src="http://tellafriend.socialtwist.com:80/wizard/images/tafbutton_blue16.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '0000000001', 'http%3A%2F%2Fwww.worldmusiccompany.org%2Fdonate-today%2F', 'Donate+Today')" onclick="cw(this, {id:'0000000001',link: 'http%3A%2F%2Fwww.worldmusiccompany.org%2Fdonate-today%2F', title: '+Donate+Today+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://www.worldmusiccompany.org/donate-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World Music Company to Host East Beverly Association Fall Fling</title>
		<link>http://www.worldmusiccompany.org/world-music-company-to-host-east-beverly-association-fall-fling/</link>
		<comments>http://www.worldmusiccompany.org/world-music-company-to-host-east-beverly-association-fall-fling/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 20:40:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Archive of Musical and Community Works]]></category>
		<category><![CDATA[60643]]></category>
		<category><![CDATA[Chicago]]></category>
		<category><![CDATA[children's activity]]></category>
		<category><![CDATA[guitar]]></category>
		<category><![CDATA[live music]]></category>
		<category><![CDATA[music teacher]]></category>

		<guid isPermaLink="false">http://www.worldmusiccompany.org/?p=1931</guid>
		<description><![CDATA[The World Music Company, 1808 W. 103 Street, is pleased to announce we will be hosting the East Beverly Association Fall Fling on Sunday, 9/27, from 2-4pm. This event is a neighborhood potluck of EPIC proportions! The main course and complimentary refreshments will be provided by the East Beverly Association. East Beverly neighbors are requested [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 257px"><img title="East Beverly Association Banner" src="http://www.eastbeverly.com/_/rsrc/1243429592779/Home/EastBeverly%20Banner%20Art%20Work.jpg?height=420&amp;width=247" alt="The East Beverly Association" width="247" height="419" /><p class="wp-caption-text">The East Beverly Association</p></div>
<p>The World Music Company, 1808 W. 103 Street, is pleased to announce we will be hosting the East Beverly Association Fall Fling on Sunday, 9/27, from 2-4pm. This event is a neighborhood potluck of EPIC proportions! The main course and complimentary refreshments will be provided by the East Beverly Association. East Beverly neighbors are requested to please bring a favorite side-dish or dessert to pass. World Music Company&#8217;s <a title="Dave Becker" href="http://www.worldmusiccompany.org/dave-becker/">Professor Becker</a> will provide musical entertainment for the kids.</p>
<p>Please RSVP to abe [at] eastbeverly [dot] com. (Appreciated but not Required).</p>
<p id="bte_opp"><small>Originally posted 2009-09-09 12:18:48. </small></p><div id="st0000000001" class="st-taf"><script src="http://taf.socialtwist.com:80/taf/js/shoppr.core.js?id=0000000001"></script><img style="border:0;margin:0;padding:0;" src="http://tellafriend.socialtwist.com:80/wizard/images/tafbutton_blue16.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '0000000001', 'http%3A%2F%2Fwww.worldmusiccompany.org%2Fworld-music-company-to-host-east-beverly-association-fall-fling%2F', 'World+Music+Company+to+Host+East+Beverly+Association+Fall+Fling')" onclick="cw(this, {id:'0000000001',link: 'http%3A%2F%2Fwww.worldmusiccompany.org%2Fworld-music-company-to-host-east-beverly-association-fall-fling%2F', title: '+World+Music+Company+to+Host+East+Beverly+Association+Fall+Fling+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://www.worldmusiccompany.org/world-music-company-to-host-east-beverly-association-fall-fling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cara Dillon &#8211; 9/18</title>
		<link>http://www.worldmusiccompany.org/cara-dillon-918/</link>
		<comments>http://www.worldmusiccompany.org/cara-dillon-918/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 15:13:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Archive of Musical and Community Works]]></category>
		<category><![CDATA[60643]]></category>
		<category><![CDATA[celtic]]></category>
		<category><![CDATA[celtic music]]></category>
		<category><![CDATA[Chicago]]></category>
		<category><![CDATA[concert]]></category>
		<category><![CDATA[Concert Series]]></category>
		<category><![CDATA[Irish]]></category>
		<category><![CDATA[irish music]]></category>
		<category><![CDATA[live music]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[voice]]></category>
		<category><![CDATA[world music]]></category>

		<guid isPermaLink="false">http://www.worldmusiccompany.org/?p=1655</guid>
		<description><![CDATA[What may well be the world&#8217;s most beautiful female voice.
-Mojo
A rare and extraordinary talent &#8230;.Cara Dillon sings with a passion that is evident in the depth of her content, lyrically illustrating the scars of the human heart. There are few on this island to equal her tremendous musical talent.
-RTÉ
Dillon&#8217;s crystalline, angelic voice is an instrument [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1656" class="wp-caption alignleft" style="width: 209px"><a rel="attachment wp-att-1656" href="http://www.worldmusiccompany.org/cara-dillon-918/cara_dillon/"><img class="size-medium wp-image-1656" title="cara_dillon" src="http://www.worldmusiccompany.org/wp-content/uploads/2009/08/cara_dillon-199x300.jpg" alt="Cara Dillon Comes to World Music Company" width="199" height="300" /></a><p class="wp-caption-text">Cara Dillon Comes to World Music Company</p></div>
<p>What may well be the world&#8217;s most beautiful female voice.<br />
-Mojo</p>
<p>A rare and extraordinary talent &#8230;.Cara Dillon sings with a passion that is evident in the depth of her content, lyrically illustrating the scars of the human heart. There are few on this island to equal her tremendous musical talent.<br />
-RTÉ</p>
<p>Dillon&#8217;s crystalline, angelic voice is an instrument of rare beauty capable of melting the sternest of hearts.<br />
-BBC</p>
<p>Opening the City of Chicago World Music Festival 2009, we are pleased to welcome, all the way from the UK, acclaimed vocalist Cara Dillon at the World Music Company, September 18th, 2009. View Cara Dillon videos, preview the music, and buy Cara Dillon tickets online.<span id="more-1655"></span></p>
<p>Cara has an incredibly rare talent that you only come across a handful of times in your whole life. Her gentle charm and natural personality combine with a mesmerizing gift to relate a great story through song and has helped her to defy borders, cultures and even languages. She is an emotive and captivating performer at the very top of her field and one has the feeling she&#8217;ll be there for a very long time, capturing audiences with Irish and Celtic influenced &#8220;Best in Class&#8221; world music. This concert will be the <a href="http://www.howaboutchicago.com/2009/09/16/cara-dillon-to-debut-new-album-in-chicago/" target="_blank">debut of her newest cd</a>, released 9/15 in the US.</p>
<p><strong>Cara Dillon sings Craigie Hill</strong><br />
<object width="425" height="350"><param name="movie" value="V-oquRLcmAM"></param><param name="wmode" value="transparent" ></param><embed src="http://www.youtube.com/v/V-oquRLcmAM" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p><strong>Cara Dillon sings Bold Jamie</strong><br />
<object width="425" height="350"><param name="movie" value="xiS_2ZKhn8w"></param><param name="wmode" value="transparent" ></param><embed src="http://www.youtube.com/v/xiS_2ZKhn8w" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p><strong>Cara Dillon Sings Garden Valley with Sam Lakeman</strong><br />
Featuring an interview with Sam Lakeman and Cara Dillon<br />
<object width="425" height="350"><param name="movie" value="8PZDD_Zt6MA"></param><param name="wmode" value="transparent" ></param><embed src="http://www.youtube.com/v/8PZDD_Zt6MA" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<div id="attachment_1661" class="wp-caption alignright" style="width: 160px"><a rel="attachment wp-att-1661" href="http://www.worldmusiccompany.org/cara-dillon-918/wmflogo/"><img class="size-thumbnail wp-image-1661" title="WMFlogo" src="http://www.worldmusiccompany.org/wp-content/uploads/2009/08/WMFlogo-150x150.gif" alt="Chicago's World Music Festival" width="150" height="150" /></a><p class="wp-caption-text">Chicago&#39;s World Music Festival</p></div>
<p>As part of this year&#8217;s Chicago World Music Festival, we are privileged and pleased to host this World Class musical event. World Music Festival Chicago, 2009!<br />
The show begins at 8pm, Friday, September 18th, 2009. The World Music Company is located at 1808 W. 103rd Street. 60643. Call 773.779.7059 for tickets or more information. <a title="Concert Series 60643" href="http://www.worldmusiccompany.org/directions/">Get Directions</a>.</p>
<p id="bte_opp"><small>Originally posted 2009-08-13 17:41:20. </small></p><div id="st0000000001" class="st-taf"><script src="http://taf.socialtwist.com:80/taf/js/shoppr.core.js?id=0000000001"></script><img style="border:0;margin:0;padding:0;" src="http://tellafriend.socialtwist.com:80/wizard/images/tafbutton_blue16.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '0000000001', 'http%3A%2F%2Fwww.worldmusiccompany.org%2Fcara-dillon-918%2F', 'Cara+Dillon+%26%238211%3B+9%2F18')" onclick="cw(this, {id:'0000000001',link: 'http%3A%2F%2Fwww.worldmusiccompany.org%2Fcara-dillon-918%2F', title: '+Cara+Dillon+%26%238211%3B+9%2F18+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://www.worldmusiccompany.org/cara-dillon-918/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Little Folkies Classes, Fall 2009</title>
		<link>http://www.worldmusiccompany.org/little-folkies-classes-fall-2009/</link>
		<comments>http://www.worldmusiccompany.org/little-folkies-classes-fall-2009/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 17:33:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Classes]]></category>
		<category><![CDATA[60643]]></category>
		<category><![CDATA[Chicago music school]]></category>
		<category><![CDATA[children's activity]]></category>
		<category><![CDATA[drums]]></category>
		<category><![CDATA[guitar]]></category>
		<category><![CDATA[Lessons]]></category>
		<category><![CDATA[music class]]></category>
		<category><![CDATA[music education]]></category>
		<category><![CDATA[musical education]]></category>
		<category><![CDATA[piano]]></category>
		<category><![CDATA[violin]]></category>

		<guid isPermaLink="false">http://www.worldmusiccompany.org/?p=1837</guid>
		<description><![CDATA[The Little Folkies Classes are ready to start up again for the Fall &#8216;09 Semester! These classes are designed for 4-5 year olds and 6-8 year olds. These classes are specially designed to introduce or continue musical training in a fun and age appropriate atmosphere. The classes run 45-50 minutes, followed by 10-15 minutes with [...]]]></description>
			<content:encoded><![CDATA[<p>The Little Folkies Classes are ready to start up again for the Fall &#8216;09 Semester! These classes are designed for 4-5 year olds and 6-8 year olds. These classes are specially designed to introduce or continue musical training in a fun and age appropriate atmosphere. The classes run 45-50 minutes, followed by 10-15 minutes with the teacher to go over the day&#8217;s lesson and materials with parents. The series culminates with a performance by the students for their family and friends.<span id="more-1837"></span></p>
<p>The session is 12 weeks running September 14th through December 3rd. The cost for the full session is only $168.00. We also offer the opportunity to supplement the class with three private lessons for the discounted rate of $222.00. Need to rent an instrument? Normally $12.00 monthly, you can rent the needed instrument for only $10.00 for the entire term.</p>
<p><strong>Little Keyboarders</strong><br />
Ages 4-5 (Level 1/Beginning) Thursdays at 5:00 pm<br />
Ages 4-5 (Level 2/Intermediate) Thursdays at 4:00 pm<br />
Teacher: <a href="http://www.worldmusiccompany.org/suzanne-oshea/">Suzanne O&#8217;Shea</a></p>
<p>Ages 6-8 (Level 1/Beginning) Wednesdays at 3:30 pm<br />
Ages 6-8 (Level 2/Intermediate) Wednesdays at 4:30 pm<br />
Teacher: <a href="http://www.worldmusiccompany.org/guitar-and-piano-teacher-david-waterman/">David Waterman</a></p>
<p><strong>Little Pickers (Guitar)</strong><br />
Ages 4-5 (Level 1/Beginning) Saturdays at 12:00 pm<br />
Ages 6-8 (Level 1/Beginning) Thursdays at 4:00 pm<br />
Ages 6-8 (Level 2/Intermediate) Thursdays at 5:00 pm<br />
Teacher: <a href="http://www.worldmusiccompany.org/cheryl-lawson/">Cheryl Lawson</a></p>
<p><strong>Little Violinists</strong><br />
Ages 4-5 (Level 1/Beginning) Thursdays at 4:00 pm<br />
Ages 6-8 (Level 1/Beginning) Thursdays at 5:00 pm<br />
Teacher: Katie Bern</p>
<p><strong>Little Drummers</strong><br />
Ages 4-8 (New and Continuing) Wednesdays at 4:00 pm<br />
Teacher: <a href="http://www.worldmusiccompany.org/logan-schutts/">Logan Schutts</a></p>
<div id="attachment_1114" class="wp-caption aligncenter" style="width: 310px"><a rel="attachment wp-att-1114" href="http://www.worldmusiccompany.org/lessons/fivekidsmusicphoto/"><img class="size-medium wp-image-1114" title="Students Learn all Types of Instruments at World Music Company" src="http://www.worldmusiccompany.org/wp-content/uploads/2009/07/fivekidsmusicphoto-300x267.jpg" alt="Lessons available on all types of instruments at Chicago's World Music Company" width="300" height="267" /></a><p class="wp-caption-text">Lessons available on all types of instruments at Chicago&#39;s World Music Company</p></div>
<p id="bte_opp"><small>Originally posted 2009-08-28 17:04:00. </small></p><div id="st0000000001" class="st-taf"><script src="http://taf.socialtwist.com:80/taf/js/shoppr.core.js?id=0000000001"></script><img style="border:0;margin:0;padding:0;" src="http://tellafriend.socialtwist.com:80/wizard/images/tafbutton_blue16.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '0000000001', 'http%3A%2F%2Fwww.worldmusiccompany.org%2Flittle-folkies-classes-fall-2009%2F', 'Little+Folkies+Classes%2C+Fall+2009')" onclick="cw(this, {id:'0000000001',link: 'http%3A%2F%2Fwww.worldmusiccompany.org%2Flittle-folkies-classes-fall-2009%2F', title: '+Little+Folkies+Classes%2C+Fall+2009+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://www.worldmusiccompany.org/little-folkies-classes-fall-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Spider Saloff &#8211; 12/19</title>
		<link>http://www.worldmusiccompany.org/spider-saloff-1219/</link>
		<comments>http://www.worldmusiccompany.org/spider-saloff-1219/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 13:06:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Concert Series]]></category>
		<category><![CDATA[60643]]></category>
		<category><![CDATA[Chicago]]></category>
		<category><![CDATA[concert]]></category>
		<category><![CDATA[jazz]]></category>
		<category><![CDATA[live music]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[voice]]></category>

		<guid isPermaLink="false">http://www.worldmusiccompany.org/?p=1573</guid>
		<description><![CDATA[One of the finest jazz singers working in this or any other city,&#8221; The Chicago Tribune stated emphatically. &#8220;A wicked way with a lyric!&#8221; exclaimed The New York Times. Heard world wide as the co-star and co-creator of the internationally syndicated Public Radio series Words and Music, Spider Saloff presents a special Christmas show at [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1575" class="wp-caption alignleft" style="width: 254px"><a rel="attachment wp-att-1575" href="http://www.worldmusiccompany.org/spider-saloff-1219/spidersaloff/"><img class="size-medium wp-image-1575" title="spidersaloff" src="http://www.worldmusiccompany.org/wp-content/uploads/2009/08/spidersaloff-244x300.jpg" alt="Celebrate Christmas with Spider Saloff at World Music Company, 12/19" width="244" height="300" /></a><p class="wp-caption-text">Celebrate Christmas with Spider Saloff at World Music Company, 12/19</p></div>&#8220;One of the finest jazz singers working in this or any other city,&#8221; The Chicago Tribune stated emphatically. &#8220;A wicked way with a lyric!&#8221; exclaimed The New York Times. Heard world wide as the co-star and co-creator of the internationally syndicated Public Radio series Words and Music, Spider Saloff presents a special Christmas show at the World music Company, 12/19.<span id="more-1573"></span></p>
<p>Spider Saloff has recorded and performed with such jazz luminaries as Les Paul, Tom Harrell, Nick Brignola, Ray Drummond, Harry Allen, Mark Murphy and Dick Hyman. She has worked frequently with Larry Novak, Tony Monte, Steve LaSpina, Ken Peplowski and Bill Charlap. She has played at leading venues include symphony orchestras and concert spaces such as, The Smithsonian Institution in Washington DC, Wilmington Grand Opera, Wallingford Symphony, The Castro Theater is San Francisco, and Town Hall and Dick Hyman&#8217;s Jazz in July in New York.</p>
<p><strong>Tickets Available Now!</strong> <object><form method="post"  action=""  style="display:inline" onsubmit="return ReadForm(this, true);"><input type="submit" value="Add to Envelope" /><input type="hidden" name="product" value="Spider Saloff 12/19" /><input type="hidden" name="price" value="20.00" /><input type="hidden" name="product_tmp" value="Spider Saloff 12/19" /><input type="hidden" name="addcart" value="1" /></form></object>
<p><object width="425" height="350"><param name="movie" value="hL1n4c1Kxmg"></param><param name="wmode" value="transparent" ></param><embed src="http://www.youtube.com/v/hL1n4c1Kxmg" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p>The show begins at 8pm, Saturday, December 19th, 2009. The World Music Company is located at 1808 W. 103rd Street. 60643. Call 773.779.7059 for tickets or more information. <a href="http://www.worldmusiccompany.org/directions/" title="Concert Series 60643">Get Directions</a>.</p>
<div id="st0000000001" class="st-taf"><script src="http://taf.socialtwist.com:80/taf/js/shoppr.core.js?id=0000000001"></script><img style="border:0;margin:0;padding:0;" src="http://tellafriend.socialtwist.com:80/wizard/images/tafbutton_blue16.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '0000000001', 'http%3A%2F%2Fwww.worldmusiccompany.org%2Fspider-saloff-1219%2F', 'Spider+Saloff+%26%238211%3B+12%2F19')" onclick="cw(this, {id:'0000000001',link: 'http%3A%2F%2Fwww.worldmusiccompany.org%2Fspider-saloff-1219%2F', title: '+Spider+Saloff+%26%238211%3B+12%2F19+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://www.worldmusiccompany.org/spider-saloff-1219/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.spiderjazz.com/html/boogiewoogiesantaclaus.mp3" length="2190045" type="audio/x-mpeg" />
		</item>
		<item>
		<title>Michael Smith &#8211; 1/16</title>
		<link>http://www.worldmusiccompany.org/michael-smith-119/</link>
		<comments>http://www.worldmusiccompany.org/michael-smith-119/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 17:08:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Concert Series]]></category>
		<category><![CDATA[60643]]></category>
		<category><![CDATA[concert]]></category>
		<category><![CDATA[folk music]]></category>
		<category><![CDATA[jazz]]></category>
		<category><![CDATA[live music]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[world music]]></category>

		<guid isPermaLink="false">http://www.worldmusiccompany.org/?p=1589</guid>
		<description><![CDATA[Michael Smith is absolutely, hands down one of the best songwriters around.  His yearly concert at World Music has become a very sought-after ticket, and for a very good reason.  Michael’s performances are riveting.   His songs include poignant ballads and humorous romps.   Michael’s songs are more than just fun [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1590" class="wp-caption alignright" style="width: 271px"><a rel="attachment wp-att-1590" href="http://www.worldmusiccompany.org/michael-smith-119/michaelsmithcolor/"><img class="size-medium wp-image-1590" title="michaelsmithcolor" src="http://www.worldmusiccompany.org/wp-content/uploads/2009/08/michaelsmithcolor-261x300.jpg" alt="Michael Smith at World Music Company" width="261" height="300" /></a><p class="wp-caption-text">Michael Smith at World Music Company</p></div>
<p>Michael Smith is absolutely, hands down one of the best songwriters around.  His yearly concert at World Music has become a very sought-after ticket, and for a very good reason.  Michael’s performances are riveting.   His songs include poignant ballads and humorous romps.   Michael’s songs are more than just fun and moving.  They are expressions of life, love and laughter that will stay with you for a long time.”Michael Smith stands out as one of the few undisputed geniuses among singer-songwriters”.Sing Out! Magazine “One of the best songwriters in the English language &#8230;an enchanting and riveting performer.” Chicago Magazine.</p>
<p><span id="more-1589"></span></p>
<p>Smith&#8217;s music, like most of the best music, is hard to peg. There are elements in it of jazz, folk, rock, even pop; there are fleeting echoes of everyone from Duke Ellington to The Beatles to John Prine.</p>
<p>Smith&#8217;s narrative energy in his song-stories could be compared to Bruce Springstein, the hauntedness of his voice to Gordon Lightfoot, the sophistication of his lyrics to Cole Porter or Joni Mitchell, and the depth of his feeling to Tom Waits. But that wouldn&#8217;t cover it. His is an entirely individual gift. Who else has ever written about childhood, Catholicism and the embeddedness of a teacher&#8217;s influence the way Smith does in Sister Clarissa?<br />
-<em>Jeff Mahoney, Hamilton Spectator</em></p>
<p><strong>Tickets Available Now!</strong> <object><form method="post"  action=""  style="display:inline" onsubmit="return ReadForm(this, true);"><input type="submit" value="Add to Envelope" /><input type="hidden" name="product" value="Michael Smith 1/16" /><input type="hidden" name="price" value="20.00" /><input type="hidden" name="product_tmp" value="Michael Smith 1/16" /><input type="hidden" name="addcart" value="1" /></form></object></p>
<p>The show begins at 8pm, Saturday, January 16th, 2010. The World Music Company is located at 1808 W. 103rd Street. 60643. Call 773.779.7059 for tickets or more information. <a href="http://www.worldmusiccompany.org/directions/" title="Concert Series 60643">Get Directions</a>.</p>
<div id="st0000000001" class="st-taf"><script src="http://taf.socialtwist.com:80/taf/js/shoppr.core.js?id=0000000001"></script><img style="border:0;margin:0;padding:0;" src="http://tellafriend.socialtwist.com:80/wizard/images/tafbutton_blue16.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '0000000001', 'http%3A%2F%2Fwww.worldmusiccompany.org%2Fmichael-smith-119%2F', 'Michael+Smith+%26%238211%3B+1%2F16')" onclick="cw(this, {id:'0000000001',link: 'http%3A%2F%2Fwww.worldmusiccompany.org%2Fmichael-smith-119%2F', title: '+Michael+Smith+%26%238211%3B+1%2F16+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://www.worldmusiccompany.org/michael-smith-119/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dennis Stroughmatt et l&#8217;Esprit Creole &#8211; 3/27</title>
		<link>http://www.worldmusiccompany.org/dennis-stroughmatt-et-lesprit-creole-327/</link>
		<comments>http://www.worldmusiccompany.org/dennis-stroughmatt-et-lesprit-creole-327/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 15:12:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Concert Series]]></category>
		<category><![CDATA[60643]]></category>
		<category><![CDATA[cajun]]></category>
		<category><![CDATA[Chicago]]></category>
		<category><![CDATA[concert]]></category>
		<category><![CDATA[folk music]]></category>
		<category><![CDATA[live music]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[world music]]></category>
		<category><![CDATA[zydeco]]></category>

		<guid isPermaLink="false">http://www.worldmusiccompany.org/?p=1598</guid>
		<description><![CDATA[ennis Stroughmatt&#8217;s journey into the roots of Cajun and French Creole music, stories and language began in the small isolated communities around Sainte Genevieve, Missouri. There he learned from diverse master fiddlers such as Roy Boyer and Charlie Pashia, a blend of old-style French roots music, with infusions of Celtic bowing and Metis rhythms. 
Later, [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1599" class="wp-caption alignright" style="width: 250px"><a href="http://www.worldmusiccompany.org/dennis-stroughmatt-et-lesprit-creole-327/cajun_triopic/" rel="attachment wp-att-1599"><img src="http://www.worldmusiccompany.org/wp-content/uploads/2009/08/cajun_triopic-240x300.jpg" alt="Dennis Stoughmatt Cajun Trio" title="cajun_triopic" width="240" height="300" class="size-medium wp-image-1599" /></a><p class="wp-caption-text">Dennis Stoughmatt Cajun Trio</p></div>Dennis Stroughmatt&#8217;s journey into the roots of Cajun and French Creole music, stories and language began in the small isolated communities around Sainte Genevieve, Missouri. There he learned from diverse master fiddlers such as Roy Boyer and Charlie Pashia, a blend of old-style French roots music, with infusions of Celtic bowing and Metis rhythms. <span id="more-1598"></span></p>
<p>Later, Dennis traveled to Quebec and to southwestern Louisiana, where he learned African Style Creole fiddling from folks such as Canray Fontento and Black Allemand, and Creole accordion from Morris Ardoin. Today, Dennis is a keeper of traditions in the old styles of both upper and lower Louisiana, a Creole fiddler, accordionist, speaker, historian, and foremost, musician. </p>
<p><strong>Tickets Available Now!</strong> <object><form method="post"  action=""  style="display:inline" onsubmit="return ReadForm(this, true);"><input type="submit" value="Add to Envelope" /><input type="hidden" name="product" value="Dennis Stroughmatt 3/27" /><input type="hidden" name="price" value="20.00" /><input type="hidden" name="product_tmp" value="Dennis Stroughmatt 3/27" /><input type="hidden" name="addcart" value="1" /></form></object>
<p>View a Dennis Stroughmatt Video!<br />
<object width="425" height="350"><param name="movie" value="VwqTXK7Tqts"></param><param name="wmode" value="transparent" ></param><embed src="http://www.youtube.com/v/VwqTXK7Tqts" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p>The show begins at 8pm, Saturday, March 27th, 2010. The World Music Company is located at 1808 W. 103rd Street. 60643. Call 773.779.7059 for tickets or more information. <a href="http://www.worldmusiccompany.org/directions/" title="Concert Series 60643">Get Directions</a>.</p>
<div id="st0000000001" class="st-taf"><script src="http://taf.socialtwist.com:80/taf/js/shoppr.core.js?id=0000000001"></script><img style="border:0;margin:0;padding:0;" src="http://tellafriend.socialtwist.com:80/wizard/images/tafbutton_blue16.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '0000000001', 'http%3A%2F%2Fwww.worldmusiccompany.org%2Fdennis-stroughmatt-et-lesprit-creole-327%2F', 'Dennis+Stroughmatt+et+l%26%238217%3BEsprit+Creole+%26%238211%3B+3%2F27')" onclick="cw(this, {id:'0000000001',link: 'http%3A%2F%2Fwww.worldmusiccompany.org%2Fdennis-stroughmatt-et-lesprit-creole-327%2F', title: '+Dennis+Stroughmatt+et+l%26%238217%3BEsprit+Creole+%26%238211%3B+3%2F27+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://www.worldmusiccompany.org/dennis-stroughmatt-et-lesprit-creole-327/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greta Pope &#8211; 4/10</title>
		<link>http://www.worldmusiccompany.org/greta-pope-410/</link>
		<comments>http://www.worldmusiccompany.org/greta-pope-410/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 10:36:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Concert Series]]></category>
		<category><![CDATA[60643]]></category>
		<category><![CDATA[Chicago]]></category>
		<category><![CDATA[concert]]></category>
		<category><![CDATA[jazz]]></category>
		<category><![CDATA[live music]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[open mic]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[voice]]></category>

		<guid isPermaLink="false">http://www.worldmusiccompany.org/?p=1604</guid>
		<description><![CDATA[orld Music Company is very proud to introduce Greta Pope to our audience. Greta’sw performance spans all of these musical moods…and more!Segueing smoothly from a lively Brazilian number into a beloved Broadway song…from a swing/jazz number into one with a Country flavor, this multi-talented entertainer demonstrates a striking versatility of voice and style.
 Greta Pope [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1605" class="wp-caption alignleft" style="width: 214px"><a href="http://www.worldmusiccompany.org/greta-pope-410/gretapope/" rel="attachment wp-att-1605"><img src="http://www.worldmusiccompany.org/wp-content/uploads/2009/08/GretaPope-204x300.jpg" alt="Greta Pope comes to the World Music Company" title="GretaPope" width="204" height="300" class="size-medium wp-image-1605" /></a><p class="wp-caption-text">Greta Pope comes to the World Music Company</p></div>World Music Company is very proud to introduce Greta Pope to our audience. Greta’sw performance spans all of these musical moods…and more!Segueing smoothly from a lively Brazilian number into a beloved Broadway song…from a swing/jazz number into one with a Country flavor, this multi-talented entertainer demonstrates a striking versatility of voice and style.<span id="more-1604"></span></p>
<p> Greta Pope is an International entertainer. She has delighted audiences throughout Europe, the Far East, South America and the Caribbean, as well as the United States and Canada. Ms. Pope has been touted as one of the great voices of our time, as she performs with ease all styles from Country to Opera, and from Rhythm and Blues to Broadway.</p>
<p><strong>Tickets Available Now!</strong> <object><form method="post"  action=""  style="display:inline" onsubmit="return ReadForm(this, true);"><input type="submit" value="Add to Envelope" /><input type="hidden" name="product" value="Greta Pope 4/10" /><input type="hidden" name="price" value="20.00" /><input type="hidden" name="product_tmp" value="Greta Pope 4/10" /><input type="hidden" name="addcart" value="1" /></form></object>
<p><object width="425" height="350"><param name="movie" value="YFmj7MFUQak"></param><param name="wmode" value="transparent" ></param><embed src="http://www.youtube.com/v/YFmj7MFUQak" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p>The show begins at 8pm, Saturday, April 10th, 2010. The World Music Company is located at 1808 W. 103rd Street. 60643. Call 773.779.7059 for tickets or more information. <a href="http://www.worldmusiccompany.org/directions/" title="Concert Series 60643">Get Directions</a>.</p>
<div id="st0000000001" class="st-taf"><script src="http://taf.socialtwist.com:80/taf/js/shoppr.core.js?id=0000000001"></script><img style="border:0;margin:0;padding:0;" src="http://tellafriend.socialtwist.com:80/wizard/images/tafbutton_blue16.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '0000000001', 'http%3A%2F%2Fwww.worldmusiccompany.org%2Fgreta-pope-410%2F', 'Greta+Pope+%26%238211%3B+4%2F10')" onclick="cw(this, {id:'0000000001',link: 'http%3A%2F%2Fwww.worldmusiccompany.org%2Fgreta-pope-410%2F', title: '+Greta+Pope+%26%238211%3B+4%2F10+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://www.worldmusiccompany.org/greta-pope-410/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
