<?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>curved light photography</title>
	<atom:link href="http://curved-light.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://curved-light.net</link>
	<description>travel, panoramic and timelapse</description>
	<lastBuildDate>Sun, 15 Jan 2012 18:44:28 +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>24one San Francisco</title>
		<link>http://curved-light.net/2012/01/24one-san-francisco/</link>
		<comments>http://curved-light.net/2012/01/24one-san-francisco/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 18:32:24 +0000</pubDate>
		<dc:creator>curved light</dc:creator>
				<category><![CDATA[Urban]]></category>
		<category><![CDATA[24 hours]]></category>
		<category><![CDATA[24One]]></category>
		<category><![CDATA[California]]></category>
		<category><![CDATA[day]]></category>
		<category><![CDATA[night]]></category>
		<category><![CDATA[San Francisco]]></category>
		<category><![CDATA[Skyline]]></category>

		<guid isPermaLink="false">http://curved-light.net/?p=404</guid>
		<description><![CDATA[Twenty-four hours in One Image: The San Francisco skyline. Click on the image to &#8216;zoom to time&#8217;. The image show one day in San Francisco with the four dimensions of time and space re-projected into two. Within the image, the dimensions of time and space are swapped. The time moves in space, from midnight on [...]]]></description>
			<content:encoded><![CDATA[<p>Twenty-four hours in One Image: The San Francisco skyline.<br />
Click on the image to &#8216;zoom to time&#8217;.</p>
<p align=center>
<canvas id="myDrawing" width="720" height="480"><br />
</canvas>
</p>
<p>The image show one day in San Francisco with the four dimensions of time and space re-projected into two. Within the image, the dimensions of time and space are swapped. The time moves in space, from midnight on the left of the image through midday in the centre and to midnight on the right.  By touching different part of the image space, you can move in time by zooming into to that time though the click at that space.<br />
The front image is created by taking a vertical slice from 720 separate images, captured every two minutes from midnight to midnight.   </p>

<script>

	// This useful function is from http://www.quirksmode.org/js/findpos.html
	function findPos(obj) {
		var curleft = 0;
		var curtop = 0;

		if (obj.offsetParent) {

			do {
				curleft += obj.offsetLeft;
				curtop += obj.offsetTop;
			} while (obj = obj.offsetParent);

			return [curleft, curtop];
		}
	}


	function getCursorPosition(e) {

		var canvasPos = findPos(document.getElementById('myDrawing'));

		var canvasLeftEdge = canvasPos[0];
		var canvasTopEdge = canvasPos[1];

		debug("Canvas left edge: " + canvasLeftEdge + ", Canvas top edge: " + canvasTopEdge);

		if (img == 0){
			var x;
			var y;
			if (e.pageX != undefined && e.pageY != undefined) {
			    x = e.pageX;
			    y = e.pageY;
			}
			else {
			    x = e.clientX;
                y = e.clientY;
			}

			x -= canvasLeftEdge;
			y -= canvasTopEdge;

			debug("Click position within canvas: X: " + x + ", Y: " + y);

			var n = 0;
			for (var i = 0; i < 24; i++){
				if (x > n && x <= n+30)
					context.drawImage(images[i], 0, 0);
				n = n + 30;
			}
			img = 1;
		}
		else {
			context.drawImage(final241, 0, 0);
			img = 0;
		}

	}


	var drawingCanvas = document.getElementById('myDrawing');
	drawingCanvas.addEventListener("click", getCursorPosition, false);
	// Check the element is in the DOM and the browser supports canvas
	var img = 0;
	if(drawingCanvas.getContext) {
		// Initaliase a 2-dimensional drawing context
		var context = drawingCanvas.getContext('2d');
		var final241 = new Image();
		final241.src = "http://curved-light.net/24oneSF/final.jpg";
		final241.onload = function() {
			context.drawImage(final241, 0, 0);
		}

		var images=new Array(24);
		for (var i = 0; i < 24; i++){
			images[i] = new Image();
			var imgNo = i + 1;
			images[i].src = "http://curved-light.net/24oneSF/img-" + imgNo + ".jpg";
		}


	}

	function debug(message) {
	//	document.getElementById('debug').innerHTML = message;
	}


</script>]]></content:encoded>
			<wfw:commentRss>http://curved-light.net/2012/01/24one-san-francisco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>24one Sydney</title>
		<link>http://curved-light.net/2012/01/24one-sydney/</link>
		<comments>http://curved-light.net/2012/01/24one-sydney/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 17:29:44 +0000</pubDate>
		<dc:creator>curved light</dc:creator>
				<category><![CDATA[Urban]]></category>
		<category><![CDATA[24 hours]]></category>
		<category><![CDATA[24One]]></category>
		<category><![CDATA[day]]></category>
		<category><![CDATA[Kings Cross]]></category>
		<category><![CDATA[night]]></category>
		<category><![CDATA[Skyline]]></category>
		<category><![CDATA[Sydney]]></category>

		<guid isPermaLink="false">http://curved-light.net/?p=368</guid>
		<description><![CDATA[Twenty-four hours in One Image: The Sydney skyline from Kings Cross. Click on the image to &#8216;zoom to time&#8217;. The image show one day in Sydney with the four dimensions of time and space re-projected into two. Within the image, the dimensions of time and space are swapped. The time moves in space, from midnight [...]]]></description>
			<content:encoded><![CDATA[<p>Twenty-four hours in One Image: The Sydney skyline from Kings Cross.<br />
Click on the image to &#8216;zoom to time&#8217;.</p>
<p align=center>
<canvas id="myDrawing" width="720" height="409"><br />
</canvas>
</p>
<p>The image show one day in Sydney with the four dimensions of time and space re-projected into two. Within the image, the dimensions of time and space are swapped. The time moves in space, from midnight on the left of the image through midday in the centre and to midnight on the right.  By touching different part of the image space, you can move in time by zooming into to that time though the click at that space.<br />
The front image is created by taking a vertical slice from 1440 separate images, captured every minute from midnight to midnight.   </p>

<script>

	// This useful function is from http://www.quirksmode.org/js/findpos.html
	function findPos(obj) {
		var curleft = 0;
		var curtop = 0;

		if (obj.offsetParent) {

			do {
				curleft += obj.offsetLeft;
				curtop += obj.offsetTop;
			} while (obj = obj.offsetParent);

			return [curleft, curtop];
		}
	}


	function getCursorPosition(e) {

		var canvasPos = findPos(document.getElementById('myDrawing'));

		var canvasLeftEdge = canvasPos[0];
		var canvasTopEdge = canvasPos[1];

		debug("Canvas left edge: " + canvasLeftEdge + ", Canvas top edge: " + canvasTopEdge);

		if (img == 0){
			var x;
			var y;
			if (e.pageX != undefined && e.pageY != undefined) {
			    x = e.pageX;
			    y = e.pageY;
			}
			else {
			    x = e.clientX;
                y = e.clientY;
			}

			x -= canvasLeftEdge;
			y -= canvasTopEdge;

			debug("Click position within canvas: X: " + x + ", Y: " + y);

			var n = 0;
			for (var i = 0; i < 24; i++){
				if (x > n && x <= n+30)
					context.drawImage(images[i], 0, 0);
				n = n + 30;
			}
			img = 1;
		}
		else {
			context.drawImage(final241, 0, 0);
			img = 0;
		}

	}


	var drawingCanvas = document.getElementById('myDrawing');
	drawingCanvas.addEventListener("click", getCursorPosition, false);
	// Check the element is in the DOM and the browser supports canvas
	var img = 0;
	if(drawingCanvas.getContext) {
		// Initaliase a 2-dimensional drawing context
		var context = drawingCanvas.getContext('2d');
		var final241 = new Image();
		final241.src = "http://curved-light.net/Sydney24-1/final.jpg";
		final241.onload = function() {
			context.drawImage(final241, 0, 0);
		}

		var images=new Array(24);
		for (var i = 0; i < 24; i++){
			images[i] = new Image();
			var imgNo = 27 + (i * 56);
			images[i].src = "http://curved-light.net/Sydney24-1/img-" + imgNo + ".jpg";
		}


	}

	function debug(message) {
	//	document.getElementById('debug').innerHTML = message;
	}


</script>]]></content:encoded>
			<wfw:commentRss>http://curved-light.net/2012/01/24one-sydney/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sydney Australia</title>
		<link>http://curved-light.net/2012/01/sydney-australia/</link>
		<comments>http://curved-light.net/2012/01/sydney-australia/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 11:46:49 +0000</pubDate>
		<dc:creator>curved light</dc:creator>
				<category><![CDATA[Urban]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Sydney]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://curved-light.net/?p=389</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="ngg-galleryoverview" id="ngg-gallery-22-389">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://curved-light.net/2012/01/sydney-australia/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-309" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/1000px/110623-4086.jpg" title=" "  >
								<img title="110623-4086" alt="110623-4086" src="http://curved-light.net/wordpress/wp-content/gallery/1000px/thumbs/thumbs_110623-4086.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-310" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/1000px/110623-4113.jpg" title=" "  >
								<img title="110623-4113" alt="110623-4113" src="http://curved-light.net/wordpress/wp-content/gallery/1000px/thumbs/thumbs_110623-4113.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-311" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/1000px/110624-4205.jpg" title=" "  >
								<img title="110624-4205" alt="110624-4205" src="http://curved-light.net/wordpress/wp-content/gallery/1000px/thumbs/thumbs_110624-4205.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-312" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/1000px/110624-4219.jpg" title=" "  >
								<img title="110624-4219" alt="110624-4219" src="http://curved-light.net/wordpress/wp-content/gallery/1000px/thumbs/thumbs_110624-4219.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-313" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/1000px/110624-4222.jpg" title=" "  >
								<img title="110624-4222" alt="110624-4222" src="http://curved-light.net/wordpress/wp-content/gallery/1000px/thumbs/thumbs_110624-4222.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-314" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/1000px/110625-4400.jpg" title=" "  >
								<img title="110625-4400" alt="110625-4400" src="http://curved-light.net/wordpress/wp-content/gallery/1000px/thumbs/thumbs_110625-4400.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-315" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/1000px/110625-4406.jpg" title=" "  >
								<img title="110625-4406" alt="110625-4406" src="http://curved-light.net/wordpress/wp-content/gallery/1000px/thumbs/thumbs_110625-4406.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-316" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/1000px/110625-4461.jpg" title=" "  >
								<img title="110625-4461" alt="110625-4461" src="http://curved-light.net/wordpress/wp-content/gallery/1000px/thumbs/thumbs_110625-4461.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-317" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/1000px/110625-4523.jpg" title=" "  >
								<img title="110625-4523" alt="110625-4523" src="http://curved-light.net/wordpress/wp-content/gallery/1000px/thumbs/thumbs_110625-4523.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-318" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/1000px/110625-4524.jpg" title=" "  >
								<img title="110625-4524" alt="110625-4524" src="http://curved-light.net/wordpress/wp-content/gallery/1000px/thumbs/thumbs_110625-4524.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-319" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/1000px/110625-4531.jpg" title=" "  >
								<img title="110625-4531" alt="110625-4531" src="http://curved-light.net/wordpress/wp-content/gallery/1000px/thumbs/thumbs_110625-4531.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-320" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/1000px/110625-4727.jpg" title=" "  >
								<img title="110625-4727" alt="110625-4727" src="http://curved-light.net/wordpress/wp-content/gallery/1000px/thumbs/thumbs_110625-4727.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-321" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/1000px/110626-4850.jpg" title=" "  >
								<img title="110626-4850" alt="110626-4850" src="http://curved-light.net/wordpress/wp-content/gallery/1000px/thumbs/thumbs_110626-4850.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-322" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/1000px/110626-4881.jpg" title=" "  >
								<img title="110626-4881" alt="110626-4881" src="http://curved-light.net/wordpress/wp-content/gallery/1000px/thumbs/thumbs_110626-4881.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-323" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/1000px/110626-4866.jpg" title=" "  >
								<img title="110626-4866" alt="110626-4866" src="http://curved-light.net/wordpress/wp-content/gallery/1000px/thumbs/thumbs_110626-4866.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://curved-light.net/2012/01/sydney-australia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Melbourne at Dusk from Eureka Tower</title>
		<link>http://curved-light.net/2012/01/melbourne-from-tower-dusk/</link>
		<comments>http://curved-light.net/2012/01/melbourne-from-tower-dusk/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 14:34:25 +0000</pubDate>
		<dc:creator>curved light</dc:creator>
				<category><![CDATA[Urban]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Dusk]]></category>
		<category><![CDATA[Eureka Tower]]></category>
		<category><![CDATA[HDR]]></category>
		<category><![CDATA[Melbourne]]></category>

		<guid isPermaLink="false">http://curved-light.net/?p=384</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="ngg-galleryoverview" id="ngg-gallery-21-384">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://curved-light.net/2012/01/melbourne-from-tower-dusk/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-305" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/melbourne/110713-5866_hdr.jpg" title="Melbourne skyline from Eureka Skydeck 88 at dusk Australia"  >
								<img title="Melbourne skyline from Eureka Skydeck 88 at dusk Australia" alt="Melbourne skyline from Eureka Skydeck 88 at dusk Australia" src="http://curved-light.net/wordpress/wp-content/gallery/melbourne/thumbs/thumbs_110713-5866_hdr.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-306" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/melbourne/110713-5872_hdr.jpg" title="Melbourne skyline from Eureka Skydeck 88 at dusk Australia"  >
								<img title="Melbourne skyline from Eureka Skydeck 88 at dusk Australia" alt="Melbourne skyline from Eureka Skydeck 88 at dusk Australia" src="http://curved-light.net/wordpress/wp-content/gallery/melbourne/thumbs/thumbs_110713-5872_hdr.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-307" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/melbourne/110713-5884_hdr.jpg" title="Melbourne skyline from Eureka Skydeck 88 at dusk Australia"  >
								<img title="Melbourne skyline from Eureka Skydeck 88 at dusk Australia" alt="Melbourne skyline from Eureka Skydeck 88 at dusk Australia" src="http://curved-light.net/wordpress/wp-content/gallery/melbourne/thumbs/thumbs_110713-5884_hdr.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-308" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/melbourne/110713-5902_hdr.jpg" title="Melbourne skyline from Eureka Skydeck 88 at dusk Australia"  >
								<img title="Melbourne skyline from Eureka Skydeck 88 at dusk Australia" alt="Melbourne skyline from Eureka Skydeck 88 at dusk Australia" src="http://curved-light.net/wordpress/wp-content/gallery/melbourne/thumbs/thumbs_110713-5902_hdr.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://curved-light.net/2012/01/melbourne-from-tower-dusk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Palouse, Washington</title>
		<link>http://curved-light.net/2010/11/the-palouse-washington/</link>
		<comments>http://curved-light.net/2010/11/the-palouse-washington/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 19:29:08 +0000</pubDate>
		<dc:creator>curved light</dc:creator>
				<category><![CDATA[Landscape]]></category>
		<category><![CDATA[arable]]></category>
		<category><![CDATA[Palouse]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[USA]]></category>
		<category><![CDATA[Washington]]></category>

		<guid isPermaLink="false">http://curved-light.net/?p=340</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="ngg-galleryoverview" id="ngg-gallery-20-340">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://curved-light.net/2010/11/the-palouse-washington/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-300" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/palouse/090727-1343.jpg" title="Hillside in the Palouse, Washington, USA"  >
								<img title="Hillside in the Palouse, Washington, USA" alt="Hillside in the Palouse, Washington, USA" src="http://curved-light.net/wordpress/wp-content/gallery/palouse/thumbs/thumbs_090727-1343.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-301" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/palouse/090727-1354.jpg" title="Road through The Palouse, Washington, USA"  >
								<img title="Road through The Palouse, Washington, USA" alt="Road through The Palouse, Washington, USA" src="http://curved-light.net/wordpress/wp-content/gallery/palouse/thumbs/thumbs_090727-1354.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-302" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/palouse/090728-1439.jpg" title="Field patterns in the Palouse from Steptwo Butte, Washington, USA"  >
								<img title="Field patterns in the Palouse from Steptwo Butte, Washington, USA" alt="Field patterns in the Palouse from Steptwo Butte, Washington, USA" src="http://curved-light.net/wordpress/wp-content/gallery/palouse/thumbs/thumbs_090728-1439.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-303" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/palouse/090728-1444.jpg" title="Field patterns in the Palouse from Steptwo Butte, Washington, USA"  >
								<img title="Field patterns in the Palouse from Steptwo Butte, Washington, USA" alt="Field patterns in the Palouse from Steptwo Butte, Washington, USA" src="http://curved-light.net/wordpress/wp-content/gallery/palouse/thumbs/thumbs_090728-1444.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-304" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/palouse/090728-1484.jpg" title="Field patterns in the Palouse from Steptwo Butte, Washington, USA"  >
								<img title="Field patterns in the Palouse from Steptwo Butte, Washington, USA" alt="Field patterns in the Palouse from Steptwo Butte, Washington, USA" src="http://curved-light.net/wordpress/wp-content/gallery/palouse/thumbs/thumbs_090728-1484.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://curved-light.net/2010/11/the-palouse-washington/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seattle</title>
		<link>http://curved-light.net/2010/11/seattle/</link>
		<comments>http://curved-light.net/2010/11/seattle/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 19:26:53 +0000</pubDate>
		<dc:creator>curved light</dc:creator>
				<category><![CDATA[Urban]]></category>
		<category><![CDATA[City]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Seattle]]></category>
		<category><![CDATA[USA]]></category>
		<category><![CDATA[Washington]]></category>

		<guid isPermaLink="false">http://curved-light.net/?p=337</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="ngg-galleryoverview" id="ngg-gallery-19-337">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://curved-light.net/2010/11/seattle/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-297" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/seattle/090809-2473.jpg" title="Pike Place Public Market, Seattle"  >
								<img title="Pike Place Public Market, Seattle" alt="Pike Place Public Market, Seattle" src="http://curved-light.net/wordpress/wp-content/gallery/seattle/thumbs/thumbs_090809-2473.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-298" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/seattle/090809-2523.jpg" title="Seattle skyline from Kerry Park, USA"  >
								<img title="Seattle skyline from Kerry Park, USA" alt="Seattle skyline from Kerry Park, USA" src="http://curved-light.net/wordpress/wp-content/gallery/seattle/thumbs/thumbs_090809-2523.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-299" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/seattle/090820-5194.jpg" title="Seattle, Skyline from Alki Beach, USA"  >
								<img title="Seattle, Skyline from Alki Beach, USA" alt="Seattle, Skyline from Alki Beach, USA" src="http://curved-light.net/wordpress/wp-content/gallery/seattle/thumbs/thumbs_090820-5194.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://curved-light.net/2010/11/seattle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oregon Landscapes</title>
		<link>http://curved-light.net/2010/11/oregon-landscapes/</link>
		<comments>http://curved-light.net/2010/11/oregon-landscapes/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 19:23:01 +0000</pubDate>
		<dc:creator>curved light</dc:creator>
				<category><![CDATA[Landscape]]></category>
		<category><![CDATA[Oregon]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[USA]]></category>

		<guid isPermaLink="false">http://curved-light.net/?p=334</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="ngg-galleryoverview" id="ngg-gallery-17-334">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://curved-light.net/2010/11/oregon-landscapes/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-276" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/090829-5649.jpg" title="Crater Lake National Park, Oregon, USA"  >
								<img title="Crater Lake National Park, Oregon, USA" alt="Crater Lake National Park, Oregon, USA" src="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/thumbs/thumbs_090829-5649.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-275" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/090815-3559.jpg" title="Lower Oneonta Falls and Oneonta Gorge, Oregon USA"  >
								<img title="Lower Oneonta Falls and Oneonta Gorge, Oregon USA" alt="Lower Oneonta Falls and Oneonta Gorge, Oregon USA" src="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/thumbs/thumbs_090815-3559.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-274" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/090815-3466.jpg" title="Bridge over Multnomah Falls, Oregon, USA"  >
								<img title="Bridge over Multnomah Falls, Oregon, USA" alt="Bridge over Multnomah Falls, Oregon, USA" src="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/thumbs/thumbs_090815-3466.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-271" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/090801-1850.jpg" title="Rodeo at Benton County Fair, Corvallis,  Oregon, USA 2009"  >
								<img title="Rodeo at Benton County Fair, Corvallis,  Oregon, USA 2009" alt="Rodeo at Benton County Fair, Corvallis,  Oregon, USA 2009" src="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/thumbs/thumbs_090801-1850.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-270" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/090729-1781.jpg" title="Middle Oneonta Falls,Columbia River Gorge, Oegon, USA"  >
								<img title="Middle Oneonta Falls,Columbia River Gorge, Oegon, USA" alt="Middle Oneonta Falls,Columbia River Gorge, Oegon, USA" src="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/thumbs/thumbs_090729-1781.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-269" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/090726-1105.jpg" title="Mount Hood from Trillium Lake, Oregon USA"  >
								<img title="Mount Hood from Trillium Lake, Oregon USA" alt="Mount Hood from Trillium Lake, Oregon USA" src="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/thumbs/thumbs_090726-1105.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-268" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/090725-0889.jpg" title="Ready for fishing on Trillium Lake, Oregon USA"  >
								<img title="Ready for fishing on Trillium Lake, Oregon USA" alt="Ready for fishing on Trillium Lake, Oregon USA" src="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/thumbs/thumbs_090725-0889.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-267" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/090725-0873.jpg" title="Fishing on Trillium Lake, Oregon USA"  >
								<img title="Fishing on Trillium Lake, Oregon USA" alt="Fishing on Trillium Lake, Oregon USA" src="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/thumbs/thumbs_090725-0873.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-266" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/090725-0797.jpg" title="Mount Hood from Trillium Lake, Oregon USA"  >
								<img title="Mount Hood from Trillium Lake, Oregon USA" alt="Mount Hood from Trillium Lake, Oregon USA" src="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/thumbs/thumbs_090725-0797.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-265" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/090725-0790.jpg" title="Star Trails at Mount Hood from Trillium Lake, Oregon USA"  >
								<img title="Star Trails at Mount Hood from Trillium Lake, Oregon USA" alt="Star Trails at Mount Hood from Trillium Lake, Oregon USA" src="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/thumbs/thumbs_090725-0790.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-280" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/090903-6823.jpg" title="Painted Hills"  >
								<img title="Painted Hills" alt="Painted Hills" src="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/thumbs/thumbs_090903-6823.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-281" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/090911-7022.jpg" title="Sunset silhouettes"  >
								<img title="Sunset silhouettes" alt="Sunset silhouettes" src="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/thumbs/thumbs_090911-7022.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-279" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/090903-6786.jpg" title="Painted Hills"  >
								<img title="Painted Hills" alt="Painted Hills" src="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/thumbs/thumbs_090903-6786.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-277" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/090830-5945.jpg" title="Sunrays in Redwoods"  >
								<img title="Sunrays in Redwoods" alt="Sunrays in Redwoods" src="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/thumbs/thumbs_090830-5945.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-278" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/090831-6194.jpg" title="Branch and bark"  >
								<img title="Branch and bark" alt="Branch and bark" src="http://curved-light.net/wordpress/wp-content/gallery/oregon-2009/thumbs/thumbs_090831-6194.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://curved-light.net/2010/11/oregon-landscapes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Washington State Landscapes</title>
		<link>http://curved-light.net/2010/11/washington-state-landscapes/</link>
		<comments>http://curved-light.net/2010/11/washington-state-landscapes/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 19:21:28 +0000</pubDate>
		<dc:creator>curved light</dc:creator>
				<category><![CDATA[Landscape]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[USA]]></category>
		<category><![CDATA[Washington]]></category>

		<guid isPermaLink="false">http://curved-light.net/?p=331</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="ngg-galleryoverview" id="ngg-gallery-18-331">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://curved-light.net/2010/11/washington-state-landscapes/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-296" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/washington/090812-2922.jpg" title="Second Beach at dusk, Olympic National Park, Washington, USA"  >
								<img title="Second Beach at dusk, Olympic National Park, Washington, USA" alt="Second Beach at dusk, Olympic National Park, Washington, USA" src="http://curved-light.net/wordpress/wp-content/gallery/washington/thumbs/thumbs_090812-2922.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-283" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/washington/090817-3914.jpg" title="Toutle River near Mount St Helens, Washington, USA"  >
								<img title="Toutle River near Mount St Helens, Washington, USA" alt="Toutle River near Mount St Helens, Washington, USA" src="http://curved-light.net/wordpress/wp-content/gallery/washington/thumbs/thumbs_090817-3914.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-282" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/washington/090727-1251.jpg" title="Fireworks in Spokane, Washington, USA"  >
								<img title="Fireworks in Spokane, Washington, USA" alt="Fireworks in Spokane, Washington, USA" src="http://curved-light.net/wordpress/wp-content/gallery/washington/thumbs/thumbs_090727-1251.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-295" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/washington/090812-2867.jpg" title="Rialto Beach, Olympic National Park, Washington USA"  >
								<img title="Rialto Beach, Olympic National Park, Washington USA" alt="Rialto Beach, Olympic National Park, Washington USA" src="http://curved-light.net/wordpress/wp-content/gallery/washington/thumbs/thumbs_090812-2867.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-284" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/washington/090817-3986.jpg" title="Caldera of Mount St Helens"  >
								<img title="Caldera of Mount St Helens" alt="Caldera of Mount St Helens" src="http://curved-light.net/wordpress/wp-content/gallery/washington/thumbs/thumbs_090817-3986.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-285" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/washington/090817-4006.jpg" title="Logs floating on Castle Lake, Mount St Helens, USA"  >
								<img title="Logs floating on Castle Lake, Mount St Helens, USA" alt="Logs floating on Castle Lake, Mount St Helens, USA" src="http://curved-light.net/wordpress/wp-content/gallery/washington/thumbs/thumbs_090817-4006.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-286" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/washington/090817-4112.jpg" title="Trail at Mount St Helens"  >
								<img title="Trail at Mount St Helens" alt="Trail at Mount St Helens" src="http://curved-light.net/wordpress/wp-content/gallery/washington/thumbs/thumbs_090817-4112.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-287" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/washington/090817-4291.jpg" title="Mount St Helens"  >
								<img title="Mount St Helens" alt="Mount St Helens" src="http://curved-light.net/wordpress/wp-content/gallery/washington/thumbs/thumbs_090817-4291.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-288" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/washington/090817-4300.jpg" title="Trail at Mount St Helens"  >
								<img title="Trail at Mount St Helens" alt="Trail at Mount St Helens" src="http://curved-light.net/wordpress/wp-content/gallery/washington/thumbs/thumbs_090817-4300.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-289" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/washington/090818-4356.jpg" title="Mount Rainier Washington, USA"  >
								<img title="Mount Rainier Washington, USA" alt="Mount Rainier Washington, USA" src="http://curved-light.net/wordpress/wp-content/gallery/washington/thumbs/thumbs_090818-4356.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-290" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/washington/090818-4372.jpg" title="Flower medows, Mount Rainier National Park, Washington, USA"  >
								<img title="Flower medows, Mount Rainier National Park, Washington, USA" alt="Flower medows, Mount Rainier National Park, Washington, USA" src="http://curved-light.net/wordpress/wp-content/gallery/washington/thumbs/thumbs_090818-4372.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-291" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/washington/090818-4566.jpg" title="Flower medows, Mount Rainier National Park, Washington, USA"  >
								<img title="Flower medows, Mount Rainier National Park, Washington, USA" alt="Flower medows, Mount Rainier National Park, Washington, USA" src="http://curved-light.net/wordpress/wp-content/gallery/washington/thumbs/thumbs_090818-4566.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-292" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/washington/090819-4599.jpg" title="Mount Rainier reflected in Reflection Lake, Washington, USA"  >
								<img title="Mount Rainier reflected in Reflection Lake, Washington, USA" alt="Mount Rainier reflected in Reflection Lake, Washington, USA" src="http://curved-light.net/wordpress/wp-content/gallery/washington/thumbs/thumbs_090819-4599.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-293" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/washington/090819-4727.jpg" title="Flower medows, Mount Rainier National Park, Washington, USA"  >
								<img title="Flower medows, Mount Rainier National Park, Washington, USA" alt="Flower medows, Mount Rainier National Park, Washington, USA" src="http://curved-light.net/wordpress/wp-content/gallery/washington/thumbs/thumbs_090819-4727.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-294" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://curved-light.net/wordpress/wp-content/gallery/washington/090819-4842.jpg" title="Mount Rainier from Reflection Lake, Washington, USA"  >
								<img title="Mount Rainier from Reflection Lake, Washington, USA" alt="Mount Rainier from Reflection Lake, Washington, USA" src="http://curved-light.net/wordpress/wp-content/gallery/washington/thumbs/thumbs_090819-4842.jpg" width="170" height="170" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://curved-light.net/2010/11/washington-state-landscapes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Duttons for Buttons, Harrogate, UK 360&#176; Panoramic</title>
		<link>http://curved-light.net/2010/07/duttons-for-buttons-harrogate-uk-360-panoramic/</link>
		<comments>http://curved-light.net/2010/07/duttons-for-buttons-harrogate-uk-360-panoramic/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 17:22:45 +0000</pubDate>
		<dc:creator>curved light</dc:creator>
				<category><![CDATA[Panoramic]]></category>
		<category><![CDATA[360]]></category>
		<category><![CDATA[shop]]></category>

		<guid isPermaLink="false">http://curved-light.net/?p=319</guid>
		<description><![CDATA[To see the full impact of the image, right click on the photograph and select &#8216;Full Screen&#8217; For many more 360 degree photographs by curved-light, see britain360.co.uk]]></description>
			<content:encoded><![CDATA[<div id='krpanoDIV'>
<noscript><table width='700' height='500'><tr valign='middle'><td><center>ERROR:<br><br>Javascript not activated<br><br></center></td></tr></table></noscript>
</div>
<script type='text/javascript' src='http://curved-light.net/360/swfkrpano.js'></script>
<script type='text/javascript'>
// <![CDATA[
var swf = createswf('http://curved-light.net/360/krpano.swf', 'krpanoSWFObject', '700', '500');
swf.addVariable('xml', 'http://curved-light.net/360/krpano.xml');
swf.addVariable('sphere', 'http://curved-light.net/360/duttons/duttons2.jpg');
swf.addVariable('preview.url', 'http://curved-light.net/360/duttons/duttons2_preview.jpg');
swf.addVariable('preview.type', 'sphere');
swf.embed('krpanoDIV');
// ]]>
</script>

<p>To see the full impact of the image, right click on the photograph and select &#8216;Full Screen&#8217;<br />
For many more 360 degree photographs by curved-light, see<a href="http://britain360.co.uk"> britain360.co.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://curved-light.net/2010/07/duttons-for-buttons-harrogate-uk-360-panoramic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Porthcurno headland, Cornwall, UK, 360&#176; Panoramic</title>
		<link>http://curved-light.net/2010/07/porthcurno-headland-cornwall-uk-360-panoramic/</link>
		<comments>http://curved-light.net/2010/07/porthcurno-headland-cornwall-uk-360-panoramic/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 09:36:40 +0000</pubDate>
		<dc:creator>curved light</dc:creator>
				<category><![CDATA[Panoramic]]></category>
		<category><![CDATA[360]]></category>
		<category><![CDATA[Cornwall]]></category>

		<guid isPermaLink="false">http://curved-light.net/?p=315</guid>
		<description><![CDATA[To see the full impact of the image, right click on the photograph and select &#8216;Full Screen&#8217; For many more 360 degree photographs by curved-light, see britain360.co.uk]]></description>
			<content:encoded><![CDATA[<div id='krpanoDIV'>
<noscript><table width='700' height='500'><tr valign='middle'><td><center>ERROR:<br><br>Javascript not activated<br><br></center></td></tr></table></noscript>
</div>
<script type='text/javascript' src='http://curved-light.net/360/swfkrpano.js'></script>
<script type='text/javascript'>
// <![CDATA[
var swf = createswf('http://curved-light.net/360/krpano.swf', 'krpanoSWFObject', '700', '500');
swf.addVariable('xml', 'http://curved-light.net/360/krpano.xml');
swf.addVariable('sphere', 'http://curved-light.net/360/Porthcurno/Porthcurno.jpg');
swf.addVariable('preview.url', 'http://curved-light.net/360/Porthcurno/Porthcurno_preview.jpg');
swf.addVariable('preview.type', 'sphere');
swf.embed('krpanoDIV');
// ]]>
</script>

<p>To see the full impact of the image, right click on the photograph and select &#8216;Full Screen&#8217;<br />
For many more 360 degree photographs by curved-light, see<a href="http://britain360.co.uk"> britain360.co.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://curved-light.net/2010/07/porthcurno-headland-cornwall-uk-360-panoramic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

