<?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>flyawayunlimited.com &#187; Flowers</title>
	<atom:link href="http://flyawayunlimited.com/category/flowers/feed/" rel="self" type="application/rss+xml" />
	<link>http://flyawayunlimited.com</link>
	<description></description>
	<lastBuildDate>Sat, 04 Jun 2011 05:38:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Dogwoods this year</title>
		<link>http://flyawayunlimited.com/2011/04/dogwoods-this-year/</link>
		<comments>http://flyawayunlimited.com/2011/04/dogwoods-this-year/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 06:01:26 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Flowers]]></category>
		<category><![CDATA[Just Stuff]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[dogwood trees]]></category>
		<category><![CDATA[onion flowers]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1961</guid>
		<description><![CDATA[And some onion flowers too.]]></description>
			<content:encoded><![CDATA[

	<style type="text/css">
	div#slideshow-thumbs1961 img {
	height: 40px;
	width: auto;
	}

	#slides1961 a {
	width: 40px;
	height: 40px;
	overflow:hidden;
	display:block;
	}

	div#slideshow-thumbs-bg1961, div#slideshow-thumbs-wrapper1961, div#slideshow-thumbs-wrap1961, div#slideshow-thumbs1961,
	div#slideshow-thumbs-prev1961, div#slideshow-thumbs-next1961, div#slideshow-thumbs-prev1961 a, div#slideshow-thumbs-next1961 a {
	height:74px;
	}

	div#ppp-slideshow1961 {height:576px;}
	div#slideshow-nav1961 a, div#slideshow-nav1961 a span, span#slideshow-pause-play1961 {height:502px;}
	
	div#slideshow-nav1961 a.slideshow-prev, div#slideshow-nav1961 a.slideshow-next {width:398px;}
	span#slideshow-pause-play1961, div#slideshow-nav1961 a.pause, div#slideshow-nav1961 a.play {width:68px;}

	div#ppp-slideshow1961, div#slideshow-wrap1961, div#slideshow-thumbs-bg1961, div#slideshow-next1961 {width:864px;}
	div#slideshow-navigator1961 {width:808px;}

	.contenttext div#ppp-slideshow1961 img {
	  margin: 0 auto;
	  max-height: 576px;
	  width: auto;
	}
	.contenttext div#ppp-slideshow1961 img, div#ppp-slideshow1961 .wp-caption {
	  max-width:864px;
	}
	.contenttext div#ppp-slideshow1961 .slideshow-attachment-inner {
	  margin: 0 auto;
	  height: 576px;
	  width: 864px;
	}
	
	
	</style>

	<noscript>
	<style type="text/css">
	div#ppp-slideshow1961, .contenttext div#ppp-slideshow1961 .slideshow-attachment-inner {height:auto;}
	.contenttext div#ppp-slideshow1961 img {max-height: none;}
	</style>
	</noscript>


