
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">

<head profile="http://gmpg.org/xfn/11">

<meta http-equiv="X-UA-Compatible" content="IE=edge" />

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<title> thegreenpages.ca</title>

<link rel="pingback" href="http://thegreenpages.ca/xmlrpc.php" />

<link rel="alternate" type="application/rss+xml" title="thegreenpages.ca &raquo; Feed" href="http://thegreenpages.ca/feed/" />
<link rel="alternate" type="application/rss+xml" title="thegreenpages.ca &raquo; Comments Feed" href="http://thegreenpages.ca/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="thegreenpages.ca &raquo; Home Page Comments Feed" href="http://thegreenpages.ca/home-page/feed/" />
<link rel='stylesheet' id='flick-css'  href='http://thegreenpages.ca/wp-content/plugins/mailchimp//css/flick/flick.css?ver=3.9' type='text/css' media='all' />
<link rel='stylesheet' id='mailchimpSF_main_css-css'  href='http://thegreenpages.ca/?mcsf_action=main_css&#038;ver=3.9' type='text/css' media='all' />
<!--[if IE]>
<link rel='stylesheet' id='mailchimpSF_ie_css-css'  href='http://thegreenpages.ca/wp-content/plugins/mailchimp/css/ie.css?ver=3.9' type='text/css' media='all' />
<![endif]-->
<link rel='stylesheet' id='wiki-embed-style-css'  href='http://thegreenpages.ca/wp-content/plugins/wiki-embed/resources/css/wiki-embed.css?ver=0.9' type='text/css' media='screen' />
<link rel='stylesheet' id='jetpack-subscriptions-css'  href='http://thegreenpages.ca/wp-content/plugins/jetpack/modules/subscriptions/subscriptions.css?ver=3.9' type='text/css' media='all' />
<link rel='stylesheet' id='wordpress-popular-posts-css'  href='http://thegreenpages.ca/wp-content/plugins/wordpress-popular-posts/style/wpp.css?ver=2.3.7' type='text/css' media='all' />
<link rel='stylesheet' id='jetpack-widgets-css'  href='http://thegreenpages.ca/wp-content/plugins/jetpack/modules/widgets/widgets.css?ver=20121003' type='text/css' media='all' />
<link rel='stylesheet' id='theme-main-styles-css'  href='http://thegreenpages.ca/wp-content/themes/wp-enlightened101/style.css?ver=3.9' type='text/css' media='all' />
<link rel='stylesheet' id='theme-fonts-styles-css'  href='http://thegreenpages.ca/wp-content/themes/wp-enlightened101/style-font.css?ver=3.9' type='text/css' media='all' />
<link rel='stylesheet' id='theme-responsive-styles-css'  href='http://thegreenpages.ca/wp-content/themes/wp-enlightened101/style-responsive.css?ver=3.9' type='text/css' media='all' />
<link rel='stylesheet' id='theme-custom-styles-css'  href='http://thegreenpages.ca/wp-content/themes/wp-enlightened101/custom.css?ver=3.9' type='text/css' media='all' />
<link rel='stylesheet' id='sharedaddy-css'  href='http://thegreenpages.ca/wp-content/plugins/jetpack/modules/sharedaddy/sharing.css?ver=2.9.3' type='text/css' media='all' />
<script type='text/javascript' src='http://thegreenpages.ca/wp-includes/js/jquery/jquery.js?ver=1.11.0'></script>
<script type='text/javascript' src='http://thegreenpages.ca/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
<script type='text/javascript' src='http://thegreenpages.ca/wp-content/plugins/mailchimp/js/scrollTo.js?ver=1.4.1'></script>
<script type='text/javascript' src='http://thegreenpages.ca/wp-includes/js/jquery/jquery.form.min.js?ver=3.37.0'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var mailchimpSF = {"ajax_url":"http:\/\/thegreenpages.ca\/"};
/* ]]> */
</script>
<script type='text/javascript' src='http://thegreenpages.ca/wp-content/plugins/mailchimp/js/mailchimp.js?ver=1.4.1'></script>
<script type='text/javascript' src='http://thegreenpages.ca/wp-includes/js/jquery/ui/jquery.ui.core.min.js?ver=1.10.4'></script>
<script type='text/javascript' src='http://thegreenpages.ca/wp-content/plugins/mailchimp//js/datepicker.js?ver=3.9'></script>
<script type='text/javascript' src='http://thegreenpages.ca/wp-content/themes/wp-enlightened101/js/hoverIntent.js?ver=r7'></script>
<script type='text/javascript' src='http://thegreenpages.ca/wp-content/themes/wp-enlightened101/js/superfish.js?ver=3.9'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://thegreenpages.ca/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://thegreenpages.ca/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 3.9" />
<link rel='canonical' href='http://thegreenpages.ca/' />
<link rel='shortlink' href='http://wp.me/P2qWN3-5wL' />
	<script type="text/javascript">
		jQuery(function($) {
			$('.date-pick').each(function() {
				var format = $(this).data('format') || 'mm/dd/yyyy';
				format = format.replace(/yyyy/i, 'yy');
				$(this).datepicker({
					autoFocusNextInput: true,
					constrainInput: false,
					changeMonth: true,
					changeYear: true,
					beforeShow: function(input, inst) { $('#ui-datepicker-div').addClass('show'); },
					dateFormat: format.toLowerCase(),
				});
			});
			d = new Date();
			$('.birthdate-pick').each(function() {
				var format = $(this).data('format') || 'mm/dd';
				format = format.replace(/yyyy/i, 'yy');
				$(this).datepicker({
					autoFocusNextInput: true,
					constrainInput: false,
					changeMonth: true,
					changeYear: false,
					minDate: new Date(d.getFullYear(), 1-1, 1),
					maxDate: new Date(d.getFullYear(), 12-1, 31),
					beforeShow: function(input, inst) { $('#ui-datepicker-div').removeClass('show'); },
					dateFormat: format.toLowerCase(),
				});

			});

		});
	</script>
	<meta name="viewport" content="width=device-width,initial-scale=1" />
	<!-- TopNav Superfsh JS -->
	<script type="text/javascript">  
		jQuery(document).ready(function() { 
			jQuery('#topnav ul.nav').superfish({ 
				delay:		300,				// delay on mouseout 
				animation:	{opacity:'show',height:'show'},	// fade-in and slide-down animation 
				speed:		'fast',				// faster animation speed
				cssArrows:	false				// disable generation of arrow mark-up
			});  
		});  
	</script>


	<!-- CatNav Superfsh JS -->
	<script type="text/javascript">  
		jQuery(document).ready(function() { 
			jQuery('#catnav ul.catnav').superfish({ 
				delay:		300,				// delay on mouseout 
				animation:	{opacity:'show',height:'show'},	// fade-in and slide-down animation 
				speed:		'fast',				// faster animation speed
				cssArrows:	false				// disable generation of arrow mark-up
			}); 
		});  
	</script>


	<!-- FixedNav Superfsh JS -->
	<script type="text/javascript">  
		jQuery(document).ready(function() { 
			jQuery('#fixednav ul.fixednav').superfish({ 
				delay:		300,				// delay on mouseout 
				animation:	{opacity:'show',height:'show'},	// fade-in and slide-down animation 
				speed:		'fast',				// faster animation speed
				cssArrows:	false				// disable generation of arrow mark-up
			}); 
		});  
	</script>

<!-- Vipers Video Quicktags v6.5.0 | http://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags/ -->
<style type="text/css">
.vvqbox { display: block; max-width: 100%; visibility: visible !important; margin: 10px auto; } .vvqbox img { max-width: 100%; height: 100%; } .vvqbox object { max-width: 100%; } 
</style>
<script type="text/javascript">
// <![CDATA[
	var vvqflashvars = {};
	var vvqparams = { wmode: "opaque", allowfullscreen: "true", allowscriptaccess: "always" };
	var vvqattributes = {};
	var vvqexpressinstall = "http://thegreenpages.ca/wp-content/plugins/vipers-video-quicktags/resources/expressinstall.swf";
// ]]>
</script>

<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="thegreenpages.ca" />
<meta property="og:description" content="Canada&#039;s Environmental Social Network" />
<meta property="og:url" content="http://thegreenpages.ca/" />
<meta property="og:site_name" content="thegreenpages.ca" />
<meta property="og:image" content="http://wordpress.com/i/blank.jpg" />
<meta name="twitter:site" content="@jetpack" />
<meta name="twitter:card" content="summary" />


</head>


<body class="home page page-id-21251 page-template page-template-page-widgetized-php sw-c unboxed header2 No-Background-Pattern">

		<!-- FIXED NAVBAR -->
		<div id="fixednav">
			<div class="limit clearfix">
				<!-- FIXED NAVIGATION MENU -->
				<ul class="fixednav">
					<li id="menu-item-21253" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21253"><a href="/share-your-stories/">Share your stories</a></li>
<li id="menu-item-21254" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21254"><a href="/community-events/">Promote an event</a></li>
<li id="menu-item-21255" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21255"><a href="/work-opportunities/post-a-job-or-volunteer-opportunity/">Post a job</a></li>
<li id="menu-item-21256" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21256"><a href="/search/">Search</a></li>
<li id="menu-item-21257" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21257"><a href="/about/make-a-donation/">Support our work</a></li>
				</ul>
				<!-- SOCIAL MEDIA ICONS -->
				<div class="sub-icons">

	<ul class="clearfix">

		<li><a class="subicon rss" title="Subscribe via RSS Feed" href="http://thegreenpages.ca/feed/">RSS Feed</a></li>

		<li><a class="subicon facebook" title="Connect on Facebook" rel="external" href="http://www.facebook.com/thegreenpagescanada">Facebook</a></li>

		<li><a class="subicon twitter" rel="external" title="Follow Me on Twitter" href="http://www.twitter.com/thegreenpages">Twitter</a></li>


		<li><a class="subicon pinterest" title="Connect on Pinterest" rel="external" href="http://www.pinterest.com/thegreenpages">Pinterest</a></li>

		<li><a class="subicon gplus" title="Connect on Google Plus" rel="external" href="https://plus.google.com/112305806433731734948?rel=author">Google</a></li>


		<li><a class="subicon flickr" title="Join Our Flickr Group" rel="external" href="http://www.flickr.com/groups/thegreenpages">Flickr</a></li>



		<li><a class="subicon linkedin" title="Join Our LinkedIn Group" rel="external" href="http://www.linkedin.com/groups/thegreenpagesca-Canadas-Environmental-Professionals-Network-2076042?gid=2076042">LinkedIn</a></li>

		<li><a class="subicon youtube" title="Connect on YouTube" rel="external" href="http://www.youtube.com/user/thegreenpages">Youtube</a></li>

	</ul>

</div>			</div>
		</div>
	
<div id="outer-wrap">

		<!-- TOP NAVBAR -->
		<div id="topnav">
			<div class="limit clearfix">
									<!-- PRIMARY NAVIGATION -->
					<ul class="nav">
						<li id="menu-item-8" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-8"><a href="/">Canada</a></li>
<li id="menu-item-9" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9"><a href="#">Portals</a>
<ul class="sub-menu">
	<li id="menu-item-9093" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9093"><a href="/ab/">Alberta</a></li>
	<li id="menu-item-9094" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9094"><a href="/bc/">British Columbia</a></li>
	<li id="menu-item-9095" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9095"><a href="/mb/">Manitoba</a></li>
	<li id="menu-item-9096" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9096"><a href="/nb/">New Brunswick</a></li>
	<li id="menu-item-9097" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9097"><a href="/nl/">Newfoundland &#038; Labrador</a></li>
	<li id="menu-item-9098" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9098"><a href="/ns/">Nova Scotia</a></li>
	<li id="menu-item-9101" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9101"><a href="/nt/">Northwest Territories</a></li>
	<li id="menu-item-9099" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9099"><a href="/nu/">Nunavut</a></li>
	<li id="menu-item-9100" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9100"><a href="/on/">Ontario</a></li>
	<li id="menu-item-9102" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9102"><a href="/pe/">Prince Edward Island</a></li>
	<li id="menu-item-9103" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9103"><a href="/qc/">Quebec</a></li>
	<li id="menu-item-9104" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9104"><a href="/sk/">Saskatchewan</a></li>
	<li id="menu-item-9105" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9105"><a href="/yt/">Yukon Territories</a></li>
</ul>
</li>
<li id="menu-item-17595" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17595"><a href="http://thegreenpages.ca/our-bookstore/">Bookstore</a></li>
<li id="menu-item-8024" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-8024"><a href="http://thegreenpages.ca/about/">About Us</a>
<ul class="sub-menu">
	<li id="menu-item-8025" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8025"><a href="http://thegreenpages.ca/about/">Who We Are</a></li>
	<li id="menu-item-8028" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8028"><a href="http://thegreenpages.ca/about/our-contributors/">Our Contributors</a></li>
	<li id="menu-item-8027" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8027"><a href="http://thegreenpages.ca/about/make-a-donation/">Support our Work</a></li>
	<li id="menu-item-8033" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8033"><a href="http://thegreenpages.ca/share-your-stories/for-the-media/">For Media</a></li>
	<li id="menu-item-8029" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8029"><a href="http://thegreenpages.ca/about/advertising/">Advertising, Sponsorships &#038; Reviews</a></li>
</ul>
</li>
<li id="menu-item-8015" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-8015"><a href="http://thegreenpages.ca/share-your-stories/">Share your Stories</a>
<ul class="sub-menu">
	<li id="menu-item-8842" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8842"><a href="http://thegreenpages.ca/share-your-stories/">Send us your stories</a></li>
	<li id="menu-item-8020" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8020"><a href="http://thegreenpages.ca/community-events/">Promote your Event</a></li>
	<li id="menu-item-8035" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8035"><a href="http://thegreenpages.ca/share-your-stories/getting-social/">Getting Social</a></li>
</ul>
</li>
<li id="menu-item-21154" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21154"><a href="http://thegreenpages.ca/search/">Search our network</a></li>
<li id="menu-item-8034" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8034"><a href="http://thegreenpages.ca/contact-us/">Contact Us</a></li>
					</ul>
								<!-- SOCIAL MEDIA ICONS -->
				<div class="sub-icons">

	<ul class="clearfix">

		<li><a class="subicon rss" title="Subscribe via RSS Feed" href="http://thegreenpages.ca/feed/">RSS Feed</a></li>

		<li><a class="subicon facebook" title="Connect on Facebook" rel="external" href="http://www.facebook.com/thegreenpagescanada">Facebook</a></li>

		<li><a class="subicon twitter" rel="external" title="Follow Me on Twitter" href="http://www.twitter.com/thegreenpages">Twitter</a></li>


		<li><a class="subicon pinterest" title="Connect on Pinterest" rel="external" href="http://www.pinterest.com/thegreenpages">Pinterest</a></li>

		<li><a class="subicon gplus" title="Connect on Google Plus" rel="external" href="https://plus.google.com/112305806433731734948?rel=author">Google</a></li>


		<li><a class="subicon flickr" title="Join Our Flickr Group" rel="external" href="http://www.flickr.com/groups/thegreenpages">Flickr</a></li>



		<li><a class="subicon linkedin" title="Join Our LinkedIn Group" rel="external" href="http://www.linkedin.com/groups/thegreenpagesca-Canadas-Environmental-Professionals-Network-2076042?gid=2076042">LinkedIn</a></li>

		<li><a class="subicon youtube" title="Connect on YouTube" rel="external" href="http://www.youtube.com/user/thegreenpages">Youtube</a></li>

	</ul>

</div>			</div>
		</div>
			<div id="header" class="clearfix">
			<div id="head-content" class="clearfix">

				<!-- SITE-TITLE/LOGO -->
				<div id="sitetitle">
											<a href="http://thegreenpages.ca" title="thegreenpages.ca"><img src="http://thegreenpages.ca/wp-content/uploads/2012/03/thegreenpages-ca-banner.png" alt="thegreenpages.ca" /></a>
									</div>

				
									<!-- SECONDARY NAVIGATION -->
					<div id="catnav">
						<ul class="catnav clearfix">
							<li id="menu-item-17065" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-17065"><a href="/">Home</a></li>
<li id="menu-item-17066" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-17066"><a href="#">Themes</a>
<ul class="sub-menu">
	<li id="menu-item-17067" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17067"><a href="http://thegreenpages.ca/ca/category/get-involved/">Get Involved</a></li>
	<li id="menu-item-17068" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17068"><a href="http://thegreenpages.ca/ca/category/air-and-climate/">Air and Climate</a></li>
	<li id="menu-item-17069" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17069"><a href="http://thegreenpages.ca/ca/category/around-the-web/">Around the Web</a></li>
	<li id="menu-item-17070" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17070"><a href="http://thegreenpages.ca/ca/category/books-resources/">Books &#038; Resources</a></li>
	<li id="menu-item-17071" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17071"><a href="http://thegreenpages.ca/ca/category/business-and-economics/">Business and Economics</a></li>
	<li id="menu-item-17073" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17073"><a href="http://thegreenpages.ca/ca/category/community-stewardship-and-living/">Community Stewardship and Living</a></li>
	<li id="menu-item-17074" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17074"><a href="http://thegreenpages.ca/ca/category/design-technology/">Design &#038; Technology</a></li>
	<li id="menu-item-17075" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17075"><a href="http://thegreenpages.ca/ca/category/discover/">Discover</a></li>
	<li id="menu-item-17076" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17076"><a href="http://thegreenpages.ca/ca/category/education-and-learning/">Education &#038; Learning</a></li>
	<li id="menu-item-17077" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17077"><a href="http://thegreenpages.ca/ca/category/energy/">Energy</a></li>
	<li id="menu-item-17078" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17078"><a href="http://thegreenpages.ca/ca/category/event/">Event</a></li>
	<li id="menu-item-17080" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17080"><a href="http://thegreenpages.ca/ca/category/food-and-health/">Food &#038; Health</a></li>
	<li id="menu-item-17082" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17082"><a href="http://thegreenpages.ca/ca/category/global-relations/">Global Relations</a></li>
	<li id="menu-item-17083" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17083"><a href="http://thegreenpages.ca/ca/category/green-business/">Green Business</a></li>
	<li id="menu-item-17084" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17084"><a href="http://thegreenpages.ca/ca/category/law-policy-standards/">Law, Policy, &#038; Standards</a></li>
	<li id="menu-item-17086" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17086"><a href="http://thegreenpages.ca/ca/category/marketplace/">Marketplace</a></li>
	<li id="menu-item-17087" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17087"><a href="http://thegreenpages.ca/ca/category/natural-resources-management/">Natural Resources Management</a></li>
	<li id="menu-item-17088" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17088"><a href="http://thegreenpages.ca/ca/category/nature-and-wildlife-conservation/">Nature &#038; Wildlife Conservation</a></li>
	<li id="menu-item-17089" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17089"><a href="http://thegreenpages.ca/ca/category/notable-sayings/">Notable Sayings</a></li>
	<li id="menu-item-17090" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17090"><a href="http://thegreenpages.ca/ca/category/planning-environmental-management/">Planning &#038; Environmental Management</a></li>
	<li id="menu-item-17092" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17092"><a href="http://thegreenpages.ca/ca/category/research/">Research</a></li>
	<li id="menu-item-17094" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17094"><a href="http://thegreenpages.ca/ca/category/science-matters/">Science Matters</a></li>
	<li id="menu-item-17095" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17095"><a href="http://thegreenpages.ca/ca/category/student-initiatives/">Student Initiatives</a></li>
	<li id="menu-item-17096" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17096"><a href="http://thegreenpages.ca/ca/category/sustainable-communities/">Sustainable Communities</a></li>
	<li id="menu-item-17097" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17097"><a href="http://thegreenpages.ca/ca/category/tools-resources/">Tools &#038; Resources</a></li>
	<li id="menu-item-17098" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17098"><a href="http://thegreenpages.ca/ca/category/trade-and-development/">Trade &#038; Development</a></li>
	<li id="menu-item-17102" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17102"><a href="http://thegreenpages.ca/ca/category/water/">Water</a></li>
	<li id="menu-item-17103" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17103"><a href="http://thegreenpages.ca/ca/category/work-opportunities/">Work</a></li>
</ul>
</li>
<li id="menu-item-17104" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17104"><a href="http://thegreenpages.ca/ca/category/event/">Community Events</a></li>
<li id="menu-item-17105" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17105"><a href="http://thegreenpages.ca/work-opportunities/">Career Ideas</a></li>
<li id="menu-item-17106" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17106"><a href="http://thegreenpages.ca/whats-on/">The Tube</a></li>
<li id="menu-item-17305" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17305"><a href="http://thegreenpages.ca/archives/">Archives</a></li>
						</ul>
					</div>
				
			</div>
		</div>
	
	<div id="wrap">

		
		<div id="page" class="clearfix">

			<div class="page-border clearfix">


				<div id="contentleft" class="clearfix">


					<div id="content" class="clearfix">


						
						
						<div id="widgetized-page" class="clearfix">

							<div class="page-widget-wide top clearfix">
								<div id="narrowpostslider-widget-2" class="widget widget-1 widget-first narrowpostslider"><div class="widget-wrap"><h3 class="widgettitle"><span>Editor&#8217;s Picks</span></h3>
<script type="text/javascript">
//<![CDATA[
	jQuery(window).load(function() {
		jQuery('#featured').flexslider({
			animation:'slide',
			controlNav:true,
			animationLoop:true,
			slideshow:false,
			slideshowSpeed:7000,
			useCSS:false,
			pauseOnHover:true,
			animationSpeed:300,
			controlsContainer: '.narrow-slider',
			before: function(slider) {         
				if (slider.slides.eq(slider.currentSlide).find('iframe').length !== 0)
					$f(slider.slides.eq(slider.currentSlide).find('iframe').attr('id') ).api('pause');
				if (slider.slides.eq(slider.currentSlide).find('iframe[src*="youtube"]').length !== 0)
					callPlayer(slider.slides.eq(slider.currentSlide).find('iframe[src*="youtube"]').attr('id'), 'pauseVideo');
			}
		});
	});
//]]>
</script>

