<?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; guitar</title>
	<atom:link href="http://www.worldmusiccompany.org/tag/guitar/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>Sat, 04 Sep 2010 17:35:15 +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>Fri, 27 Aug 2010 03:31:18 +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>Suzanne O&#8217;Shea</title>
		<link>http://www.worldmusiccompany.org/suzanne-oshea/</link>
		<comments>http://www.worldmusiccompany.org/suzanne-oshea/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 10:14:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Teachers]]></category>
		<category><![CDATA[Chicago]]></category>
		<category><![CDATA[Chicago music school]]></category>
		<category><![CDATA[children's activity]]></category>
		<category><![CDATA[guitar]]></category>
		<category><![CDATA[Lessons]]></category>
		<category><![CDATA[music education]]></category>
		<category><![CDATA[music teacher]]></category>
		<category><![CDATA[musical education]]></category>
		<category><![CDATA[piano]]></category>

		<guid isPermaLink="false">http://www.worldmusiccompany.org/?p=1280</guid>
		<description><![CDATA[Little Folkies Piano and Violin, Infant and Toddler Class, and Creative Music for Special Needs Class 
&#8220;Try as many different instruments as you can until you find the right one.
Aside from Suzanne&#8217;s amazing ability to communicate with children, she also has an uncanny sense for bonding with and teaching children with special needs. A few [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.worldmusiccompany.org/little-folkies/">Little Folkies Piano and Violin</a>, <a href="http://www.worldmusiccompany.org/infant-and-toddler/">Infant and Toddler Class</a>, and <img class="alignright size-thumbnail wp-image-295" title="suzanne" src="http://worldmusiccompany.org/wp-content/uploads/2009/02/suzanne-150x150.jpg" alt="suzanne" width="150" height="150" /><a href="http://www.worldmusiccompany.org/music-for-children-with-special-needs/">Creative Music for Special Needs Class</a> </strong></p>
<p><strong><span style="color: #ff9900;">&#8220;Try as many different instruments as you can until you find the right one.</span></strong><span id="more-1280"></span></p>
<p>Aside from Suzanne&#8217;s amazing ability to communicate with children, she also has an uncanny sense for bonding with and teaching children with special needs. A few indications of this of this incredible quality that Suzanne possesses are the songs, smiles, and laughter that pour out of the Creative Music for Children with Special Needs classroom every Saturday morning.</p>
<p>A life long Beverly area resident, Suzanne has taught at World Music Company for 7 years. For Suzanne, music is more than a skill. She believes it is a gift that needs to be shared. And she feels that music is the key that can unlock educational opportunities for children who might find it challenging to learn in other ways.</p>
<p>One of her students cannot communicate in normal conversation. But he has learned to express his music through song.</p>
<p>A love of music can begin at any time. Suzanne believes that it&#8217;s never too late to take music lessons. No matter what style- classical or her own favorite, folk rock, people can learn to play because it is never too late to get gifts.<br />
<center><!--show-wp-shopping-cart--></center></p>
<p id="bte_opp"><small>Originally posted 2009-07-22 20:15:22. </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%2Fsuzanne-oshea%2F', 'Suzanne+O%26%238217%3BShea')" onclick="cw(this, {id:'0000000001',link: 'http%3A%2F%2Fwww.worldmusiccompany.org%2Fsuzanne-oshea%2F', title: '+Suzanne+O%26%238217%3BShea+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://www.worldmusiccompany.org/suzanne-oshea/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cheryl Lawson</title>
		<link>http://www.worldmusiccompany.org/cheryl-lawson/</link>
		<comments>http://www.worldmusiccompany.org/cheryl-lawson/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 06:49:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Teachers]]></category>
		<category><![CDATA[Chicago music school]]></category>
		<category><![CDATA[drums]]></category>
		<category><![CDATA[guitar]]></category>
		<category><![CDATA[Lessons]]></category>
		<category><![CDATA[music education]]></category>
		<category><![CDATA[music teacher]]></category>
		<category><![CDATA[musical education]]></category>
		<category><![CDATA[piano]]></category>
		<category><![CDATA[rock music]]></category>
		<category><![CDATA[world music]]></category>

		<guid isPermaLink="false">http://www.worldmusiccompany.org/?p=1253</guid>
		<description><![CDATA[GUITAR, DRUMS, and PIANO
&#8220;You are never too old for anything you may take an interest in. Always go for it!&#8221;

Music has always been a part of Cheryl&#8217;s life, and she&#8217;s wanted to pass along her love for music since her days of musical education in college. Cheryl has learned that students need to be patient- [...]]]></description>
			<content:encoded><![CDATA[<p><strong><img class="alignright size-full wp-image-592" title="cheryl" src="http://worldmusiccompany.org/wp-content/uploads/2009/02/cheryl.jpg" alt="cheryl" width="150" height="150" />GUITAR, DRUMS, and PIANO</strong></p>
<p><span style="color: #ff9900;">&#8220;<strong>You are never too old for anything you may take an interest in. Always go for it!&#8221;</strong></span><br />
<span id="more-1253"></span><br />
Music has always been a part of Cheryl&#8217;s life, and she&#8217;s wanted to pass along her love for music since her days of musical education in college. Cheryl has learned that students need to be patient- and willing to be &#8220;bad&#8221; long enough to get good at their instrument.</p>
<p>Cheryl also leads the Girls Rock Band Class. &#8220;I&#8217;ve seen the challenges that young girls have growing in the rock world,&#8221; Cheryl says. &#8220;And I&#8217;ve always wanted to be part of helping young girls grow in the World of Rock &#8216;n&#8217; Roll.&#8221;</p>
<p>A music teacher for nearly 5 years, Cheryl joined the World Music Company faculty in September of 2008. She says that she has been &#8220;amazed and inspired by how quickly my students pick things up.&#8221;</p>
<p id="bte_opp"><small>Originally posted 2009-07-22 18:44: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%2Fcheryl-lawson%2F', 'Cheryl+Lawson')" onclick="cw(this, {id:'0000000001',link: 'http%3A%2F%2Fwww.worldmusiccompany.org%2Fcheryl-lawson%2F', title: '+Cheryl+Lawson+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://www.worldmusiccompany.org/cheryl-lawson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Honest Abe and His Guitar</title>
		<link>http://www.worldmusiccompany.org/honest-abe-and-his-guitar/</link>
		<comments>http://www.worldmusiccompany.org/honest-abe-and-his-guitar/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 03:31:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Special Announcements]]></category>
		<category><![CDATA[Chicago music school]]></category>
		<category><![CDATA[children's activity]]></category>
		<category><![CDATA[folk music]]></category>
		<category><![CDATA[guitar]]></category>
		<category><![CDATA[irish music]]></category>
		<category><![CDATA[musical education]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.worldmusiccompany.org/?p=2027</guid>
		<description><![CDATA[At 2pm on October 3rd, The World Music Company is pleased and honored to host Abraham Lincoln. Our own David “Professor” Becker will take the stage to present “Honest Abe and His Guitar”, in which he takes on the role of Abraham Lincoln, a known music aficionado and harmonica player. As Lincoln, Becker presents a [...]]]></description>
			<content:encoded><![CDATA[<p>At 2pm on October 3rd, The World Music Company is pleased and honored to host Abraham Lincoln. Our own <a href="http://www.worldmusiccompany.org/dave-becker/" title="Dave Becker">David “Professor” Becker</a> will take the stage to present “Honest Abe and His Guitar”, in which he takes on the role of Abraham Lincoln, a known music aficionado and harmonica player. As Lincoln, Becker presents a first person telling of the former president’s life, interwoven with music of the time,  particularly songs that were favorites of Lincoln, and what they meant to “Honest” Abe.</p>
<p>The presenter and pricipal actor, Becker, has taught in Chicago Public Schools for over thirty years, has been a musical performer for about the same time, and has been a Lincoln scholar for his entire life. The performance begins promptly at 2pm with a fanfare of &#8220;Hail to the Chief&#8221;, and tickets are only $3. This program is designed to be entertaining for children, adults, scholars, and the curious. Call 773.779.7059 for tickets and information.</p>
<p id="bte_opp"><small>Originally posted 2009-09-22 13:59:56. </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%2Fhonest-abe-and-his-guitar%2F', 'Honest+Abe+and+His+Guitar')" onclick="cw(this, {id:'0000000001',link: 'http%3A%2F%2Fwww.worldmusiccompany.org%2Fhonest-abe-and-his-guitar%2F', title: '+Honest+Abe+and+His+Guitar+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://www.worldmusiccompany.org/honest-abe-and-his-guitar/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>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>Debbie Parks &#8211; Music teacher</title>
		<link>http://www.worldmusiccompany.org/debbie-parks-music-teacher/</link>
		<comments>http://www.worldmusiccompany.org/debbie-parks-music-teacher/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 23:31:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Teachers]]></category>
		<category><![CDATA[60643]]></category>
		<category><![CDATA[Chicago]]></category>
		<category><![CDATA[Chicago music school]]></category>
		<category><![CDATA[children's activity]]></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[musical education]]></category>

		<guid isPermaLink="false">http://www.worldmusiccompany.org/?p=1646</guid>
		<description><![CDATA[Little Folkies Guitar and Infant and Toddler Class 
Debbie&#8217;s unique charisma accompanied by her sweet voice are two small aspects that trulyexpress her passion and devotion in helping young children experience and understand music. Whether Debbie is hosting Open Mic, playing in a Children&#8217;s Music Concert,  or teaching, she is outright entertaining and fun!
]]></description>
			<content:encoded><![CDATA[<p><strong>Little Folkies Guitar and Infant and Toddler Class <img class="alignright size-thumbnail wp-image-305" title="debbie1" src="http://worldmusiccompany.org/wp-content/uploads/2009/02/debbie1-150x150.jpg" alt="debbie1" width="150" height="150" /></strong></p>
<p>Debbie&#8217;s unique charisma accompanied by her sweet voice are two small aspects that trulyexpress her passion and devotion in helping young children experience and understand music. Whether Debbie is hosting Open Mic, playing in a Children&#8217;s Music Concert,  or teaching, she is outright entertaining and fun!</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%2Fdebbie-parks-music-teacher%2F', 'Debbie+Parks+%26%238211%3B+Music+teacher')" onclick="cw(this, {id:'0000000001',link: 'http%3A%2F%2Fwww.worldmusiccompany.org%2Fdebbie-parks-music-teacher%2F', title: '+Debbie+Parks+%26%238211%3B+Music+teacher+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://www.worldmusiccompany.org/debbie-parks-music-teacher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