<script type="text/javascript"> 
<!--
	jQuery(document).ready(function($) {
	$(window).load(function() {

		// Fade in/out the text, nav, and thumbs
		var fade_thumb = "true";
		var fade_nav = "true";
		var fade_txt = "";
		var thumbBgOpacity = '0.5';
		var navOpacity = '0.8';

		function showThumbs() {
			$('div#slideshow-thumbs-bg1961').stop().fadeTo(400, thumbBgOpacity);
			$('div#slideshow-thumbs-wrapper1961').stop().fadeTo(400, 1);
		}
		function hideThumbs() {
		  if (fade_thumb == "true") {
			$('div#slideshow-thumbs-bg1961').stop().fadeTo(400, 0);
			$('div#slideshow-thumbs-wrapper1961').stop().fadeTo(400, 0);
		  }
		}

		function showNav() {
			$('div#slideshow-nav1961').stop().fadeTo(400, navOpacity);
		}
		function hideNav() {
		  if (fade_nav == "true") {
			$('div#slideshow-nav1961').stop().fadeTo(400, 0);
		  }
		}

		function showText() {
			$('div#ppp-slideshow-text1961').stop().fadeTo(400, '0.5');
		}
		function hideText() {
		  if (fade_txt == "true") {
			$('div#ppp-slideshow-text1961').stop().fadeTo(400, 0);
		  }
		}

		$('div.slideshow-thumbs-bg').css('opacity', thumbBgOpacity);
		$('div.ppp-slideshow-text').css('opacity', '0.5');

		$('div.ppp-slideshow-text').fadeIn();
	
		showThumbs();
		
		showNav();
		$('div.ppp-slideshow').fadeIn();
		$('div.slideshow-thumbs').fadeIn();

		// Get the image index from the url hash
		$(function() {
			var index = pppGetStartingSlide();
			// Move the thumbs starting page if not on the first page.
			if ((index >= 12) && (14 > 12)) {
				pppThumbsSetPage(index);
			}
		
		// Start the cycle on the slideshow div on this postid
		$('#ppp-slideshow1961').cycle({
				fx: 'fade',
				speed: 1000,
				timeout: 2000,
				next: '.slideshow-nav1961 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav1961 a.slideshow-prev',
				before:    onBefore,
				after:     onAfter,
				pager:  '#slides1961',
				manualTrump: false,
				sync:1,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides1961  li:eq(' + (idx) + ') a'; }
		});


		// Hover effects
		$('div#ppp-slideshow1961,div#slideshow-nav1961,div#slideshow-thumbs-wrapper1961').hover(function() {
			showText();
			showNav();
			showThumbs();
		}, function() {
			hideText();
			hideNav();
			hideThumbs();
		});


		// Enable Pause/Play
		$('div#slideshow-nav1961 a.pause').click(function() { 
			$('#ppp-slideshow1961').cycle('pause');
			$('div#slideshow-nav1961 a.pause').hide().stop();
			$('div#slideshow-nav1961 a.play').show().stop();
		});
		$('div#slideshow-nav1961 a.play').click(function() { 
			$('#ppp-slideshow1961').cycle('resume');
			$('div#slideshow-nav1961 a.play').hide().stop();
			$('div#slideshow-nav1961 a.pause').show().stop();
		});


		// Whip up a carousel for the thumbnail navigation
		function pppThumbsFirst() {
			if ($('#slideshow-thumbs1961').css('margin-left') != '0px') {
				$('#slideshow-thumbs1961').stop().animate({'margin-left':'0px'}, {duration:1000});
			}
		}
		function pppThumbsPrev() {
			if ($('#slideshow-thumbs1961').css('margin-left') != '0px') {

				// Figure out the reverse margin
				var offset = (816 + parseInt($('#slideshow-thumbs1961').css('margin-left')));
				offset += 'px';

				$('#slideshow-thumbs1961').stop().animate({'margin-left':offset}, {duration:1000});  
			} else {
				pppThumbsLast(13);
			}
		}
		function pppThumbsNext() {
			var mgnLeft = parseInt($('#slideshow-thumbs1961').css('margin-left'));
			var page = (((mgnLeft * -1) / 816) + 1);
			if (page == 2) {
				pppThumbsFirst();
			} else {
				mgnLeft -= 816;
				$('#slideshow-thumbs1961').stop().animate({'margin-left':mgnLeft}, {duration:1000});
			}
		}
		function pppThumbsLast(lastSlide) {
			var page = parseInt(lastSlide / 12);
			var offset = ((page * 816) * -1);
			$('#slideshow-thumbs1961').stop().animate({'margin-left':offset}, {duration:1000});
		}
		function pppThumbsGetPage(lastSlide) {
			var page = parseInt(lastSlide / 12);
			var offset = ((page * 816) * -1);
			return offset;
		}
		function pppThumbsSetPage(lastSlide) {
			var offset = pppThumbsGetPage(lastSlide);
			$('#slideshow-thumbs1961').css('margin-left', offset);
		}
		$('#slideshow-thumbs-prev1961 a').click(function() { 
			pppThumbsPrev();
		});
		$('#slideshow-thumbs-next1961 a').click(function() { 
			pppThumbsNext();
		});


		// Cycle plugin function callbacks
		// ===============================
		// jQuery cycle before callback

		var slideCounter = 0;

		function onBefore(curr,next,opts) {

			/* If this is the initialization run, slideCounter will be null. Update the text and skedaddle. */
			if (slideCounter == null) {
				// Update the slideshow text with the text we tucked away
				$('div#ppp-slideshow-text1961 div').html($('div#ppp-slideshow-text1961'+opts.currSlide).html()).hide().fadeIn(1000);
				return;
			}

			/* Update the slideshow text with the text we tucked away. */
			$('div#ppp-slideshow-text1961 div').html($('div#ppp-slideshow-text1961'+opts.nextSlide).html()).hide().fadeIn(1000);

			/* Update the thumbs for the next slide, if necessary. */

			// WRAP: nextSlide is 0 only when wrapping from the last thumbnail
			// REVERSE WRAP: When nextSlide is equal to the slideCount, and the currSlide = 0, page to the last page.
			// NEXT PAGE: When nextSlide is a multiple of $thumbs_num, and the nextSlide > currSlide, page forward.
			// PREV PAGE: When currSlide is a multiple of $thumbs_num, and the nextSlide < currSlide, page backward.
			if ((opts.currSlide == 0) || 
				(parseInt(opts.nextSlide) % 12 == 0) ||
				(parseInt(opts.currSlide) % 12 == 0)) {
				pppThumbsLast(opts.nextSlide);
			}
		}

		// jQuery cycle onafter callback
		function onAfter(curr,next,opts) {
		var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
		$('#slideshow-info1961').html(caption);
	} }); }); });
-->
	</script>
	<p>And some onion flowers too.</p>