<div class="featured narrow clearfix">

	<div id="featured" class="myflexslider narrow-slider">

		<ul class="slides">


	    		<li id="narrow-feature-post-1">

				<div class="slide-container clearfix">

											<div class="feature-image">
							<a href="http://thegreenpages.ca/ca/2014/05/14/critical-caribou-habitat-is-being-sold-to-the-energy-industry-in-alberta/" rel="nofollow" title="Critical caribou habitat is being sold to the energy industry in Alberta">		<img src="http://thegreenpages.ca/wp-content/uploads/2014/05/01_caribou.jpg" alt="Critical caribou habitat is being sold to the energy industry in Alberta" title="Critical caribou habitat is being sold to the energy industry in Alberta" />
	</a>
						</div>
					
					<div class="flex-caption">

						<h2 class="post-title"><a href="http://thegreenpages.ca/ca/2014/05/14/critical-caribou-habitat-is-being-sold-to-the-energy-industry-in-alberta/" rel="bookmark" title="Critical caribou habitat is being sold to the energy industry in Alberta">Critical caribou habitat is being sold to the energy industry in Alberta</a></h2>

						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/05/14/critical-caribou-habitat-is-being-sold-to-the-energy-industry-in-alberta/" rel="nofollow" title="Permanent Link to Critical caribou habitat is being sold to the energy industry in Alberta">May 14, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/natural-resources-management/" title="View all posts in Natural Resources Management" rel="category tag">Natural Resources Management</a>, <a href="http://thegreenpages.ca/ca/category/nature-and-wildlife-conservation/" title="View all posts in Nature &amp; Wildlife Conservation" rel="category tag">Nature &amp; Wildlife Conservation</a>, <a href="http://thegreenpages.ca/ca/category/planning-environmental-management/" title="View all posts in Planning &amp; Environmental Management" rel="category tag">Planning &amp; Environmental Management</a>			</li>
		
		 

	</ul>

</div>

						<div class="my-excerpt clearfix">

							<div class="excerpt-inner">
								<a class="more-link" href="http://thegreenpages.ca/ca/2014/05/14/critical-caribou-habitat-is-being-sold-to-the-energy-industry-in-alberta/" rel="nofollow" title="Critical caribou habitat is being sold to the energy industry in Alberta">Read More &raquo;</a>
								<p>After a federal panel finds caribou at risk in Alberta, the province decides to sell off critical habitat areas for further industrial development.</p>
							</div>

						</div>

					</div>

				</div>

			</li>


	    		<li id="narrow-feature-post-2">

				<div class="slide-container clearfix">

											<div class="feature-image">
							<a href="http://thegreenpages.ca/ca/2014/05/13/un-report-on-canadas-treatment-of-first-nations-has-critical-lessons-for-resource-projects/" rel="nofollow" title="UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects">		<img src="http://thegreenpages.ca/wp-content/uploads/2014/05/nearKitimat-1024x767-600x400.jpg" alt="UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects" title="UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects" />
	</a>
						</div>
					
					<div class="flex-caption">

						<h2 class="post-title"><a href="http://thegreenpages.ca/ca/2014/05/13/un-report-on-canadas-treatment-of-first-nations-has-critical-lessons-for-resource-projects/" rel="bookmark" title="UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects">UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects</a></h2>

						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/05/13/un-report-on-canadas-treatment-of-first-nations-has-critical-lessons-for-resource-projects/" rel="nofollow" title="Permanent Link to UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects">May 13, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/energy/" title="View all posts in Energy" rel="category tag">Energy</a>, <a href="http://thegreenpages.ca/ca/category/global-relations/" title="View all posts in Global Relations" rel="category tag">Global Relations</a>, <a href="http://thegreenpages.ca/ca/category/law-policy-standards/" title="View all posts in Law, Policy, &amp; Standards" rel="category tag">Law, Policy, &amp; Standards</a>, <a href="http://thegreenpages.ca/ca/category/natural-resources-management/" title="View all posts in Natural Resources Management" rel="category tag">Natural Resources Management</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/05/13/un-report-on-canadas-treatment-of-first-nations-has-critical-lessons-for-resource-projects/#comments" rel="bookmark" title="Comments for UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects"><span class="dsq-postid" rel="22375 http://thegreenpages.ca/?p=22375">Add Reply</span></a>
			</li>
		 

	</ul>

</div>

						<div class="my-excerpt clearfix">

							<div class="excerpt-inner">
								<a class="more-link" href="http://thegreenpages.ca/ca/2014/05/13/un-report-on-canadas-treatment-of-first-nations-has-critical-lessons-for-resource-projects/" rel="nofollow" title="UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects">Read More &raquo;</a>
								<p>Report from the UN&#8217;s special rapporteur on the rights of indigenous peoples sheds a harsh light on Canada&#8217;s approach on natural resource developments.</p>
							</div>

						</div>

					</div>

				</div>

			</li>


	    		<li id="narrow-feature-post-3">

				<div class="slide-container clearfix">

											<div class="feature-image">
							<a href="http://thegreenpages.ca/ca/2014/05/09/court-case-headed-by-thomas-berger-to-protect-peel-watershed-is-ramping-up/" rel="nofollow" title="Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support">		<img src="http://thegreenpages.ca/wp-content/uploads/2014/05/0044_TKuhn_PeelRally_Jan29.jpg" alt="Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support" title="Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support" />
	</a>
						</div>
					
					<div class="flex-caption">

						<h2 class="post-title"><a href="http://thegreenpages.ca/ca/2014/05/09/court-case-headed-by-thomas-berger-to-protect-peel-watershed-is-ramping-up/" rel="bookmark" title="Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support">Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support</a></h2>

						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/05/09/court-case-headed-by-thomas-berger-to-protect-peel-watershed-is-ramping-up/" rel="nofollow" title="Permanent Link to Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support">May 9, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/nature-and-wildlife-conservation/" title="View all posts in Nature &amp; Wildlife Conservation" rel="category tag">Nature &amp; Wildlife Conservation</a>, <a href="http://thegreenpages.ca/ca/category/planning-environmental-management/" title="View all posts in Planning &amp; Environmental Management" rel="category tag">Planning &amp; Environmental Management</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/05/09/court-case-headed-by-thomas-berger-to-protect-peel-watershed-is-ramping-up/#comments" rel="bookmark" title="Comments for Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support"><span class="dsq-postid" rel="22356 http://thegreenpages.ca/?p=22356">Add Reply</span></a>
			</li>
		 

	</ul>

</div>

						<div class="my-excerpt clearfix">

							<div class="excerpt-inner">
								<a class="more-link" href="http://thegreenpages.ca/ca/2014/05/09/court-case-headed-by-thomas-berger-to-protect-peel-watershed-is-ramping-up/" rel="nofollow" title="Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support">Read More &raquo;</a>
								<p>First Nations and conservation groups join forces with legal expert Thomas Berger to defend Yukon&#8217;s Peel Watershed against development.</p>
							</div>

						</div>

					</div>

				</div>

			</li>


	    		<li id="narrow-feature-post-4">

				<div class="slide-container clearfix">

											<div class="feature-image">
							<a href="http://thegreenpages.ca/ca/2014/05/06/national-energy-board-faces-legal-challenge-over-new-rules-on-public-hearings/" rel="nofollow" title="National Energy Board faces legal challenge over new rules on public hearings">		<img src="http://thegreenpages.ca/wp-content/uploads/2014/05/kinder_morgan_pipeline.jpg" alt="National Energy Board faces legal challenge over new rules on public hearings" title="National Energy Board faces legal challenge over new rules on public hearings" />
	</a>
						</div>
					
					<div class="flex-caption">

						<h2 class="post-title"><a href="http://thegreenpages.ca/ca/2014/05/06/national-energy-board-faces-legal-challenge-over-new-rules-on-public-hearings/" rel="bookmark" title="National Energy Board faces legal challenge over new rules on public hearings">National Energy Board faces legal challenge over new rules on public hearings</a></h2>

						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/05/06/national-energy-board-faces-legal-challenge-over-new-rules-on-public-hearings/" rel="nofollow" title="Permanent Link to National Energy Board faces legal challenge over new rules on public hearings">May 6, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/law-policy-standards/" title="View all posts in Law, Policy, &amp; Standards" rel="category tag">Law, Policy, &amp; Standards</a>			</li>
		
		 

	</ul>

</div>

						<div class="my-excerpt clearfix">

							<div class="excerpt-inner">
								<a class="more-link" href="http://thegreenpages.ca/ca/2014/05/06/national-energy-board-faces-legal-challenge-over-new-rules-on-public-hearings/" rel="nofollow" title="National Energy Board faces legal challenge over new rules on public hearings">Read More &raquo;</a>
								<p>New National Energy Board rules limiting public input on Kinder Morgan pipeline expansion facing a legal challenge.</p>
							</div>

						</div>

					</div>

				</div>

			</li>


	    		<li id="narrow-feature-post-5">

				<div class="slide-container clearfix">

											<div class="feature-image">
							<a href="http://thegreenpages.ca/ca/2014/05/06/governments-set-to-decide-fate-of-site-c-dam-in-peace-river-valley/" rel="nofollow" title="Governments set to decide fate of Site C Dam in Peace River Valley">		<img src="http://thegreenpages.ca/wp-content/uploads/2014/05/2013_12_17-site-c_BC-Hydro-600x400.gif" alt="Governments set to decide fate of Site C Dam in Peace River Valley" title="Governments set to decide fate of Site C Dam in Peace River Valley" />
	</a>
						</div>
					
					<div class="flex-caption">

						<h2 class="post-title"><a href="http://thegreenpages.ca/ca/2014/05/06/governments-set-to-decide-fate-of-site-c-dam-in-peace-river-valley/" rel="bookmark" title="Governments set to decide fate of Site C Dam in Peace River Valley">Governments set to decide fate of Site C Dam in Peace River Valley</a></h2>

						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/05/06/governments-set-to-decide-fate-of-site-c-dam-in-peace-river-valley/" rel="nofollow" title="Permanent Link to Governments set to decide fate of Site C Dam in Peace River Valley">May 6, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/energy/" title="View all posts in Energy" rel="category tag">Energy</a>, <a href="http://thegreenpages.ca/ca/category/natural-resources-management/" title="View all posts in Natural Resources Management" rel="category tag">Natural Resources Management</a>, <a href="http://thegreenpages.ca/ca/category/water/" title="View all posts in Water" rel="category tag">Water</a>			</li>
		
		 

	</ul>

</div>

						<div class="my-excerpt clearfix">

							<div class="excerpt-inner">
								<a class="more-link" href="http://thegreenpages.ca/ca/2014/05/06/governments-set-to-decide-fate-of-site-c-dam-in-peace-river-valley/" rel="nofollow" title="Governments set to decide fate of Site C Dam in Peace River Valley">Read More &raquo;</a>
								<p>Site C is still opposed by many area residents, who are concerned about the project&#8217;s large-scale environmental and social impacts.</p>
							</div>

						</div>

					</div>

				</div>

			</li>


		</ul>

	</div>

</div>

<div class="slide-shadow small"></div><div class="hdivider"></div></div></div>							</div> <!-- End .page-widget-wide div -->

							<div class="page-widget-1">
								<div id="catposts-widget-10" class="widget widget-1 widget-first catposts"><div class="widget-wrap"><h3 class="widgettitle"><span><a href="http://thegreenpages.ca/ca/category/air-and-climate/">Air & Climate</a></span></h3><div class='cat-posts-widget textwidget'>
				<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/04/24/david-suzuki-only-with-political-will-can-we-avoid-the-worst-of-climate-change/" rel="bookmark" title="Permanent Link to David Suzuki: Only with political will can we avoid the worst of climate change">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/04/floodsm-150x150.jpg" alt="David Suzuki: Only with political will can we avoid the worst of climate change" title="David Suzuki: Only with political will can we avoid the worst of climate change" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/04/24/david-suzuki-only-with-political-will-can-we-avoid-the-worst-of-climate-change/" rel="bookmark" title="Permanent Link to David Suzuki: Only with political will can we avoid the worst of climate change">David Suzuki: Only with political will can we avoid the worst of climate change</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/04/24/david-suzuki-only-with-political-will-can-we-avoid-the-worst-of-climate-change/" rel="nofollow" title="Permanent Link to David Suzuki: Only with political will can we avoid the worst of climate change">April 24, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/air-and-climate/" title="View all posts in Air and Climate" rel="category tag">Air and Climate</a>			</li>
		
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/04/05/mercury-in-arctic-canada-why-we-should-be-paying-closer-attention/" rel="bookmark" title="Permanent Link to Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/04/800px-Glacous_Gull_on_ice-150x150.jpg" alt="Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention" title="Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/04/05/mercury-in-arctic-canada-why-we-should-be-paying-closer-attention/" rel="bookmark" title="Permanent Link to Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention">Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/04/05/mercury-in-arctic-canada-why-we-should-be-paying-closer-attention/" rel="nofollow" title="Permanent Link to Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention">April 5, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/air-and-climate/" title="View all posts in Air and Climate" rel="category tag">Air and Climate</a>, <a href="http://thegreenpages.ca/ca/category/food-and-health/" title="View all posts in Food &amp; Health" rel="category tag">Food &amp; Health</a>, <a href="http://thegreenpages.ca/ca/category/nature-and-wildlife-conservation/" title="View all posts in Nature &amp; Wildlife Conservation" rel="category tag">Nature &amp; Wildlife Conservation</a>, <a href="http://thegreenpages.ca/ca/category/research/" title="View all posts in Research" rel="category tag">Research</a>, <a href="http://thegreenpages.ca/ca/category/waste-pollution-management/" title="View all posts in Waste &amp; Pollution Management" rel="category tag">Waste &amp; Pollution Management</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/04/05/mercury-in-arctic-canada-why-we-should-be-paying-closer-attention/#comments" rel="bookmark" title="Comments for Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention"><span class="dsq-postid" rel="22218 http://thegreenpages.ca/?p=22218">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
		</div>
</div></div><div id="catposts-widget-9" class="widget widget-2 catposts"><div class="widget-wrap"><h3 class="widgettitle"><span><a href="http://thegreenpages.ca/ca/category/books-resources/">Books & Resources</a></span></h3><div class='cat-posts-widget textwidget'>
				<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2013/12/10/nobel-laureate-alice-munro-also-a-champion-of-ancient-forests/" rel="bookmark" title="Permanent Link to Nobel Laureate Alice Munro also a champion of ancient forests">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2013/12/spruce-dorst-150x150.jpg" alt="Nobel Laureate Alice Munro also a champion of ancient forests" title="Nobel Laureate Alice Munro also a champion of ancient forests" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2013/12/10/nobel-laureate-alice-munro-also-a-champion-of-ancient-forests/" rel="bookmark" title="Permanent Link to Nobel Laureate Alice Munro also a champion of ancient forests">Nobel Laureate Alice Munro also a champion of ancient forests</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2013/12/10/nobel-laureate-alice-munro-also-a-champion-of-ancient-forests/" rel="nofollow" title="Permanent Link to Nobel Laureate Alice Munro also a champion of ancient forests">December 10, 2013</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/books-resources/" title="View all posts in Books &amp; Resources" rel="category tag">Books &amp; Resources</a>, <a href="http://thegreenpages.ca/ca/category/natural-resources-management/" title="View all posts in Natural Resources Management" rel="category tag">Natural Resources Management</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2013/12/10/nobel-laureate-alice-munro-also-a-champion-of-ancient-forests/#comments" rel="bookmark" title="Comments for Nobel Laureate Alice Munro also a champion of ancient forests"><span class="dsq-postid" rel="21380 http://thegreenpages.ca/?p=21380">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2013/10/23/blue-future-protecting-water-for-people-and-the-planet-forever-maude-barlow/" rel="bookmark" title="Permanent Link to Blue Future: Protecting Water for People and the Planet Forever">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2013/10/81mMSI9iTJL._AA1500_-150x150.jpg" alt="Blue Future: Protecting Water for People and the Planet Forever" title="Blue Future: Protecting Water for People and the Planet Forever" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2013/10/23/blue-future-protecting-water-for-people-and-the-planet-forever-maude-barlow/" rel="bookmark" title="Permanent Link to Blue Future: Protecting Water for People and the Planet Forever">Blue Future: Protecting Water for People and the Planet Forever</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2013/10/23/blue-future-protecting-water-for-people-and-the-planet-forever-maude-barlow/" rel="nofollow" title="Permanent Link to Blue Future: Protecting Water for People and the Planet Forever">October 23, 2013</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/books-resources/" title="View all posts in Books &amp; Resources" rel="category tag">Books &amp; Resources</a>, <a href="http://thegreenpages.ca/ca/category/water/" title="View all posts in Water" rel="category tag">Water</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2013/10/23/blue-future-protecting-water-for-people-and-the-planet-forever-maude-barlow/#comments" rel="bookmark" title="Comments for Blue Future: Protecting Water for People and the Planet Forever"><span class="dsq-postid" rel="20994 http://thegreenpages.ca/?p=20994">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
		</div>
</div></div><div id="catposts-widget-8" class="widget widget-3 catposts"><div class="widget-wrap"><h3 class="widgettitle"><span><a href="http://thegreenpages.ca/ca/category/business-and-economics/">Business & Economics</a></span></h3><div class='cat-posts-widget textwidget'>
				<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/02/27/measuring-progress-with-gdp-is-a-gross-mistake/" rel="bookmark" title="Permanent Link to David Suzuki: Measuring progress with GDP is a gross mistake">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/02/family-kite-shutterstock-thumb-480xauto-5028-150x150.jpg" alt="David Suzuki: Measuring progress with GDP is a gross mistake" title="David Suzuki: Measuring progress with GDP is a gross mistake" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/02/27/measuring-progress-with-gdp-is-a-gross-mistake/" rel="bookmark" title="Permanent Link to David Suzuki: Measuring progress with GDP is a gross mistake">David Suzuki: Measuring progress with GDP is a gross mistake</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/02/27/measuring-progress-with-gdp-is-a-gross-mistake/" rel="nofollow" title="Permanent Link to David Suzuki: Measuring progress with GDP is a gross mistake">February 27, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/around-the-web/" title="View all posts in Around the Web" rel="category tag">Around the Web</a>, <a href="http://thegreenpages.ca/ca/category/business-and-economics/" title="View all posts in Business and Economics" rel="category tag">Business and Economics</a>, <a href="http://thegreenpages.ca/ca/category/green-business/" title="View all posts in Green Business" rel="category tag">Green Business</a>, <a href="http://thegreenpages.ca/ca/category/marketplace/" title="View all posts in Marketplace" rel="category tag">Marketplace</a>, <a href="http://thegreenpages.ca/ca/category/science-matters/" title="View all posts in Science Matters" rel="category tag">Science Matters</a>, <a href="http://thegreenpages.ca/ca/category/sustainable-communities/" title="View all posts in Sustainable Communities" rel="category tag">Sustainable Communities</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/02/27/measuring-progress-with-gdp-is-a-gross-mistake/#comments" rel="bookmark" title="Comments for David Suzuki: Measuring progress with GDP is a gross mistake"><span class="dsq-postid" rel="21902 http://thegreenpages.ca/?guid=a746736c7cad3146d9c67f70142c73d5">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2013/01/26/corporate-knights-announces-global-100-top-sustainable-corporations-in-the-world/" rel="bookmark" title="Permanent Link to Corporate Knights announces &#8220;Global 100&#8243; top sustainable corporations in the world">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2013/01/global100_website-150x150.png" alt="Corporate Knights announces &#8220;Global 100&#8243; top sustainable corporations in the world" title="Corporate Knights announces &#8220;Global 100&#8243; top sustainable corporations in the world" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2013/01/26/corporate-knights-announces-global-100-top-sustainable-corporations-in-the-world/" rel="bookmark" title="Permanent Link to Corporate Knights announces &#8220;Global 100&#8243; top sustainable corporations in the world">Corporate Knights announces &#8220;Global 100&#8243; top sustainable corporations in the world</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2013/01/26/corporate-knights-announces-global-100-top-sustainable-corporations-in-the-world/" rel="nofollow" title="Permanent Link to Corporate Knights announces &#8220;Global 100&#8243; top sustainable corporations in the world">January 26, 2013</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/business-and-economics/" title="View all posts in Business and Economics" rel="category tag">Business and Economics</a>, <a href="http://thegreenpages.ca/ca/category/marketplace/" title="View all posts in Marketplace" rel="category tag">Marketplace</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2013/01/26/corporate-knights-announces-global-100-top-sustainable-corporations-in-the-world/#comments" rel="bookmark" title="Comments for Corporate Knights announces &#8220;Global 100&#8243; top sustainable corporations in the world"><span class="dsq-postid" rel="19544 http://thegreenpages.ca/?p=19544">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
		</div>
</div></div><div id="catposts-widget-27" class="widget widget-4 catposts"><div class="widget-wrap"><h3 class="widgettitle"><span><a href="http://thegreenpages.ca/ca/category/community-stewardship-and-living/">Community Stewardship & Living</a></span></h3><div class='cat-posts-widget textwidget'>
				<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/04/05/global-clothing-brands-look-to-eliminate-endangered-forests-from-viscose-fabric/" rel="bookmark" title="Permanent Link to Global clothing brands look to eliminate endangered forests from viscose fabric">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/04/page4-FPO1-150x150.jpg" alt="Global clothing brands look to eliminate endangered forests from viscose fabric" title="Global clothing brands look to eliminate endangered forests from viscose fabric" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/04/05/global-clothing-brands-look-to-eliminate-endangered-forests-from-viscose-fabric/" rel="bookmark" title="Permanent Link to Global clothing brands look to eliminate endangered forests from viscose fabric">Global clothing brands look to eliminate endangered forests from viscose fabric</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/04/05/global-clothing-brands-look-to-eliminate-endangered-forests-from-viscose-fabric/" rel="nofollow" title="Permanent Link to Global clothing brands look to eliminate endangered forests from viscose fabric">April 5, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/community-stewardship-and-living/" title="View all posts in Community Stewardship and Living" rel="category tag">Community Stewardship and Living</a>, <a href="http://thegreenpages.ca/ca/category/design-technology/" title="View all posts in Design &amp; Technology" rel="category tag">Design &amp; Technology</a>, <a href="http://thegreenpages.ca/ca/category/nature-and-wildlife-conservation/" title="View all posts in Nature &amp; Wildlife Conservation" rel="category tag">Nature &amp; Wildlife Conservation</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/04/05/global-clothing-brands-look-to-eliminate-endangered-forests-from-viscose-fabric/#comments" rel="bookmark" title="Comments for Global clothing brands look to eliminate endangered forests from viscose fabric"><span class="dsq-postid" rel="22230 http://thegreenpages.ca/?p=22230">1 Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2013/12/19/lets-celebrate-the-gifts-of-winter/" rel="bookmark" title="Permanent Link to David Suzuki: Let&#8217;s celebrate the gifts of winter">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2013/12/winterwonderland-150x150.jpg" alt="David Suzuki: Let&#8217;s celebrate the gifts of winter" title="David Suzuki: Let&#8217;s celebrate the gifts of winter" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2013/12/19/lets-celebrate-the-gifts-of-winter/" rel="bookmark" title="Permanent Link to David Suzuki: Let&#8217;s celebrate the gifts of winter">David Suzuki: Let&#8217;s celebrate the gifts of winter</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2013/12/19/lets-celebrate-the-gifts-of-winter/" rel="nofollow" title="Permanent Link to David Suzuki: Let&#8217;s celebrate the gifts of winter">December 19, 2013</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/around-the-web/" title="View all posts in Around the Web" rel="category tag">Around the Web</a>, <a href="http://thegreenpages.ca/ca/category/community-stewardship-and-living/" title="View all posts in Community Stewardship and Living" rel="category tag">Community Stewardship and Living</a>			</li>
		
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
		</div>
