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

<channel>
	<title>Desert2Surf</title>
	<atom:link href="http://desert2surf.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://desert2surf.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 03 May 2012 07:10:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>February 2012 – Woorrangalook, Victorian Koori Surfing Titles</title>
		<link>http://desert2surf.org/trips/february-2012-woorrangalook-victorian-koori-surfing-titles/</link>
		<comments>http://desert2surf.org/trips/february-2012-woorrangalook-victorian-koori-surfing-titles/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 09:22:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Trips]]></category>

		<guid isPermaLink="false">http://desert2surf.org/?p=1073</guid>
		<description><![CDATA[On Saturday 11 February 2012 Desert2Surf was represented in Woorrangalook (the Victorian Koori Surfing Titles) at Point Roadknight on Victoria’s West Coast, by eleven year old Kahn Parker. Kahn, a Melbourne resident, experienced his first surf at Woorrangalook and with help from D2S mobster Sunny, did Desert2Surf proud by riding lots of waves and showing [...]]]></description>
			<content:encoded><![CDATA[<p>On Saturday 11 February 2012 Desert2Surf was represented in Woorrangalook (the Victorian Koori Surfing Titles) at Point Roadknight on Victoria’s West Coast, by eleven year old Kahn Parker. Kahn, a Melbourne resident, experienced his first surf at Woorrangalook and with help from D2S mobster Sunny, did Desert2Surf proud by riding lots of waves and showing himself to be a natural on the plank! Check out these photos of Kahn’s form.</p>
	<ul id="slideshow" style="display:none;">
									<li>
					<h3>OLYMPUS DIGITAL CAMERA</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/04/pic82.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/04/pic82.jpg" title="OLYMPUS DIGITAL CAMERA"></a>
									</li>
							<li>
					<h3>pic72</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/04/pic72.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/04/pic72.jpg" title="pic72"></a>
									</li>
							<li>
					<h3>pic62</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/04/pic62.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/04/pic62.jpg" title="pic62"></a>
									</li>
							<li>
					<h3>pic52</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/04/pic52.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/04/pic52.jpg" title="pic52"></a>
									</li>
							<li>
					<h3>pic42</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/04/pic42.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/04/pic42.jpg" title="pic42"></a>
									</li>
							<li>
					<h3>pic32</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/04/pic32.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/04/pic32.jpg" title="pic32"></a>
									</li>
							<li>
					<h3>pic22</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/04/pic22.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/04/pic22.jpg" title="pic22"></a>
									</li>
							<li>
					<h3>pic12</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/04/pic12.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/04/pic12.jpg" title="pic12"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://desert2surf.org/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 10;
			slideshow.imgSpeed = 5;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

]]></content:encoded>
			<wfw:commentRss>http://desert2surf.org/trips/february-2012-woorrangalook-victorian-koori-surfing-titles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>February 2012 – Point Roadknight</title>
		<link>http://desert2surf.org/uncategorized/february-2012-point-roadknight-2/</link>
		<comments>http://desert2surf.org/uncategorized/february-2012-point-roadknight-2/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 03:54:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Trips]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://desert2surf.org/?p=1066</guid>
		<description><![CDATA[On Saturday 25 February 2012 Desert2Surf had an awesome surf at Point Roadknight, on Victoria’s West Coast, with three Arnhem Land teenagers – Yirrmel, Raven and Dion. The teenagers are currently living and attending school in Geelong supported by the Marrma’ Rom Foundation. D2S instructors Sunny, Ben and Robbo were richly rewarded as the teenagers [...]]]></description>
			<content:encoded><![CDATA[<p>On Saturday 25 February 2012 Desert2Surf had an awesome surf at Point Roadknight, on Victoria’s West Coast, with three Arnhem Land teenagers – Yirrmel, Raven and Dion. The teenagers are currently living and attending school in Geelong supported by the <a href="http://www.facebook.com/pages/Marrma-Rom-Foundation/198506100190499">Marrma’ Rom Foundation</a>. D2S instructors Sunny, Ben and Robbo were richly rewarded as the teenagers mastered the waves and clearly loved the experience. Check out some photos from this trip here:</p>
	<ul id="slideshow" style="display:none;">
									<li>
					<h3>pic7</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/04/pic7.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/04/pic7.jpg" title="pic7"></a>
									</li>
							<li>
					<h3>pic6</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/04/pic6.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/04/pic6.jpg" title="pic6"></a>
									</li>
							<li>
					<h3>pic5</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/04/pic5.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/04/pic5.jpg" title="pic5"></a>
									</li>
							<li>
					<h3>pic4</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/04/pic4.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/04/pic4.jpg" title="pic4"></a>
									</li>
							<li>
					<h3>pic3</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/04/pic3.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/04/pic3.jpg" title="pic3"></a>
									</li>
							<li>
					<h3>pic2</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/04/pic2.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/04/pic2.jpg" title="pic2"></a>
									</li>
							<li>
					<h3>pic1</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/04/pic1.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/04/pic1.jpg" title="pic1"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://desert2surf.org/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 10;
			slideshow.imgSpeed = 5;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

]]></content:encoded>
			<wfw:commentRss>http://desert2surf.org/uncategorized/february-2012-point-roadknight-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Family Portrait Project</title>
		<link>http://desert2surf.org/events/family-portrait-project/</link>
		<comments>http://desert2surf.org/events/family-portrait-project/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 12:29:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://desert2surf.org/?p=1005</guid>
		<description><![CDATA[In July 2011 Desert2Surf for the first time visited the remote indigenous community of Beswick. Beswick lies 110kms south-east of Katherine on the Central Arnhem Highway, in the Northern Territory, Australia. The aim of the visit was for Desert2Surf to further explore the concept of family and belonging in a remote indigenous community. Joseph, Michael, [...]]]></description>
			<content:encoded><![CDATA[<p>In July 2011 Desert2Surf for the first time visited the remote indigenous community of Beswick. Beswick lies 110kms south-east of Katherine on the Central Arnhem Highway, in the Northern Territory, Australia.</p>
<p>The aim of the visit was for Desert2Surf to further explore the concept of family and belonging in a remote indigenous community.</p>
<p>Joseph, Michael, Peter, Justin, Brentley and Adam were invited to involve their families in a family portrait photographic event. They were all asked to describe, in words, what family means to them.</p>
<p>The following selection of photographs is the result of this touching and enriching project.</p>
<p>Desert2Surf would like to thank:</p>
<p>-Optus for the &#8216;Connecting Communities Grant&#8217;</p>
<p>-the beautiful, welcoming people of the Beswick Community</p>
<p>-the Roper Gulf Shire Youth Service Team for it&#8217;s logistical support</p>
	<ul id="slideshow" style="display:none;">
									<li>
					<h3>IMAG4668</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/01/IMAG4668.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/01/IMAG4668.jpg" title="IMAG4668"></a>
									</li>
							<li>
					<h3>IMAG4720</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/01/IMAG4720.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/01/IMAG4720.jpg" title="IMAG4720"></a>
									</li>
							<li>
					<h3>IMAG4710</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/01/IMAG4710-e1327493825627.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/01/IMAG4710.jpg" title="IMAG4710"></a>
									</li>
							<li>
					<h3>IMAG4704</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/01/IMAG4704.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/01/IMAG4704.jpg" title="IMAG4704"></a>
									</li>
							<li>
					<h3>IMAG4688</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/01/IMAG4688.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/01/IMAG4688.jpg" title="IMAG4688"></a>
									</li>
							<li>
					<h3>IMAG4676</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/01/IMAG4676.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/01/IMAG4676.jpg" title="IMAG4676"></a>
									</li>
							<li>
					<h3>IMAG4629</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/01/IMAG4629.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/01/IMAG4629.jpg" title="IMAG4629"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://desert2surf.org/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 10;
			slideshow.imgSpeed = 5;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

]]></content:encoded>
			<wfw:commentRss>http://desert2surf.org/events/family-portrait-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>July 2011 &#8211; Stand and Lead Project Beswick Falls</title>
		<link>http://desert2surf.org/trips/july-2011-stand-and-lead-project-beswick-falls/</link>
		<comments>http://desert2surf.org/trips/july-2011-stand-and-lead-project-beswick-falls/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 11:48:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Trips]]></category>

		<guid isPermaLink="false">http://desert2surf.org/?p=987</guid>
		<description><![CDATA[In July 2011 Desert2Surf, in partnership with the Roper Gulf Shire, conducted the Stand and Lead Project in the remote indigenous community of Beswick. Beswick lies 110kms south-east of Katherine on the Central Arnhem Highway, in the Northern Territory, Australia. The project aimed to skill up Indigenous Youth Leaders from Beswick in the art of [...]]]></description>
			<content:encoded><![CDATA[<p>In July 2011 Desert2Surf, in partnership with the Roper Gulf Shire, conducted the Stand and Lead Project in the remote indigenous community of Beswick. Beswick lies 110kms south-east of Katherine on the Central Arnhem Highway, in the Northern Territory, Australia.</p>
<p>The project aimed to skill up Indigenous Youth Leaders from Beswick in the art of stand-up paddling. Stand-up paddling is the perfect inland alternative to surfing and provides fantastic skill transfer to riding ocean waves on a surfboard. The Youth Leaders involved in Stand and Lead took to stand-up paddling flawlessly and on the second day of the project were able to demonstrate their leadership abilities by passing on the skill to younger members of Beswick. The Youth Leaders are now set to travel south in 2012 on a cultural exchange trip with Desert2Surf on Victoria&#8217;s West Coast.</p>
<p>Our sincere thanks go to the Roper Gulf Shire for its awesome partnering, the people of Beswick for their warmth and Global Vision International for its financial support of this project.</p>
	<ul id="slideshow" style="display:none;">
									<li>
					<h3>OLYMPUS DIGITAL CAMERA</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/01/P1010030-e1327491602277.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/01/P1010030.jpg" title="OLYMPUS DIGITAL CAMERA"></a>
									</li>
							<li>
					<h3>OLYMPUS DIGITAL CAMERA</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/01/P1010021.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/01/P1010021.jpg" title="OLYMPUS DIGITAL CAMERA"></a>
									</li>
							<li>
					<h3>IMAG4586</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/01/IMAG4586.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/01/IMAG4586.jpg" title="IMAG4586"></a>
									</li>
							<li>
					<h3>IMAG4545</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/01/IMAG4545.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/01/IMAG4545.jpg" title="IMAG4545"></a>
									</li>
							<li>
					<h3>IMAG4476</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/01/IMAG4476.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/01/IMAG4476.jpg" title="IMAG4476"></a>
									</li>
							<li>
					<h3>IMAG4463</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/01/IMAG4463.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/01/IMAG4463.jpg" title="IMAG4463"></a>
									</li>
							<li>
					<h3>IMAG4450</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/01/IMAG4450.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/01/IMAG4450.jpg" title="IMAG4450"></a>
									</li>
							<li>
					<h3>IMAG4424</h3>
										<span>http://desert2surf.org/wp-content/uploads/2012/01/IMAG4424.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2012/01/IMAG4424.jpg" title="IMAG4424"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://desert2surf.org/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 10;
			slideshow.imgSpeed = 5;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

]]></content:encoded>
			<wfw:commentRss>http://desert2surf.org/trips/july-2011-stand-and-lead-project-beswick-falls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>February 2011 &#8211; Woorrangalook, Victorian Koori Surfing Titles</title>
		<link>http://desert2surf.org/trips/february-2011-woorrangalook-victorian-koori-surfing-titles/</link>
		<comments>http://desert2surf.org/trips/february-2011-woorrangalook-victorian-koori-surfing-titles/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 12:48:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Trips]]></category>

		<guid isPermaLink="false">http://desert2surf.org/?p=921</guid>
		<description><![CDATA[On Saturday 12 February 2011 Desert2Surf, supported by the NT&#8217;s Roper Gulf Shire, was represented in Woorrangalook (the Victorian Koori Surfing Titles) at Urquats Bluff on Victoria&#8217;s West Coast. Sixteen year old Peter Farrell, from the remote indigenous community of Beswick, represented D2S in the under 18 section of the competition. Peter was selected as [...]]]></description>
			<content:encoded><![CDATA[<p>On Saturday 12 February 2011 Desert2Surf, supported by the NT&#8217;s Roper Gulf Shire, was represented in Woorrangalook (the Victorian Koori Surfing Titles) at Urquats Bluff on Victoria&#8217;s West Coast. Sixteen year old Peter Farrell, from the remote indigenous community of Beswick, represented D2S in the under 18 section of the competition.</p>
<p>Peter was selected as a worthy candidate for the Titles from the Roper Gulf Shire&#8217;s diversionary youth program in Katherine. Peter won the visitor&#8217;s category of the Titles with three great rides!</p>
<p><a href="http://www.youtube.com/watch?v=npn2KJS96CA">Click here to see live footage of Peter at the Titles</a>.</p>
	<ul id="slideshow" style="display:none;">
									<li>
					<h3>13. P1000463 resized</h3>
										<span>http://desert2surf.org/wp-content/uploads/2011/04/13.-P1000463-resized.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2011/04/13.-P1000463-resized.jpg" title="13. P1000463 resized"></a>
									</li>
							<li>
					<h3>11. IMAG3123 resized</h3>
										<span>http://desert2surf.org/wp-content/uploads/2011/04/11.-IMAG3123-resized.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2011/04/11.-IMAG3123-resized.jpg" title="11. IMAG3123 resized"></a>
									</li>
							<li>
					<h3>10. IMAG3308 resized</h3>
										<span>http://desert2surf.org/wp-content/uploads/2011/04/10.-IMAG3308-resized.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2011/04/10.-IMAG3308-resized.jpg" title="10. IMAG3308 resized"></a>
									</li>
							<li>
					<h3>9. IMGP4540 resized</h3>
										<span>http://desert2surf.org/wp-content/uploads/2011/04/9.-IMGP4540-resized.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2011/04/9.-IMGP4540-resized.jpg" title="9. IMGP4540 resized"></a>
									</li>
							<li>
					<h3>8. IMAG3294 resized</h3>
										<span>http://desert2surf.org/wp-content/uploads/2011/04/8.-IMAG3294-resized.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2011/04/8.-IMAG3294-resized.jpg" title="8. IMAG3294 resized"></a>
									</li>
							<li>
					<h3>OLYMPUS DIGITAL CAMERA</h3>
										<span>http://desert2surf.org/wp-content/uploads/2011/04/7.-P1010159.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2011/04/7.-P1010159.jpg" title="OLYMPUS DIGITAL CAMERA"></a>
									</li>
							<li>
					<h3>OLYMPUS DIGITAL CAMERA</h3>
										<span>http://desert2surf.org/wp-content/uploads/2011/04/6.-P1010155.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2011/04/6.-P1010155.jpg" title="OLYMPUS DIGITAL CAMERA"></a>
									</li>
							<li>
					<h3>5. IMAG3098a resized</h3>
										<span>http://desert2surf.org/wp-content/uploads/2011/04/5.-IMAG3098a-resized.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2011/04/5.-IMAG3098a-resized.jpg" title="5. IMAG3098a resized"></a>
									</li>
							<li>
					<h3>4. DSCF0322 resized</h3>
										<span>http://desert2surf.org/wp-content/uploads/2011/04/4.-DSCF0322-resized.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2011/04/4.-DSCF0322-resized.jpg" title="4. DSCF0322 resized"></a>
									</li>
							<li>
					<h3>3. IMGP4513 resized</h3>
										<span>http://desert2surf.org/wp-content/uploads/2011/04/3.-IMGP4513-resized.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2011/04/3.-IMGP4513-resized.jpg" title="3. IMGP4513 resized"></a>
									</li>
							<li>
					<h3>2. IMGP4511 resized</h3>
										<span>http://desert2surf.org/wp-content/uploads/2011/04/2.-IMGP4511-resized.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2011/04/2.-IMGP4511-resized.jpg" title="2. IMGP4511 resized"></a>
									</li>
							<li>
					<h3>1. DSCF0284 resized</h3>
										<span>http://desert2surf.org/wp-content/uploads/2011/04/1.-DSCF0284-resized.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2011/04/1.-DSCF0284-resized.jpg" title="1. DSCF0284 resized"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://desert2surf.org/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 10;
			slideshow.imgSpeed = 5;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

]]></content:encoded>
			<wfw:commentRss>http://desert2surf.org/trips/february-2011-woorrangalook-victorian-koori-surfing-titles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>September 2010 &#8211; Stand Up Paddling Edith Falls</title>
		<link>http://desert2surf.org/trips/surfing-deadly-desert-dreams-2010-2011-2/</link>
		<comments>http://desert2surf.org/trips/surfing-deadly-desert-dreams-2010-2011-2/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 01:10:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Trips]]></category>

		<guid isPermaLink="false">http://desert2surf.org/?p=819</guid>
		<description><![CDATA[In September 2010 Desert2Surf headed to the Northern Territory to implement Surfing Deadly Desert Dreams. Part one of this project saw indigenous kids from remote communities in the Roper Gulf Shire, including Minyerri and Borooloola, paint surfboards (donated by Global Surf Industries) and try stand up paddle boarding for the first time at the beautiful [...]]]></description>
			<content:encoded><![CDATA[<p>In September 2010 Desert2Surf headed to the Northern Territory to implement <em>Surfing Deadly Desert Dreams</em>. Part one of this project saw indigenous kids from remote  communities in the Roper Gulf Shire, including Minyerri and Borooloola,  paint surfboards (donated by Global Surf Industries) and try stand up  paddle boarding for the first time at the beautiful Edith Falls  waterhole.</p>
<p>Renowned, local indigenous artist Wesley Willika conceived the  different &#8216;water&#8217; designs for each of the donated surfboards and then,  with boundless generosity, humour and grace, involved the indigenous  kids in the unfolding magic of painting. The Roper Gulf Shire  facilitated the kids&#8217; stand up paddle boarding and subsequently has  begun drafting a partnership agreement with Desert2Surf to support  remote and disadvantaged indigenous youth to stand up paddle around  Katherine as part of their diversionary youth program. Stand up paddling  is a great surfing alternative on those calm, croc-free inland waters!</p>
<p>Part two of the <em>Surfing Deadly Desert Dreams</em> project involves  Victorian indigenous kids getting involved in the surfboard painting  project and surfing with the Desert2Surf crew on Victoria&#8217;s West Coast.</p>
	<ul id="slideshow" style="display:none;">
									<li>
					<h3>IMGP0899</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/IMGP0899.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/IMGP0899.jpg" title="IMGP0899"></a>
									</li>
							<li>
					<h3>IMGP0856</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/IMGP0856.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/IMGP0856.jpg" title="IMGP0856"></a>
									</li>
							<li>
					<h3>IMGP0843</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/IMGP0843.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/IMGP0843.jpg" title="IMGP0843"></a>
									</li>
							<li>
					<h3>IMGP0729</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/IMGP0729.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/IMGP0729.jpg" title="IMGP0729"></a>
									</li>
							<li>
					<h3>IMGP0724</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/IMGP0724.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/IMGP0724.jpg" title="IMGP0724"></a>
									</li>
							<li>
					<h3>IMGP0696</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/IMGP0696.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/IMGP0696.jpg" title="IMGP0696"></a>
									</li>
							<li>
					<h3>IMGP0682</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/IMGP0682.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/IMGP0682.jpg" title="IMGP0682"></a>
									</li>
							<li>
					<h3>DSC_0055_2</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/1126.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/1126.jpg" title="DSC_0055_2"></a>
									</li>
							<li>
					<h3>DSC_0791</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/1072.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/1072.jpg" title="DSC_0791"></a>
									</li>
							<li>
					<h3>DSC_0782</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/1071.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/1071.jpg" title="DSC_0782"></a>
									</li>
							<li>
					<h3>DSC_0463</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/1054.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/1054.jpg" title="DSC_0463"></a>
									</li>
							<li>
					<h3>DSC_0448</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/1052.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/1052.jpg" title="DSC_0448"></a>
									</li>
							<li>
					<h3>DSC_0139</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/1026.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/1026.jpg" title="DSC_0139"></a>
									</li>
							<li>
					<h3>DSC_0130</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/1025.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/1025.jpg" title="DSC_0130"></a>
									</li>
							<li>
					<h3>1020</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/1020.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/1020.jpg" title="1020"></a>
									</li>
							<li>
					<h3>kyra painting</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/kyra-painting.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/kyra-painting.jpg" title="kyra painting"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://desert2surf.org/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 10;
			slideshow.imgSpeed = 5;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

]]></content:encoded>
			<wfw:commentRss>http://desert2surf.org/trips/surfing-deadly-desert-dreams-2010-2011-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Surfing Deadly Desert Dreams 2010-2011 Auction/Fundraiser</title>
		<link>http://desert2surf.org/events/surfing-deadly-desert-dreams-2010-2011/</link>
		<comments>http://desert2surf.org/events/surfing-deadly-desert-dreams-2010-2011/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 05:28:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://desert2surf.org/?p=749</guid>
		<description><![CDATA[Surfboards &#8211; display only &#8211; painted with stunning, original indigenous designs from the Surfing Deadly Desert Dreams project were auctioned in 2011. For details on surfboards still available for purchase contact d2s@desert2surf.org. &#160;]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Surfboards &#8211; display only &#8211; painted with stunning, original indigenous designs from the <em>Surfing Deadly Desert Dreams</em> project were auctioned in 2011.</p>
<p style="text-align: left;">For details on surfboards still available for purchase contact <a href="mailto:d2s@desert2surf.org">d2s@desert2surf.org</a>.</p>
<table style="text-align: left; width: 1015px; height: 250px;" border="0">
<tbody>
<tr>
<td align="left" valign="top">
<p><div id="attachment_945" class="wp-caption alignnone" style="width: 310px"><a href="http://desert2surf.org/wp-content/uploads/2011/04/IMGP0710-resized.jpg"><img class="alignleft" style="white-space: nowrap;" title="IMGP0710 resized" src="http://desert2surf.org/wp-content/uploads/2011/04/IMGP0710-resized-300x199.jpg" alt="" width="300" height="199" /></a><p class="wp-caption-text">Desert2Surf mob prepare one of the surfboards for Wesley to paint</p></div></td>
<td align="left" valign="top">
<p><div id="attachment_944" class="wp-caption alignleft" style="width: 310px"><a href="http://desert2surf.org/wp-content/uploads/2011/04/IMGP0696-resized.jpg"><img class="size-medium wp-image-944" title="IMGP0696 resized" src="http://desert2surf.org/wp-content/uploads/2011/04/IMGP0696-resized-300x199.jpg" alt="" width="300" height="199" /></a><p class="wp-caption-text">Wesley paints with the traditional reed</p></div></td>
<td align="left" valign="top">
<div id="attachment_778" class="wp-caption alignleft" style="width: 310px"><a href="http://desert2surf.org/wp-content/uploads/2010/08/painting-board.jpg"><img class="size-medium wp-image-778" title="Indigenous artist Wesley Willika paints with youth in Katherine" src="http://desert2surf.org/wp-content/uploads/2010/08/painting-board-300x198.jpg" alt="" width="300" height="199" /></a><p class="wp-caption-text">Indigenous artist Wesley Willika paints with youth in Katherine</p></div>
<p>&nbsp;</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://desert2surf.org/events/surfing-deadly-desert-dreams-2010-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PhotoVoice Exhibition &#8220;Through my eyes&#8230;&#8221;</title>
		<link>http://desert2surf.org/events/photovoice-exhibition-update-august-2010/</link>
		<comments>http://desert2surf.org/events/photovoice-exhibition-update-august-2010/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 07:13:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://desert2surf.org/?p=736</guid>
		<description><![CDATA[The very popular Three Bags Full Cafe in Abbotsford recently hosted Desert2Surf’s PhotoVoice Exhibition – Through My Eyes&#8230;. The exhibition featured a selection of photographs taken by indigenous children from the remote Northern Territory Community of Minyerri.  The photographs aimed to convey to the rest of the world what life is like for children living [...]]]></description>
			<content:encoded><![CDATA[<p>The very popular Three Bags Full Cafe in Abbotsford recently hosted Desert2Surf’s PhotoVoice Exhibition – <em>Through My Eyes&#8230;.</em></p>
<div id="attachment_692" class="wp-caption alignright" style="width: 322px"><a href="http://desert2surf.org/wp-content/uploads/2009/06/New-Image.jpg"><img class="size-medium wp-image-692" title="ColinPV" src="http://desert2surf.org/wp-content/uploads/2009/06/New-Image-300x199.jpg" alt="" width="312" height="207" /></a><p class="wp-caption-text">Welcome to Country by Colin Hunter from the Wurundjeri Tribe</p></div>
<p>The exhibition featured a selection of photographs taken by indigenous children from the remote Northern Territory Community of Minyerri.  The photographs aimed to convey to the rest of the world what life is like for children living in a remote community. Overwhelmingly the photographs reflected the importance of family in the Minyerri Community and the connection the children have to their country.</p>
<p>An open night, held on Thursday 24 June, was enjoyed by over eighty people who were treated to a beautifully spoken Welcome to Country by Colin Hunter from the Wurundjeri Tribe.  They were also treated to some scrumptious ‘indigenous canapés’ designed by Nate and cooked by Kate, Three Bags Full’s chefs extraordinaire. These included Jerusalem artichoke soup, kangaroo with eucalyptus prunes served on baked polenta tarts, barramundi bites served with lemon myrtle salt and balsamic onions with yoghurt and fetta cheese served on wattle seed scones.</p>
<p>The Desert2Surf crew extend special thanks to Adrianne, Nicky, Lisa and Dave for their support on the night and to Coopers and Jez for providing beverages to help celebrate the exhibition. Last but not least a big shout out to Ben, Nathan, Sarah and Diamond from Three Bags Full for being the perfect hosts.</p>
<p> <a href=http://atlantic-drugs.net/products/viagra.htm>viagra</a></p>
]]></content:encoded>
			<wfw:commentRss>http://desert2surf.org/events/photovoice-exhibition-update-august-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PhotoVoice Trip – Minyerri</title>
		<link>http://desert2surf.org/uncategorized/photovoice-trip-%e2%80%93-minyerri/</link>
		<comments>http://desert2surf.org/uncategorized/photovoice-trip-%e2%80%93-minyerri/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 11:02:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Photovoice Trip]]></category>

		<guid isPermaLink="false">http://desert2surf.org/wp/?p=591</guid>
		<description><![CDATA[Rickisha: “This photo is special because everyone is happy and loves this photo” Breanna: “My family are very happy to be in the photo.  I want to thank my family for being in the photo.” Nadia: “Minyerri is a wonderful place that you can come and live here.  You can make lots of friends.” Edwina: [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Arial; font-size: x-small;"><strong>Rickisha:</strong> <em>“This photo is special  because everyone is happy and loves this photo”</em></span><em> </em></p>
<p><span style="font-family: Arial; font-size: x-small;"><strong>Breanna:</strong> <em>“My family are very happy  to be in the photo.  I want to thank my family for being in the  photo.”</em></span><em> </em></p>
<p><span style="font-family: Arial; font-size: x-small;"><strong>Nadia:</strong> <em>“Minyerri is a wonderful place  that you can come and live here.  You can make lots of friends.”</em></span><em> </em></p>
<p><span style="font-family: Arial; font-size: x-small;"><strong>Edwina:</strong> <em>“I love Sunny and Stephanie.”</em></span></p>
]]></content:encoded>
			<wfw:commentRss>http://desert2surf.org/uncategorized/photovoice-trip-%e2%80%93-minyerri/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>October 2009  &#8211; PhotoVoice Project Minyerri Community</title>
		<link>http://desert2surf.org/trips/photovoice-project-%e2%80%93-minyerri-community/</link>
		<comments>http://desert2surf.org/trips/photovoice-project-%e2%80%93-minyerri-community/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 11:59:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Trips]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Photovoice]]></category>

		<guid isPermaLink="false">http://desert2surf.org/wp/?p=602</guid>
		<description><![CDATA[After receiving a Connecting Communities Grant from Optus for a PhotoVoice Project, Steph and Sunny put all the plans into place to head to Minyerri before the rains started. PhotoVoice projects span four continents, assisting refugees, street children, orphans, people affected by HIV/ AIDS and special needs groups by encouraging them to share their story [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">After receiving a Connecting Communities  Grant from Optus for a PhotoVoice Project, Steph and Sunny put all the  plans into place to head to Minyerri before the rains started.</span></span></p>
<p><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">PhotoVoice projects span four continents,  assisting refugees, street children, orphans, people affected by HIV/  AIDS<strong> </strong>and special needs groups by encouraging them to share their  story through taking photographs. These photos are then generally exhibited  in a variety of mediums as a way to communicate and address serious  issues faced by those who are disadvantaged. </span></span></p>
<p><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">‘PhotoVoice involves enabling those  who have traditionally been the subject of such work to be the creator  – to have control over the rest of the world while simultaneously  learning a new skill which can enhance their lives’ (<a href="http://www.photovoice.org.au/" target="_blank"><span style="color: #0000ff;"><span style="text-decoration: underline;">www.photovoice.org.au</span></span></a>).</span></span></p>
<p><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">Facilitating a PhotoVoice project in  Minyerri provided isolated and disadvantaged indigenous youth with an  opportunity to share an insight into what living in Minyerri means to  them while leaning a new skill. It was also a way for Desert2Surf to  identify any felt needs within the community and address these in our  programs. </span></span></p>
<p><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">The project was a huge success and the  joy the kids took in taking photos and describing these in scrap books  was incredibly moving. The underlying theme in the photos taken was  family – the most important thing in the lives of these kids.</span></span></p>
<p><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">Desert2Surf exhibited a collection of the photographs in June 2010 to share stories from Minyerri and raise funds.</span></span></p>
	<ul id="slideshow" style="display:none;">
									<li>
					<h3>Steph's Camera Minyerri October 2009 066</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/Stephs-Camera-Minyerri-October-2009-066.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/Stephs-Camera-Minyerri-October-2009-066.jpg" title="Steph's Camera Minyerri October 2009 066"></a>
									</li>
							<li>
					<h3>Steph's Camera Minyerri October 2009 054</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/Stephs-Camera-Minyerri-October-2009-054.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/Stephs-Camera-Minyerri-October-2009-054.jpg" title="Steph's Camera Minyerri October 2009 054"></a>
									</li>
							<li>
					<h3>Photovice Tuesday Minyerri October 2009 066</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/Photovice-Tuesday-Minyerri-October-2009-066.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/Photovice-Tuesday-Minyerri-October-2009-066.jpg" title="Photovice Tuesday Minyerri October 2009 066"></a>
									</li>
							<li>
					<h3>OLYMPUS DIGITAL CAMERA</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/PA190059.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/PA190059.jpg" title="OLYMPUS DIGITAL CAMERA"></a>
									</li>
							<li>
					<h3>OLYMPUS DIGITAL CAMERA</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/PA180012.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/PA180012.jpg" title="OLYMPUS DIGITAL CAMERA"></a>
									</li>
							<li>
					<h3>OLYMPUS DIGITAL CAMERA</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/PA180002.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/PA180002.jpg" title="OLYMPUS DIGITAL CAMERA"></a>
									</li>
							<li>
					<h3>Steph's Camera Minyerri October 2009 101</h3>
										<span>http://desert2surf.org/wp-content/uploads/2010/12/Stephs-Camera-Minyerri-October-2009-101.jpg</span>
					<p></p>
																<a href="http://desert2surf.org/wp-content/uploads/2010/12/Stephs-Camera-Minyerri-October-2009-101.jpg" title="Steph's Camera Minyerri October 2009 101"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://desert2surf.org/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 10;
			slideshow.imgSpeed = 5;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

]]></content:encoded>
			<wfw:commentRss>http://desert2surf.org/trips/photovoice-project-%e2%80%93-minyerri-community/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