<div id="slideshow-wrap1961" class="slideshow-wrap"><div id="ppp-slideshow1961" class="ppp-slideshow"><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1962 slideshow-attachment first"><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web319img_9817/" class="slideshow-image"><img width="720" height="720" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web319IMG_9817.jpg" class="attachment-full" alt="web319IMG_9817" title="web319IMG_9817" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1963 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web321img_9824/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web321IMG_9824.jpg" class="attachment-full" alt="web321IMG_9824" title="web321IMG_9824" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1964 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web322img_9825/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web322IMG_9825.jpg" class="attachment-full" alt="web322IMG_9825" title="web322IMG_9825" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1965 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web324img_9827/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web324IMG_9827.jpg" class="attachment-full" alt="web324IMG_9827" title="web324IMG_9827" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1966 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web326img_9829/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web326IMG_9829.jpg" class="attachment-full" alt="web326IMG_9829" title="web326IMG_9829" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1967 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web327img_9830/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web327IMG_9830.jpg" class="attachment-full" alt="web327IMG_9830" title="web327IMG_9830" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1968 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web328img_9831/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web328IMG_9831.jpg" class="attachment-full" alt="web328IMG_9831" title="web328IMG_9831" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1969 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web307img_9802/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web307IMG_9802.jpg" class="attachment-full" alt="web307IMG_9802" title="web307IMG_9802" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1970 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web310img_9805/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web310IMG_9805.jpg" class="attachment-full" alt="web310IMG_9805" title="web310IMG_9805" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1971 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web312img_9807/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web312IMG_9807.jpg" class="attachment-full" alt="web312IMG_9807" title="web312IMG_9807" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1972 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web314img_9809/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web314IMG_9809.jpg" class="attachment-full" alt="web314IMG_9809" title="web314IMG_9809" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1973 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web315img_9810/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web315IMG_9810.jpg" class="attachment-full" alt="web315IMG_9810" title="web315IMG_9810" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1974 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web316img_9811/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web316IMG_9811.jpg" class="attachment-full" alt="web316IMG_9811" title="web316IMG_9811" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1975 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web318img_9813/" class="slideshow-image"><img width="720" height="720" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web318IMG_9813.jpg" class="attachment-full" alt="web318IMG_9813" title="web318IMG_9813" /></a></div></div></div><!--//end ppp-slideshow div-->
	<style type="text/css">
	div#ppp-slideshow-text1961, div#slideshow-thumbs-bg1961, div#slideshow-thumbs-wrapper1961 {z-index:1977;}
	div#slideshow-nav1961 {z-index:1978;}
	</style>
	<div class="ppp-slideshow-text" id="ppp-slideshow-text1961"><div></div></div><div class="ppp-slideshow-textoven" id="ppp-slideshow-textoven1961"><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19610"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19611"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19612"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19613"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19614"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19615"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19616"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19617"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19618"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19619"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text196110"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text196111"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text196112"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text196113"></div></div></div><!-- slideshow-wrap -->
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2011/04/dogwoods-this-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macro Mums</title>
		<link>http://flyawayunlimited.com/2011/01/macro-mums/</link>
		<comments>http://flyawayunlimited.com/2011/01/macro-mums/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 08:00:11 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Flowers]]></category>
		<category><![CDATA[Just Stuff]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[mums]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1896</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[

	<style type="text/css">
	div#slideshow-thumbs1896 img {
	height: 40px;
	width: auto;
	}

	#slides1896 a {
	width: 40px;
	height: 40px;
	overflow:hidden;
	display:block;
	}

	div#slideshow-thumbs-bg1896, div#slideshow-thumbs-wrapper1896, div#slideshow-thumbs-wrap1896, div#slideshow-thumbs1896,
	div#slideshow-thumbs-prev1896, div#slideshow-thumbs-next1896, div#slideshow-thumbs-prev1896 a, div#slideshow-thumbs-next1896 a {
	height:74px;
	}

	div#ppp-slideshow1896 {height:576px;}
	div#slideshow-nav1896 a, div#slideshow-nav1896 a span, span#slideshow-pause-play1896 {height:502px;}
	
	div#slideshow-nav1896 a.slideshow-prev, div#slideshow-nav1896 a.slideshow-next {width:398px;}
	span#slideshow-pause-play1896, div#slideshow-nav1896 a.pause, div#slideshow-nav1896 a.play {width:68px;}

	div#ppp-slideshow1896, div#slideshow-wrap1896, div#slideshow-thumbs-bg1896, div#slideshow-next1896 {width:864px;}
	div#slideshow-navigator1896 {width:808px;}

	.contenttext div#ppp-slideshow1896 img {
	  margin: 0 auto;
	  max-height: 576px;
	  width: auto;
	}
	.contenttext div#ppp-slideshow1896 img, div#ppp-slideshow1896 .wp-caption {
	  max-width:864px;
	}
	.contenttext div#ppp-slideshow1896 .slideshow-attachment-inner {
	  margin: 0 auto;
	  height: 576px;
	  width: 864px;
	}
	
	
	</style>

	<noscript>
	<style type="text/css">
	div#ppp-slideshow1896, .contenttext div#ppp-slideshow1896 .slideshow-attachment-inner {height:auto;}
	.contenttext div#ppp-slideshow1896 img {max-height: none;}
	</style>
	</noscript>