</div></div><div id="catposts-widget-7" class="widget widget-5 catposts"><div class="widget-wrap"><h3 class="widgettitle"><span><a href="http://thegreenpages.ca/ca/category/design-technology/">Design & Technology</a></span></h3><div class='cat-posts-widget textwidget'>
				<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/04/05/global-clothing-brands-look-to-eliminate-endangered-forests-from-viscose-fabric/" rel="bookmark" title="Permanent Link to Global clothing brands look to eliminate endangered forests from viscose fabric">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/04/page4-FPO1-150x150.jpg" alt="Global clothing brands look to eliminate endangered forests from viscose fabric" title="Global clothing brands look to eliminate endangered forests from viscose fabric" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/04/05/global-clothing-brands-look-to-eliminate-endangered-forests-from-viscose-fabric/" rel="bookmark" title="Permanent Link to Global clothing brands look to eliminate endangered forests from viscose fabric">Global clothing brands look to eliminate endangered forests from viscose fabric</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/04/05/global-clothing-brands-look-to-eliminate-endangered-forests-from-viscose-fabric/" rel="nofollow" title="Permanent Link to Global clothing brands look to eliminate endangered forests from viscose fabric">April 5, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/community-stewardship-and-living/" title="View all posts in Community Stewardship and Living" rel="category tag">Community Stewardship and Living</a>, <a href="http://thegreenpages.ca/ca/category/design-technology/" title="View all posts in Design &amp; Technology" rel="category tag">Design &amp; Technology</a>, <a href="http://thegreenpages.ca/ca/category/nature-and-wildlife-conservation/" title="View all posts in Nature &amp; Wildlife Conservation" rel="category tag">Nature &amp; Wildlife Conservation</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/04/05/global-clothing-brands-look-to-eliminate-endangered-forests-from-viscose-fabric/#comments" rel="bookmark" title="Comments for Global clothing brands look to eliminate endangered forests from viscose fabric"><span class="dsq-postid" rel="22230 http://thegreenpages.ca/?p=22230">1 Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/03/29/alberta-group-crowdfunds-in-effort-to-press-government-on-tar-sands-spills/" rel="bookmark" title="Permanent Link to Alberta group crowdfunds in effort to press government on tar sands spills">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/03/20140328063518-Billboard_sample_copy-150x150.jpg" alt="Alberta group crowdfunds in effort to press government on tar sands spills" title="Alberta group crowdfunds in effort to press government on tar sands spills" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/03/29/alberta-group-crowdfunds-in-effort-to-press-government-on-tar-sands-spills/" rel="bookmark" title="Permanent Link to Alberta group crowdfunds in effort to press government on tar sands spills">Alberta group crowdfunds in effort to press government on tar sands spills</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/03/29/alberta-group-crowdfunds-in-effort-to-press-government-on-tar-sands-spills/" rel="nofollow" title="Permanent Link to Alberta group crowdfunds in effort to press government on tar sands spills">March 29, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/design-technology/" title="View all posts in Design &amp; Technology" rel="category tag">Design &amp; Technology</a>, <a href="http://thegreenpages.ca/ca/category/energy/" title="View all posts in Energy" rel="category tag">Energy</a>, <a href="http://thegreenpages.ca/ca/category/natural-resources-management/" title="View all posts in Natural Resources Management" rel="category tag">Natural Resources Management</a>, <a href="http://thegreenpages.ca/ca/category/planning-environmental-management/" title="View all posts in Planning &amp; Environmental Management" rel="category tag">Planning &amp; Environmental Management</a>, <a href="http://thegreenpages.ca/ca/category/waste-pollution-management/" title="View all posts in Waste &amp; Pollution Management" rel="category tag">Waste &amp; Pollution Management</a>			</li>
		
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
		</div>
</div></div><div id="catposts-widget-14" class="widget widget-6 catposts"><div class="widget-wrap"><h3 class="widgettitle"><span><a href="http://thegreenpages.ca/ca/category/education-and-learning/">Education & Learning</a></span></h3><div class='cat-posts-widget textwidget'>
				<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/03/27/citizen-scientists-can-help-monarch-butterflies-2/" rel="bookmark" title="Permanent Link to David Suzuki: Citizen scientists can help monarch butterflies">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/03/GotMilkweedFB3-thumb-480xauto-5080-150x150.jpg" alt="David Suzuki: Citizen scientists can help monarch butterflies" title="David Suzuki: Citizen scientists can help monarch butterflies" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/03/27/citizen-scientists-can-help-monarch-butterflies-2/" rel="bookmark" title="Permanent Link to David Suzuki: Citizen scientists can help monarch butterflies">David Suzuki: Citizen scientists can help monarch butterflies</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/03/27/citizen-scientists-can-help-monarch-butterflies-2/" rel="nofollow" title="Permanent Link to David Suzuki: Citizen scientists can help monarch butterflies">March 27, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/around-the-web/" title="View all posts in Around the Web" rel="category tag">Around the Web</a>, <a href="http://thegreenpages.ca/ca/category/education-and-learning/" title="View all posts in Education &amp; Learning" rel="category tag">Education &amp; Learning</a>, <a href="http://thegreenpages.ca/ca/category/food-and-health/" title="View all posts in Food &amp; Health" rel="category tag">Food &amp; Health</a>, <a href="http://thegreenpages.ca/ca/category/nature-and-wildlife-conservation/" title="View all posts in Nature &amp; Wildlife Conservation" rel="category tag">Nature &amp; Wildlife Conservation</a>, <a href="http://thegreenpages.ca/ca/category/science-matters/" title="View all posts in Science Matters" rel="category tag">Science Matters</a>			</li>
		
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/03/18/kids-world-of-energy-festival-volunteers/" rel="bookmark" title="Permanent Link to Kids World of Energy Festival Volunteers">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/themes/wp-enlightened101/images/def-thumb.jpg" alt="Kids World of Energy Festival Volunteers" title="Kids World of Energy Festival Volunteers" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/03/18/kids-world-of-energy-festival-volunteers/" rel="bookmark" title="Permanent Link to Kids World of Energy Festival Volunteers">Kids World of Energy Festival Volunteers</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/03/18/kids-world-of-energy-festival-volunteers/" rel="nofollow" title="Permanent Link to Kids World of Energy Festival Volunteers">March 18, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/education-and-learning/" title="View all posts in Education &amp; Learning" rel="category tag">Education &amp; Learning</a>, <a href="http://thegreenpages.ca/ca/category/event/" title="View all posts in Event" rel="category tag">Event</a>, <a href="http://thegreenpages.ca/ca/category/get-involved/" title="View all posts in Get Involved" rel="category tag">Get Involved</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/03/18/kids-world-of-energy-festival-volunteers/#comments" rel="bookmark" title="Comments for Kids World of Energy Festival Volunteers"><span class="dsq-postid" rel="22067 http://thegreenpages.ca/?p=22067">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
		</div>
</div></div><div id="catposts-widget-25" class="widget widget-7 catposts"><div class="widget-wrap"><h3 class="widgettitle"><span><a href="http://thegreenpages.ca/ca/category/energy/">Energy</a></span></h3><div class='cat-posts-widget textwidget'>
				<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/05/13/un-report-on-canadas-treatment-of-first-nations-has-critical-lessons-for-resource-projects/" rel="bookmark" title="Permanent Link to UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/05/nearKitimat-1024x767-150x150.jpg" alt="UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects" title="UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/05/13/un-report-on-canadas-treatment-of-first-nations-has-critical-lessons-for-resource-projects/" rel="bookmark" title="Permanent Link to UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects">UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/05/13/un-report-on-canadas-treatment-of-first-nations-has-critical-lessons-for-resource-projects/" rel="nofollow" title="Permanent Link to UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects">May 13, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/energy/" title="View all posts in Energy" rel="category tag">Energy</a>, <a href="http://thegreenpages.ca/ca/category/global-relations/" title="View all posts in Global Relations" rel="category tag">Global Relations</a>, <a href="http://thegreenpages.ca/ca/category/law-policy-standards/" title="View all posts in Law, Policy, &amp; Standards" rel="category tag">Law, Policy, &amp; Standards</a>, <a href="http://thegreenpages.ca/ca/category/natural-resources-management/" title="View all posts in Natural Resources Management" rel="category tag">Natural Resources Management</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/05/13/un-report-on-canadas-treatment-of-first-nations-has-critical-lessons-for-resource-projects/#comments" rel="bookmark" title="Comments for UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects"><span class="dsq-postid" rel="22375 http://thegreenpages.ca/?p=22375">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/05/06/governments-set-to-decide-fate-of-site-c-dam-in-peace-river-valley/" rel="bookmark" title="Permanent Link to Governments set to decide fate of Site C Dam in Peace River Valley">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/05/2013_12_17-site-c_BC-Hydro-150x150.gif" alt="Governments set to decide fate of Site C Dam in Peace River Valley" title="Governments set to decide fate of Site C Dam in Peace River Valley" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/05/06/governments-set-to-decide-fate-of-site-c-dam-in-peace-river-valley/" rel="bookmark" title="Permanent Link to Governments set to decide fate of Site C Dam in Peace River Valley">Governments set to decide fate of Site C Dam in Peace River Valley</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/05/06/governments-set-to-decide-fate-of-site-c-dam-in-peace-river-valley/" rel="nofollow" title="Permanent Link to Governments set to decide fate of Site C Dam in Peace River Valley">May 6, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/energy/" title="View all posts in Energy" rel="category tag">Energy</a>, <a href="http://thegreenpages.ca/ca/category/natural-resources-management/" title="View all posts in Natural Resources Management" rel="category tag">Natural Resources Management</a>, <a href="http://thegreenpages.ca/ca/category/water/" title="View all posts in Water" rel="category tag">Water</a>			</li>
		
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
		</div>
</div></div><div id="catposts-widget-13" class="widget widget-8 catposts"><div class="widget-wrap"><h3 class="widgettitle"><span><a href="http://thegreenpages.ca/ca/category/food-and-health/">Food & Health</a></span></h3><div class='cat-posts-widget textwidget'>
				<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/04/05/mercury-in-arctic-canada-why-we-should-be-paying-closer-attention/" rel="bookmark" title="Permanent Link to Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/04/800px-Glacous_Gull_on_ice-150x150.jpg" alt="Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention" title="Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/04/05/mercury-in-arctic-canada-why-we-should-be-paying-closer-attention/" rel="bookmark" title="Permanent Link to Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention">Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/04/05/mercury-in-arctic-canada-why-we-should-be-paying-closer-attention/" rel="nofollow" title="Permanent Link to Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention">April 5, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/air-and-climate/" title="View all posts in Air and Climate" rel="category tag">Air and Climate</a>, <a href="http://thegreenpages.ca/ca/category/food-and-health/" title="View all posts in Food &amp; Health" rel="category tag">Food &amp; Health</a>, <a href="http://thegreenpages.ca/ca/category/nature-and-wildlife-conservation/" title="View all posts in Nature &amp; Wildlife Conservation" rel="category tag">Nature &amp; Wildlife Conservation</a>, <a href="http://thegreenpages.ca/ca/category/research/" title="View all posts in Research" rel="category tag">Research</a>, <a href="http://thegreenpages.ca/ca/category/waste-pollution-management/" title="View all posts in Waste &amp; Pollution Management" rel="category tag">Waste &amp; Pollution Management</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/04/05/mercury-in-arctic-canada-why-we-should-be-paying-closer-attention/#comments" rel="bookmark" title="Comments for Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention"><span class="dsq-postid" rel="22218 http://thegreenpages.ca/?p=22218">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/04/03/are-oil-production-emissions-bad-for-your-health-ask-albertas-energy-regulator/" rel="bookmark" title="Permanent Link to Are oil production emissions bad for your health? Ask Alberta&#8217;s energy regulator">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/04/2014_03_25-Baytex-trial_Jean-Philippe-Marquis-150x150.jpg" alt="Are oil production emissions bad for your health? Ask Alberta&#8217;s energy regulator" title="Are oil production emissions bad for your health? Ask Alberta&#8217;s energy regulator" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/04/03/are-oil-production-emissions-bad-for-your-health-ask-albertas-energy-regulator/" rel="bookmark" title="Permanent Link to Are oil production emissions bad for your health? Ask Alberta&#8217;s energy regulator">Are oil production emissions bad for your health? Ask Alberta&#8217;s energy regulator</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/04/03/are-oil-production-emissions-bad-for-your-health-ask-albertas-energy-regulator/" rel="nofollow" title="Permanent Link to Are oil production emissions bad for your health? Ask Alberta&#8217;s energy regulator">April 3, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/air-and-climate/" title="View all posts in Air and Climate" rel="category tag">Air and Climate</a>, <a href="http://thegreenpages.ca/ca/category/energy/" title="View all posts in Energy" rel="category tag">Energy</a>, <a href="http://thegreenpages.ca/ca/category/food-and-health/" title="View all posts in Food &amp; Health" rel="category tag">Food &amp; Health</a>, <a href="http://thegreenpages.ca/ca/category/natural-resources-management/" title="View all posts in Natural Resources Management" rel="category tag">Natural Resources Management</a>, <a href="http://thegreenpages.ca/ca/category/waste-pollution-management/" title="View all posts in Waste &amp; Pollution Management" rel="category tag">Waste &amp; Pollution Management</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/04/03/are-oil-production-emissions-bad-for-your-health-ask-albertas-energy-regulator/#comments" rel="bookmark" title="Comments for Are oil production emissions bad for your health? Ask Alberta&#8217;s energy regulator"><span class="dsq-postid" rel="22191 http://thegreenpages.ca/?p=22191">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
		</div>
</div></div><div id="catposts-widget-12" class="widget widget-9 catposts"><div class="widget-wrap"><h3 class="widgettitle"><span><a href="http://thegreenpages.ca/ca/category/green-business/">Green Business</a></span></h3><div class='cat-posts-widget textwidget'>
				<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/02/27/measuring-progress-with-gdp-is-a-gross-mistake/" rel="bookmark" title="Permanent Link to David Suzuki: Measuring progress with GDP is a gross mistake">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/02/family-kite-shutterstock-thumb-480xauto-5028-150x150.jpg" alt="David Suzuki: Measuring progress with GDP is a gross mistake" title="David Suzuki: Measuring progress with GDP is a gross mistake" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/02/27/measuring-progress-with-gdp-is-a-gross-mistake/" rel="bookmark" title="Permanent Link to David Suzuki: Measuring progress with GDP is a gross mistake">David Suzuki: Measuring progress with GDP is a gross mistake</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/02/27/measuring-progress-with-gdp-is-a-gross-mistake/" rel="nofollow" title="Permanent Link to David Suzuki: Measuring progress with GDP is a gross mistake">February 27, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/around-the-web/" title="View all posts in Around the Web" rel="category tag">Around the Web</a>, <a href="http://thegreenpages.ca/ca/category/business-and-economics/" title="View all posts in Business and Economics" rel="category tag">Business and Economics</a>, <a href="http://thegreenpages.ca/ca/category/green-business/" title="View all posts in Green Business" rel="category tag">Green Business</a>, <a href="http://thegreenpages.ca/ca/category/marketplace/" title="View all posts in Marketplace" rel="category tag">Marketplace</a>, <a href="http://thegreenpages.ca/ca/category/science-matters/" title="View all posts in Science Matters" rel="category tag">Science Matters</a>, <a href="http://thegreenpages.ca/ca/category/sustainable-communities/" title="View all posts in Sustainable Communities" rel="category tag">Sustainable Communities</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/02/27/measuring-progress-with-gdp-is-a-gross-mistake/#comments" rel="bookmark" title="Comments for David Suzuki: Measuring progress with GDP is a gross mistake"><span class="dsq-postid" rel="21902 http://thegreenpages.ca/?guid=a746736c7cad3146d9c67f70142c73d5">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/01/16/dismantling-old-aircraft-the-green-way/" rel="bookmark" title="Permanent Link to Dismantling old aircraft the green way">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/01/800px-Airtransat_a310-300_c-gtsf_arp-150x150.jpg" alt="Dismantling old aircraft the green way" title="Dismantling old aircraft the green way" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/01/16/dismantling-old-aircraft-the-green-way/" rel="bookmark" title="Permanent Link to Dismantling old aircraft the green way">Dismantling old aircraft the green way</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/01/16/dismantling-old-aircraft-the-green-way/" rel="nofollow" title="Permanent Link to Dismantling old aircraft the green way">January 16, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/green-business/" title="View all posts in Green Business" rel="category tag">Green Business</a>, <a href="http://thegreenpages.ca/ca/category/planning-environmental-management/" title="View all posts in Planning &amp; Environmental Management" rel="category tag">Planning &amp; Environmental Management</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/01/16/dismantling-old-aircraft-the-green-way/#comments" rel="bookmark" title="Comments for Dismantling old aircraft the green way"><span class="dsq-postid" rel="21631 http://thegreenpages.ca/qc/?p=936">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
		</div>
</div></div><div id="catposts-widget-11" class="widget widget-10 widget-last catposts"><div class="widget-wrap"><h3 class="widgettitle"><span><a href="http://thegreenpages.ca/ca/category/law-policy-standards/">Law, Policy, & Standards</a></span></h3><div class='cat-posts-widget textwidget'>
				<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/05/13/un-report-on-canadas-treatment-of-first-nations-has-critical-lessons-for-resource-projects/" rel="bookmark" title="Permanent Link to UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/05/nearKitimat-1024x767-150x150.jpg" alt="UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects" title="UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/05/13/un-report-on-canadas-treatment-of-first-nations-has-critical-lessons-for-resource-projects/" rel="bookmark" title="Permanent Link to UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects">UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/05/13/un-report-on-canadas-treatment-of-first-nations-has-critical-lessons-for-resource-projects/" rel="nofollow" title="Permanent Link to UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects">May 13, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/energy/" title="View all posts in Energy" rel="category tag">Energy</a>, <a href="http://thegreenpages.ca/ca/category/global-relations/" title="View all posts in Global Relations" rel="category tag">Global Relations</a>, <a href="http://thegreenpages.ca/ca/category/law-policy-standards/" title="View all posts in Law, Policy, &amp; Standards" rel="category tag">Law, Policy, &amp; Standards</a>, <a href="http://thegreenpages.ca/ca/category/natural-resources-management/" title="View all posts in Natural Resources Management" rel="category tag">Natural Resources Management</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/05/13/un-report-on-canadas-treatment-of-first-nations-has-critical-lessons-for-resource-projects/#comments" rel="bookmark" title="Comments for UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects"><span class="dsq-postid" rel="22375 http://thegreenpages.ca/?p=22375">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/05/06/national-energy-board-faces-legal-challenge-over-new-rules-on-public-hearings/" rel="bookmark" title="Permanent Link to National Energy Board faces legal challenge over new rules on public hearings">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/05/kinder_morgan_pipeline-150x150.jpg" alt="National Energy Board faces legal challenge over new rules on public hearings" title="National Energy Board faces legal challenge over new rules on public hearings" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/05/06/national-energy-board-faces-legal-challenge-over-new-rules-on-public-hearings/" rel="bookmark" title="Permanent Link to National Energy Board faces legal challenge over new rules on public hearings">National Energy Board faces legal challenge over new rules on public hearings</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/05/06/national-energy-board-faces-legal-challenge-over-new-rules-on-public-hearings/" rel="nofollow" title="Permanent Link to National Energy Board faces legal challenge over new rules on public hearings">May 6, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/law-policy-standards/" title="View all posts in Law, Policy, &amp; Standards" rel="category tag">Law, Policy, &amp; Standards</a>			</li>
		
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
		</div>
</div></div>							</div> <!-- End .page-widget-1 div -->

							<div class="page-widget-2">
								<div id="catposts-widget-22" class="widget widget-1 widget-first catposts"><div class="widget-wrap"><h3 class="widgettitle"><span><a href="http://thegreenpages.ca/ca/category/marketplace/">Marketplace</a></span></h3><div class='cat-posts-widget textwidget'>
				<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/02/27/measuring-progress-with-gdp-is-a-gross-mistake/" rel="bookmark" title="Permanent Link to David Suzuki: Measuring progress with GDP is a gross mistake">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/02/family-kite-shutterstock-thumb-480xauto-5028-150x150.jpg" alt="David Suzuki: Measuring progress with GDP is a gross mistake" title="David Suzuki: Measuring progress with GDP is a gross mistake" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/02/27/measuring-progress-with-gdp-is-a-gross-mistake/" rel="bookmark" title="Permanent Link to David Suzuki: Measuring progress with GDP is a gross mistake">David Suzuki: Measuring progress with GDP is a gross mistake</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/02/27/measuring-progress-with-gdp-is-a-gross-mistake/" rel="nofollow" title="Permanent Link to David Suzuki: Measuring progress with GDP is a gross mistake">February 27, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/around-the-web/" title="View all posts in Around the Web" rel="category tag">Around the Web</a>, <a href="http://thegreenpages.ca/ca/category/business-and-economics/" title="View all posts in Business and Economics" rel="category tag">Business and Economics</a>, <a href="http://thegreenpages.ca/ca/category/green-business/" title="View all posts in Green Business" rel="category tag">Green Business</a>, <a href="http://thegreenpages.ca/ca/category/marketplace/" title="View all posts in Marketplace" rel="category tag">Marketplace</a>, <a href="http://thegreenpages.ca/ca/category/science-matters/" title="View all posts in Science Matters" rel="category tag">Science Matters</a>, <a href="http://thegreenpages.ca/ca/category/sustainable-communities/" title="View all posts in Sustainable Communities" rel="category tag">Sustainable Communities</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/02/27/measuring-progress-with-gdp-is-a-gross-mistake/#comments" rel="bookmark" title="Comments for David Suzuki: Measuring progress with GDP is a gross mistake"><span class="dsq-postid" rel="21902 http://thegreenpages.ca/?guid=a746736c7cad3146d9c67f70142c73d5">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/on/2013/11/green-living-show-2014/" rel="bookmark" title="Permanent Link to The Green Living Show – 2014">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2013/11/green-living-show-2014-150x150.jpg" alt="The Green Living Show – 2014" title="The Green Living Show – 2014" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/on/2013/11/green-living-show-2014/" rel="bookmark" title="Permanent Link to The Green Living Show – 2014">The Green Living Show – 2014</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/on/2013/11/green-living-show-2014/" rel="nofollow" title="Permanent Link to The Green Living Show – 2014">November 23, 2013</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/marketplace/" title="View all posts in Marketplace" rel="category tag">Marketplace</a>			</li>
		
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
		</div>
