<?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>Coloured Animal</title> <atom:link href="http://www.colouredanimal.com/feed" rel="self" type="application/rss+xml" /><link>http://www.colouredanimal.com</link> <description>a rock music collective</description> <lastBuildDate>Thu, 22 Sep 2011 22:21:58 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Coloured Animal in Vancouver on November 25</title><link>http://www.colouredanimal.com/coloured-animal-in-vancouver-on-november-25?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=coloured-animal-in-vancouver-on-november-25</link> <comments>http://www.colouredanimal.com/coloured-animal-in-vancouver-on-november-25#comments</comments> <pubDate>Thu, 08 Sep 2011 01:01:46 +0000</pubDate> <dc:creator>gregreimer</dc:creator> <category><![CDATA[Upcoming Gigs]]></category><guid
isPermaLink="false">http://www.colouredanimal.com/coloured-animal-in-vancouver-on-november-25</guid> <description><![CDATA[]]></description> <content:encoded><![CDATA[]]></content:encoded> <wfw:commentRss>http://www.colouredanimal.com/coloured-animal-in-vancouver-on-november-25/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Debut CD</title><link>http://www.colouredanimal.com/debut-cd?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=debut-cd</link> <comments>http://www.colouredanimal.com/debut-cd#comments</comments> <pubDate>Sat, 03 Sep 2011 02:13:38 +0000</pubDate> <dc:creator>gregreimer</dc:creator> <category><![CDATA[Homepage Slider]]></category><guid
isPermaLink="false">http://www.colouredanimal.com/?p=236</guid> <description><![CDATA[
Available now at the following outlets:
]]></description> <content:encoded><![CDATA[<p
style="text-align: center;"><a
href="http://itunes.apple.com/ca/album/coloured-animal/id434338118"><img
class="alignnone size-full wp-image-234" title="coloured-animal-bull-cd" src="http://www.colouredanimal.com/wp-content/uploads/general/coloured-animal-bull-cd.png" alt="Coloured Animal CD" width="354" height="286" /></a></p><p
style="text-align: center; clear: both; padding-bottom: 5px;">Available now at the following outlets:</p><p
style="clear: both; padding: 10px 0pt; background: none repeat scroll 0% 0% white; text-align: center;"><a
href="http://itunes.apple.com/ca/album/coloured-animal/id434338118"><img
class="alignnone size-full wp-image-271" title="itunes music store" src="http://www.colouredanimal.com/wp-content/uploads/general/itunes1.png" alt="iTunes Music Store" width="223" height="48" /></a><br
/> <a
href="http://www.cdbaby.com/cd/colouredanimal" target="_blank"><img
class="alignnone size-full wp-image-151" title="Buy Coloured Animal on CD Baby" src="http://208.131.154.12/%7Eglpagede/_other/colouredanimal/wp-content/uploads/general/cdbaby.png" alt="Buy Coloured Animal on CD Baby" width="105" height="32" /></a><a
style="margin-left: 10px; margin-right: 10px;" href="http://www.amazon.com/Coloured-Animal/dp/B004YCMAP8/" target="_blank"><img
class="alignnone size-full wp-image-150" title="Buy Coloured Animal on Amazon MP3" src="http://208.131.154.12/%7Eglpagede/_other/colouredanimal/wp-content/uploads/general/amazonmp3.png" alt="Buy Coloured Animal on Amazon MP3" width="89" height="32" /></a> <a
href="http://www.rhapsody.com/#/artist/coloured-animal"><img
class="alignnone size-full wp-image-154" title="Buy Coloured Animal on Rhapsody" src="http://www.colouredanimal.com/wp-content/uploads/general/rhapsody.png" alt="Buy Coloured Animal on Rhapsody" width="113" height="26" /></a></p> ]]></content:encoded> <wfw:commentRss>http://www.colouredanimal.com/debut-cd/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Video</title><link>http://www.colouredanimal.com/video?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=video</link> <comments>http://www.colouredanimal.com/video#comments</comments> <pubDate>Fri, 02 Sep 2011 02:14:47 +0000</pubDate> <dc:creator>gregreimer</dc:creator> <category><![CDATA[Homepage Slider]]></category><guid
isPermaLink="false">http://www.colouredanimal.com/?p=239</guid> <description><![CDATA[]]></description> <content:encoded><![CDATA[<script type="text/javascript">
    function wp_youtube_gallery_post_page(data) {
    	var feed = data.feed;
    	var entries = feed.entry || [];
    	var html = [];
    	for (var i = 0; i < entries.length; i++) {
    		// Parse out YouTube entry data
    		var entry = entries[i];
    		var title = entry.title.$t;
    		var width = "470";
    		var height = "285.357142857";
    		var showtitle = "Yes";
    		var titledisplay = '';
    		if(showtitle == "Yes") {
    		  titledisplay = "<h4>" + title + "</h4>";
        } else {
          titledisplay = "";
        }
    		var playerUrl = entries[i].media$group.media$content[0].url;
    		  	
    		html.push( "<div class=\"wp_youtube_gallery\">", titledisplay ,"\n",
    		           "<object width='" , width , "' height='" , height , "'><param name='movie' value='" , playerUrl , "&hl=en&fx=1&'></param><param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param><embed src='" , playerUrl , "&hl=en&fs=1&' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='" , width , "' height='" , height , "'></embed></object></div><p></p>" );
    		}
    	document.getElementById('videos_on_post_239').innerHTML = html.join('');
    	} 
    </script><div