<script type="text/javascript"> 
<!--
	jQuery(document).ready(function($) {
	$(window).load(function() {

		// Fade in/out the text, nav, and thumbs
		var fade_thumb = "true";
		var fade_nav = "true";
		var fade_txt = "";
		var thumbBgOpacity = '0.5';
		var navOpacity = '0.8';

		function showThumbs() {
			$('div#slideshow-thumbs-bg1896').stop().fadeTo(400, thumbBgOpacity);
			$('div#slideshow-thumbs-wrapper1896').stop().fadeTo(400, 1);
		}
		function hideThumbs() {
		  if (fade_thumb == "true") {
			$('div#slideshow-thumbs-bg1896').stop().fadeTo(400, 0);
			$('div#slideshow-thumbs-wrapper1896').stop().fadeTo(400, 0);
		  }
		}

		function showNav() {
			$('div#slideshow-nav1896').stop().fadeTo(400, navOpacity);
		}
		function hideNav() {
		  if (fade_nav == "true") {
			$('div#slideshow-nav1896').stop().fadeTo(400, 0);
		  }
		}

		function showText() {
			$('div#ppp-slideshow-text1896').stop().fadeTo(400, '0.5');
		}
		function hideText() {
		  if (fade_txt == "true") {
			$('div#ppp-slideshow-text1896').stop().fadeTo(400, 0);
		  }
		}

		$('div.slideshow-thumbs-bg').css('opacity', thumbBgOpacity);
		$('div.ppp-slideshow-text').css('opacity', '0.5');

		$('div.ppp-slideshow-text').fadeIn();
	
		showThumbs();
		
		showNav();
		$('div.ppp-slideshow').fadeIn();
		$('div.slideshow-thumbs').fadeIn();

		// Get the image index from the url hash
		$(function() {
			var index = pppGetStartingSlide();
			// Move the thumbs starting page if not on the first page.
			if ((index >= 12) && (5 > 12)) {
				pppThumbsSetPage(index);
			}
		
		// Start the cycle on the slideshow div on this postid
		$('#ppp-slideshow1896').cycle({
				fx: 'fade',
				speed: 1000,
				timeout: 2000,
				next: '.slideshow-nav1896 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav1896 a.slideshow-prev',
				before:    onBefore,
				after:     onAfter,
				pager:  '#slides1896',
				manualTrump: false,
				sync:1,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides1896  li:eq(' + (idx) + ') a'; }
		});


		// Hover effects
		$('div#ppp-slideshow1896,div#slideshow-nav1896,div#slideshow-thumbs-wrapper1896').hover(function() {
			showText();
			showNav();
			showThumbs();
		}, function() {
			hideText();
			hideNav();
			hideThumbs();
		});


		// Enable Pause/Play
		$('div#slideshow-nav1896 a.pause').click(function() { 
			$('#ppp-slideshow1896').cycle('pause');
			$('div#slideshow-nav1896 a.pause').hide().stop();
			$('div#slideshow-nav1896 a.play').show().stop();
		});
		$('div#slideshow-nav1896 a.play').click(function() { 
			$('#ppp-slideshow1896').cycle('resume');
			$('div#slideshow-nav1896 a.play').hide().stop();
			$('div#slideshow-nav1896 a.pause').show().stop();
		});


		// Whip up a carousel for the thumbnail navigation
		function pppThumbsFirst() {
			if ($('#slideshow-thumbs1896').css('margin-left') != '0px') {
				$('#slideshow-thumbs1896').stop().animate({'margin-left':'0px'}, {duration:1000});
			}
		}
		function pppThumbsPrev() {
			if ($('#slideshow-thumbs1896').css('margin-left') != '0px') {

				// Figure out the reverse margin
				var offset = (816 + parseInt($('#slideshow-thumbs1896').css('margin-left')));
				offset += 'px';

				$('#slideshow-thumbs1896').stop().animate({'margin-left':offset}, {duration:1000});  
			} else {
				pppThumbsLast(4);
			}
		}
		function pppThumbsNext() {
			var mgnLeft = parseInt($('#slideshow-thumbs1896').css('margin-left'));
			var page = (((mgnLeft * -1) / 816) + 1);
			if (page == 1) {
				pppThumbsFirst();
			} else {
				mgnLeft -= 816;
				$('#slideshow-thumbs1896').stop().animate({'margin-left':mgnLeft}, {duration:1000});
			}
		}
		function pppThumbsLast(lastSlide) {
			var page = parseInt(lastSlide / 12);
			var offset = ((page * 816) * -1);
			$('#slideshow-thumbs1896').stop().animate({'margin-left':offset}, {duration:1000});
		}
		function pppThumbsGetPage(lastSlide) {
			var page = parseInt(lastSlide / 12);
			var offset = ((page * 816) * -1);
			return offset;
		}
		function pppThumbsSetPage(lastSlide) {
			var offset = pppThumbsGetPage(lastSlide);
			$('#slideshow-thumbs1896').css('margin-left', offset);
		}
		$('#slideshow-thumbs-prev1896 a').click(function() { 
			pppThumbsPrev();
		});
		$('#slideshow-thumbs-next1896 a').click(function() { 
			pppThumbsNext();
		});


		// Cycle plugin function callbacks
		// ===============================
		// jQuery cycle before callback

		var slideCounter = 0;

		function onBefore(curr,next,opts) {

			/* If this is the initialization run, slideCounter will be null. Update the text and skedaddle. */
			if (slideCounter == null) {
				// Update the slideshow text with the text we tucked away
				$('div#ppp-slideshow-text1896 div').html($('div#ppp-slideshow-text1896'+opts.currSlide).html()).hide().fadeIn(1000);
				return;
			}

			/* Update the slideshow text with the text we tucked away. */
			$('div#ppp-slideshow-text1896 div').html($('div#ppp-slideshow-text1896'+opts.nextSlide).html()).hide().fadeIn(1000);

			/* Update the thumbs for the next slide, if necessary. */

			// WRAP: nextSlide is 0 only when wrapping from the last thumbnail
			// REVERSE WRAP: When nextSlide is equal to the slideCount, and the currSlide = 0, page to the last page.
			// NEXT PAGE: When nextSlide is a multiple of $thumbs_num, and the nextSlide > currSlide, page forward.
			// PREV PAGE: When currSlide is a multiple of $thumbs_num, and the nextSlide < currSlide, page backward.
			if ((opts.currSlide == 0) || 
				(parseInt(opts.nextSlide) % 12 == 0) ||
				(parseInt(opts.currSlide) % 12 == 0)) {
				pppThumbsLast(opts.nextSlide);
			}
		}

		// jQuery cycle onafter callback
		function onAfter(curr,next,opts) {
		var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
		$('#slideshow-info1896').html(caption);
	} }); }); });