</div></div><div id="catposts-widget-21" class="widget widget-2 catposts"><div class="widget-wrap"><h3 class="widgettitle"><span><a href="http://thegreenpages.ca/ca/category/natural-resources-management/">Natural Resources Management</a></span></h3><div class='cat-posts-widget textwidget'>
				<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/05/14/critical-caribou-habitat-is-being-sold-to-the-energy-industry-in-alberta/" rel="bookmark" title="Permanent Link to Critical caribou habitat is being sold to the energy industry in Alberta">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/05/01_caribou-150x150.jpg" alt="Critical caribou habitat is being sold to the energy industry in Alberta" title="Critical caribou habitat is being sold to the energy industry in Alberta" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/05/14/critical-caribou-habitat-is-being-sold-to-the-energy-industry-in-alberta/" rel="bookmark" title="Permanent Link to Critical caribou habitat is being sold to the energy industry in Alberta">Critical caribou habitat is being sold to the energy industry in Alberta</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/05/14/critical-caribou-habitat-is-being-sold-to-the-energy-industry-in-alberta/" rel="nofollow" title="Permanent Link to Critical caribou habitat is being sold to the energy industry in Alberta">May 14, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/natural-resources-management/" title="View all posts in Natural Resources Management" rel="category tag">Natural Resources Management</a>, <a href="http://thegreenpages.ca/ca/category/nature-and-wildlife-conservation/" title="View all posts in Nature &amp; Wildlife Conservation" rel="category tag">Nature &amp; Wildlife Conservation</a>, <a href="http://thegreenpages.ca/ca/category/planning-environmental-management/" title="View all posts in Planning &amp; Environmental Management" rel="category tag">Planning &amp; Environmental Management</a>			</li>
		
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/05/13/un-report-on-canadas-treatment-of-first-nations-has-critical-lessons-for-resource-projects/" rel="bookmark" title="Permanent Link to UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/05/nearKitimat-1024x767-150x150.jpg" alt="UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects" title="UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/05/13/un-report-on-canadas-treatment-of-first-nations-has-critical-lessons-for-resource-projects/" rel="bookmark" title="Permanent Link to UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects">UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/05/13/un-report-on-canadas-treatment-of-first-nations-has-critical-lessons-for-resource-projects/" rel="nofollow" title="Permanent Link to UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects">May 13, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/energy/" title="View all posts in Energy" rel="category tag">Energy</a>, <a href="http://thegreenpages.ca/ca/category/global-relations/" title="View all posts in Global Relations" rel="category tag">Global Relations</a>, <a href="http://thegreenpages.ca/ca/category/law-policy-standards/" title="View all posts in Law, Policy, &amp; Standards" rel="category tag">Law, Policy, &amp; Standards</a>, <a href="http://thegreenpages.ca/ca/category/natural-resources-management/" title="View all posts in Natural Resources Management" rel="category tag">Natural Resources Management</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/05/13/un-report-on-canadas-treatment-of-first-nations-has-critical-lessons-for-resource-projects/#comments" rel="bookmark" title="Comments for UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects"><span class="dsq-postid" rel="22375 http://thegreenpages.ca/?p=22375">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
		</div>
</div></div><div id="catposts-widget-20" class="widget widget-3 catposts"><div class="widget-wrap"><h3 class="widgettitle"><span><a href="http://thegreenpages.ca/ca/category/nature-and-wildlife-conservation/">Nature & Wildlife</a></span></h3><div class='cat-posts-widget textwidget'>
				<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/05/14/critical-caribou-habitat-is-being-sold-to-the-energy-industry-in-alberta/" rel="bookmark" title="Permanent Link to Critical caribou habitat is being sold to the energy industry in Alberta">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/05/01_caribou-150x150.jpg" alt="Critical caribou habitat is being sold to the energy industry in Alberta" title="Critical caribou habitat is being sold to the energy industry in Alberta" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/05/14/critical-caribou-habitat-is-being-sold-to-the-energy-industry-in-alberta/" rel="bookmark" title="Permanent Link to Critical caribou habitat is being sold to the energy industry in Alberta">Critical caribou habitat is being sold to the energy industry in Alberta</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/05/14/critical-caribou-habitat-is-being-sold-to-the-energy-industry-in-alberta/" rel="nofollow" title="Permanent Link to Critical caribou habitat is being sold to the energy industry in Alberta">May 14, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/natural-resources-management/" title="View all posts in Natural Resources Management" rel="category tag">Natural Resources Management</a>, <a href="http://thegreenpages.ca/ca/category/nature-and-wildlife-conservation/" title="View all posts in Nature &amp; Wildlife Conservation" rel="category tag">Nature &amp; Wildlife Conservation</a>, <a href="http://thegreenpages.ca/ca/category/planning-environmental-management/" title="View all posts in Planning &amp; Environmental Management" rel="category tag">Planning &amp; Environmental Management</a>			</li>
		
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/05/09/court-case-headed-by-thomas-berger-to-protect-peel-watershed-is-ramping-up/" rel="bookmark" title="Permanent Link to Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/05/0044_TKuhn_PeelRally_Jan29-150x150.jpg" alt="Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support" title="Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/05/09/court-case-headed-by-thomas-berger-to-protect-peel-watershed-is-ramping-up/" rel="bookmark" title="Permanent Link to Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support">Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/05/09/court-case-headed-by-thomas-berger-to-protect-peel-watershed-is-ramping-up/" rel="nofollow" title="Permanent Link to Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support">May 9, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/nature-and-wildlife-conservation/" title="View all posts in Nature &amp; Wildlife Conservation" rel="category tag">Nature &amp; Wildlife Conservation</a>, <a href="http://thegreenpages.ca/ca/category/planning-environmental-management/" title="View all posts in Planning &amp; Environmental Management" rel="category tag">Planning &amp; Environmental Management</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/05/09/court-case-headed-by-thomas-berger-to-protect-peel-watershed-is-ramping-up/#comments" rel="bookmark" title="Comments for Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support"><span class="dsq-postid" rel="22356 http://thegreenpages.ca/?p=22356">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
		</div>
</div></div><div id="catposts-widget-19" class="widget widget-4 catposts"><div class="widget-wrap"><h3 class="widgettitle"><span><a href="http://thegreenpages.ca/ca/category/planning-environmental-management/">Planning & Environmental Management</a></span></h3><div class='cat-posts-widget textwidget'>
				<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/05/14/critical-caribou-habitat-is-being-sold-to-the-energy-industry-in-alberta/" rel="bookmark" title="Permanent Link to Critical caribou habitat is being sold to the energy industry in Alberta">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/05/01_caribou-150x150.jpg" alt="Critical caribou habitat is being sold to the energy industry in Alberta" title="Critical caribou habitat is being sold to the energy industry in Alberta" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/05/14/critical-caribou-habitat-is-being-sold-to-the-energy-industry-in-alberta/" rel="bookmark" title="Permanent Link to Critical caribou habitat is being sold to the energy industry in Alberta">Critical caribou habitat is being sold to the energy industry in Alberta</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/05/14/critical-caribou-habitat-is-being-sold-to-the-energy-industry-in-alberta/" rel="nofollow" title="Permanent Link to Critical caribou habitat is being sold to the energy industry in Alberta">May 14, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/natural-resources-management/" title="View all posts in Natural Resources Management" rel="category tag">Natural Resources Management</a>, <a href="http://thegreenpages.ca/ca/category/nature-and-wildlife-conservation/" title="View all posts in Nature &amp; Wildlife Conservation" rel="category tag">Nature &amp; Wildlife Conservation</a>, <a href="http://thegreenpages.ca/ca/category/planning-environmental-management/" title="View all posts in Planning &amp; Environmental Management" rel="category tag">Planning &amp; Environmental Management</a>			</li>
		
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/05/09/court-case-headed-by-thomas-berger-to-protect-peel-watershed-is-ramping-up/" rel="bookmark" title="Permanent Link to Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/05/0044_TKuhn_PeelRally_Jan29-150x150.jpg" alt="Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support" title="Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/05/09/court-case-headed-by-thomas-berger-to-protect-peel-watershed-is-ramping-up/" rel="bookmark" title="Permanent Link to Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support">Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/05/09/court-case-headed-by-thomas-berger-to-protect-peel-watershed-is-ramping-up/" rel="nofollow" title="Permanent Link to Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support">May 9, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/nature-and-wildlife-conservation/" title="View all posts in Nature &amp; Wildlife Conservation" rel="category tag">Nature &amp; Wildlife Conservation</a>, <a href="http://thegreenpages.ca/ca/category/planning-environmental-management/" title="View all posts in Planning &amp; Environmental Management" rel="category tag">Planning &amp; Environmental Management</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/05/09/court-case-headed-by-thomas-berger-to-protect-peel-watershed-is-ramping-up/#comments" rel="bookmark" title="Comments for Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support"><span class="dsq-postid" rel="22356 http://thegreenpages.ca/?p=22356">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
		</div>
</div></div><div id="catposts-widget-18" class="widget widget-5 catposts"><div class="widget-wrap"><h3 class="widgettitle"><span><a href="http://thegreenpages.ca/ca/category/research/">Research</a></span></h3><div class='cat-posts-widget textwidget'>
				<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/04/05/mercury-in-arctic-canada-why-we-should-be-paying-closer-attention/" rel="bookmark" title="Permanent Link to Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/04/800px-Glacous_Gull_on_ice-150x150.jpg" alt="Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention" title="Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/04/05/mercury-in-arctic-canada-why-we-should-be-paying-closer-attention/" rel="bookmark" title="Permanent Link to Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention">Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/04/05/mercury-in-arctic-canada-why-we-should-be-paying-closer-attention/" rel="nofollow" title="Permanent Link to Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention">April 5, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/air-and-climate/" title="View all posts in Air and Climate" rel="category tag">Air and Climate</a>, <a href="http://thegreenpages.ca/ca/category/food-and-health/" title="View all posts in Food &amp; Health" rel="category tag">Food &amp; Health</a>, <a href="http://thegreenpages.ca/ca/category/nature-and-wildlife-conservation/" title="View all posts in Nature &amp; Wildlife Conservation" rel="category tag">Nature &amp; Wildlife Conservation</a>, <a href="http://thegreenpages.ca/ca/category/research/" title="View all posts in Research" rel="category tag">Research</a>, <a href="http://thegreenpages.ca/ca/category/waste-pollution-management/" title="View all posts in Waste &amp; Pollution Management" rel="category tag">Waste &amp; Pollution Management</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/04/05/mercury-in-arctic-canada-why-we-should-be-paying-closer-attention/#comments" rel="bookmark" title="Comments for Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention"><span class="dsq-postid" rel="22218 http://thegreenpages.ca/?p=22218">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/03/29/at-least-we-solved-to-ozone-crisis-oh-wait/" rel="bookmark" title="Permanent Link to At least we solved the ozone crisis &#8230; oh, wait">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/03/3927062424_ba6396a4f8-150x150.jpg" alt="At least we solved the ozone crisis &#8230; oh, wait" title="At least we solved the ozone crisis &#8230; oh, wait" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/03/29/at-least-we-solved-to-ozone-crisis-oh-wait/" rel="bookmark" title="Permanent Link to At least we solved the ozone crisis &#8230; oh, wait">At least we solved the ozone crisis &#8230; oh, wait</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/03/29/at-least-we-solved-to-ozone-crisis-oh-wait/" rel="nofollow" title="Permanent Link to At least we solved the ozone crisis &#8230; oh, wait">March 29, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/air-and-climate/" title="View all posts in Air and Climate" rel="category tag">Air and Climate</a>, <a href="http://thegreenpages.ca/ca/category/global-relations/" title="View all posts in Global Relations" rel="category tag">Global Relations</a>, <a href="http://thegreenpages.ca/ca/category/research/" title="View all posts in Research" rel="category tag">Research</a>, <a href="http://thegreenpages.ca/ca/category/waste-pollution-management/" title="View all posts in Waste &amp; Pollution Management" rel="category tag">Waste &amp; Pollution Management</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/03/29/at-least-we-solved-to-ozone-crisis-oh-wait/#comments" rel="bookmark" title="Comments for At least we solved the ozone crisis &#8230; oh, wait"><span class="dsq-postid" rel="22007 http://thegreenpages.ca/?p=22007">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
		</div>
</div></div><div id="catposts-widget-15" class="widget widget-6 catposts"><div class="widget-wrap"><h3 class="widgettitle"><span><a href="http://thegreenpages.ca/ca/category/student-initiatives/">Student Initiatives</a></span></h3><div class='cat-posts-widget textwidget'>
				<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/01/18/alberta-citizens-wanted-for-dialogue-on-water-and-our-changing-climate/" rel="bookmark" title="Permanent Link to Alberta citizens wanted for dialogue on water and our changing climate">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/01/800px-East_Village_Calgary_Flood_2013-150x150.jpg" alt="Alberta citizens wanted for dialogue on water and our changing climate" title="Alberta citizens wanted for dialogue on water and our changing climate" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/01/18/alberta-citizens-wanted-for-dialogue-on-water-and-our-changing-climate/" rel="bookmark" title="Permanent Link to Alberta citizens wanted for dialogue on water and our changing climate">Alberta citizens wanted for dialogue on water and our changing climate</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/01/18/alberta-citizens-wanted-for-dialogue-on-water-and-our-changing-climate/" rel="nofollow" title="Permanent Link to Alberta citizens wanted for dialogue on water and our changing climate">January 18, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/education-and-learning/" title="View all posts in Education &amp; Learning" rel="category tag">Education &amp; Learning</a>, <a href="http://thegreenpages.ca/ca/category/event/" title="View all posts in Event" rel="category tag">Event</a>, <a href="http://thegreenpages.ca/ca/category/student-initiatives/" title="View all posts in Student Initiatives" rel="category tag">Student Initiatives</a>, <a href="http://thegreenpages.ca/ca/category/water/" title="View all posts in Water" rel="category tag">Water</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/01/18/alberta-citizens-wanted-for-dialogue-on-water-and-our-changing-climate/#comments" rel="bookmark" title="Comments for Alberta citizens wanted for dialogue on water and our changing climate"><span class="dsq-postid" rel="21653 http://thegreenpages.ca/ab/?p=1918">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2013/03/17/are-you-the-greenest-student-on-earth-green-school/" rel="bookmark" title="Permanent Link to Are you the Greenest Student on Earth? Green School">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2013/03/0-150x150.jpg" alt="Are you the Greenest Student on Earth? Green School" title="Are you the Greenest Student on Earth? Green School" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2013/03/17/are-you-the-greenest-student-on-earth-green-school/" rel="bookmark" title="Permanent Link to Are you the Greenest Student on Earth? Green School">Are you the Greenest Student on Earth? Green School</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2013/03/17/are-you-the-greenest-student-on-earth-green-school/" rel="nofollow" title="Permanent Link to Are you the Greenest Student on Earth? Green School">March 17, 2013</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/featured-videos/" title="View all posts in Featured Videos" rel="category tag">Featured Videos</a>, <a href="http://thegreenpages.ca/ca/category/student-initiatives/" title="View all posts in Student Initiatives" rel="category tag">Student Initiatives</a>, <a href="http://thegreenpages.ca/ca/category/work-opportunities/" title="View all posts in Work" rel="category tag">Work</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2013/03/17/are-you-the-greenest-student-on-earth-green-school/#comments" rel="bookmark" title="Comments for Are you the Greenest Student on Earth? Green School"><span class="dsq-postid" rel="19911 http://thegreenpages.ca/?p=19911">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
		</div>
</div></div><div id="catposts-widget-23" class="widget widget-7 catposts"><div class="widget-wrap"><h3 class="widgettitle"><span><a href="http://thegreenpages.ca/ca/category/sustainable-communities/">Sustainable Communities</a></span></h3><div class='cat-posts-widget textwidget'>
				<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/03/13/david-suzuki-canadas-success-depends-on-municipal-infrastructure-investments/" rel="bookmark" title="Permanent Link to David Suzuki: Canada&#8217;s success depends on municipal infrastructure investments">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/03/transit-150x150.jpg" alt="David Suzuki: Canada&#8217;s success depends on municipal infrastructure investments" title="David Suzuki: Canada&#8217;s success depends on municipal infrastructure investments" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/03/13/david-suzuki-canadas-success-depends-on-municipal-infrastructure-investments/" rel="bookmark" title="Permanent Link to David Suzuki: Canada&#8217;s success depends on municipal infrastructure investments">David Suzuki: Canada&#8217;s success depends on municipal infrastructure investments</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/03/13/david-suzuki-canadas-success-depends-on-municipal-infrastructure-investments/" rel="nofollow" title="Permanent Link to David Suzuki: Canada&#8217;s success depends on municipal infrastructure investments">March 13, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/design-technology/" title="View all posts in Design &amp; Technology" rel="category tag">Design &amp; Technology</a>, <a href="http://thegreenpages.ca/ca/category/science-matters/" title="View all posts in Science Matters" rel="category tag">Science Matters</a>, <a href="http://thegreenpages.ca/ca/category/sustainable-communities/" title="View all posts in Sustainable Communities" rel="category tag">Sustainable Communities</a>			</li>
		
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/02/27/measuring-progress-with-gdp-is-a-gross-mistake/" rel="bookmark" title="Permanent Link to David Suzuki: Measuring progress with GDP is a gross mistake">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/02/family-kite-shutterstock-thumb-480xauto-5028-150x150.jpg" alt="David Suzuki: Measuring progress with GDP is a gross mistake" title="David Suzuki: Measuring progress with GDP is a gross mistake" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/02/27/measuring-progress-with-gdp-is-a-gross-mistake/" rel="bookmark" title="Permanent Link to David Suzuki: Measuring progress with GDP is a gross mistake">David Suzuki: Measuring progress with GDP is a gross mistake</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/02/27/measuring-progress-with-gdp-is-a-gross-mistake/" rel="nofollow" title="Permanent Link to David Suzuki: Measuring progress with GDP is a gross mistake">February 27, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/around-the-web/" title="View all posts in Around the Web" rel="category tag">Around the Web</a>, <a href="http://thegreenpages.ca/ca/category/business-and-economics/" title="View all posts in Business and Economics" rel="category tag">Business and Economics</a>, <a href="http://thegreenpages.ca/ca/category/green-business/" title="View all posts in Green Business" rel="category tag">Green Business</a>, <a href="http://thegreenpages.ca/ca/category/marketplace/" title="View all posts in Marketplace" rel="category tag">Marketplace</a>, <a href="http://thegreenpages.ca/ca/category/science-matters/" title="View all posts in Science Matters" rel="category tag">Science Matters</a>, <a href="http://thegreenpages.ca/ca/category/sustainable-communities/" title="View all posts in Sustainable Communities" rel="category tag">Sustainable Communities</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/02/27/measuring-progress-with-gdp-is-a-gross-mistake/#comments" rel="bookmark" title="Comments for David Suzuki: Measuring progress with GDP is a gross mistake"><span class="dsq-postid" rel="21902 http://thegreenpages.ca/?guid=a746736c7cad3146d9c67f70142c73d5">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
		</div>
</div></div><div id="catposts-widget-17" class="widget widget-8 catposts"><div class="widget-wrap"><h3 class="widgettitle"><span><a href="http://thegreenpages.ca/ca/category/trade-and-development/">Trade & Development</a></span></h3><div class='cat-posts-widget textwidget'>
				<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2009/10/23/canadas_forestry_sector_promot/" rel="bookmark" title="Permanent Link to Canada&#8217;s forestry sector promotes sustainability in Brazil">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/themes/wp-enlightened101/images/def-thumb.jpg" alt="Canada&#8217;s forestry sector promotes sustainability in Brazil" title="Canada&#8217;s forestry sector promotes sustainability in Brazil" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2009/10/23/canadas_forestry_sector_promot/" rel="bookmark" title="Permanent Link to Canada&#8217;s forestry sector promotes sustainability in Brazil">Canada&#8217;s forestry sector promotes sustainability in Brazil</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2009/10/23/canadas_forestry_sector_promot/" rel="nofollow" title="Permanent Link to Canada&#8217;s forestry sector promotes sustainability in Brazil">October 23, 2009</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/air-and-climate/" title="View all posts in Air and Climate" rel="category tag">Air and Climate</a>, <a href="http://thegreenpages.ca/ca/category/natural-resources-management/" title="View all posts in Natural Resources Management" rel="category tag">Natural Resources Management</a>, <a href="http://thegreenpages.ca/ca/category/trade-and-development/" title="View all posts in Trade &amp; Development" rel="category tag">Trade &amp; Development</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2009/10/23/canadas_forestry_sector_promot/#comments" rel="bookmark" title="Comments for Canada&#8217;s forestry sector promotes sustainability in Brazil"><span class="dsq-postid" rel="6751 http://thegreenpages.ca/ca/2009/10/canadas_forestry_sector_promot/">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2009/10/19/bill_gates_sets_eye_on_next_gr/" rel="bookmark" title="Permanent Link to Bill Gates sets eye on &#8220;next green revolution&#8221;">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/themes/wp-enlightened101/images/def-thumb.jpg" alt="Bill Gates sets eye on &#8220;next green revolution&#8221;" title="Bill Gates sets eye on &#8220;next green revolution&#8221;" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2009/10/19/bill_gates_sets_eye_on_next_gr/" rel="bookmark" title="Permanent Link to Bill Gates sets eye on &#8220;next green revolution&#8221;">Bill Gates sets eye on &#8220;next green revolution&#8221;</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2009/10/19/bill_gates_sets_eye_on_next_gr/" rel="nofollow" title="Permanent Link to Bill Gates sets eye on &#8220;next green revolution&#8221;">October 19, 2009</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/design-technology/" title="View all posts in Design &amp; Technology" rel="category tag">Design &amp; Technology</a>, <a href="http://thegreenpages.ca/ca/category/food-and-health/" title="View all posts in Food &amp; Health" rel="category tag">Food &amp; Health</a>, <a href="http://thegreenpages.ca/ca/category/trade-and-development/" title="View all posts in Trade &amp; Development" rel="category tag">Trade &amp; Development</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2009/10/19/bill_gates_sets_eye_on_next_gr/#comments" rel="bookmark" title="Comments for Bill Gates sets eye on &#8220;next green revolution&#8221;"><span class="dsq-postid" rel="6749 http://thegreenpages.ca/ca/2009/10/bill_gates_sets_eye_on_next_gr/">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
		</div>