id="videos_on_post_239"></div><script 
        type="text/javascript" 
        src="http://gdata.youtube.com/feeds/users/ColouredAnimalMusic/uploads?alt=json-in-script&max-results=1&callback=wp_youtube_gallery_post_page">
    </script>]]></content:encoded> <wfw:commentRss>http://www.colouredanimal.com/video/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Bio</title><link>http://www.colouredanimal.com/bio?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bio</link> <comments>http://www.colouredanimal.com/bio#comments</comments> <pubDate>Thu, 01 Sep 2011 02:15:27 +0000</pubDate> <dc:creator>gregreimer</dc:creator> <category><![CDATA[Homepage Slider]]></category><guid
isPermaLink="false">http://www.colouredanimal.com/?p=241</guid> <description><![CDATA[above: Matt Perkins, Kevin Gregoire, Fred Donaldson, Greg Reimer, Todd Stanton
&#160;
species: Coloured Animal
genus: A Rock Music Collective
phylum: Hard Rock / Alternative
habitat
The natural habitat of the Coloured Animal is the stage, where it can be found performing its catchy and evocative music to appreciative audiences. During mating season, it descends into the studio where it records, [...]]]></description> <content:encoded><![CDATA[<h4>above:<em> Matt Perkins, Kevin Gregoire, Fred Donaldson, Greg Reimer, Todd Stanton</em></h4><p>&nbsp;</p><h4>species: <em>Coloured Animal</em></h4><h4>genus: <em>A Rock Music Collective</em></h4><h4>phylum: <em>Hard Rock / Alternative</em></h4><h3>habitat</h3><p>The natural habitat of the Coloured Animal is the stage, where it can be found performing its catchy and evocative music to appreciative audiences. During mating season, it descends into the studio where it records, mixes and nurtures its offspring into well-crafted songs.</p><h3>communication</h3><p>In spite of its fearsome appearance, the Coloured Animal is friendly and approachable, and responds well to human contact. Zoologists wishing to discover more about Coloured Animal are encouraged to try its Contact Form to the right.  It can also be followed on <a
title="Coloured Animal on Facebook" href="http://www.facebook.com/pages/Coloured-Animal/324229731737" target="_blank">Facebook</a> or <a
title="Coloured Animal on Twitter" href="http://www.twitter.com/colouredanimal" target="_blank">Twitter</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.colouredanimal.com/bio/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Coloured Animal in Vancouver on June 21</title><link>http://www.colouredanimal.com/coloured-animal-in-vancouver-on-june-21?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=coloured-animal-in-vancouver-on-june-21</link> <comments>http://www.colouredanimal.com/coloured-animal-in-vancouver-on-june-21#comments</comments> <pubDate>Mon, 09 May 2011 21:18:58 +0000</pubDate> <dc:creator>gregreimer</dc:creator> <category><![CDATA[Upcoming Gigs]]></category><guid
isPermaLink="false">http://www.colouredanimal.com/coloured-animal-in-vancouver-on-june-21</guid> <description><![CDATA[]]></description> <content:encoded><![CDATA[]]></content:encoded> <wfw:commentRss>http://www.colouredanimal.com/coloured-animal-in-vancouver-on-june-21/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Coloured Animal in Vancouver on June 4</title><link>http://www.colouredanimal.com/coloured-animal-in-vancouver-on-june-4?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=coloured-animal-in-vancouver-on-june-4</link> <comments>http://www.colouredanimal.com/coloured-animal-in-vancouver-on-june-4#comments</comments> <pubDate>Thu, 17 Feb 2011 08:05:12 +0000</pubDate> <dc:creator>gregreimer</dc:creator> <category><![CDATA[Upcoming Gigs]]></category><guid
isPermaLink="false">http://www.colouredanimal.com/2011/02/17/coloured-animal-in-vancouver-on-june-4/</guid> <description><![CDATA[]]></description> <content:encoded><![CDATA[]]></content:encoded> <wfw:commentRss>http://www.colouredanimal.com/coloured-animal-in-vancouver-on-june-4/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Coloured Animal in Vancouver on April 19</title><link>http://www.colouredanimal.com/coloured-animal-in-vancouver-on-april-19?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=coloured-animal-in-vancouver-on-april-19</link> <comments>http://www.colouredanimal.com/coloured-animal-in-vancouver-on-april-19#comments</comments> <pubDate>Thu, 17 Feb 2011 08:01:27 +0000</pubDate> <dc:creator>gregreimer</dc:creator> <category><![CDATA[Upcoming Gigs]]></category><guid
isPermaLink="false">http://www.colouredanimal.com/2011/02/17/coloured-animal-in-vancouver-on-april-19/</guid> <description><![CDATA[]]></description> <content:encoded><![CDATA[]]></content:encoded> <wfw:commentRss>http://www.colouredanimal.com/coloured-animal-in-vancouver-on-april-19/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Coloured Animal in Vancouver on April 6</title><link>http://www.colouredanimal.com/coloured-animal-in-vancouver-on-april-6?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=coloured-animal-in-vancouver-on-april-6</link> <comments>http://www.colouredanimal.com/coloured-animal-in-vancouver-on-april-6#comments</comments> <pubDate>Thu, 17 Feb 2011 07:55:06 +0000</pubDate> <dc:creator>gregreimer</dc:creator> <category><![CDATA[Upcoming Gigs]]></category><guid
isPermaLink="false">http://www.colouredanimal.com/2011/02/17/coloured-animal-in-vancouver-on-april-6/</guid> <description><![CDATA[]]></description> <content:encoded><![CDATA[]]></content:encoded> <wfw:commentRss>http://www.colouredanimal.com/coloured-animal-in-vancouver-on-april-6/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Coloured Animal in Vancouver on December 17</title><link>http://www.colouredanimal.com/coloured-animal-in-vancouver-on-december-17?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=coloured-animal-in-vancouver-on-december-17</link> <comments>http://www.colouredanimal.com/coloured-animal-in-vancouver-on-december-17#comments</comments> <pubDate>Fri, 12 Nov 2010 16:50:44 +0000</pubDate> <dc:creator>gregreimer</dc:creator> <category><![CDATA[Upcoming Gigs]]></category><guid
isPermaLink="false">http://www.colouredanimal.com/2010/11/12/coloured-animal-in-vancouver-on-december-17/</guid> <description><![CDATA[]]></description> <content:encoded><![CDATA[]]></content:encoded> <wfw:commentRss>http://www.colouredanimal.com/coloured-animal-in-vancouver-on-december-17/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Coloured Animal in Vancouver on August 21</title><link>http://www.colouredanimal.com/coloured-animal-in-vancouver-on-august-21?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=coloured-animal-in-vancouver-on-august-21</link> <comments>http://www.colouredanimal.com/coloured-animal-in-vancouver-on-august-21#comments</comments> <pubDate>Fri, 17 Sep 2010 16:22:42 +0000</pubDate> <dc:creator>gregreimer</dc:creator> <category><![CDATA[Upcoming Gigs]]></category><guid
isPermaLink="false">http://www.colouredanimal.com/2010/09/17/coloured-animal-in-vancouver-on-august-21/</guid> <description><![CDATA[]]></description> <content:encoded><![CDATA[]]></content:encoded> <wfw:commentRss>http://www.colouredanimal.com/coloured-animal-in-vancouver-on-august-21/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.colouredanimal.com @ 2012-02-23 06:40:58 -->