-->
	</script>
	<div id="slideshow-wrap1896" class="slideshow-wrap"><div id="ppp-slideshow1896" class="ppp-slideshow"><div class="slideshow-attachment-post1896 slideshow-attachment-post slideshow-attachment1897 slideshow-attachment first"><div class="slideshow-attachment-inner1896 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/macro-mums/web_9033/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web_9033.jpg" class="attachment-full" alt="web_9033" title="web_9033" /></a></div></div><div class="slideshow-attachment-post1896 slideshow-attachment-post slideshow-attachment1898 slideshow-attachment "><div class="slideshow-attachment-inner1896 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/macro-mums/web_9006/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web_9006.jpg" class="attachment-full" alt="web_9006" title="web_9006" /></a></div></div><div class="slideshow-attachment-post1896 slideshow-attachment-post slideshow-attachment1899 slideshow-attachment "><div class="slideshow-attachment-inner1896 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/macro-mums/web_9009-copy/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web_9009-copy.jpg" class="attachment-full" alt="web_9009-copy" title="web_9009-copy" /></a></div></div><div class="slideshow-attachment-post1896 slideshow-attachment-post slideshow-attachment1900 slideshow-attachment "><div class="slideshow-attachment-inner1896 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/macro-mums/web_9014/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web_9014.jpg" class="attachment-full" alt="web_9014" title="web_9014" /></a></div></div><div class="slideshow-attachment-post1896 slideshow-attachment-post slideshow-attachment1901 slideshow-attachment "><div class="slideshow-attachment-inner1896 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/macro-mums/web_9020/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web_9020.jpg" class="attachment-full" alt="web_9020" title="web_9020" /></a></div></div></div><!--//end ppp-slideshow div-->
	<style type="text/css">
	div#ppp-slideshow-text1896, div#slideshow-thumbs-bg1896, div#slideshow-thumbs-wrapper1896 {z-index:1903;}
	div#slideshow-nav1896 {z-index:1904;}
	</style>
	<div class="ppp-slideshow-text" id="ppp-slideshow-text1896"><div></div></div><div class="ppp-slideshow-textoven" id="ppp-slideshow-textoven1896"><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18960"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18961"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18962"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18963"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18964"></div></div></div><!-- slideshow-wrap -->
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2011/01/macro-mums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color</title>
		<link>http://flyawayunlimited.com/2010/06/color/</link>
		<comments>http://flyawayunlimited.com/2010/06/color/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 14:00:13 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Flowers]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Lily]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1840</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href='http://flyawayunlimited.com/2010/06/color/471web_9537/' title='471web_9537'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/471web_9537-150x150.jpg" class="attachment-thumbnail" alt="471web_9537" title="471web_9537" /></a>