</div></div><div id="catposts-widget-24" class="widget widget-9 catposts"><div class="widget-wrap"><h3 class="widgettitle"><span><a href="http://thegreenpages.ca/ca/category/water/">Water</a></span></h3><div class='cat-posts-widget textwidget'>
				<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/05/06/governments-set-to-decide-fate-of-site-c-dam-in-peace-river-valley/" rel="bookmark" title="Permanent Link to Governments set to decide fate of Site C Dam in Peace River Valley">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/05/2013_12_17-site-c_BC-Hydro-150x150.gif" alt="Governments set to decide fate of Site C Dam in Peace River Valley" title="Governments set to decide fate of Site C Dam in Peace River Valley" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/05/06/governments-set-to-decide-fate-of-site-c-dam-in-peace-river-valley/" rel="bookmark" title="Permanent Link to Governments set to decide fate of Site C Dam in Peace River Valley">Governments set to decide fate of Site C Dam in Peace River Valley</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/05/06/governments-set-to-decide-fate-of-site-c-dam-in-peace-river-valley/" rel="nofollow" title="Permanent Link to Governments set to decide fate of Site C Dam in Peace River Valley">May 6, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/energy/" title="View all posts in Energy" rel="category tag">Energy</a>, <a href="http://thegreenpages.ca/ca/category/natural-resources-management/" title="View all posts in Natural Resources Management" rel="category tag">Natural Resources Management</a>, <a href="http://thegreenpages.ca/ca/category/water/" title="View all posts in Water" rel="category tag">Water</a>			</li>
		
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/03/20/like-oil-and-water-quebecs-conflicting-green-politics/" rel="bookmark" title="Permanent Link to Like oil and water: Quebec’s conflicting green politics">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/03/monpq_5324b5d6194e4-150x150.jpg" alt="Like oil and water: Quebec’s conflicting green politics" title="Like oil and water: Quebec’s conflicting green politics" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/03/20/like-oil-and-water-quebecs-conflicting-green-politics/" rel="bookmark" title="Permanent Link to Like oil and water: Quebec’s conflicting green politics">Like oil and water: Quebec’s conflicting green politics</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/03/20/like-oil-and-water-quebecs-conflicting-green-politics/" rel="nofollow" title="Permanent Link to Like oil and water: Quebec’s conflicting green politics">March 20, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/law-policy-standards/" title="View all posts in Law, Policy, &amp; Standards" rel="category tag">Law, Policy, &amp; Standards</a>, <a href="http://thegreenpages.ca/ca/category/natural-resources-management/" title="View all posts in Natural Resources Management" rel="category tag">Natural Resources Management</a>, <a href="http://thegreenpages.ca/ca/category/planning-environmental-management/" title="View all posts in Planning &amp; Environmental Management" rel="category tag">Planning &amp; Environmental Management</a>, <a href="http://thegreenpages.ca/ca/category/water/" title="View all posts in Water" rel="category tag">Water</a>			</li>
		
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
		</div>
</div></div><div id="catposts-widget-26" class="widget widget-10 widget-last catposts"><div class="widget-wrap"><h3 class="widgettitle"><span><a href="http://thegreenpages.ca/ca/category/waste-pollution-management/">Waste & Pollution Management</a></span></h3><div class='cat-posts-widget textwidget'>
				<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/04/05/mercury-in-arctic-canada-why-we-should-be-paying-closer-attention/" rel="bookmark" title="Permanent Link to Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/04/800px-Glacous_Gull_on_ice-150x150.jpg" alt="Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention" title="Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/04/05/mercury-in-arctic-canada-why-we-should-be-paying-closer-attention/" rel="bookmark" title="Permanent Link to Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention">Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/04/05/mercury-in-arctic-canada-why-we-should-be-paying-closer-attention/" rel="nofollow" title="Permanent Link to Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention">April 5, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/air-and-climate/" title="View all posts in Air and Climate" rel="category tag">Air and Climate</a>, <a href="http://thegreenpages.ca/ca/category/food-and-health/" title="View all posts in Food &amp; Health" rel="category tag">Food &amp; Health</a>, <a href="http://thegreenpages.ca/ca/category/nature-and-wildlife-conservation/" title="View all posts in Nature &amp; Wildlife Conservation" rel="category tag">Nature &amp; Wildlife Conservation</a>, <a href="http://thegreenpages.ca/ca/category/research/" title="View all posts in Research" rel="category tag">Research</a>, <a href="http://thegreenpages.ca/ca/category/waste-pollution-management/" title="View all posts in Waste &amp; Pollution Management" rel="category tag">Waste &amp; Pollution Management</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/04/05/mercury-in-arctic-canada-why-we-should-be-paying-closer-attention/#comments" rel="bookmark" title="Comments for Mercury in Canada&#8217;s Arctic: Why we should be paying closer attention"><span class="dsq-postid" rel="22218 http://thegreenpages.ca/?p=22218">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/04/03/are-oil-production-emissions-bad-for-your-health-ask-albertas-energy-regulator/" rel="bookmark" title="Permanent Link to Are oil production emissions bad for your health? Ask Alberta&#8217;s energy regulator">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/04/2014_03_25-Baytex-trial_Jean-Philippe-Marquis-150x150.jpg" alt="Are oil production emissions bad for your health? Ask Alberta&#8217;s energy regulator" title="Are oil production emissions bad for your health? Ask Alberta&#8217;s energy regulator" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/04/03/are-oil-production-emissions-bad-for-your-health-ask-albertas-energy-regulator/" rel="bookmark" title="Permanent Link to Are oil production emissions bad for your health? Ask Alberta&#8217;s energy regulator">Are oil production emissions bad for your health? Ask Alberta&#8217;s energy regulator</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/04/03/are-oil-production-emissions-bad-for-your-health-ask-albertas-energy-regulator/" rel="nofollow" title="Permanent Link to Are oil production emissions bad for your health? Ask Alberta&#8217;s energy regulator">April 3, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/air-and-climate/" title="View all posts in Air and Climate" rel="category tag">Air and Climate</a>, <a href="http://thegreenpages.ca/ca/category/energy/" title="View all posts in Energy" rel="category tag">Energy</a>, <a href="http://thegreenpages.ca/ca/category/food-and-health/" title="View all posts in Food &amp; Health" rel="category tag">Food &amp; Health</a>, <a href="http://thegreenpages.ca/ca/category/natural-resources-management/" title="View all posts in Natural Resources Management" rel="category tag">Natural Resources Management</a>, <a href="http://thegreenpages.ca/ca/category/waste-pollution-management/" title="View all posts in Waste &amp; Pollution Management" rel="category tag">Waste &amp; Pollution Management</a>			</li>
		
					<li class="meta-comments">
				<a href="http://thegreenpages.ca/ca/2014/04/03/are-oil-production-emissions-bad-for-your-health-ask-albertas-energy-regulator/#comments" rel="bookmark" title="Comments for Are oil production emissions bad for your health? Ask Alberta&#8217;s energy regulator"><span class="dsq-postid" rel="22191 http://thegreenpages.ca/?p=22191">Add Reply</span></a>
			</li>
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
		</div>
</div></div>							</div> <!-- End .page-widget-2 div -->

							<div class="page-widget-wide bottom clearfix">
								<div id="videoslide-widget-2" class="widget widget-1 widget-first videoslide"><div class="widget-wrap"><h3 class="widgettitle"><span>Recent YouTube Videos from across Canada</span></h3><div class="featured videos yt">

	<div class="container clearfix">

		<div id="featured-yt-vids" class="flexslider yt-vids-slider">

			<ul class="slides">


	    			<li id="feature-yt-vid-1">
					<div class="feature-video">
						<div class="video">
							<iframe id="widget_yt_player_1" width="400" height="300" src="http://www.youtube.com/embed/7wv0yI8dcKQ?rel=0&amp;wmode=transparent" frameborder="0"></iframe>
						</div>
					</div>
				</li>


	    			<li id="feature-yt-vid-2">
					<div class="feature-video">
						<div class="video">
							<iframe id="widget_yt_player_2" width="400" height="300" src="http://www.youtube.com/embed/_HApDQ8CppY?rel=0&amp;wmode=transparent" frameborder="0"></iframe>
						</div>
					</div>
				</li>


	    			<li id="feature-yt-vid-3">
					<div class="feature-video">
						<div class="video">
							<iframe id="widget_yt_player_3" width="400" height="300" src="http://www.youtube.com/embed/1WA1bf_0fe4?rel=0&amp;wmode=transparent" frameborder="0"></iframe>
						</div>
					</div>
				</li>


	    			<li id="feature-yt-vid-4">
					<div class="feature-video">
						<div class="video">
							<iframe id="widget_yt_player_4" width="400" height="300" src="http://www.youtube.com/embed/ZlyTIrm2rtY?rel=0&amp;wmode=transparent" frameborder="0"></iframe>
						</div>
					</div>
				</li>


	    			<li id="feature-yt-vid-5">
					<div class="feature-video">
						<div class="video">
							<iframe id="widget_yt_player_5" width="400" height="300" src="http://www.youtube.com/embed/hGH95Ctxa58?rel=0&amp;wmode=transparent" frameborder="0"></iframe>
						</div>
					</div>
				</li>


	    			<li id="feature-yt-vid-6">
					<div class="feature-video">
						<div class="video">
							<iframe id="widget_yt_player_6" width="400" height="300" src="http://www.youtube.com/embed/d5hBSlLFwrs?rel=0&amp;wmode=transparent" frameborder="0"></iframe>
						</div>
					</div>
				</li>


	    			<li id="feature-yt-vid-7">
					<div class="feature-video">
						<div class="video">
							<iframe id="widget_yt_player_7" width="400" height="300" src="http://www.youtube.com/embed/YW2NRmyXHzA?rel=0&amp;wmode=transparent" frameborder="0"></iframe>
						</div>
					</div>
				</li>


	    			<li id="feature-yt-vid-8">
					<div class="feature-video">
						<div class="video">
							<iframe id="widget_yt_player_8" width="400" height="300" src="http://www.youtube.com/embed/brHqBcZqNzE?rel=0&amp;wmode=transparent" frameborder="0"></iframe>
						</div>
					</div>
				</li>


	    			<li id="feature-yt-vid-9">
					<div class="feature-video">
						<div class="video">
							<iframe id="widget_yt_player_9" width="400" height="300" src="http://www.youtube.com/embed/qbeQjd-aNBQ?rel=0&amp;wmode=transparent" frameborder="0"></iframe>
						</div>
					</div>
				</li>


	    			<li id="feature-yt-vid-10">
					<div class="feature-video">
						<div class="video">
							<iframe id="widget_yt_player_10" width="400" height="300" src="http://www.youtube.com/embed/e9yre-3LOAc?rel=0&amp;wmode=transparent" frameborder="0"></iframe>
						</div>
					</div>
				</li>


			</ul>

		</div>

		<div class="controls-container clearfix">

			<ul class="flexslide-custom-controls youtube-custom-controls clearfix">


				<li class="clearfix" >
					<a class="clearfix" href="#" title="Phil: Nature Connection ft. Jon Young (Thought Café Today)">
						<img class="yt-thumb" src="http://img.youtube.com/vi/7wv0yI8dcKQ/default.jpg" alt="Phil: Nature Connection ft. Jon Young (Thought Café Today)" title="Phil: Nature Connection ft. Jon Young (Thought Café Today)" />
						<span class="yt-title">Phil: Nature Connection ft. Jon Young (Thought Café Today)</span>
					</a>
				</li>


				<li class="clearfix" >
					<a class="clearfix" href="#" title="Global Warming Theory Based on Evidence, Not a Belief - Alan Robock on RAI (1/5)">
						<img class="yt-thumb" src="http://img.youtube.com/vi/_HApDQ8CppY/default.jpg" alt="Global Warming Theory Based on Evidence, Not a Belief - Alan Robock on RAI (1/5)" title="Global Warming Theory Based on Evidence, Not a Belief - Alan Robock on RAI (1/5)" />
						<span class="yt-title">Global Warming Theory Based on Evidence, Not a Belief - Alan Robock on RAI (1/5)</span>
					</a>
				</li>


				<li class="clearfix" >
					<a class="clearfix" href="#" title="Robert Grant - Impacts of Current Climate Change on Ecosystem Productivity Across North America Pt 2">
						<img class="yt-thumb" src="http://img.youtube.com/vi/1WA1bf_0fe4/default.jpg" alt="Robert Grant - Impacts of Current Climate Change on Ecosystem Productivity Across North America Pt 2" title="Robert Grant - Impacts of Current Climate Change on Ecosystem Productivity Across North America Pt 2" />
						<span class="yt-title">Robert Grant - Impacts of Current Climate Change on Ecosystem Productivity Across North America Pt 2</span>
					</a>
				</li>


				<li class="clearfix" >
					<a class="clearfix" href="#" title="The Bears: Everyone Together for the First Time">
						<img class="yt-thumb" src="http://img.youtube.com/vi/ZlyTIrm2rtY/default.jpg" alt="The Bears: Everyone Together for the First Time" title="The Bears: Everyone Together for the First Time" />
						<span class="yt-title">The Bears: Everyone Together for the First Time</span>
					</a>
				</li>


				<li class="clearfix" >
					<a class="clearfix" href="#" title="The Nature of Things: Wild Canada App">
						<img class="yt-thumb" src="http://img.youtube.com/vi/hGH95Ctxa58/default.jpg" alt="The Nature of Things: Wild Canada App" title="The Nature of Things: Wild Canada App" />
						<span class="yt-title">The Nature of Things: Wild Canada App</span>
					</a>
				</li>


				<li class="clearfix" >
					<a class="clearfix" href="#" title="Celebrate Canada&#039;s freshwater with NCC">
						<img class="yt-thumb" src="http://img.youtube.com/vi/d5hBSlLFwrs/default.jpg" alt="Celebrate Canada&#039;s freshwater with NCC" title="Celebrate Canada&#039;s freshwater with NCC" />
						<span class="yt-title">Celebrate Canada&#039;s freshwater with NCC</span>
					</a>
				</li>


				<li class="clearfix" >
					<a class="clearfix" href="#" title="Canadian Road Trip of a Lifetime #ExploreCanada">
						<img class="yt-thumb" src="http://img.youtube.com/vi/YW2NRmyXHzA/default.jpg" alt="Canadian Road Trip of a Lifetime #ExploreCanada" title="Canadian Road Trip of a Lifetime #ExploreCanada" />
						<span class="yt-title">Canadian Road Trip of a Lifetime #ExploreCanada</span>
					</a>
				</li>


				<li class="clearfix" >
					<a class="clearfix" href="#" title="heating your home office for 8 pence a day- sailing around Britain www.keepturningleft.co.uk">
						<img class="yt-thumb" src="http://img.youtube.com/vi/brHqBcZqNzE/default.jpg" alt="heating your home office for 8 pence a day- sailing around Britain www.keepturningleft.co.uk" title="heating your home office for 8 pence a day- sailing around Britain www.keepturningleft.co.uk" />
						<span class="yt-title">heating your home office for 8 pence a day- sailing around Britain www.keepturningleft.co.uk</span>
					</a>
				</li>


				<li class="clearfix" >
					<a class="clearfix" href="#" title="Planet in Focus 2013 - Press Conference Pt. 1">
						<img class="yt-thumb" src="http://img.youtube.com/vi/qbeQjd-aNBQ/default.jpg" alt="Planet in Focus 2013 - Press Conference Pt. 1" title="Planet in Focus 2013 - Press Conference Pt. 1" />
						<span class="yt-title">Planet in Focus 2013 - Press Conference Pt. 1</span>
					</a>
				</li>


				<li class="clearfix" >
					<a class="clearfix" href="#" title="BC LNG: Natural Gas Minister&#039;s extraordinary claims">
						<img class="yt-thumb" src="http://img.youtube.com/vi/e9yre-3LOAc/default.jpg" alt="BC LNG: Natural Gas Minister&#039;s extraordinary claims" title="BC LNG: Natural Gas Minister&#039;s extraordinary claims" />
						<span class="yt-title">BC LNG: Natural Gas Minister&#039;s extraordinary claims</span>
					</a>
				</li>


			</ul>

		</div>

	</div>

</div></div></div><div id="solotext-widget-2" class="widget widget-2 widget-last solotext"><div class="widget-wrap"><div class="clearfix"><div><h3 class="widgettitle"><span>From thegreenbookstore.ca</span></h3><div class="solotext-message"><script type="text/javascript"><!--
amazon_ad_tag="thegreenpages0c-20"; 
amazon_ad_width="600"; 
amazon_ad_height="520"; 
amazon_color_border="FFFFFF"; 
amazon_color_logo="000000"; 
amazon_color_text="38352A"; 
amazon_color_link="C42915"; 
amazon_ad_link_target="new"; 
amazon_ad_border="hide"; //--></script>
<script type="text/javascript" src="http://ir-ca.amazon-adsystem.com/s/asw.js"></script>
<div class="bstore"><a href="/our-bookstore/">Check out our latest picks at our book store</a>.</div></div></div></div></div></div>							</div> <!-- End .page-widget-wide div -->

						</div> <!-- End #widgetized-page div -->







					</div> <!-- End #content div -->

					
					<div style="clear:both;margin-bottom:20px;"></div>


				</div> <!-- End #contentleft div -->


		<div id="contentright">

							<div id="sidebar" class="clearfix">
					<div id="sidetabs-widget-2" class="widget widget-1 widget-first sidetabs"><div class="widget-wrap"><div class="featured-tabs clearfix">

	<ul class="flextabs-custom-controls clearfix">
<li class="tab-recent"><a href="#tabs-recent">Recent<span></span></a></li>		
<li class="tab-pop firstab"><a href="#tabs-popular">Popular<span></span></a></li>
		
		<li class="tab-comments"><a href="#tabs-comments">Comments<span></span></a></li>
		<li class="tab-archives lastab"><a href="#tabs-archives">Archives<span></span></a></li>
	</ul>

	<div id="flextabs" class="flextabs clearfix">

		<ul class="slides clearfix">

<!-- RECENT POSTS SLIDE -->
    			<li class="recent-slide clearfix">
				<ul>
												<li>
								<div class="pop-excerpt">
									<a href="http://thegreenpages.ca/ca/2014/05/14/critical-caribou-habitat-is-being-sold-to-the-energy-industry-in-alberta/" rel="bookmark" title="Permanent Link to Critical caribou habitat is being sold to the energy industry in Alberta">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/05/01_caribou-150x150.jpg" alt="Critical caribou habitat is being sold to the energy industry in Alberta" title="Critical caribou habitat is being sold to the energy industry in Alberta" />
	</a>
									<a href="http://thegreenpages.ca/ca/2014/05/14/critical-caribou-habitat-is-being-sold-to-the-energy-industry-in-alberta/" rel="bookmark" title="Permanent Link to Critical caribou habitat is being sold to the energy industry in Alberta">Critical caribou habitat is being sold to the energy industry in Alberta</a>
								<!--<p>After a federal panel finds caribou at risk in Alberta, the province decides to sell off critical habitat areas for further industrial development.</p>
-->
								</div>
							</li>
													<li>
								<div class="pop-excerpt">
									<a href="http://thegreenpages.ca/ca/2014/05/13/un-report-on-canadas-treatment-of-first-nations-has-critical-lessons-for-resource-projects/" rel="bookmark" title="Permanent Link to UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/05/nearKitimat-1024x767-150x150.jpg" alt="UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects" title="UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects" />
	</a>
									<a href="http://thegreenpages.ca/ca/2014/05/13/un-report-on-canadas-treatment-of-first-nations-has-critical-lessons-for-resource-projects/" rel="bookmark" title="Permanent Link to UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects">UN report on Canada&#8217;s treatment of First Nations has lessons for pipeline projects</a>
								<!--<p>Report from the UN&#8217;s special rapporteur on the rights of indigenous peoples sheds a harsh light on Canada&#8217;s approach on natural resource developments.</p>
-->
								</div>
							</li>
													<li>
								<div class="pop-excerpt">
									<a href="http://thegreenpages.ca/ca/2014/05/09/court-case-headed-by-thomas-berger-to-protect-peel-watershed-is-ramping-up/" rel="bookmark" title="Permanent Link to Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/05/0044_TKuhn_PeelRally_Jan29-150x150.jpg" alt="Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support" title="Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support" />
	</a>
									<a href="http://thegreenpages.ca/ca/2014/05/09/court-case-headed-by-thomas-berger-to-protect-peel-watershed-is-ramping-up/" rel="bookmark" title="Permanent Link to Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support">Legal effort to protect Yukon&#8217;s Peel Watershed gaining public support</a>
								<!--<p>First Nations and conservation groups join forces with legal expert Thomas Berger to defend Yukon&#8217;s Peel Watershed against development.</p>
-->
								</div>
							</li>
													<li>
								<div class="pop-excerpt">
									<a href="http://thegreenpages.ca/ca/2014/05/06/national-energy-board-faces-legal-challenge-over-new-rules-on-public-hearings/" rel="bookmark" title="Permanent Link to National Energy Board faces legal challenge over new rules on public hearings">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/05/kinder_morgan_pipeline-150x150.jpg" alt="National Energy Board faces legal challenge over new rules on public hearings" title="National Energy Board faces legal challenge over new rules on public hearings" />
	</a>
									<a href="http://thegreenpages.ca/ca/2014/05/06/national-energy-board-faces-legal-challenge-over-new-rules-on-public-hearings/" rel="bookmark" title="Permanent Link to National Energy Board faces legal challenge over new rules on public hearings">National Energy Board faces legal challenge over new rules on public hearings</a>
								<!--<p>New National Energy Board rules limiting public input on Kinder Morgan pipeline expansion facing a legal challenge.</p>
-->
								</div>
							</li>
													<li>
								<div class="pop-excerpt">
									<a href="http://thegreenpages.ca/ca/2014/05/06/governments-set-to-decide-fate-of-site-c-dam-in-peace-river-valley/" rel="bookmark" title="Permanent Link to Governments set to decide fate of Site C Dam in Peace River Valley">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/05/2013_12_17-site-c_BC-Hydro-150x150.gif" alt="Governments set to decide fate of Site C Dam in Peace River Valley" title="Governments set to decide fate of Site C Dam in Peace River Valley" />
	</a>
									<a href="http://thegreenpages.ca/ca/2014/05/06/governments-set-to-decide-fate-of-site-c-dam-in-peace-river-valley/" rel="bookmark" title="Permanent Link to Governments set to decide fate of Site C Dam in Peace River Valley">Governments set to decide fate of Site C Dam in Peace River Valley</a>
								<!--<p>Site C is still opposed by many area residents, who are concerned about the project&#8217;s large-scale environmental and social impacts.</p>
