<?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>Wanna Hoop</title>
	<atom:link href="http://www.wannahoop.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wannahoop.com</link>
	<description></description>
	<lastBuildDate>Wed, 05 Oct 2011 05:25:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Snake Series</title>
		<link>http://www.wannahoop.com/2011/07/snake-series/</link>
		<comments>http://www.wannahoop.com/2011/07/snake-series/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 03:59:22 +0000</pubDate>
		<dc:creator>abrooke14</dc:creator>
				<category><![CDATA[Getta Hoop]]></category>

		<guid isPermaLink="false">http://www.wannahoop.com/?p=473</guid>
		<description><![CDATA[People born in the Year of the Snake are deep. They say little and possess great wisdom. They never have to worry about money; they are financially fortunate. Snake people are calm on the surface, but intense and passionate.]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Arial,Helvetica,sans-serif; font-size: small;">People born in the Year of the Snake are deep. They say little and                possess great wisdom. </span></p>
<p><span style="font-family: Arial,Helvetica,sans-serif; font-size: small;">They never have to worry about money; they                are financially fortunate. Snake people are calm on the surface, but intense and passionate.</span></p>
<p><strong>
	
		<div class="gallery_clear"></div> 
		<div id="gallery_473" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_473" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://www.wannahoop.com/wp-content/uploads/2011/07/Water-Snake-400x400.jpg" title="Water Snake" >								
											<img src="http://www.wannahoop.com/wp-content/uploads/2011/07/Water-Snake-50x50.jpg" alt="" title="Water Snake" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption"></div>
												<div class="image-desc"></div>
												
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://www.wannahoop.com/wp-content/uploads/2011/07/Coral-Snake-400x378.jpg" title="Coral Snake" >								
											<img src="http://www.wannahoop.com/wp-content/uploads/2011/07/Coral-Snake-50x50.jpg" alt="" title="Coral Snake" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption"></div>
												<div class="image-desc"></div>
												
										</div>
										
									</li>
								
						</ul>
								<div class="gallery_clear"></div>
								<a class="pageLink prev" style="display:none" href="#" title="Previous Page"></a>
						<a class="pageLink next" style="display:none" href="#" title="Next Page"></a>
					</div>
				</div>
			</div>
			
			<!-- Start Advanced Gallery Html Containers -->
			<div class="gal_content">
				
				<div class="slideshow-container">
					<div id="loading_473" class="loader"></div>
					<div id="slideshow_473" class="slideshow"></div>
					<div id="caption_473" class="caption-container"></div>
				</div>
				
			</div>
	
	</div>
	
	<div class="gallery_clear"></div>
	
	
	
	<script type='text/javascript'>
			
			jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
		
				// Initially set opacity on thumbs and add
				// additional styling for hover effect on thumbs
				var onMouseOutOpacity = 0.67;
				$('#thumbs_473 ul.thumbs li, .thumnail_col a.pageLink').opacityrollover({
					mouseOutOpacity:   onMouseOutOpacity,
					mouseOverOpacity:  1.0,
					fadeSpeed:         'fast',
					exemptionSelector: '.selected'
				});	
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_473').galleriffic({ 
					delay:                     3500,
					numThumbs:                 6,
					preloadAhead:              6,
					enableTopPager:            1,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_473',
					controlsContainerSel:      '#controls_473',
					captionContainerSel:       '#caption_473',  
					loadingContainerSel:       '#loading_473',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              'Play Slideshow',
					pauseLinkText:             'Pause Slideshow',
					prevLinkText:              '&lsaquo; Previous Photo',
					nextLinkText:              'Next Photo &rsaquo;',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	0,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onSlideChange:             function(prevIndex, nextIndex) {
						// 'this' refers to the gallery, which is an extension of $('#thumbs')
						this.find('ul.thumbs').children()
							.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
							.eq(nextIndex).fadeTo('fast', 1.0);
					},
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.width(slideImage.width())
							.css({
								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
								'top' : slideImage.outerHeight(),
								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
							})
							.fadeTo(1000, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css('display', 'none');
						var nextPageLink = this.find('a.next').css('display', 'none');
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css('display', 'block');
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css('display', 'block');
		
						this.fadeTo('fast', 1.0);
					},
					onImageAdded: function(imageData, li) {
						_li.opacityrollover({
							mouseOutOpacity:   onMouseOutOpacity,
							mouseOverOpacity:  1.0,
							fadeSpeed:         'fast',
							exemptionSelector: '.selected'
						});
					}
					
				}); 
				
				
				
				/**************** Event handlers for custom next / prev page links **********************/
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});
		</script>
		
		</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wannahoop.com/2011/07/snake-series/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Island Series</title>
		<link>http://www.wannahoop.com/2011/07/island-series/</link>
		<comments>http://www.wannahoop.com/2011/07/island-series/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 03:55:44 +0000</pubDate>
		<dc:creator>abrooke14</dc:creator>
				<category><![CDATA[Getta Hoop]]></category>

		<guid isPermaLink="false">http://www.wannahoop.com/?p=468</guid>
		<description><![CDATA[Inspired by the colors of the Carribean Islands. Designed to take you away to paradise.]]></description>
			<content:encoded><![CDATA[<p>Inspired by the colors of the Carribean Islands.</p>
<p>Designed to take you away to paradise.</p>
<p><strong>
	
		<div class="gallery_clear"></div> 
		<div id="gallery_468" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_468" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://www.wannahoop.com/wp-content/uploads/2011/07/Sea-Breeze1-450x450.jpg" title="Sea Breeze" >								
											<img src="http://www.wannahoop.com/wp-content/uploads/2011/07/Sea-Breeze1-50x50.jpg" alt="" title="Sea Breeze" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption"></div>
												<div class="image-desc"></div>
												
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://www.wannahoop.com/wp-content/uploads/2011/07/One-Love-450x450.jpg" title="One Love" >								
											<img src="http://www.wannahoop.com/wp-content/uploads/2011/07/One-Love-50x50.jpg" alt="" title="One Love" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption"></div>
												<div class="image-desc"></div>
												
										</div>
										
									</li>
								
						</ul>
								<div class="gallery_clear"></div>
								<a class="pageLink prev" style="display:none" href="#" title="Previous Page"></a>
						<a class="pageLink next" style="display:none" href="#" title="Next Page"></a>
					</div>
				</div>
			</div>
			
			<!-- Start Advanced Gallery Html Containers -->
			<div class="gal_content">
				
				<div class="slideshow-container">
					<div id="loading_468" class="loader"></div>
					<div id="slideshow_468" class="slideshow"></div>
					<div id="caption_468" class="caption-container"></div>
				</div>
				
			</div>
	
	</div>
	
	<div class="gallery_clear"></div>
	
	
	
	<script type='text/javascript'>
			
			jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
		
				// Initially set opacity on thumbs and add
				// additional styling for hover effect on thumbs
				var onMouseOutOpacity = 0.67;
				$('#thumbs_468 ul.thumbs li, .thumnail_col a.pageLink').opacityrollover({
					mouseOutOpacity:   onMouseOutOpacity,
					mouseOverOpacity:  1.0,
					fadeSpeed:         'fast',
					exemptionSelector: '.selected'
				});	
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_468').galleriffic({ 
					delay:                     3500,
					numThumbs:                 6,
					preloadAhead:              6,
					enableTopPager:            1,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_468',
					controlsContainerSel:      '#controls_468',
					captionContainerSel:       '#caption_468',  
					loadingContainerSel:       '#loading_468',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              'Play Slideshow',
					pauseLinkText:             'Pause Slideshow',
					prevLinkText:              '&lsaquo; Previous Photo',
					nextLinkText:              'Next Photo &rsaquo;',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	0,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onSlideChange:             function(prevIndex, nextIndex) {
						// 'this' refers to the gallery, which is an extension of $('#thumbs')
						this.find('ul.thumbs').children()
							.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
							.eq(nextIndex).fadeTo('fast', 1.0);
					},
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.width(slideImage.width())
							.css({
								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
								'top' : slideImage.outerHeight(),
								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
							})
							.fadeTo(1000, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css('display', 'none');
						var nextPageLink = this.find('a.next').css('display', 'none');
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css('display', 'block');
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css('display', 'block');
		
						this.fadeTo('fast', 1.0);
					},
					onImageAdded: function(imageData, li) {
						_li.opacityrollover({
							mouseOutOpacity:   onMouseOutOpacity,
							mouseOverOpacity:  1.0,
							fadeSpeed:         'fast',
							exemptionSelector: '.selected'
						});
					}
					
				}); 
				
				
				
				/**************** Event handlers for custom next / prev page links **********************/
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});
		</script>
		
		</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wannahoop.com/2011/07/island-series/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Your Hoop On at Harmony Yoga</title>
		<link>http://www.wannahoop.com/2011/06/getyourhoopon-harmonyyoga/</link>
		<comments>http://www.wannahoop.com/2011/06/getyourhoopon-harmonyyoga/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 03:36:21 +0000</pubDate>
		<dc:creator>abrooke14</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.wannahoop.com/?p=449</guid>
		<description><![CDATA[To register visit, www.harmony-yoga.com, scroll down to class schedule and choose Workshops.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>To register visit, <a href="http://www.harmony-yoga.com/classes.htm" target="_blank">www.harmony-yoga.com</a>, scroll down to<br />
class schedule and choose Workshops. </strong><strong><br />
</strong></p>
<p style="text-align: center;"><a href="http://www.wannahoop.com/wp-content/uploads/2011/06/Harmony_Yoga_Final-copy1.jpg"><img class="aligncenter size-large wp-image-493" title="Harmony_Yoga_Final copy" src="http://www.wannahoop.com/wp-content/uploads/2011/06/Harmony_Yoga_Final-copy1-1024x731.jpg" alt="" width="440" height="314" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wannahoop.com/2011/06/getyourhoopon-harmonyyoga/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gotta Hoop</title>
		<link>http://www.wannahoop.com/2011/06/gotta-hoop/</link>
		<comments>http://www.wannahoop.com/2011/06/gotta-hoop/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 03:16:49 +0000</pubDate>
		<dc:creator>abrooke14</dc:creator>
				<category><![CDATA[Gotta Hoop]]></category>

		<guid isPermaLink="false">http://www.wannahoop.com/?p=418</guid>
		<description><![CDATA[So you gotta hoop&#8230; now what? Here are some things you can do next: &#160;]]></description>
			<content:encoded><![CDATA[<p>So you gotta hoop&#8230; now what? Here are some things you can do next:</p>
<p><div style="width:47%; float: left; padding-right: 6%; display: inline;" class="post_column_1"><p><strong>Upcoming Hoop Jams</strong></p>
<ul>
<li>Join the hoop community</li>
<li>Make new friends</li>
<li>Teach each other new tricks</li>
<li>Have fun!<br />
</div> <div style="width:47%; float: left; padding-right: 0; display: inline;" class="post_column_1"><p><strong>Hoop Parties</strong>&nbsp;</p>
<ul>
<li>Birthdays</li>
<li>Family Reunions</li>
<li>Corporate Events</li>
</ul>
<p></div> <div style="clear: both;"></div><br />
<div style="width:47%; float: left; padding-right: 6%; display: inline;" class="post_column_1"><p></div></li>
</ul>
<p style="text-align: left;"><strong><br />
</strong></p>
<p style="text-align: left;"><strong><br />
</strong></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wannahoop.com/2011/06/gotta-hoop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips to a toner you from Gabriella Redding, CEO of Hoopnotica!</title>
		<link>http://www.wannahoop.com/2011/06/tips-to-a-toner-you-from-gabriella-redding-ceo-of-hoopnotica/</link>
		<comments>http://www.wannahoop.com/2011/06/tips-to-a-toner-you-from-gabriella-redding-ceo-of-hoopnotica/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 03:15:15 +0000</pubDate>
		<dc:creator>abrooke14</dc:creator>
				<category><![CDATA[Gotta Hoop]]></category>

		<guid isPermaLink="false">http://www.wannahoop.com/?p=410</guid>
		<description><![CDATA[Tips to a toner you from Gabriella Redding, CEO of Hoopnotica! http://www.self.com/fitness/blogs/freshfitnesstips/2011/06/best-summer-workout-trends.html]]></description>
			<content:encoded><![CDATA[<p>Tips to a toner you from Gabriella Redding, CEO of Hoopnotica!</p>
<p><a title="Gabriella Redding, CEO of Hoopnotica tells Self readers how to stay fit in their hoop!" href="http://www.self.com/fitness/blogs/freshfitnesstips/2011/06/best-summer-workout-trends.html" target="_blank">http://www.self.com/fitness/blogs/freshfitnesstips/2011/06/best-summer-workout-trends.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wannahoop.com/2011/06/tips-to-a-toner-you-from-gabriella-redding-ceo-of-hoopnotica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Your Own Hula Hoop and Learn to Hoop Dance!</title>
		<link>http://www.wannahoop.com/2011/06/make-your-own-hula-hoop-and-learn-to-hoop-dance/</link>
		<comments>http://www.wannahoop.com/2011/06/make-your-own-hula-hoop-and-learn-to-hoop-dance/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 01:55:21 +0000</pubDate>
		<dc:creator>abrooke14</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.wannahoop.com/?p=390</guid>
		<description><![CDATA[July 2nd 1-4pm In search of a new hobby or a creative outlet? If so, join Angela Faes and Tracy Knowles of Wanna Hoop who are coming to The Catamaran Club on July 2nd. Angela and Tracy will guide you in making your very own hula hoop and teach you how to hoop dance. You [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-393" href="http://www.wannahoop.com/2011/06/make-your-own-hula-hoop-and-learn-to-hoop-dance/photo/"><img class="alignleft size-thumbnail wp-image-393" title="photo" src="http://www.wannahoop.com/wp-content/uploads/2011/05/photo-150x150.jpg" alt="" width="150" height="150" /></a>July 2nd 1-4pm</p>
<p>In search of a new hobby or a creative outlet? If so, join Angela Faes and Tracy Knowles of <em>Wanna Hoop </em>who are coming to The Catamaran Club on July 2<sup>nd</sup>. Angela and Tracy will guide you in making your very own hula hoop and teach you how to hoop dance. You choose the colors and a pattern that match your style and they&#8217;ll get you moovin’ and groovin’ inside your new hand-made hula hoop!<br />
The hoop making begins at 1pm inside the crafts room, followed by a “hoop jam” at 2pm where they will teach the basics of hooping and few techniques to get you started!</p>
<p>Ages 10 and up are welcome and the cost is $25 per person (includes material and hula hoop). Pre-registration is suggested so the hoop can be customized to your height. To register, call <a href="tel:303.827.1860" target="_blank">303.827.1860</a>, email <a href="mailto:angela@wannahoop.com" target="_blank">angela@wannahoop.com</a> or visit <a href="http://www.wannahoop.com/" target="_blank">www.wannahoop.com</a>.</p>
<p><em>Wanna Hoop? You know you wanna!</em></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wannahoop.com/2011/06/make-your-own-hula-hoop-and-learn-to-hoop-dance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Begin Your Hoop Journey</title>
		<link>http://www.wannahoop.com/2011/06/begin-your-hoop-journey-3/</link>
		<comments>http://www.wannahoop.com/2011/06/begin-your-hoop-journey-3/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 01:50:04 +0000</pubDate>
		<dc:creator>abrooke14</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.wannahoop.com/?p=383</guid>
		<description><![CDATA[Join us for a 4 week Wanna Hoop series at Karma Yoga Center! Beginners Level 1 will cover the basics of Hoopdance – how to keep the hoop spinning on your waist, hips and above your head, and how to take the hoop on and off your body in a beautiful spiral. When: Sundays July 10 &#38; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wannahoop.com/wp-content/uploads/2011/06/HoopDancer.jpg"><img class="alignleft size-thumbnail wp-image-288" title="HoopDancer" src="http://www.wannahoop.com/wp-content/uploads/2011/06/HoopDancer-150x150.jpg" alt="" width="150" height="150" /></a>Join us for a 4 week <em>Wanna Hoop</em> series at <a title="Karma Yoga Center" href="http://www.karmayogacenter.com/" target="_blank">Karma Yoga Center</a>!</p>
<p><strong>Beginners Level 1</strong> will cover the basics of Hoopdance – how to keep the hoop spinning on your waist, hips and above your head, and how to take the hoop on and off your body in a beautiful spiral.<br />
<strong>When:</strong> Sundays July 10 &amp; 17 / 1:30 &#8211; 3:30pm</p>
<p><strong>Beginners Level 2</strong> is jam packed with lots of great moves like hooping on the chest, neck &amp; shoulder, thighs, angles and the dance in hoopdance! You will discover your “flow” in the hoop!<br />
<strong>When:</strong> Sunday July 24 &amp; 31 / 1:30 &#8211; 3:30pm</p>
<p>$30 drop in / $52 for two classes / $88 for entire series<br />
Ages 13+<br />
Classes limited to 12 students so register fast!</p>
<p><strong>Location:</strong> Karma Yoga Center •<a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=290+Franklin+Street,+Denver,+CO&amp;aq=&amp;sll=37.0625,-95.677068&amp;sspn=35.768112,86.572266&amp;ie=UTF8&amp;hq=&amp;hnear=290+Franklin+St,+Denver,+Colorado+80218&amp;z=16" target="_blank"> 290 S. Franklin St. • Denver, CO</a></p>
<p>To Register, please call (720) 379-3627or visit <a href="http://www.karmayogacenter.com/" target="_blank">www.karmayogacenter.com</a>.</p>
<p><em>Tracy and Angela look forward to sharing their love and knowledge of the hoop with all of you!</em></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wannahoop.com/2011/06/begin-your-hoop-journey-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>National Outdoors Day</title>
		<link>http://www.wannahoop.com/2011/06/national-outdoors-day/</link>
		<comments>http://www.wannahoop.com/2011/06/national-outdoors-day/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 03:15:52 +0000</pubDate>
		<dc:creator>abrooke14</dc:creator>
				<category><![CDATA[Gotta Hoop]]></category>

		<guid isPermaLink="false">http://www.wannahoop.com/?p=440</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><iframe width="425" height="349" src="http://www.youtube.com/embed/UwV8Q64BORY" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wannahoop.com/2011/06/national-outdoors-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fire Hooping in Wash Park</title>
		<link>http://www.wannahoop.com/2011/06/fire-hooping-in-wash-park/</link>
		<comments>http://www.wannahoop.com/2011/06/fire-hooping-in-wash-park/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 03:12:47 +0000</pubDate>
		<dc:creator>abrooke14</dc:creator>
				<category><![CDATA[Gotta Hoop]]></category>

		<guid isPermaLink="false">http://www.wannahoop.com/?p=433</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><iframe width="425" height="349" src="http://www.youtube.com/embed/NPFE-mjfdVs" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wannahoop.com/2011/06/fire-hooping-in-wash-park/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yoga Rocks the Park in Denver</title>
		<link>http://www.wannahoop.com/2011/06/398/</link>
		<comments>http://www.wannahoop.com/2011/06/398/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 16:47:14 +0000</pubDate>
		<dc:creator>abrooke14</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.wannahoop.com/?p=398</guid>
		<description><![CDATA[You can find us at Yoga Rocks the Park every Sunday!]]></description>
			<content:encoded><![CDATA[<p>You can find us at Yoga Rocks the Park every Sunday!<br />
<a title="Yoga Rocks the Park" href="http://yogarocksthepark.com/denver/denver-schedule/" target="_blank"><img class="size-thumbnail wp-image-399 alignleft" title="yoga rocks 2011" src="http://www.wannahoop.com/wp-content/uploads/2011/06/yoga-rocks-2011-150x138.jpg" alt="" width="150" height="138" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wannahoop.com/2011/06/398/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