<a href='http://flyawayunlimited.com/2010/06/color/424web_9453/' title='424web_9453'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/424web_9453-150x150.jpg" class="attachment-thumbnail" alt="424web_9453" title="424web_9453" /></a>
<a href='http://flyawayunlimited.com/2010/06/color/469web_9533/' title='469web_9533'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/469web_9533-150x150.jpg" class="attachment-thumbnail" alt="469web_9533" title="469web_9533" /></a>

]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2010/06/color/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A few more I found.</title>
		<link>http://flyawayunlimited.com/2010/06/a-few-more-i-found/</link>
		<comments>http://flyawayunlimited.com/2010/06/a-few-more-i-found/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 06:16:33 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Flowers]]></category>
		<category><![CDATA[Just Stuff]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[100 f2.8]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[canon]]></category>
		<category><![CDATA[flower]]></category>
		<category><![CDATA[hydrangea]]></category>
		<category><![CDATA[lantana]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1787</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9338/' title='web_9338'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9338-150x150.jpg" class="attachment-thumbnail" alt="web_9338" title="web_9338" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9284/' title='web_9284'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9284-150x150.jpg" class="attachment-thumbnail" alt="web_9284" title="web_9284" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9285/' title='web_9285'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9285-150x150.jpg" class="attachment-thumbnail" alt="web_9285" title="web_9285" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9290/' title='web_9290'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9290-150x150.jpg" class="attachment-thumbnail" alt="web_9290" title="web_9290" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9298-copy/' title='web_9298-copy'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9298-copy-150x150.jpg" class="attachment-thumbnail" alt="web_9298-copy" title="web_9298-copy" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9305/' title='web_9305'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9305-150x150.jpg" class="attachment-thumbnail" alt="web_9305" title="web_9305" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9311/' title='web_9311'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9311-150x150.jpg" class="attachment-thumbnail" alt="web_9311" title="web_9311" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9313/' title='web_9313'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9313-150x150.jpg" class="attachment-thumbnail" alt="web_9313" title="web_9313" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9322/' title='web_9322'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9322-150x150.jpg" class="attachment-thumbnail" alt="web_9322" title="web_9322" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9323/' title='web_9323'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9323-150x150.jpg" class="attachment-thumbnail" alt="web_9323" title="web_9323" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9330-copy-3/' title='web_9330-copy-3'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9330-copy-3-150x150.jpg" class="attachment-thumbnail" alt="web_9330-copy-3" title="web_9330-copy-3" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9334/' title='web_9334'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9334-150x150.jpg" class="attachment-thumbnail" alt="web_9334" title="web_9334" /></a>

]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2010/06/a-few-more-i-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pretty Colors</title>
		<link>http://flyawayunlimited.com/2010/05/pretty-colors/</link>
		<comments>http://flyawayunlimited.com/2010/05/pretty-colors/#comments</comments>
		<pubDate>Mon, 31 May 2010 01:35:59 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Flowers]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[bokeh]]></category>
		<category><![CDATA[colors]]></category>
		<category><![CDATA[flower]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1782</guid>
		<description><![CDATA[First one happened by accident of course. I love the way the colors melt into each other.]]></description>
			<content:encoded><![CDATA[<p>First one happened by accident of course. I love the way the colors melt into each other. </p>

<a href='http://flyawayunlimited.com/2010/05/pretty-colors/web334img_9099/' title='web334IMG_9099'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/05/web334IMG_9099-150x150.jpg" class="attachment-thumbnail" alt="web334IMG_9099" title="web334IMG_9099" /></a>
<a href='http://flyawayunlimited.com/2010/05/pretty-colors/web324img_9086/' title='web324IMG_9086'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/05/web324IMG_9086-150x150.jpg" class="attachment-thumbnail" alt="web324IMG_9086" title="web324IMG_9086" /></a>
<a href='http://flyawayunlimited.com/2010/05/pretty-colors/web333img_9098/' title='web333IMG_9098'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/05/web333IMG_9098-150x150.jpg" class="attachment-thumbnail" alt="web333IMG_9098" title="web333IMG_9098" /></a>

]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2010/05/pretty-colors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It rained again today.</title>
		<link>http://flyawayunlimited.com/2009/10/it-rained-again-today/</link>
		<comments>http://flyawayunlimited.com/2009/10/it-rained-again-today/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 02:27:12 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Flowers]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[plants]]></category>
		<category><![CDATA[Rain]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1483</guid>
		<description><![CDATA[I had to get my camera out and work on some things. It&#8217;s been awhile and I&#8217;m rusty. I am going to force myself to take at least one photo a day from now on. It&#8217;s time to get creative!]]></description>
			<content:encoded><![CDATA[<p>I had to get my camera out and work on some things. It&#8217;s been awhile and I&#8217;m rusty. I am going to force myself to take at least one photo a day from now on. It&#8217;s time to get creative!</p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/10/web1199img_5478.jpg" alt="web1199img_5478" title="web1199img_5478" width="864" height="576" class="alignnone size-full wp-image-1490" /></p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/10/web1200img_5480.jpg" alt="web1200img_5480" title="web1200img_5480" width="864" height="576" class="alignnone size-full wp-image-1491" /></p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/10/web1201img_5482.jpg" alt="web1201img_5482" title="web1201img_5482" width="864" height="576" class="alignnone size-full wp-image-1492" /></p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/10/web1202img_5483.jpg" alt="web1202img_5483" title="web1202img_5483" width="864" height="576" class="alignnone size-full wp-image-1493" /></p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/10/web1203img_5488.jpg" alt="web1203img_5488" title="web1203img_5488" width="576" height="864" class="alignnone size-full wp-image-1494" /></p>
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2009/10/it-rained-again-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dogwoods September 19, 2009</title>
		<link>http://flyawayunlimited.com/2009/09/dogwoods/</link>
		<comments>http://flyawayunlimited.com/2009/09/dogwoods/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 05:09:21 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Flowers]]></category>
		<category><![CDATA[Just Stuff]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dogwood]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[trees]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1449</guid>
		<description><![CDATA[I am a posting FOOL today! It&#8217;s been raining here for like 2 weeks. I miss sunshine. I miss fresh air. I miss waking up to a beautiful day. These dogwoods from last spring make me feel better.]]></description>
			<content:encoded><![CDATA[<p>I am a posting FOOL today! It&#8217;s been raining here for like 2 weeks. I miss sunshine. I miss fresh air. I miss waking up to a beautiful day. These dogwoods from last spring make me feel better.</p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web266_0345.jpg" alt="web266_0345" title="web266_0345" width="936" height="648" class="alignnone size-full wp-image-1453" /></p>

<a href='http://flyawayunlimited.com/2009/09/dogwoods/web281_3033/' title='web281_3033'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web281_3033-150x150.jpg" class="attachment-thumbnail" alt="web281_3033" title="web281_3033" /></a>
<a href='http://flyawayunlimited.com/2009/09/dogwoods/web264_0342/' title='web264_0342'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web264_0342-150x150.jpg" class="attachment-thumbnail" alt="web264_0342" title="web264_0342" /></a>
<a href='http://flyawayunlimited.com/2009/09/dogwoods/web265_0344/' title='web265_0344'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web265_0344-150x150.jpg" class="attachment-thumbnail" alt="web265_0344" title="web265_0344" /></a>
<a href='http://flyawayunlimited.com/2009/09/dogwoods/web266_0345/' title='web266_0345'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web266_0345-150x150.jpg" class="attachment-thumbnail" alt="web266_0345" title="web266_0345" /></a>
<a href='http://flyawayunlimited.com/2009/09/dogwoods/web268_0348/' title='web268_0348'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web268_0348-150x150.jpg" class="attachment-thumbnail" alt="web268_0348" title="web268_0348" /></a>
<a href='http://flyawayunlimited.com/2009/09/dogwoods/web272_0356/' title='web272_0356'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web272_0356-150x150.jpg" class="attachment-thumbnail" alt="web272_0356" title="web272_0356" /></a>
<a href='http://flyawayunlimited.com/2009/09/dogwoods/web273_0360/' title='web273_0360'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web273_0360-150x150.jpg" class="attachment-thumbnail" alt="web273_0360" title="web273_0360" /></a>
<a href='http://flyawayunlimited.com/2009/09/dogwoods/web279_3022/' title='web279_3022'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web279_3022-150x150.jpg" class="attachment-thumbnail" alt="web279_3022" title="web279_3022" /></a>

]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2009/09/dogwoods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just playing</title>
		<link>http://flyawayunlimited.com/2008/10/just-playing/</link>
		<comments>http://flyawayunlimited.com/2008/10/just-playing/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 14:06:07 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Flowers]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[Bee]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1000</guid>
		<description><![CDATA[Me and Aidan came upon this on our walk. Just for fun. Can you spot the bug?]]></description>
			<content:encoded><![CDATA[<p>Me and Aidan came upon this on our walk. Just for fun.</p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1195-copy.jpg" rel="lightbox[1000]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1195-copy.jpg" alt="" title="web1195-copy" width="792" height="792" class="alignnone size-medium wp-image-1001" /></a></p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2008/10/webvin1187.jpg" rel="lightbox[1000]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/10/webvin1187.jpg" alt="" title="webvin1187" width="792" height="792" class="alignnone size-medium wp-image-1006" /></a></p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2008/10/webvin1186.jpg" rel="lightbox[1000]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/10/webvin1186.jpg" alt="" title="webvin1186" width="792" height="792" class="alignnone size-medium wp-image-1005" /></a></p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2008/10/webvin1185.jpg" rel="lightbox[1000]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/10/webvin1185.jpg" alt="" title="webvin1185" width="792" height="792" class="alignnone size-medium wp-image-1004" /></a></p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1213.jpg" rel="lightbox[1000]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1213.jpg" alt="" title="web1213" width="792" height="792" class="alignnone size-medium wp-image-1003" /></a></p>
<p>Can you spot the bug?<br />
<a href="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1207.jpg" rel="lightbox[1000]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1207.jpg" alt="" title="web1207" width="792" height="648" class="alignnone size-medium wp-image-1002" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2008/10/just-playing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mom&#8217;s Lilies</title>
		<link>http://flyawayunlimited.com/2008/07/moms-lilies/</link>
		<comments>http://flyawayunlimited.com/2008/07/moms-lilies/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 04:44:26 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Flowers]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[Lillies]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=865</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href='http://flyawayunlimited.com/wp-content/uploads/2008/07/web0729.jpg' rel="lightbox[865]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/07/web0729.jpg" alt="" title="web0729" width="648" height="504" class="alignnone size-medium wp-image-867" /></a></p>
<p><a href='http://flyawayunlimited.com/wp-content/uploads/2008/07/web0730.jpg' rel="lightbox[865]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/07/web0730.jpg" alt="" title="web0730" width="648" height="504" class="alignnone size-medium wp-image-868" /></a></p>
<p><a href='http://flyawayunlimited.com/wp-content/uploads/2008/07/web0734.jpg' rel="lightbox[865]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/07/web0734.jpg" alt="" title="web0734" width="504" height="648" class="alignnone size-medium wp-image-869" /></a></p>
<p><a href='http://flyawayunlimited.com/wp-content/uploads/2008/07/web0756.jpg' rel="lightbox[865]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/07/web0756.jpg" alt="" title="web0756" width="648" height="504" class="alignnone size-medium wp-image-870" /></a></p>
<p><a href='http://flyawayunlimited.com/wp-content/uploads/2008/07/web0757.jpg' rel="lightbox[865]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/07/web0757.jpg" alt="" title="web0757" width="504" height="648" class="alignnone size-medium wp-image-871" /></a></p>
<p><a href='http://flyawayunlimited.com/wp-content/uploads/2008/07/web0758.jpg' rel="lightbox[865]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/07/web0758.jpg" alt="" title="web0758" width="648" height="504" class="alignnone size-medium wp-image-872" /></a></p>
<p><a href='http://flyawayunlimited.com/wp-content/uploads/2008/07/web0759.jpg' rel="lightbox[865]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/07/web0759.jpg" alt="" title="web0759" width="648" height="504" class="alignnone size-medium wp-image-873" /></a></p>
<p><a href='http://flyawayunlimited.com/wp-content/uploads/2008/07/web0760.jpg' rel="lightbox[865]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/07/web0760.jpg" alt="" title="web0760" width="648" height="504" class="alignnone size-medium wp-image-874" /></a></p>
<p><a href='http://flyawayunlimited.com/wp-content/uploads/2008/07/web0767.jpg' rel="lightbox[865]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/07/web0767.jpg" alt="" title="web0767" width="648" height="504" class="alignnone size-medium wp-image-876" /></a></p>
<p><a href='http://flyawayunlimited.com/wp-content/uploads/2008/07/web0771.jpg' rel="lightbox[865]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/07/web0771.jpg" alt="" title="web0771" width="648" height="504" class="alignnone size-medium wp-image-877" /></a></p>
<p><a href='http://flyawayunlimited.com/wp-content/uploads/2008/07/web0772.jpg' rel="lightbox[865]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/07/web0772.jpg" alt="" title="web0772" width="648" height="504" class="alignnone size-medium wp-image-878" /></a></p>
<p><a href='http://flyawayunlimited.com/wp-content/uploads/2008/07/web0773.jpg' rel="lightbox[865]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/07/web0773.jpg" alt="" title="web0773" width="648" height="504" class="alignnone size-medium wp-image-879" /></a></p>
<p><a href='http://flyawayunlimited.com/wp-content/uploads/2008/07/web0775.jpg' rel="lightbox[865]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/07/web0775.jpg" alt="" title="web0775" width="504" height="648" class="alignnone size-medium wp-image-880" /></a></p>
<p><a href='http://flyawayunlimited.com/wp-content/uploads/2008/07/web0778.jpg' rel="lightbox[865]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/07/web0778.jpg" alt="" title="web0778" width="504" height="648" class="alignnone size-medium wp-image-881" /></a></p>
<p><a href='http://flyawayunlimited.com/wp-content/uploads/2008/07/web0780.jpg' rel="lightbox[865]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/07/web0780.jpg" alt="" title="web0780" width="648" height="504" class="alignnone size-medium wp-image-882" /></a></p>
<p><a href='http://flyawayunlimited.com/wp-content/uploads/2008/07/web0783.jpg' rel="lightbox[865]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/07/web0783.jpg" alt="" title="web0783" width="504" height="648" class="alignnone size-medium wp-image-883" /></a></p>
<p><a href='http://flyawayunlimited.com/wp-content/uploads/2008/07/web0784.jpg' rel="lightbox[865]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/07/web0784.jpg" alt="" title="web0784" width="504" height="648" class="alignnone size-medium wp-image-884" /></a></p>
<p><a href='http://flyawayunlimited.com/wp-content/uploads/2008/07/web0785.jpg' rel="lightbox[865]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/07/web0785.jpg" alt="" title="web0785" width="504" height="648" class="alignnone size-medium wp-image-885" /></a></p>
<p><a href='http://flyawayunlimited.com/wp-content/uploads/2008/07/web0786.jpg' rel="lightbox[865]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/07/web0786.jpg" alt="" title="web0786" width="504" height="648" class="alignnone size-medium wp-image-886" /></a></p>
<p><a href='http://flyawayunlimited.com/wp-content/uploads/2008/07/weblg0774.jpg' rel="lightbox[865]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/07/weblg0774.jpg" alt="" title="weblg0774" width="792" height="504" class="alignnone size-medium wp-image-887" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2008/07/moms-lilies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