-->
								</div>
							</li>
										</ul>
			</li>


			<!-- POPULAR POSTS SLIDE -->
    			<li class="popular-slide clearfix">
									<!-- Wordpress Popular Posts Plugin v2.3.7 [SC] [weekly] [avg] [custom] -->
<ul class="wpp-list">
<li><div class='pop-excerpt'><a href="http://thegreenpages.ca/ca/2009/12/03/2010_toyota_earth_day_scholars/" title="2010 Toyota Earth Day Scholarship" target="_self"><img src="http://thegreenpages.ca/wp-content/plugins/wordpress-popular-posts/no_thumb.jpg" alt="" border="0" width="100" height="100" class="wpp-thumbnail wpp_def_noPath wpp_featured" /></a> <a href="http://thegreenpages.ca/ca/2009/12/03/2010_toyota_earth_day_scholars/" title="2010 Toyota Earth Day Scholarship">2010 Toyota Earth Day Scholarship</a><br />Are you or someone you know graduating high school and engaged in environmental activities? Then you...</div></li>
<li><div class='pop-excerpt'><a href="http://thegreenpages.ca/ca/2012/06/19/greenest-flight-ever-air-canada-to-conduct-first-flight-with-sustainable-biofuel/" title="Greenest flight ever! Air Canada to Conduct First Flight with Sustainable Biofuel" target="_self"><img src="http://thegreenpages.ca/wp-content/plugins/wordpress-popular-posts/no_thumb.jpg" alt="" border="0" width="100" height="100" class="wpp-thumbnail wpp_def_noPath wpp_featured" /></a> <a href="http://thegreenpages.ca/ca/2012/06/19/greenest-flight-ever-air-canada-to-conduct-first-flight-with-sustainable-biofuel/" title="Greenest flight ever! Air Canada to Conduct First Flight with Sustainable Biofuel">Greenest flight ever! Air Canada to Conduct First Flight with Sustainable Biofuel</a><br />Cooking Oil-Powered Flight Expected to Reduce Emissions 40 per cent or more
MONTREAL, June 18, ...</div></li>
<li><div class='pop-excerpt'><a href="http://thegreenpages.ca/ca/2009/12/10/a_new_look_for_the_environment/" title="A New Look for the Environmental Studies Association of Canada" target="_self"><img src="http://thegreenpages.ca/wp-content/plugins/wordpress-popular-posts/no_thumb.jpg" alt="" border="0" width="100" height="100" class="wpp-thumbnail wpp_def_noPath wpp_featured" /></a> <a href="http://thegreenpages.ca/ca/2009/12/10/a_new_look_for_the_environment/" title="A New Look for the Environmental Studies Association of Canada">A New Look for the Environmental Studies Association of Canada</a><br />The Environmental Studies Association of Canada is pleased to announce the re-launch of their br...</div></li>
<li><div class='pop-excerpt'><a href="http://thegreenpages.ca/ca/2009/04/08/get_social_with_eco_canada/" title="Get Social with ECO Canada" target="_self"><img src="http://thegreenpages.ca/wp-content/plugins/wordpress-popular-posts/no_thumb.jpg" alt="" border="0" width="100" height="100" class="wpp-thumbnail wpp_def_noPath wpp_featured" /></a> <a href="http://thegreenpages.ca/ca/2009/04/08/get_social_with_eco_canada/" title="Get Social with ECO Canada">Get Social with ECO Canada</a><br />(From Eco Canada) - Did you know that you can follow ECO Canada on Facebook and Twitter to receive t...</div></li>
<li><div class='pop-excerpt'><a href="http://thegreenpages.ca/ca/2011/03/03/a-chemical-reaction-a-documentary/" title="A Chemical Reaction &#8211; A Documentary" target="_self"><img src="http://thegreenpages.ca/wp-content/plugins/wordpress-popular-posts/no_thumb.jpg" alt="" border="0" width="100" height="100" class="wpp-thumbnail wpp_def_noPath wpp_featured" /></a> <a href="http://thegreenpages.ca/ca/2011/03/03/a-chemical-reaction-a-documentary/" title="A Chemical Reaction &#8211; A Documentary">A Chemical Reaction &#8211; A Documentary</a><br />&nbsp;



Check out this new documentary about pesticides...there is an astonishing connection b...</div></li>
</ul>
<!-- End Wordpress Popular Posts Plugin v2.3.7 -->
							</li>

			
			<!-- RECENT COMMENTS SLIDE -->
    			<li class="comment-slide clearfix">
				
