<?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; Bugs</title>
	<atom:link href="http://flyawayunlimited.com/category/bugs/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>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>Spiders</title>
		<link>http://flyawayunlimited.com/2010/06/spiders/</link>
		<comments>http://flyawayunlimited.com/2010/06/spiders/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 14:00:12 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[Animals]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Yellow Garden Spider]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1825</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href='http://flyawayunlimited.com/2010/06/spiders/456web_9504/' title='456web_9504'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/456web_9504-150x150.jpg" class="attachment-thumbnail" alt="456web_9504" title="456web_9504" /></a>
<a href='http://flyawayunlimited.com/2010/06/spiders/458web_9506/' title='458web_9506'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/458web_9506-150x150.jpg" class="attachment-thumbnail" alt="458web_9506" title="458web_9506" /></a>
<a href='http://flyawayunlimited.com/2010/06/spiders/459web_9507/' title='459web_9507'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/459web_9507-150x150.jpg" class="attachment-thumbnail" alt="459web_9507" title="459web_9507" /></a>
<a href='http://flyawayunlimited.com/2010/06/spiders/464web_9521/' title='464web_9521'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/464web_9521-150x150.jpg" class="attachment-thumbnail" alt="464web_9521" title="464web_9521" /></a>
<a href='http://flyawayunlimited.com/2010/06/spiders/449web_9494/' title='449web_9494'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/449web_9494-150x150.jpg" class="attachment-thumbnail" alt="449web_9494" title="449web_9494" /></a>
<a href='http://flyawayunlimited.com/2010/06/spiders/454web_9501/' title='454web_9501'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/454web_9501-150x150.jpg" class="attachment-thumbnail" alt="454web_9501" title="454web_9501" /></a>
<a href='http://flyawayunlimited.com/2010/06/spiders/455web_9502/' title='455web_9502'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/455web_9502-150x150.jpg" class="attachment-thumbnail" alt="455web_9502" title="455web_9502" /></a>

]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2010/06/spiders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bugs</title>
		<link>http://flyawayunlimited.com/2010/06/bugs-2/</link>
		<comments>http://flyawayunlimited.com/2010/06/bugs-2/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 15:41:11 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[Dragonfly]]></category>
		<category><![CDATA[Tussock Moth Caterpillar]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1812</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href='http://flyawayunlimited.com/2010/06/bugs-2/480web_9558/' title='480web_9558'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/480web_9558-150x150.jpg" class="attachment-thumbnail" alt="480web_9558" title="480web_9558" /></a>
<a href='http://flyawayunlimited.com/2010/06/bugs-2/482web_9562/' title='482web_9562'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/482web_9562-150x150.jpg" class="attachment-thumbnail" alt="482web_9562" title="482web_9562" /></a>
<a href='http://flyawayunlimited.com/2010/06/bugs-2/406web_9404/' title='406web_9404'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/406web_9404-150x150.jpg" class="attachment-thumbnail" alt="406web_9404" title="406web_9404" /></a>
<a href='http://flyawayunlimited.com/2010/06/bugs-2/409web_9414/' title='409web_9414'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/409web_9414-150x150.jpg" class="attachment-thumbnail" alt="409web_9414" title="409web_9414" /></a>
<a href='http://flyawayunlimited.com/2010/06/bugs-2/415web_9423/' title='415web_9423'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/415web_9423-150x150.jpg" class="attachment-thumbnail" alt="415web_9423" title="415web_9423" /></a>
<a href='http://flyawayunlimited.com/2010/06/bugs-2/435web_9470/' title='435web_9470'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/435web_9470-150x150.jpg" class="attachment-thumbnail" alt="435web_9470" title="435web_9470" /></a>
<a href='http://flyawayunlimited.com/2010/06/bugs-2/441web_9477/' title='441web_9477'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/441web_9477-150x150.jpg" class="attachment-thumbnail" alt="441web_9477" title="441web_9477" /></a>
<a href='http://flyawayunlimited.com/2010/06/bugs-2/446web_9482/' title='446web_9482'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/446web_9482-150x150.jpg" class="attachment-thumbnail" alt="446web_9482" title="446web_9482" /></a>
<a href='http://flyawayunlimited.com/2010/06/bugs-2/447web_9483/' title='447web_9483'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/447web_9483-150x150.jpg" class="attachment-thumbnail" alt="447web_9483" title="447web_9483" /></a>

]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2010/06/bugs-2/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>Dragonflies</title>
		<link>http://flyawayunlimited.com/2009/09/dragonflies/</link>
		<comments>http://flyawayunlimited.com/2009/09/dragonflies/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 04:58:31 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Animals]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Just Stuff]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[dragonflies]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1426</guid>
		<description><![CDATA[This is not a dragonfly. I have no clue what it is. These are dragonflies.]]></description>
			<content:encoded><![CDATA[<p>This is not a dragonfly. I have no clue what it is.</p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web768img_4460.jpg" alt="web768img_4460" title="web768img_4460" width="792" height="648" class="alignnone size-full wp-image-1427" /></p>
<p>These are dragonflies.</p>

<a href='http://flyawayunlimited.com/2009/09/dragonflies/web768img_4460/' title='web768img_4460'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web768img_4460-150x150.jpg" class="attachment-thumbnail" alt="web768img_4460" title="web768img_4460" /></a>
<a href='http://flyawayunlimited.com/2009/09/dragonflies/web756img_4423/' title='web756img_4423'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web756img_4423-150x150.jpg" class="attachment-thumbnail" alt="web756img_4423" title="web756img_4423" /></a>
<a href='http://flyawayunlimited.com/2009/09/dragonflies/web759img_4426/' title='web759img_4426'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web759img_4426-150x150.jpg" class="attachment-thumbnail" alt="web759img_4426" title="web759img_4426" /></a>
<a href='http://flyawayunlimited.com/2009/09/dragonflies/web767img_4452/' title='web767img_4452'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web767img_4452-150x150.jpg" class="attachment-thumbnail" alt="web767img_4452" title="web767img_4452" /></a>
<a href='http://flyawayunlimited.com/2009/09/dragonflies/web770img_4467/' title='web770img_4467'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web770img_4467-150x150.jpg" class="attachment-thumbnail" alt="web770img_4467" title="web770img_4467" /></a>
<a href='http://flyawayunlimited.com/2009/09/dragonflies/web773img_4473/' title='web773img_4473'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web773img_4473-150x150.jpg" class="attachment-thumbnail" alt="web773img_4473" title="web773img_4473" /></a>
<a href='http://flyawayunlimited.com/2009/09/dragonflies/web775img_4479/' title='web775img_4479'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web775img_4479-150x150.jpg" class="attachment-thumbnail" alt="web775img_4479" title="web775img_4479" /></a>
<a href='http://flyawayunlimited.com/2009/09/dragonflies/web778img_4486/' title='web778img_4486'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web778img_4486-150x150.jpg" class="attachment-thumbnail" alt="web778img_4486" title="web778img_4486" /></a>
<a href='http://flyawayunlimited.com/2009/09/dragonflies/web780img_4490/' title='web780img_4490'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web780img_4490-150x150.jpg" class="attachment-thumbnail" alt="web780img_4490" title="web780img_4490" /></a>
<a href='http://flyawayunlimited.com/2009/09/dragonflies/web782img_4494/' title='web782img_4494'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web782img_4494-150x150.jpg" class="attachment-thumbnail" alt="web782img_4494" title="web782img_4494" /></a>
<a href='http://flyawayunlimited.com/2009/09/dragonflies/web789img_4507/' title='web789img_4507'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web789img_4507-150x150.jpg" class="attachment-thumbnail" alt="web789img_4507" title="web789img_4507" /></a>
<a href='http://flyawayunlimited.com/2009/09/dragonflies/web790img_4515/' title='web790img_4515'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web790img_4515-150x150.jpg" class="attachment-thumbnail" alt="web790img_4515" title="web790img_4515" /></a>
<a href='http://flyawayunlimited.com/2009/09/dragonflies/web793img_4522/' title='web793img_4522'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web793img_4522-150x150.jpg" class="attachment-thumbnail" alt="web793img_4522" title="web793img_4522" /></a>

]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2009/09/dragonflies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sweet Potato Vine Bugs.</title>
		<link>http://flyawayunlimited.com/2008/11/sweet-potato-vine-bugs/</link>
		<comments>http://flyawayunlimited.com/2008/11/sweet-potato-vine-bugs/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 06:10:56 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[plants]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1091</guid>
		<description><![CDATA[These little things were on my sweet potato, and I don&#8217;t know what they are. I swear they are a hybrid of an ant and spider. I literally spent a whole school day one day googling and nothing. Crazy. They have suckers (i don&#8217;t know, what&#8217;s that called?) like a bee, and suck the juice [...]]]></description>
			<content:encoded><![CDATA[<p>These little things were on my sweet potato, and I don&#8217;t know what they are. I swear they are a hybrid of an ant and spider. I literally spent a whole school day one day googling and nothing. Crazy. They have suckers (i don&#8217;t know, what&#8217;s that called?) like a bee, and suck the juice fom the stem. Weird.</p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2008/11/web1225.jpg" rel="lightbox[1091]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/11/web1225.jpg" alt="" title="web1225" width="792" height="792" class="alignnone size-medium wp-image-1093" /></a></p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2008/11/web1241.jpg" rel="lightbox[1091]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/11/web1241.jpg" alt="" title="web1241" width="792" height="792" class="alignnone size-medium wp-image-1094" /></a></p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2008/11/web1375.jpg" rel="lightbox[1091]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/11/web1375.jpg" alt="" title="web1375" width="504" height="720" class="alignnone size-medium wp-image-1095" /></a></p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2008/11/web1376.jpg" rel="lightbox[1091]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/11/web1376.jpg" alt="" title="web1376" width="720" height="504" class="alignnone size-medium wp-image-1092" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2008/11/sweet-potato-vine-bugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bugs.</title>
		<link>http://flyawayunlimited.com/2008/10/bugs/</link>
		<comments>http://flyawayunlimited.com/2008/10/bugs/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 04:07:24 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Animals]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Nature]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1059</guid>
		<description><![CDATA[I know, I know, more bugs. God forbid one touch me, but as long as they will stay still, I&#8217;ll shoot em&#8230; For free&#8230; Don&#8217;t even have to bribe them.(How&#8217;s that for a run-on!) Plastic kit lens. some funky photoshoppin&#8217; and some of Aidan too]]></description>
			<content:encoded><![CDATA[<p>I know, I know, more bugs. God forbid one touch me, but as long as they will stay still, I&#8217;ll shoot em&#8230; For free&#8230; Don&#8217;t even have to bribe them.(How&#8217;s that for a run-on!) Plastic kit lens.</p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1451.jpg" rel="lightbox[1059]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1451.jpg" alt="" title="web1451" width="648" height="792" class="alignnone size-medium wp-image-1065" /></a></p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1452.jpg" rel="lightbox[1059]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1452.jpg" alt="" title="web1452" width="792" height="648" class="alignnone size-medium wp-image-1060" /></a></p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1454.jpg" rel="lightbox[1059]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1454.jpg" alt="" title="web1454" width="648" height="792" class="alignnone size-medium wp-image-1061" /></a></p>
<p>some funky photoshoppin&#8217;<br />
<a href="http://flyawayunlimited.com/wp-content/uploads/2008/10/webvin1473.jpg" rel="lightbox[1059]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/10/webvin1473.jpg" alt="" title="webvin1473" width="792" height="648" class="alignnone size-medium wp-image-1064" /></a></p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1476.jpg" rel="lightbox[1059]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1476.jpg" alt="" title="web1476" width="792" height="648" class="alignnone size-medium wp-image-1062" /></a></p>
<p>and some of Aidan too</p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1463.jpg" rel="lightbox[1059]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1463.jpg" alt="" title="web1463" width="792" height="648" class="alignnone size-medium wp-image-1066" /></a><a href="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1489.jpg" rel="lightbox[1059]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1489.jpg" alt="" title="web1489" width="792" height="648" class="alignnone size-medium wp-image-1063" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2008/10/bugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The lizard and his lunch.</title>
		<link>http://flyawayunlimited.com/2008/10/the-lizard-and-his-lunch/</link>
		<comments>http://flyawayunlimited.com/2008/10/the-lizard-and-his-lunch/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 06:10:50 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[lizard]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1049</guid>
		<description><![CDATA[And I&#8217;ll leave it at that.]]></description>
			<content:encoded><![CDATA[<p>And I&#8217;ll leave it at that.</p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1390.jpg" rel="lightbox[1049]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1390.jpg" alt="" title="web1390" width="720" height="504" class="alignnone size-medium wp-image-1051" /></a></p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1392.jpg" rel="lightbox[1049]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1392.jpg" alt="" title="web1392" width="720" height="504" class="alignnone size-medium wp-image-1052" /></a></p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1396.jpg" rel="lightbox[1049]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1396.jpg" alt="" title="web1396" width="504" height="720" class="alignnone size-medium wp-image-1053" /></a></p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1403.jpg" rel="lightbox[1049]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1403.jpg" alt="" title="web1403" width="792" height="792" class="alignnone size-medium wp-image-1050" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2008/10/the-lizard-and-his-lunch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