<ul>
<li><div class='pop-excerpt'>World Migratory Bird day and tourism | Dear Kitty. Some blog<br /><a href="http://thegreenpages.ca/ca/2012/04/17/world-migratory-bird-day-2012/#comment-546">[&#8230;] World Migratory Bird Day &#8211; 2012 [&#8230;] </a></div></li>
<li><div class='pop-excerpt'>Global clothing brands look to eliminate endangered forests from viscose fabric |<br /><a href="http://thegreenpages.ca/ca/2014/04/05/global-clothing-brands-look-to-eliminate-endangered-forests-from-viscose-fabric/#comment-542">[&#8230;] Source [&#8230;] </a></div></li>
<li><div class='pop-excerpt'>PR3+ Canadian-Owned Blogs for Blogger Outreach and Guest Posts | Canadian&#039;s Internet Business<br /><a href="http://thegreenpages.ca/contact-us/#comment-541">[&#8230;] in Canada) Vancouver Observer Moving 2 Canada  (Immigrants blog) [...]</a></div></li>
<li><div class='pop-excerpt'>Boreal chickadees survive North American harsh winter | Dear Kitty. Some blog<br /><a href="http://thegreenpages.ca/ca/2013/10/03/canadian-boreal-forest-agreement-launches-new-campaign-featuring-giant-boreal-map/#comment-540">[&#8230;] Canadian Boreal Forest Agreement launches new campaign featuring giant [...]</a></div></li>
<li><div class='pop-excerpt'>Forests and People | lilianausvat<br /><a href="http://thegreenpages.ca/ca/2013/10/03/canadian-boreal-forest-agreement-launches-new-campaign-featuring-giant-boreal-map/#comment-539">[&#8230;] Canadian Boreal Forest Agreement launches new campaign featuring giant [...]</a></div></li>
</ul>			</li>

			<!-- ARCHIVES SLIDE -->
    			<li class="archive-slide clearfix">
				<ul>
					<li class="clearfix">
						<select name="archive-dropdown" onchange='document.location.href=this.options[this.selectedIndex].value;'>
							<option value="">Select a Month</option>
								<option value='http://thegreenpages.ca/ca/2014/05/'> May 2014 &nbsp;(5)</option>
	<option value='http://thegreenpages.ca/ca/2014/04/'> April 2014 &nbsp;(7)</option>
	<option value='http://thegreenpages.ca/ca/2014/03/'> March 2014 &nbsp;(13)</option>
	<option value='http://thegreenpages.ca/ca/2014/02/'> February 2014 &nbsp;(11)</option>
	<option value='http://thegreenpages.ca/ca/2014/01/'> January 2014 &nbsp;(11)</option>
	<option value='http://thegreenpages.ca/ca/2013/12/'> December 2013 &nbsp;(13)</option>
	<option value='http://thegreenpages.ca/ca/2013/11/'> November 2013 &nbsp;(15)</option>
	<option value='http://thegreenpages.ca/ca/2013/10/'> October 2013 &nbsp;(8)</option>
	<option value='http://thegreenpages.ca/ca/2013/09/'> September 2013 &nbsp;(13)</option>
	<option value='http://thegreenpages.ca/ca/2013/08/'> August 2013 &nbsp;(10)</option>
	<option value='http://thegreenpages.ca/ca/2013/07/'> July 2013 &nbsp;(1)</option>
	<option value='http://thegreenpages.ca/ca/2013/06/'> June 2013 &nbsp;(8)</option>
	<option value='http://thegreenpages.ca/ca/2013/05/'> May 2013 &nbsp;(3)</option>
	<option value='http://thegreenpages.ca/ca/2013/04/'> April 2013 &nbsp;(9)</option>
	<option value='http://thegreenpages.ca/ca/2013/03/'> March 2013 &nbsp;(10)</option>
	<option value='http://thegreenpages.ca/ca/2013/02/'> February 2013 &nbsp;(6)</option>
	<option value='http://thegreenpages.ca/ca/2013/01/'> January 2013 &nbsp;(14)</option>
	<option value='http://thegreenpages.ca/ca/2012/12/'> December 2012 &nbsp;(9)</option>
	<option value='http://thegreenpages.ca/ca/2012/11/'> November 2012 &nbsp;(14)</option>
	<option value='http://thegreenpages.ca/ca/2012/10/'> October 2012 &nbsp;(7)</option>
	<option value='http://thegreenpages.ca/ca/2012/09/'> September 2012 &nbsp;(15)</option>
	<option value='http://thegreenpages.ca/ca/2012/08/'> August 2012 &nbsp;(11)</option>
	<option value='http://thegreenpages.ca/ca/2012/07/'> July 2012 &nbsp;(12)</option>
	<option value='http://thegreenpages.ca/ca/2012/06/'> June 2012 &nbsp;(21)</option>
	<option value='http://thegreenpages.ca/ca/2012/05/'> May 2012 &nbsp;(17)</option>
	<option value='http://thegreenpages.ca/ca/2012/04/'> April 2012 &nbsp;(15)</option>
	<option value='http://thegreenpages.ca/ca/2012/03/'> March 2012 &nbsp;(16)</option>
	<option value='http://thegreenpages.ca/ca/2012/02/'> February 2012 &nbsp;(8)</option>
	<option value='http://thegreenpages.ca/ca/2012/01/'> January 2012 &nbsp;(8)</option>
	<option value='http://thegreenpages.ca/ca/2011/12/'> December 2011 &nbsp;(16)</option>
	<option value='http://thegreenpages.ca/ca/2011/11/'> November 2011 &nbsp;(16)</option>
	<option value='http://thegreenpages.ca/ca/2011/10/'> October 2011 &nbsp;(28)</option>
	<option value='http://thegreenpages.ca/ca/2011/09/'> September 2011 &nbsp;(25)</option>
	<option value='http://thegreenpages.ca/ca/2011/08/'> August 2011 &nbsp;(45)</option>
	<option value='http://thegreenpages.ca/ca/2011/07/'> July 2011 &nbsp;(32)</option>
	<option value='http://thegreenpages.ca/ca/2011/06/'> June 2011 &nbsp;(40)</option>
	<option value='http://thegreenpages.ca/ca/2011/05/'> May 2011 &nbsp;(39)</option>
	<option value='http://thegreenpages.ca/ca/2011/04/'> April 2011 &nbsp;(36)</option>
	<option value='http://thegreenpages.ca/ca/2011/03/'> March 2011 &nbsp;(45)</option>
	<option value='http://thegreenpages.ca/ca/2011/02/'> February 2011 &nbsp;(30)</option>
	<option value='http://thegreenpages.ca/ca/2011/01/'> January 2011 &nbsp;(26)</option>
	<option value='http://thegreenpages.ca/ca/2010/12/'> December 2010 &nbsp;(20)</option>
	<option value='http://thegreenpages.ca/ca/2010/11/'> November 2010 &nbsp;(18)</option>
	<option value='http://thegreenpages.ca/ca/2010/10/'> October 2010 &nbsp;(11)</option>
	<option value='http://thegreenpages.ca/ca/2010/09/'> September 2010 &nbsp;(17)</option>
	<option value='http://thegreenpages.ca/ca/2010/08/'> August 2010 &nbsp;(18)</option>
	<option value='http://thegreenpages.ca/ca/2010/07/'> July 2010 &nbsp;(18)</option>
	<option value='http://thegreenpages.ca/ca/2010/06/'> June 2010 &nbsp;(16)</option>
	<option value='http://thegreenpages.ca/ca/2010/05/'> May 2010 &nbsp;(31)</option>
	<option value='http://thegreenpages.ca/ca/2010/04/'> April 2010 &nbsp;(41)</option>
	<option value='http://thegreenpages.ca/ca/2010/03/'> March 2010 &nbsp;(39)</option>
	<option value='http://thegreenpages.ca/ca/2010/02/'> February 2010 &nbsp;(33)</option>
	<option value='http://thegreenpages.ca/ca/2010/01/'> January 2010 &nbsp;(36)</option>
	<option value='http://thegreenpages.ca/ca/2009/12/'> December 2009 &nbsp;(53)</option>
	<option value='http://thegreenpages.ca/ca/2009/11/'> November 2009 &nbsp;(40)</option>
	<option value='http://thegreenpages.ca/ca/2009/10/'> October 2009 &nbsp;(64)</option>
	<option value='http://thegreenpages.ca/ca/2009/09/'> September 2009 &nbsp;(67)</option>
	<option value='http://thegreenpages.ca/ca/2009/08/'> August 2009 &nbsp;(66)</option>
	<option value='http://thegreenpages.ca/ca/2009/07/'> July 2009 &nbsp;(55)</option>
	<option value='http://thegreenpages.ca/ca/2009/06/'> June 2009 &nbsp;(54)</option>
	<option value='http://thegreenpages.ca/ca/2009/05/'> May 2009 &nbsp;(57)</option>
	<option value='http://thegreenpages.ca/ca/2009/04/'> April 2009 &nbsp;(73)</option>
	<option value='http://thegreenpages.ca/ca/2009/03/'> March 2009 &nbsp;(69)</option>
	<option value='http://thegreenpages.ca/ca/2009/02/'> February 2009 &nbsp;(34)</option>
	<option value='http://thegreenpages.ca/ca/2009/01/'> January 2009 &nbsp;(40)</option>
	<option value='http://thegreenpages.ca/ca/2008/12/'> December 2008 &nbsp;(32)</option>
	<option value='http://thegreenpages.ca/ca/2008/11/'> November 2008 &nbsp;(31)</option>
	<option value='http://thegreenpages.ca/ca/2008/10/'> October 2008 &nbsp;(32)</option>
	<option value='http://thegreenpages.ca/ca/2008/09/'> September 2008 &nbsp;(50)</option>
	<option value='http://thegreenpages.ca/ca/2008/08/'> August 2008 &nbsp;(55)</option>
	<option value='http://thegreenpages.ca/ca/2008/07/'> July 2008 &nbsp;(75)</option>
	<option value='http://thegreenpages.ca/ca/2008/06/'> June 2008 &nbsp;(69)</option>
	<option value='http://thegreenpages.ca/ca/2008/05/'> May 2008 &nbsp;(87)</option>
	<option value='http://thegreenpages.ca/ca/2008/04/'> April 2008 &nbsp;(61)</option>
	<option value='http://thegreenpages.ca/ca/2008/03/'> March 2008 &nbsp;(113)</option>
	<option value='http://thegreenpages.ca/ca/2008/02/'> February 2008 &nbsp;(57)</option>
	<option value='http://thegreenpages.ca/ca/2008/01/'> January 2008 &nbsp;(132)</option>
	<option value='http://thegreenpages.ca/ca/2007/12/'> December 2007 &nbsp;(182)</option>
	<option value='http://thegreenpages.ca/ca/2007/11/'> November 2007 &nbsp;(105)</option>
	<option value='http://thegreenpages.ca/ca/2007/10/'> October 2007 &nbsp;(169)</option>
	<option value='http://thegreenpages.ca/ca/2007/09/'> September 2007 &nbsp;(95)</option>
	<option value='http://thegreenpages.ca/ca/2007/08/'> August 2007 &nbsp;(53)</option>
	<option value='http://thegreenpages.ca/ca/2007/07/'> July 2007 &nbsp;(85)</option>
	<option value='http://thegreenpages.ca/ca/2007/06/'> June 2007 &nbsp;(51)</option>
	<option value='http://thegreenpages.ca/ca/2007/05/'> May 2007 &nbsp;(80)</option>
	<option value='http://thegreenpages.ca/ca/2007/04/'> April 2007 &nbsp;(84)</option>
	<option value='http://thegreenpages.ca/ca/2007/03/'> March 2007 &nbsp;(149)</option>
	<option value='http://thegreenpages.ca/ca/2007/02/'> February 2007 &nbsp;(101)</option>
	<option value='http://thegreenpages.ca/ca/2007/01/'> January 2007 &nbsp;(84)</option>
	<option value='http://thegreenpages.ca/ca/2006/12/'> December 2006 &nbsp;(39)</option>
	<option value='http://thegreenpages.ca/ca/2006/11/'> November 2006 &nbsp;(120)</option>
	<option value='http://thegreenpages.ca/ca/2006/10/'> October 2006 &nbsp;(263)</option>
	<option value='http://thegreenpages.ca/ca/2006/09/'> September 2006 &nbsp;(126)</option>
	<option value='http://thegreenpages.ca/ca/2006/08/'> August 2006 &nbsp;(102)</option>
	<option value='http://thegreenpages.ca/ca/2006/07/'> July 2006 &nbsp;(71)</option>
	<option value='http://thegreenpages.ca/ca/2006/06/'> June 2006 &nbsp;(86)</option>
	<option value='http://thegreenpages.ca/ca/2006/05/'> May 2006 &nbsp;(88)</option>
	<option value='http://thegreenpages.ca/ca/2006/04/'> April 2006 &nbsp;(95)</option>
	<option value='http://thegreenpages.ca/ca/2006/03/'> March 2006 &nbsp;(125)</option>
	<option value='http://thegreenpages.ca/ca/2006/02/'> February 2006 &nbsp;(402)</option>
	<option value='http://thegreenpages.ca/ca/2006/01/'> January 2006 &nbsp;(137)</option>
	<option value='http://thegreenpages.ca/ca/2005/12/'> December 2005 &nbsp;(47)</option>
	<option value='http://thegreenpages.ca/ca/2005/11/'> November 2005 &nbsp;(8)</option>
	<option value='http://thegreenpages.ca/ca/2005/10/'> October 2005 &nbsp;(1)</option>
	<option value='http://thegreenpages.ca/ca/2005/09/'> September 2005 &nbsp;(9)</option>
	<option value='http://thegreenpages.ca/ca/2005/08/'> August 2005 &nbsp;(14)</option>
	<option value='http://thegreenpages.ca/ca/2005/07/'> July 2005 &nbsp;(6)</option>
	<option value='http://thegreenpages.ca/ca/2005/06/'> June 2005 &nbsp;(30)</option>
	<option value='http://thegreenpages.ca/ca/2005/05/'> May 2005 &nbsp;(13)</option>
	<option value='http://thegreenpages.ca/ca/2005/04/'> April 2005 &nbsp;(76)</option>
	<option value='http://thegreenpages.ca/ca/2005/03/'> March 2005 &nbsp;(28)</option>
	<option value='http://thegreenpages.ca/ca/2005/02/'> February 2005 &nbsp;(38)</option>
	<option value='http://thegreenpages.ca/ca/2005/01/'> January 2005 &nbsp;(100)</option>
	<option value='http://thegreenpages.ca/ca/2004/12/'> December 2004 &nbsp;(66)</option>
	<option value='http://thegreenpages.ca/ca/2004/11/'> November 2004 &nbsp;(104)</option>
	<option value='http://thegreenpages.ca/ca/2004/10/'> October 2004 &nbsp;(109)</option>
	<option value='http://thegreenpages.ca/ca/2004/09/'> September 2004 &nbsp;(113)</option>
	<option value='http://thegreenpages.ca/ca/2004/08/'> August 2004 &nbsp;(55)</option>
	<option value='http://thegreenpages.ca/ca/2004/07/'> July 2004 &nbsp;(57)</option>
	<option value='http://thegreenpages.ca/ca/2004/06/'> June 2004 &nbsp;(115)</option>
	<option value='http://thegreenpages.ca/ca/2004/05/'> May 2004 &nbsp;(73)</option>
	<option value='http://thegreenpages.ca/ca/2004/04/'> April 2004 &nbsp;(119)</option>
	<option value='http://thegreenpages.ca/ca/2004/03/'> March 2004 &nbsp;(115)</option>
	<option value='http://thegreenpages.ca/ca/2004/02/'> February 2004 &nbsp;(78)</option>
	<option value='http://thegreenpages.ca/ca/2004/01/'> January 2004 &nbsp;(92)</option>
	<option value='http://thegreenpages.ca/ca/2003/12/'> December 2003 &nbsp;(96)</option>
	<option value='http://thegreenpages.ca/ca/2003/11/'> November 2003 &nbsp;(128)</option>
	<option value='http://thegreenpages.ca/ca/2003/10/'> October 2003 &nbsp;(101)</option>
	<option value='http://thegreenpages.ca/ca/2003/09/'> September 2003 &nbsp;(113)</option>
	<option value='http://thegreenpages.ca/ca/2003/08/'> August 2003 &nbsp;(101)</option>
	<option value='http://thegreenpages.ca/ca/2003/07/'> July 2003 &nbsp;(122)</option>
	<option value='http://thegreenpages.ca/ca/2003/06/'> June 2003 &nbsp;(170)</option>
	<option value='http://thegreenpages.ca/ca/2003/05/'> May 2003 &nbsp;(261)</option>
	<option value='http://thegreenpages.ca/ca/2003/04/'> April 2003 &nbsp;(136)</option>
	<option value='http://thegreenpages.ca/ca/2003/03/'> March 2003 &nbsp;(86)</option>
	<option value='http://thegreenpages.ca/ca/2003/02/'> February 2003 &nbsp;(84)</option>
	<option value='http://thegreenpages.ca/ca/2003/01/'> January 2003 &nbsp;(155)</option>
	<option value='http://thegreenpages.ca/ca/2002/12/'> December 2002 &nbsp;(81)</option>
	<option value='http://thegreenpages.ca/ca/2002/11/'> November 2002 &nbsp;(85)</option>
	<option value='http://thegreenpages.ca/ca/2002/10/'> October 2002 &nbsp;(146)</option>
	<option value='http://thegreenpages.ca/ca/2002/09/'> September 2002 &nbsp;(111)</option>
	<option value='http://thegreenpages.ca/ca/2002/08/'> August 2002 &nbsp;(132)</option>
	<option value='http://thegreenpages.ca/ca/2002/07/'> July 2002 &nbsp;(129)</option>
	<option value='http://thegreenpages.ca/ca/2002/06/'> June 2002 &nbsp;(69)</option>
	<option value='http://thegreenpages.ca/ca/2002/05/'> May 2002 &nbsp;(116)</option>
	<option value='http://thegreenpages.ca/ca/2002/04/'> April 2002 &nbsp;(120)</option>
	<option value='http://thegreenpages.ca/ca/2002/03/'> March 2002 &nbsp;(145)</option>
	<option value='http://thegreenpages.ca/ca/2002/02/'> February 2002 &nbsp;(156)</option>
	<option value='http://thegreenpages.ca/ca/2002/01/'> January 2002 &nbsp;(124)</option>
	<option value='http://thegreenpages.ca/ca/2001/12/'> December 2001 &nbsp;(137)</option>
	<option value='http://thegreenpages.ca/ca/2001/11/'> November 2001 &nbsp;(220)</option>
	<option value='http://thegreenpages.ca/ca/2001/10/'> October 2001 &nbsp;(187)</option>
	<option value='http://thegreenpages.ca/ca/2001/09/'> September 2001 &nbsp;(198)</option>
	<option value='http://thegreenpages.ca/ca/2001/08/'> August 2001 &nbsp;(111)</option>
	<option value='http://thegreenpages.ca/ca/2001/07/'> July 2001 &nbsp;(110)</option>
	<option value='http://thegreenpages.ca/ca/2001/06/'> June 2001 &nbsp;(125)</option>
	<option value='http://thegreenpages.ca/ca/2001/05/'> May 2001 &nbsp;(171)</option>
	<option value='http://thegreenpages.ca/ca/2001/04/'> April 2001 &nbsp;(361)</option>
	<option value='http://thegreenpages.ca/ca/2001/03/'> March 2001 &nbsp;(236)</option>
	<option value='http://thegreenpages.ca/ca/2001/02/'> February 2001 &nbsp;(238)</option>
	<option value='http://thegreenpages.ca/ca/2001/01/'> January 2001 &nbsp;(240)</option>
	<option value='http://thegreenpages.ca/ca/2000/12/'> December 2000 &nbsp;(17)</option>
	<option value='http://thegreenpages.ca/ca/2000/11/'> November 2000 &nbsp;(35)</option>
	<option value='http://thegreenpages.ca/ca/2000/10/'> October 2000 &nbsp;(44)</option>
	<option value='http://thegreenpages.ca/ca/2000/09/'> September 2000 &nbsp;(1)</option>
	<option value='http://thegreenpages.ca/ca/2000/08/'> August 2000 &nbsp;(3)</option>
	<option value='http://thegreenpages.ca/ca/2000/04/'> April 2000 &nbsp;(162)</option>
	<option value='http://thegreenpages.ca/ca/2000/01/'> January 2000 &nbsp;(1)</option>
	<option value='http://thegreenpages.ca/ca/1999/01/'> January 1999 &nbsp;(26)</option>
	<option value='http://thegreenpages.ca/ca/1998/09/'> September 1998 &nbsp;(1)</option>
	<option value='http://thegreenpages.ca/ca/1996/10/'> October 1996 &nbsp;(1)</option>
	<option value='http://thegreenpages.ca/ca/1992/07/'> July 1992 &nbsp;(1)</option>
	<option value='http://thegreenpages.ca/ca/1988/09/'> September 1988 &nbsp;(1)</option>
	<option value='http://thegreenpages.ca/ca/1961/09/'> September 1961 &nbsp;(1)</option>
						</select>
						<noscript><input type="submit" value="Go" /></noscript>
					</li>
					<li class="clearfix">
						<form action="http://thegreenpages.ca/" method="get">
							<select name='cat' id='catdrop' class='postform'  onchange='return this.form.submit()'>
	<option value='-1'>Select a Category</option>
	<option class="level-0" value="5">Air and Climate&nbsp;&nbsp;(419)</option>
	<option class="level-0" value="6">Around the Web&nbsp;&nbsp;(8,384)</option>
	<option class="level-0" value="7">Books &amp; Resources&nbsp;&nbsp;(292)</option>
	<option class="level-0" value="8">Business and Economics&nbsp;&nbsp;(167)</option>
	<option class="level-0" value="2216">Community Stewardship and Living&nbsp;&nbsp;(385)</option>
	<option class="level-0" value="11">Design &amp; Technology&nbsp;&nbsp;(151)</option>
	<option class="level-0" value="13">Discover&nbsp;&nbsp;(29)</option>
	<option class="level-0" value="14">Education &amp; Learning&nbsp;&nbsp;(262)</option>
	<option class="level-0" value="2189">Energy&nbsp;&nbsp;(104)</option>
	<option class="level-0" value="16">Event&nbsp;&nbsp;(133)</option>
	<option class="level-0" value="2434">Featured Videos&nbsp;&nbsp;(34)</option>
	<option class="level-0" value="18">Food &amp; Health&nbsp;&nbsp;(278)</option>
	<option class="level-0" value="19">From the Editors&nbsp;&nbsp;(140)</option>
	<option class="level-0" value="4">Get Involved&nbsp;&nbsp;(286)</option>
	<option class="level-0" value="764">Global Relations&nbsp;&nbsp;(15)</option>
	<option class="level-0" value="21">Green Business&nbsp;&nbsp;(283)</option>
	<option class="level-0" value="2492">Images&nbsp;&nbsp;(3)</option>
	<option class="level-0" value="22">Law, Policy, &amp; Standards&nbsp;&nbsp;(256)</option>
	<option class="level-0" value="24">Marketplace&nbsp;&nbsp;(134)</option>
	<option class="level-0" value="25">Natural Resources Management&nbsp;&nbsp;(266)</option>
	<option class="level-0" value="26">Nature &amp; Wildlife Conservation&nbsp;&nbsp;(526)</option>
	<option class="level-0" value="27">Notable Sayings&nbsp;&nbsp;(97)</option>
	<option class="level-0" value="28">Planning &amp; Environmental Management&nbsp;&nbsp;(159)</option>
	<option class="level-0" value="29">Research&nbsp;&nbsp;(86)</option>
	<option class="level-0" value="30">Science Matters&nbsp;&nbsp;(226)</option>
	<option class="level-0" value="31">Student Initiatives&nbsp;&nbsp;(295)</option>
	<option class="level-0" value="32">Sustainable Communities&nbsp;&nbsp;(443)</option>
	<option class="level-0" value="33">Tools &amp; Resources&nbsp;&nbsp;(86)</option>
	<option class="level-0" value="34">Trade &amp; Development&nbsp;&nbsp;(22)</option>
	<option class="level-0" value="2454">Waste &amp; Pollution Management&nbsp;&nbsp;(162)</option>
	<option class="level-0" value="36">Water&nbsp;&nbsp;(125)</option>
	<option class="level-0" value="37">Work&nbsp;&nbsp;(40)</option>
</select>
							<noscript><input type="submit" value="Go" /></noscript>
						</form>
					</li>
					<li class="clearfix">
						<select name="tag-dropdown" onchange='document.location.href=this.options[this.selectedIndex].value;'>
							<option value="">Select a Tag</option>
														<option value='http://thegreenpages.ca/ca/tag/climate-change/'>climate change (113)</option><option value='http://thegreenpages.ca/ca/tag/environment/'>environment (100)</option><option value='http://thegreenpages.ca/ca/tag/conservation/'>conservation (77)</option><option value='http://thegreenpages.ca/ca/tag/david-suzuki/'>David Suzuki (73)</option><option value='http://thegreenpages.ca/ca/tag/energy-2/'>energy (60)</option><option value='http://thegreenpages.ca/ca/tag/sustainability/'>sustainability (58)</option><option value='http://thegreenpages.ca/ca/tag/canada/'>Canada (48)</option><option value='http://thegreenpages.ca/ca/tag/renewable-energy/'>renewable energy (43)</option><option value='http://thegreenpages.ca/ca/tag/alberta/'>Alberta (41)</option><option value='http://thegreenpages.ca/ca/tag/david-suzuki-foundation/'>David Suzuki Foundation (40)</option><option value='http://thegreenpages.ca/ca/tag/emissions/'>emissions (40)</option><option value='http://thegreenpages.ca/ca/tag/toronto/'>Toronto (40)</option><option value='http://thegreenpages.ca/ca/tag/global-warming/'>global warming (39)</option><option value='http://thegreenpages.ca/ca/tag/education/'>Education (37)</option><option value='http://thegreenpages.ca/ca/tag/british-columbia/'>British Columbia (34)</option><option value='http://thegreenpages.ca/ca/tag/food/'>food (34)</option><option value='http://thegreenpages.ca/ca/tag/kyoto/'>Kyoto (34)</option><option value='http://thegreenpages.ca/ca/tag/ontario/'>Ontario (34)</option><option value='http://thegreenpages.ca/ca/tag/vancouver/'>Vancouver (34)</option><option value='http://thegreenpages.ca/ca/tag/greenhouse-gas/'>greenhouse gas (33)</option><option value='http://thegreenpages.ca/ca/tag/wildlife/'>wildlife (32)</option><option value='http://thegreenpages.ca/ca/tag/politics/'>politics (29)</option><option value='http://thegreenpages.ca/ca/tag/nature/'>nature (29)</option><option value='http://thegreenpages.ca/ca/tag/pembina-institute/'>Pembina Institute (28)</option><option value='http://thegreenpages.ca/ca/tag/health/'>Health (26)</option><option value='http://thegreenpages.ca/ca/tag/oil/'>oil (26)</option><option value='http://thegreenpages.ca/ca/tag/oil-sands/'>Oil sands (26)</option><option value='http://thegreenpages.ca/ca/tag/greenpeace/'>greenpeace (25)</option><option value='http://thegreenpages.ca/ca/tag/news/'>news (25)</option><option value='http://thegreenpages.ca/ca/tag/business/'>business (22)</option><option value='http://thegreenpages.ca/ca/tag/first-nations/'>First Nations (22)</option><option value='http://thegreenpages.ca/ca/tag/science/'>science (22)</option><option value='http://thegreenpages.ca/ca/tag/government/'>government (22)</option><option value='http://thegreenpages.ca/ca/tag/arctic/'>arctic (21)</option><option value='http://thegreenpages.ca/ca/tag/recycling/'>recycling (21)</option><option value='http://thegreenpages.ca/ca/tag/enbridge/'>Enbridge (21)</option><option value='http://thegreenpages.ca/ca/tag/earth-day/'>Earth Day (20)</option><option value='http://thegreenpages.ca/ca/tag/pollution/'>pollution (19)</option><option value='http://thegreenpages.ca/ca/tag/ottawa/'>Ottawa (18)</option><option value='http://thegreenpages.ca/ca/tag/tar-sands/'>tar sands (18)</option><option value='http://thegreenpages.ca/ca/tag/waste/'>waste (17)</option><option value='http://thegreenpages.ca/ca/tag/manitoba/'>Manitoba (17)</option><option value='http://thegreenpages.ca/ca/tag/nature-conservancy-of-canada/'>Nature Conservancy of Canada (17)</option><option value='http://thegreenpages.ca/ca/tag/climate/'>climate (16)</option><option value='http://thegreenpages.ca/ca/tag/forestry/'>forestry (16)</option><option value='http://thegreenpages.ca/ca/tag/solar/'>solar (16)</option><option value='http://thegreenpages.ca/ca/tag/ecojustice-canada/'>Ecojustice Canada (16)</option><option value='http://thegreenpages.ca/ca/tag/ecojustice/'>Ecojustice (15)</option><option value='http://thegreenpages.ca/ca/tag/green/'>green (15)</option>						</select>
						<noscript><input type="submit" value="Go" /></noscript>
					</li>
				</ul>
			</li>

		</ul>

	</div>

</div></div></div><div id="twitter_timeline-3" class="widget widget-2 widget_twitter_timeline"><div class="widget-wrap"><h3 class="widgettitle"><span>Follow us on Twitter</span></h3><a class="twitter-timeline" data-widget-id="430743316351557632" data-theme="light" data-link-color="#f96e5b" data-border-color="#e8e8e8" data-chrome="noheader nofooter noborders noscrollbar transparent" data-tweet-limit="5" width="300" height="400" lang="EN">My Tweets</a></div></div><div id="tag_cloud-2" class="widget widget-3 widget_tag_cloud"><div class="widget-wrap"><h3 class="widgettitle"><span>Popular Topics</span></h3><div class="tagcloud"><a href='http://thegreenpages.ca/ca/tag/alberta/' class='tag-link-475' title='41 topics' style='font-size: 14.578313253012pt;'>Alberta</a>
<a href='http://thegreenpages.ca/ca/tag/arctic/' class='tag-link-50' title='21 topics' style='font-size: 9.855421686747pt;'>arctic</a>
<a href='http://thegreenpages.ca/ca/tag/british-columbia/' class='tag-link-65' title='34 topics' style='font-size: 13.228915662651pt;'>British Columbia</a>
<a href='http://thegreenpages.ca/ca/tag/business/' class='tag-link-67' title='22 topics' style='font-size: 10.192771084337pt;'>business</a>
<a href='http://thegreenpages.ca/ca/tag/canada/' class='tag-link-69' title='48 topics' style='font-size: 15.759036144578pt;'>Canada</a>
<a href='http://thegreenpages.ca/ca/tag/climate/' class='tag-link-88' title='16 topics' style='font-size: 8pt;'>climate</a>
<a href='http://thegreenpages.ca/ca/tag/climate-change/' class='tag-link-89' title='113 topics' style='font-size: 22pt;'>climate change</a>
<a href='http://thegreenpages.ca/ca/tag/conservation/' class='tag-link-96' title='77 topics' style='font-size: 19.132530120482pt;'>conservation</a>
<a href='http://thegreenpages.ca/ca/tag/david-suzuki/' class='tag-link-111' title='73 topics' style='font-size: 18.795180722892pt;'>David Suzuki</a>
<a href='http://thegreenpages.ca/ca/tag/david-suzuki-foundation/' class='tag-link-112' title='40 topics' style='font-size: 14.409638554217pt;'>David Suzuki Foundation</a>
<a href='http://thegreenpages.ca/ca/tag/earth-day/' class='tag-link-120' title='20 topics' style='font-size: 9.5180722891566pt;'>Earth Day</a>
<a href='http://thegreenpages.ca/ca/tag/education/' class='tag-link-127' title='37 topics' style='font-size: 13.903614457831pt;'>Education</a>
<a href='http://thegreenpages.ca/ca/tag/emissions/' class='tag-link-137' title='40 topics' style='font-size: 14.409638554217pt;'>emissions</a>
<a href='http://thegreenpages.ca/ca/tag/enbridge/' class='tag-link-547' title='21 topics' style='font-size: 9.855421686747pt;'>Enbridge</a>
<a href='http://thegreenpages.ca/ca/tag/energy-2/' class='tag-link-143' title='60 topics' style='font-size: 17.44578313253pt;'>energy</a>
<a href='http://thegreenpages.ca/ca/tag/environment/' class='tag-link-149' title='100 topics' style='font-size: 20.987951807229pt;'>environment</a>
<a href='http://thegreenpages.ca/ca/tag/first-nations/' class='tag-link-165' title='22 topics' style='font-size: 10.192771084337pt;'>First Nations</a>
<a href='http://thegreenpages.ca/ca/tag/food/' class='tag-link-171' title='34 topics' style='font-size: 13.228915662651pt;'>food</a>
<a href='http://thegreenpages.ca/ca/tag/global-warming/' class='tag-link-187' title='39 topics' style='font-size: 14.240963855422pt;'>global warming</a>
<a href='http://thegreenpages.ca/ca/tag/government/' class='tag-link-638' title='22 topics' style='font-size: 10.192771084337pt;'>government</a>
<a href='http://thegreenpages.ca/ca/tag/greenhouse-gas/' class='tag-link-207' title='33 topics' style='font-size: 13.060240963855pt;'>greenhouse gas</a>
<a href='http://thegreenpages.ca/ca/tag/greenpeace/' class='tag-link-212' title='25 topics' style='font-size: 11.036144578313pt;'>greenpeace</a>
<a href='http://thegreenpages.ca/ca/tag/health/' class='tag-link-218' title='26 topics' style='font-size: 11.373493975904pt;'>Health</a>
<a href='http://thegreenpages.ca/ca/tag/kyoto/' class='tag-link-242' title='34 topics' style='font-size: 13.228915662651pt;'>Kyoto</a>
<a href='http://thegreenpages.ca/ca/tag/manitoba/' class='tag-link-442' title='17 topics' style='font-size: 8.5060240963855pt;'>Manitoba</a>
<a href='http://thegreenpages.ca/ca/tag/nature/' class='tag-link-704' title='29 topics' style='font-size: 12.21686746988pt;'>nature</a>
<a href='http://thegreenpages.ca/ca/tag/nature-conservancy-of-canada/' class='tag-link-707' title='17 topics' style='font-size: 8.5060240963855pt;'>Nature Conservancy of Canada</a>
<a href='http://thegreenpages.ca/ca/tag/news/' class='tag-link-274' title='25 topics' style='font-size: 11.036144578313pt;'>news</a>
<a href='http://thegreenpages.ca/ca/tag/oil/' class='tag-link-281' title='26 topics' style='font-size: 11.373493975904pt;'>oil</a>
<a href='http://thegreenpages.ca/ca/tag/oil-sands/' class='tag-link-282' title='26 topics' style='font-size: 11.373493975904pt;'>Oil sands</a>
<a href='http://thegreenpages.ca/ca/tag/ontario/' class='tag-link-285' title='34 topics' style='font-size: 13.228915662651pt;'>Ontario</a>
<a href='http://thegreenpages.ca/ca/tag/ottawa/' class='tag-link-292' title='18 topics' style='font-size: 8.8433734939759pt;'>Ottawa</a>
<a href='http://thegreenpages.ca/ca/tag/pembina-institute/' class='tag-link-296' title='28 topics' style='font-size: 11.879518072289pt;'>Pembina Institute</a>
<a href='http://thegreenpages.ca/ca/tag/politics/' class='tag-link-306' title='29 topics' style='font-size: 12.21686746988pt;'>politics</a>
<a href='http://thegreenpages.ca/ca/tag/pollution/' class='tag-link-307' title='19 topics' style='font-size: 9.1807228915663pt;'>pollution</a>
<a href='http://thegreenpages.ca/ca/tag/recycling/' class='tag-link-313' title='21 topics' style='font-size: 9.855421686747pt;'>recycling</a>
<a href='http://thegreenpages.ca/ca/tag/renewable-energy/' class='tag-link-318' title='43 topics' style='font-size: 14.915662650602pt;'>renewable energy</a>
<a href='http://thegreenpages.ca/ca/tag/science/' class='tag-link-330' title='22 topics' style='font-size: 10.192771084337pt;'>science</a>
<a href='http://thegreenpages.ca/ca/tag/sustainability/' class='tag-link-354' title='58 topics' style='font-size: 17.10843373494pt;'>sustainability</a>
<a href='http://thegreenpages.ca/ca/tag/tar-sands/' class='tag-link-362' title='18 topics' style='font-size: 8.8433734939759pt;'>tar sands</a>
<a href='http://thegreenpages.ca/ca/tag/toronto/' class='tag-link-369' title='40 topics' style='font-size: 14.409638554217pt;'>Toronto</a>
<a href='http://thegreenpages.ca/ca/tag/vancouver/' class='tag-link-516' title='34 topics' style='font-size: 13.228915662651pt;'>Vancouver</a>
<a href='http://thegreenpages.ca/ca/tag/waste/' class='tag-link-394' title='17 topics' style='font-size: 8.5060240963855pt;'>waste</a>
<a href='http://thegreenpages.ca/ca/tag/wildlife/' class='tag-link-401' title='32 topics' style='font-size: 12.89156626506pt;'>wildlife</a></div>
</div></div><div id="flickrrss" class="widget widget-4 widget_flickrRSS"><div class="widget-wrap"><h3 class="widgettitle"><span>Images of Sustainability</span></h3><a href="http://www.flickr.com/photos/44317209@N05/8653272827/in/pool-12471164@N00" title="Tomato Sprout"><img src="http://thegreenpages.ca/wp-content/cache/8653272827_d63a78f878_s.jpg" alt="Tomato Sprout"/></a><a href="http://www.flickr.com/photos/stephen_rees/10778400876/in/pool-12471164@N00" title="Still Salmon"><img src="http://thegreenpages.ca/wp-content/cache/10778400876_343d6b6ca6_s.jpg" alt="Still Salmon"/></a><a href="http://www.flickr.com/photos/stephen_rees/10778362815/in/pool-12471164@N00" title="Salmon close up"><img src="http://thegreenpages.ca/wp-content/cache/10778362815_074b35c685_s.jpg" alt="Salmon close up"/></a><a href="http://www.flickr.com/photos/stephen_rees/10778360495/in/pool-12471164@N00" title="Chum Salmon return 1"><img src="http://thegreenpages.ca/wp-content/cache/10778360495_633bb3d846_s.jpg" alt="Chum Salmon return 1"/></a><a href="http://www.flickr.com/photos/thegreenpages/10150062016/in/pool-12471164@N00" title="Power Shift BC 2013"><img src="http://thegreenpages.ca/wp-content/cache/10150062016_e0742e0409_s.jpg" alt="Power Shift BC 2013"/></a><a href="http://www.flickr.com/photos/thegreenpages/9614061674/in/pool-12471164@N00" title="Zero Waste Island"><img src="http://thegreenpages.ca/wp-content/cache/9614061674_be77409ac9_s.jpg" alt="Zero Waste Island"/></a><a href="http://www.flickr.com/photos/thegreenpages/9614061426/in/pool-12471164@N00" title="Zero Waste Island"><img src="http://thegreenpages.ca/wp-content/cache/9614061426_763e1fdf37_s.jpg" alt="Zero Waste Island"/></a><a href="http://www.flickr.com/photos/thegreenpages/9549521526/in/pool-12471164@N00" title="Northwest Wildlife Preservation Society photography contest"><img src="http://thegreenpages.ca/wp-content/cache/9549521526_9053af2f59_s.jpg" alt="Northwest Wildlife Preservation Society photography contest"/></a><a href="http://www.flickr.com/photos/thegreenpages/9490295817/in/pool-12471164@N00" title="Brands serve up sustainability"><img src="http://thegreenpages.ca/wp-content/cache/9490295817_2ed5c2a124_s.jpg" alt="Brands serve up sustainability"/></a><a href="http://www.flickr.com/photos/thegreenpages/9405446620/in/pool-12471164@N00" title="Metro Transit - Halifax"><img src="http://thegreenpages.ca/wp-content/cache/9405446620_dae6fc0af7_s.jpg" alt="Metro Transit - Halifax"/></a><a href="http://www.flickr.com/photos/thegreenpages/9378713805/in/pool-12471164@N00" title="Earth Educator's Bookshelf"><img src="http://thegreenpages.ca/wp-content/cache/9378713805_f5c118f6f6_s.jpg" alt="Earth Educator's Bookshelf"/></a><a href="http://www.flickr.com/photos/thegreenpages/9378711629/in/pool-12471164@N00" title="Earth Educator's Bookshelf"><img src="http://thegreenpages.ca/wp-content/cache/9378711629_b559c3128c_s.jpg" alt="Earth Educator's Bookshelf"/></a></div></div><div id="text-3" class="widget widget-5 widget_text"><div class="widget-wrap"><h3 class="widgettitle"><span>Share with us</span></h3>			<div class="textwidget"><div style="text-align:center;">
<a href="/share-your-stories/"><img src="/wp-content/uploads/2011/01/verty-writeforus-300x202.jpg" width="80%" /></a>
<p><a href="/share-your-stories/" class="widget-link">Send us your news and events, <a href="/share-your-stories/getting-social/" class="widget-link">get social with us</a>, or <a href="/share-your-stories/become-a-regular-contributor/">become a contributor</a> to be part of Canada's Environmental Social Network</p>
</div></div>
		</div></div><div id="banner300-widget-3" class="widget widget-6 banner300"><div class="widget-wrap"><h3 class="widgettitle"><span>Sponsored Ad</span></h3><div id="pf_15304" class="pf_ads"><script src="//load.passionfruitads.com/a/e269c064c2c5a0fce5da96392a678536acd31203.js"></script></div></div></div><div id="rss-4" class="widget widget-7 widget_rss"><div class="widget-wrap"><h3 class="widgettitle"><span><a class='rsswidget' href='http://www.alternativesjournal.ca/rss.xml' title='Syndicate this content'><img style='border:0' width='14' height='14' src='http://thegreenpages.ca/wp-includes/images/rss.png' alt='RSS' /></a> <a class='rsswidget' href='http://www.alternativesjournal.ca/' title='Alternatives Journal (A\J), Canada’s Environmental Voice, delivers the latest news and ideas about national and global environmental issues, offering both a vision of a more sustainable future and the tools needed to take us there.'>Alternatives Journal</a></span></h3><ul><li><a class='rsswidget' href='http://www.alternativesjournal.ca/community/blogs/aj-special-delivery/rent-carpet-save-world' title='This is part four of a series on the feasibility of environmentally-sustainable economic growth. Need to catch up? read more'>Rent a Carpet, Save the World</a></li><li><a class='rsswidget' href='http://www.alternativesjournal.ca/community/blogs/sustainable-aj/read-you-yank-out-dandelion' title='Dandelions are everywhere. It’s impossible not to notice the yellow blooming plants this time of year. They grow just about anywhere, including our lawns, where most people see them as the annoying weed that needs to be killed, whether by pesticides or the more environmentally-friendly (and safer) method of just digging them out. But have you ever considered'>Read This Before You Yank Out That Dandelion</a></li><li><a class='rsswidget' href='http://www.alternativesjournal.ca/community/blogs/made-canada/after-thrashing-making-skateboarding-sustainable' title='Caption:  Skateboards designed by students in the Oasis Skateboard Factory, which uses bamboo skateboards for a one-month cross-curricular unit to teach students about business and sustainability. I was a kid in the seventies when a serious drought in Southern California left swimming pools emptied, which created the ideal environment for skateboarding to ev'>After the Thrashing: Making Skateboarding Sustainable</a></li><li><a class='rsswidget' href='http://www.alternativesjournal.ca/community/blogs/green-student/environmental-legislation-killed-ontario-election' title='Caption:  Queen&#039;s Park, Ontario parliament building&quot;Time Flies&quot; by Paul Bica \ CC BY 2.0 So we keep waiting.  Ontario’s environmental community had reason for optimism when Kathleen Wynne assumed leadership of the Ontario Liberal Party in January 2013, knowing the new premier was more progressive than her predecessor Dalton McGuinty and perhap'>Environmental Legislation Killed by the Ontario Election</a></li><li><a class='rsswidget' href='http://www.alternativesjournal.ca/community/blogs/green-living/creating-non-toxic-nursery' title='Caption:  There are known toxins in most paints, flooring, furniture and bedding. Find out how to avoid them.Photo © Photographee.eu \ Fotolia.com As you prepare to welcome your newest family addition, it’s a lot of fun to make baby’s room as cute as they are bound to be. It’s a room in the house where you can really play, getting creative with colours, patt'>Creating a Non-Toxic Nursery</a></li></ul></div></div><div id="rss-3" class="widget widget-8 widget-last widget_rss"><div class="widget-wrap"><h3 class="widgettitle"><span><a class='rsswidget' href='http://feeds.feedburner.com/Greenbookreviews' title='Syndicate this content'><img style='border:0' width='14' height='14' src='http://thegreenpages.ca/wp-includes/images/rss.png' alt='RSS' /></a> <a class='rsswidget' href='http://greenbookreviews.ca/' title=''>Green Book Reviews</a></span></h3><ul><li><a class='rsswidget' href='http://feedproxy.google.com/~r/Greenbookreviews/~3/U-fQU6oLgWE/' title='&quot;If Herman Daly is the economist for sustainable development, Amory Lovins the physicist and Al Gore the politician, William Ophuls must be the philosopher. Ophuls’ first book on the subject, Ecology and the Politics of Scarcity (1997), placed him among the few scholars of the time (Rifkin and Daly in the United States; Leiss and Paehlke in Canada) who'>Plato’s Revenge: Politics in the Age of Ecology</a></li><li><a class='rsswidget' href='http://feedproxy.google.com/~r/Greenbookreviews/~3/dYuH4hrmOSM/' title='“Like the landscape it aims to preserve, the inherent power of This Soil, This Water comes from returning to and lingering- in its open spaces, nourishing colours and stoic wisdom. Environmental issues and controversies are certainly plentiful in 2012, but few books take aim with such subtle effectiveness, leaving room to reflect and revisit.&quot;Click thro'>This Soil, This Water</a></li><li><a class='rsswidget' href='http://feedproxy.google.com/~r/Greenbookreviews/~3/1a5LdtpeC7A/' title='&quot;Society has always had a weakness for seers and prophets, those who claim the ability to travel mentally to that murky destination called the future and bring back lessons for today. But the next frontier is, of course, an unknowable place. Regardless of how attractive or compelling a vision of the future might be, it is only with time that we can know'>The Third Industrial Revolution: How Lateral Power is Transforming Energy, the Economy, and the World</a></li><li><a class='rsswidget' href='http://feedproxy.google.com/~r/Greenbookreviews/~3/aKZVKtP9pUk/' title='“Unlike most academic books, Rethinking the Great White North stirred enough irritation to be attacked by a Globe and Mail columnist. Repeating an old saw, Margaret Wente previously wrote that what makes someone Canadian is having sex in a canoe. Maybe new immigrants should be taught to canoe, Wente said, so they could be more patriotic.Click through for our'>Rethinking the Great White North: Race, Nature and the Historical Geographies of Whiteness in Canada</a></li><li><a class='rsswidget' href='http://feedproxy.google.com/~r/Greenbookreviews/~3/ngui3CLSlJ0/' title='&quot;When reviewing a book, I mark it up mercilessly. I jot down notable points, create a list of possible quotes and scribble down potential themes that might shape my review. When my lists are long, jumbled and written in my fast, furious – and almost illegible – handwriting, it means that the book has either raised my hackles or inspired me. ”Click throu'>This Crazy Time: Living our Environmental Challenge</a></li></ul></div></div>				</div>
			

			
		</div>


			</div> <!-- End .page-border div -->

		</div> <!-- End #page div -->

		<div class="banner728-container bottom clearfix">
	<div class="banner728 left">
		<div id="pf_15075" class="pf_ads"><script src="//load.passionfruitads.com/a/953b3138b50301879072d9b5f9c37e5f9d9ee075.js"></script></div>	</div>
		
	<div class="banner220">
		<div id='pf_15337' class='pf_ads'><script type='text/javascript' src='http://load.passionfruitads.com/a/56ce10ce4873e72bbd887cf7f2213dfaa6336bb3.js'></script></div>	</div>
	</div>

	</div> <!-- End #wrap div -->

		<div id="footer-widgets" class="maincontent">
		<div class="limit clearfix">
			<div class="footer-widget1">
				<div id="blog_subscription-2" class="widget widget-1 widget-first jetpack_subscription_widget"><div class="widget-wrap"><h3 class="widgettitle"><span><label for="subscribe-field">Email updates</label></span></h3>
		<form action="" method="post" accept-charset="utf-8" id="subscribe-blog-blog_subscription-2">
			<p id="subscribe-text">Enter your email address to subscribe to this blog and receive notifications of new posts by email.</p>
			<p id="subscribe-email"><input type="text" name="email" value="Email Address" id="subscribe-field" onclick="if ( this.value == 'Email Address' ) { this.value = ''; }" onblur="if ( this.value == '' ) { this.value = 'Email Address'; }" /></p>

			<p id="subscribe-submit">
				<input type="hidden" name="action" value="subscribe" />
				<input type="hidden" name="source" value="http://thegreenpages.ca/" />
				<input type="hidden" name="sub-type" value="widget" />
				<input type="hidden" name="redirect_fragment" value="blog_subscription-2" />
								<input type="submit" value="Subscribe" name="jetpack_subscriptions_widget" />
			</p>
		</form>

		
</div></div>			</div>
			<div class="footer-widget2">
				<div id="catposts-widget-16" class="widget widget-1 widget-first catposts"><div class="widget-wrap"><h3 class="widgettitle"><span><a href="http://thegreenpages.ca/ca/category/science-matters/">Science Matters</a></span></h3><div class='cat-posts-widget textwidget'>
				<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/04/10/will-we-ever-learn-to-celebrate-earth-month/" rel="bookmark" title="Permanent Link to David Suzuki: Will we ever learn to celebrate Earth Month?">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/04/earth-150x150.jpg" alt="David Suzuki: Will we ever learn to celebrate Earth Month?" title="David Suzuki: Will we ever learn to celebrate Earth Month?" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/04/10/will-we-ever-learn-to-celebrate-earth-month/" rel="bookmark" title="Permanent Link to David Suzuki: Will we ever learn to celebrate Earth Month?">David Suzuki: Will we ever learn to celebrate Earth Month?</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/04/10/will-we-ever-learn-to-celebrate-earth-month/" rel="nofollow" title="Permanent Link to David Suzuki: Will we ever learn to celebrate Earth Month?">April 10, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/around-the-web/" title="View all posts in Around the Web" rel="category tag">Around the Web</a>, <a href="http://thegreenpages.ca/ca/category/science-matters/" title="View all posts in Science Matters" rel="category tag">Science Matters</a>			</li>
		
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/03/27/citizen-scientists-can-help-monarch-butterflies-2/" rel="bookmark" title="Permanent Link to David Suzuki: Citizen scientists can help monarch butterflies">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/03/GotMilkweedFB3-thumb-480xauto-5080-150x150.jpg" alt="David Suzuki: Citizen scientists can help monarch butterflies" title="David Suzuki: Citizen scientists can help monarch butterflies" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/03/27/citizen-scientists-can-help-monarch-butterflies-2/" rel="bookmark" title="Permanent Link to David Suzuki: Citizen scientists can help monarch butterflies">David Suzuki: Citizen scientists can help monarch butterflies</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/03/27/citizen-scientists-can-help-monarch-butterflies-2/" rel="nofollow" title="Permanent Link to David Suzuki: Citizen scientists can help monarch butterflies">March 27, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/around-the-web/" title="View all posts in Around the Web" rel="category tag">Around the Web</a>, <a href="http://thegreenpages.ca/ca/category/education-and-learning/" title="View all posts in Education &amp; Learning" rel="category tag">Education &amp; Learning</a>, <a href="http://thegreenpages.ca/ca/category/food-and-health/" title="View all posts in Food &amp; Health" rel="category tag">Food &amp; Health</a>, <a href="http://thegreenpages.ca/ca/category/nature-and-wildlife-conservation/" title="View all posts in Nature &amp; Wildlife Conservation" rel="category tag">Nature &amp; Wildlife Conservation</a>, <a href="http://thegreenpages.ca/ca/category/science-matters/" title="View all posts in Science Matters" rel="category tag">Science Matters</a>			</li>
		
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
						<div class="post">
					<div class="entry clearfix">
						<a href="http://thegreenpages.ca/ca/2014/03/20/david-suzuki-we-cant-just-geoengineer-our-way-out-of-climate-change/" rel="bookmark" title="Permanent Link to David Suzuki: We can&#8217;t just geoengineer our way out of climate change">		<img class="thumbnail" src="http://thegreenpages.ca/wp-content/uploads/2014/03/sky-150x150.jpg" alt="David Suzuki: We can&#8217;t just geoengineer our way out of climate change" title="David Suzuki: We can&#8217;t just geoengineer our way out of climate change" />
	</a>
						<p class="post-title"><a href="http://thegreenpages.ca/ca/2014/03/20/david-suzuki-we-cant-just-geoengineer-our-way-out-of-climate-change/" rel="bookmark" title="Permanent Link to David Suzuki: We can&#8217;t just geoengineer our way out of climate change">David Suzuki: We can&#8217;t just geoengineer our way out of climate change</a></p>
						<div class="meta">

	<ul>
		<li class="meta-author">
			Shared on: 
		</li>

		<li class="meta-date">
			<a href="http://thegreenpages.ca/ca/2014/03/20/david-suzuki-we-cant-just-geoengineer-our-way-out-of-climate-change/" rel="nofollow" title="Permanent Link to David Suzuki: We can&#8217;t just geoengineer our way out of climate change">March 20, 2014</a>
		</li>

					<li class="meta-cats">
				<a href="http://thegreenpages.ca/ca/category/air-and-climate/" title="View all posts in Air and Climate" rel="category tag">Air and Climate</a>, <a href="http://thegreenpages.ca/ca/category/around-the-web/" title="View all posts in Around the Web" rel="category tag">Around the Web</a>, <a href="http://thegreenpages.ca/ca/category/design-technology/" title="View all posts in Design &amp; Technology" rel="category tag">Design &amp; Technology</a>, <a href="http://thegreenpages.ca/ca/category/science-matters/" title="View all posts in Science Matters" rel="category tag">Science Matters</a>			</li>
		
		 

	</ul>

</div>
					<!-- php the_excerpt was here -->
					</div>
					<div style="clear:both;"></div>
				</div>
		</div>
</div></div><div id="socialicons-widget-2" class="widget widget-2 widget-last socialicons"><div class="widget-wrap"><h3 class="widgettitle"><span>Connect</span></h3><div class="textwidget"><p>Connect with us on the following social media platforms.</p>
		<div class="sub-icons">

	<ul class="clearfix">

		<li><a class="subicon rss" title="Subscribe via RSS Feed" href="http://thegreenpages.ca/feed/">RSS Feed</a></li>

		<li><a class="subicon facebook" title="Connect on Facebook" rel="external" href="http://www.facebook.com/thegreenpagescanada">Facebook</a></li>

		<li><a class="subicon twitter" rel="external" title="Follow Me on Twitter" href="http://www.twitter.com/thegreenpages">Twitter</a></li>


		<li><a class="subicon pinterest" title="Connect on Pinterest" rel="external" href="http://www.pinterest.com/thegreenpages">Pinterest</a></li>

		<li><a class="subicon gplus" title="Connect on Google Plus" rel="external" href="https://plus.google.com/112305806433731734948?rel=author">Google</a></li>


		<li><a class="subicon flickr" title="Join Our Flickr Group" rel="external" href="http://www.flickr.com/groups/thegreenpages">Flickr</a></li>



		<li><a class="subicon linkedin" title="Join Our LinkedIn Group" rel="external" href="http://www.linkedin.com/groups/thegreenpagesca-Canadas-Environmental-Professionals-Network-2076042?gid=2076042">LinkedIn</a></li>

		<li><a class="subicon youtube" title="Connect on YouTube" rel="external" href="http://www.youtube.com/user/thegreenpages">Youtube</a></li>

	</ul>

</div>
		</div>
		</div></div>			</div>
			<div class="footer-widget3">
				<div id="text-8" class="widget widget-1 widget-first widget_text"><div class="widget-wrap"><h3 class="widgettitle"><span>Our Projects</span></h3>			<div class="textwidget"><ul>
<li><a href="http://thegreensearch.ca" target="_blank">thegreensearch.ca</a></li>
<li><a href="http://thegreenjournal.ca" target="_blank">thegreenjournal.ca</a></li>
<li><a href="http://greenbookreviews.ca" target="_blank">greenbookreviews.ca</a></li>
<li><a href="http://thegreenstudent.ca" target="_blank">thegreenstudent.ca</a></li>
</ul></div>
		</div></div>			</div>
			<div class="footer-widget4">
				<div id="text-6" class="widget widget-1 widget-first widget_text"><div class="widget-wrap"><h3 class="widgettitle"><span>Contributor Login</span></h3>			<div class="textwidget"><ul>
<li><a href="http://thegreenpages.ca/wp-login.php">Login</a></li>
</ul></div>
		</div></div><div id="text-15" class="widget widget-2 widget-last widget_text"><div class="widget-wrap"><h3 class="widgettitle"><span>We&#8217;re secure</span></h3>			<div class="textwidget"><a href="#" onclick="window.open('https://www.sitelock.com/verify.php?site=www.thegreenpages.ca','SiteLock','width=600,height=600,left=160,top=170');" ><img alt="website security" title="SiteLock"  src="//shield.sitelock.com/shield/www.thegreenpages.ca"/></a></div>
		</div></div>			</div>
		</div>
	</div> <!-- End #footer-widgets div -->
	
	<div id="footer" class="clearfix">
		<div class="limit">
							<div id="footnav">
					<ul class="clearfix">
						<li id="menu-item-17125" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17125"><a href="/about/">About us</a></li>
<li id="menu-item-17126" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17126"><a href="/about/our-contributors/">Our contributors</a></li>
<li id="menu-item-17127" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17127"><a href="/about/make-a-donation/">Support our work</a></li>
<li id="menu-item-17128" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17128"><a href="/share-your-stories/for-the-media/">For the media</a></li>
<li id="menu-item-17129" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17129"><a href="/about/advertising/">Advertising &#038; sponsorships</a></li>
					</ul>
				</div>
						&copy;  2014 thegreenpages.ca. 		</div>
	</div> <!-- End #footer div -->

	<div id="backtotop">Top</div>



</div> <!-- End #outerwrap div -->

	<div style="display:none">
	</div>

	<!-- jQuery for User-Controlled Layout Switch -->
	<script type="text/javascript">
		jQuery(document).ready(function() {
			jQuery("#onecol").click(function() {
				jQuery("#post-grid").removeClass("twocol");
				jQuery("#post-grid").removeClass("threecol");
				jQuery("#onecol").addClass("active");
				jQuery("#threecol").removeClass("active");
				jQuery("#twocol").removeClass("active");
				return false;
			});
			jQuery("#twocol").click(function() {
				jQuery("#post-grid").addClass("twocol");
				jQuery("#post-grid").removeClass("threecol");
				jQuery("#twocol").addClass("active");
				jQuery("#onecol").removeClass("active");
				jQuery("#threecol").removeClass("active");
				return false;
			});
			jQuery("#threecol").click(function() {
				jQuery("#post-grid").addClass("threecol");
				jQuery("#post-grid").removeClass("twocol");
				jQuery("#threecol").addClass("active");
				jQuery("#onecol").removeClass("active");
				jQuery("#twocol").removeClass("active");
				return false;
			});

		});
	</script>


	<!-- MobileMenu JS -->
	<script type="text/javascript">
		jQuery(function () {
			jQuery('.nav').mobileMenu({ defaultText: 'Navigate to ...' });
			jQuery('.catnav').mobileMenu({ defaultText: 'Navigate to ...', className: 'select-menu-catnav' });
			jQuery('.fixednav').mobileMenu({ defaultText: 'Navigate to ...', className: 'select-menu-fixednav' });
		});
	</script>

	<!-- Media Queries Script for IE8 and Older -->
	<!--[if lt IE 9]>
		<script type="text/javascript" src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
	<![endif]-->

<script type='text/javascript' src='//platform.twitter.com/widgets.js?ver=3.9'></script>
<script type='text/javascript' src='http://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201421'></script>
<script type='text/javascript' src='http://s.gravatar.com/js/gprofiles.js?ver=2014Mayaa'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var WPGroHo = {"my_hash":""};
/* ]]> */
</script>
<script type='text/javascript' src='http://thegreenpages.ca/wp-content/plugins/jetpack/modules/wpgroho.js?ver=3.9'></script>
<script type='text/javascript' src='http://thegreenpages.ca/wp-content/themes/wp-enlightened101/js/froogaloop.js?ver=3.9'></script>
<script type='text/javascript' src='http://thegreenpages.ca/wp-content/themes/wp-enlightened101/js/flexslider-min.js?ver=3.9'></script>
<script type='text/javascript' src='http://thegreenpages.ca/wp-content/themes/wp-enlightened101/js/flex-script-main.js?ver=3.9'></script>
<script type='text/javascript' src='http://thegreenpages.ca/wp-content/themes/wp-enlightened101/js/framework.js?ver=3.9'></script>
<script type='text/javascript' src='http://thegreenpages.ca/wp-content/themes/wp-enlightened101/js/external.js?ver=3.9'></script>
<script type='text/javascript' src='http://thegreenpages.ca/wp-content/themes/wp-enlightened101/js/suckerfish.js?ver=3.9'></script>
<script type='text/javascript' src='http://thegreenpages.ca/wp-content/themes/wp-enlightened101/js/suckerfish-cat.js?ver=3.9'></script>
<script type='text/javascript' src='http://thegreenpages.ca/wp-content/themes/wp-enlightened101/js/jquery.mobilemenu.js?ver=3.9'></script>
<script type='text/javascript' src='http://thegreenpages.ca/wp-includes/js/comment-reply.min.js?ver=3.9'></script>

	<script src="http://stats.wordpress.com/e-201421.js" type="text/javascript"></script>
	<script type="text/javascript">
	st_go({v:'ext',j:'1:2.9.3',blog:'35975193',post:'21251',tz:'0'});
	var load_cmc = function(){linktracker_init(35975193,21251,2);};
	if ( typeof addLoadEvent != 'undefined' ) addLoadEvent(load_cmc);
	else load_cmc();
	</script><script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-1670352-1', 'thegreenpages.ca');
  ga('require', 'displayfeatures');
  ga('send', 'pageview');

</script>

</body>

</html>
<!-- Dynamic page generated in 1.070 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2014-05-20 20:16:52 -->

<!-- super cache -->