<?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; Kids</title>
	<atom:link href="http://flyawayunlimited.com/category/kids/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>It&#8217;s been awhile.</title>
		<link>http://flyawayunlimited.com/2011/06/its-been-awhile/</link>
		<comments>http://flyawayunlimited.com/2011/06/its-been-awhile/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 05:38:55 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Aidan]]></category>
		<category><![CDATA[Kids]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1984</guid>
		<description><![CDATA[It has been so long since I picked up my camera for people, I was totally off! Just a few. Not up to MY standards, but whatever. Aidan is officially a ninth grader! What?! Yep, These were 8th grade pics in her graduation dress. (we will be trying again!) Congrats Aidan! Good Luck at LHS.]]></description>
			<content:encoded><![CDATA[

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

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

	div#slideshow-thumbs-bg1984, div#slideshow-thumbs-wrapper1984, div#slideshow-thumbs-wrap1984, div#slideshow-thumbs1984,
	div#slideshow-thumbs-prev1984, div#slideshow-thumbs-next1984, div#slideshow-thumbs-prev1984 a, div#slideshow-thumbs-next1984 a {
	height:74px;
	}

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

	div#ppp-slideshow1984, div#slideshow-wrap1984, div#slideshow-thumbs-bg1984, div#slideshow-next1984 {width:864px;}
	div#slideshow-navigator1984 {width:808px;}

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

	<noscript>
	<style type="text/css">
	div#ppp-slideshow1984, .contenttext div#ppp-slideshow1984 .slideshow-attachment-inner {height:auto;}
	.contenttext div#ppp-slideshow1984 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-bg1984').stop().fadeTo(400, thumbBgOpacity);
			$('div#slideshow-thumbs-wrapper1984').stop().fadeTo(400, 1);
		}
		function hideThumbs() {
		  if (fade_thumb == "true") {
			$('div#slideshow-thumbs-bg1984').stop().fadeTo(400, 0);
			$('div#slideshow-thumbs-wrapper1984').stop().fadeTo(400, 0);
		  }
		}

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

		function showText() {
			$('div#ppp-slideshow-text1984').stop().fadeTo(400, '0.5');
		}
		function hideText() {
		  if (fade_txt == "true") {
			$('div#ppp-slideshow-text1984').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) && (9 > 12)) {
				pppThumbsSetPage(index);
			}
		
		// Start the cycle on the slideshow div on this postid
		$('#ppp-slideshow1984').cycle({
				fx: 'fade',
				speed: 1000,
				timeout: 2000,
				next: '.slideshow-nav1984 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav1984 a.slideshow-prev',
				before:    onBefore,
				after:     onAfter,
				pager:  '#slides1984',
				manualTrump: false,
				sync:1,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides1984  li:eq(' + (idx) + ') a'; }
		});


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


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


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

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

				$('#slideshow-thumbs1984').stop().animate({'margin-left':offset}, {duration:1000});  
			} else {
				pppThumbsLast(8);
			}
		}
		function pppThumbsNext() {
			var mgnLeft = parseInt($('#slideshow-thumbs1984').css('margin-left'));
			var page = (((mgnLeft * -1) / 816) + 1);
			if (page == 1) {
				pppThumbsFirst();
			} else {
				mgnLeft -= 816;
				$('#slideshow-thumbs1984').stop().animate({'margin-left':mgnLeft}, {duration:1000});
			}
		}
		function pppThumbsLast(lastSlide) {
			var page = parseInt(lastSlide / 12);
			var offset = ((page * 816) * -1);
			$('#slideshow-thumbs1984').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-thumbs1984').css('margin-left', offset);
		}
		$('#slideshow-thumbs-prev1984 a').click(function() { 
			pppThumbsPrev();
		});
		$('#slideshow-thumbs-next1984 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-text1984 div').html($('div#ppp-slideshow-text1984'+opts.currSlide).html()).hide().fadeIn(1000);
				return;
			}

			/* Update the slideshow text with the text we tucked away. */
			$('div#ppp-slideshow-text1984 div').html($('div#ppp-slideshow-text1984'+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-info1984').html(caption);
	} }); }); });
-->
	</script>
	<p>It has been so long since I picked up my camera for people, I was totally off! Just a few. Not up to MY standards, but whatever. Aidan is officially a ninth grader! What?! Yep, These were 8th grade pics in her graduation dress. (we will be trying again!) Congrats Aidan! Good Luck at LHS.</p>
<div id="slideshow-wrap1984" class="slideshow-wrap"><div id="ppp-slideshow1984" class="ppp-slideshow"><div class="slideshow-attachment-post1984 slideshow-attachment-post slideshow-attachment1985 slideshow-attachment first"><div class="slideshow-attachment-inner1984 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/06/its-been-awhile/353img_0015/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/06/353IMG_0015.jpg" class="attachment-full" alt="353IMG_0015" title="353IMG_0015" /></a></div></div><div class="slideshow-attachment-post1984 slideshow-attachment-post slideshow-attachment1986 slideshow-attachment "><div class="slideshow-attachment-inner1984 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/06/its-been-awhile/355img_0020/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/06/355IMG_0020.jpg" class="attachment-full" alt="355IMG_0020" title="355IMG_0020" /></a></div></div><div class="slideshow-attachment-post1984 slideshow-attachment-post slideshow-attachment1987 slideshow-attachment "><div class="slideshow-attachment-inner1984 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/06/its-been-awhile/356img_0022/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/06/356IMG_0022.jpg" class="attachment-full" alt="356IMG_0022" title="356IMG_0022" /></a></div></div><div class="slideshow-attachment-post1984 slideshow-attachment-post slideshow-attachment1988 slideshow-attachment "><div class="slideshow-attachment-inner1984 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/06/its-been-awhile/359img_0025/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/06/359IMG_0025.jpg" class="attachment-full" alt="359IMG_0025" title="359IMG_0025" /></a></div></div><div class="slideshow-attachment-post1984 slideshow-attachment-post slideshow-attachment1989 slideshow-attachment "><div class="slideshow-attachment-inner1984 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/06/its-been-awhile/360img_0026/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/06/360IMG_0026.jpg" class="attachment-full" alt="360IMG_0026" title="360IMG_0026" /></a></div></div><div class="slideshow-attachment-post1984 slideshow-attachment-post slideshow-attachment1990 slideshow-attachment "><div class="slideshow-attachment-inner1984 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/06/its-been-awhile/361img_0027/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/06/361IMG_0027.jpg" class="attachment-full" alt="361IMG_0027" title="361IMG_0027" /></a></div></div><div class="slideshow-attachment-post1984 slideshow-attachment-post slideshow-attachment1991 slideshow-attachment "><div class="slideshow-attachment-inner1984 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/06/its-been-awhile/362img_1829/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/06/362IMG_1829.jpg" class="attachment-full" alt="362IMG_1829" title="362IMG_1829" /></a></div></div><div class="slideshow-attachment-post1984 slideshow-attachment-post slideshow-attachment1992 slideshow-attachment "><div class="slideshow-attachment-inner1984 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/06/its-been-awhile/363img_1836/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/06/363IMG_1836.jpg" class="attachment-full" alt="363IMG_1836" title="363IMG_1836" /></a></div></div><div class="slideshow-attachment-post1984 slideshow-attachment-post slideshow-attachment1993 slideshow-attachment "><div class="slideshow-attachment-inner1984 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/06/its-been-awhile/366img_1842/" class="slideshow-image"><img width="576" height="720" src="http://flyawayunlimited.com/wp-content/uploads/2011/06/366IMG_1842.jpg" class="attachment-full" alt="366IMG_1842" title="366IMG_1842" /></a></div></div></div><!--//end ppp-slideshow div-->
	<style type="text/css">
	div#ppp-slideshow-text1984, div#slideshow-thumbs-bg1984, div#slideshow-thumbs-wrapper1984 {z-index:1995;}
	div#slideshow-nav1984 {z-index:1996;}
	</style>
	<div class="ppp-slideshow-text" id="ppp-slideshow-text1984"><div></div></div><div class="ppp-slideshow-textoven" id="ppp-slideshow-textoven1984"><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19840"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19841"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19842"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19843"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19844"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19845"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19846"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19847"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19848"></div></div></div><!-- slideshow-wrap -->
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2011/06/its-been-awhile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another Snow Day</title>
		<link>http://flyawayunlimited.com/2011/02/another-snow-day/</link>
		<comments>http://flyawayunlimited.com/2011/02/another-snow-day/#comments</comments>
		<pubDate>Sat, 05 Feb 2011 07:48:04 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Aidan]]></category>
		<category><![CDATA[Just Stuff]]></category>
		<category><![CDATA[Kids]]></category>
		<category><![CDATA[East Texas]]></category>
		<category><![CDATA[Snow]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1924</guid>
		<description><![CDATA[We had another snow day today. We have had snow at least 3 or 4 times so far this year. It&#8217;s getting very old. This NEVER happens here. Usually we get one decent snow if any! Pure craziness I tell you! It has been a long time since I put some effort into taking photographs. [...]]]></description>
			<content:encoded><![CDATA[

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

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

	div#slideshow-thumbs-bg1924, div#slideshow-thumbs-wrapper1924, div#slideshow-thumbs-wrap1924, div#slideshow-thumbs1924,
	div#slideshow-thumbs-prev1924, div#slideshow-thumbs-next1924, div#slideshow-thumbs-prev1924 a, div#slideshow-thumbs-next1924 a {
	height:74px;
	}

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

	div#ppp-slideshow1924, div#slideshow-wrap1924, div#slideshow-thumbs-bg1924, div#slideshow-next1924 {width:864px;}
	div#slideshow-navigator1924 {width:808px;}

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

	<noscript>
	<style type="text/css">
	div#ppp-slideshow1924, .contenttext div#ppp-slideshow1924 .slideshow-attachment-inner {height:auto;}
	.contenttext div#ppp-slideshow1924 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-bg1924').stop().fadeTo(400, thumbBgOpacity);
			$('div#slideshow-thumbs-wrapper1924').stop().fadeTo(400, 1);
		}
		function hideThumbs() {
		  if (fade_thumb == "true") {
			$('div#slideshow-thumbs-bg1924').stop().fadeTo(400, 0);
			$('div#slideshow-thumbs-wrapper1924').stop().fadeTo(400, 0);
		  }
		}

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

		function showText() {
			$('div#ppp-slideshow-text1924').stop().fadeTo(400, '0.5');
		}
		function hideText() {
		  if (fade_txt == "true") {
			$('div#ppp-slideshow-text1924').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) && (7 > 12)) {
				pppThumbsSetPage(index);
			}
		
		// Start the cycle on the slideshow div on this postid
		$('#ppp-slideshow1924').cycle({
				fx: 'fade',
				speed: 1000,
				timeout: 2000,
				next: '.slideshow-nav1924 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav1924 a.slideshow-prev',
				before:    onBefore,
				after:     onAfter,
				pager:  '#slides1924',
				manualTrump: false,
				sync:1,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides1924  li:eq(' + (idx) + ') a'; }
		});


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


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


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

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

				$('#slideshow-thumbs1924').stop().animate({'margin-left':offset}, {duration:1000});  
			} else {
				pppThumbsLast(6);
			}
		}
		function pppThumbsNext() {
			var mgnLeft = parseInt($('#slideshow-thumbs1924').css('margin-left'));
			var page = (((mgnLeft * -1) / 816) + 1);
			if (page == 1) {
				pppThumbsFirst();
			} else {
				mgnLeft -= 816;
				$('#slideshow-thumbs1924').stop().animate({'margin-left':mgnLeft}, {duration:1000});
			}
		}
		function pppThumbsLast(lastSlide) {
			var page = parseInt(lastSlide / 12);
			var offset = ((page * 816) * -1);
			$('#slideshow-thumbs1924').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-thumbs1924').css('margin-left', offset);
		}
		$('#slideshow-thumbs-prev1924 a').click(function() { 
			pppThumbsPrev();
		});
		$('#slideshow-thumbs-next1924 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-text1924 div').html($('div#ppp-slideshow-text1924'+opts.currSlide).html()).hide().fadeIn(1000);
				return;
			}

			/* Update the slideshow text with the text we tucked away. */
			$('div#ppp-slideshow-text1924 div').html($('div#ppp-slideshow-text1924'+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-info1924').html(caption);
	} }); }); });
-->
	</script>
	<p>We had another snow day today. We have had snow at least 3 or 4 times so far this year. It&#8217;s getting very old. This NEVER happens here. Usually we get one decent snow if any! Pure craziness I tell you! It has been a long time since I put some effort into taking photographs. I love vintage, so I processed these to reflect that.<br />
<div id="slideshow-wrap1924" class="slideshow-wrap"><div id="ppp-slideshow1924" class="ppp-slideshow"><div class="slideshow-attachment-post1924 slideshow-attachment-post slideshow-attachment1925 slideshow-attachment first"><div class="slideshow-attachment-inner1924 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/02/another-snow-day/webvin_9658/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/02/webvin_9658.jpg" class="attachment-full" alt="webvin_9658" title="webvin_9658" /></a></div></div><div class="slideshow-attachment-post1924 slideshow-attachment-post slideshow-attachment1926 slideshow-attachment "><div class="slideshow-attachment-inner1924 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/02/another-snow-day/webvin/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/02/webvin.jpg" class="attachment-full" alt="webvin" title="webvin" /></a></div></div><div class="slideshow-attachment-post1924 slideshow-attachment-post slideshow-attachment1927 slideshow-attachment "><div class="slideshow-attachment-inner1924 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/02/another-snow-day/webvin_1523/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/02/webvin_1523.jpg" class="attachment-full" alt="webvin_1523" title="webvin_1523" /></a></div></div><div class="slideshow-attachment-post1924 slideshow-attachment-post slideshow-attachment1928 slideshow-attachment "><div class="slideshow-attachment-inner1924 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/02/another-snow-day/webvin_1533/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/02/webvin_1533.jpg" class="attachment-full" alt="webvin_1533" title="webvin_1533" /></a></div></div><div class="slideshow-attachment-post1924 slideshow-attachment-post slideshow-attachment1929 slideshow-attachment "><div class="slideshow-attachment-inner1924 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/02/another-snow-day/webvin_9654/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/02/webvin_9654.jpg" class="attachment-full" alt="webvin_9654" title="webvin_9654" /></a></div></div><div class="slideshow-attachment-post1924 slideshow-attachment-post slideshow-attachment1930 slideshow-attachment "><div class="slideshow-attachment-inner1924 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/02/another-snow-day/webvin_9656/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/02/webvin_9656.jpg" class="attachment-full" alt="webvin_9656" title="webvin_9656" /></a></div></div><div class="slideshow-attachment-post1924 slideshow-attachment-post slideshow-attachment1931 slideshow-attachment "><div class="slideshow-attachment-inner1924 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/02/another-snow-day/webvin_9657/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/02/webvin_9657.jpg" class="attachment-full" alt="webvin_9657" title="webvin_9657" /></a></div></div></div><!--//end ppp-slideshow div-->
	<style type="text/css">
	div#ppp-slideshow-text1924, div#slideshow-thumbs-bg1924, div#slideshow-thumbs-wrapper1924 {z-index:1933;}
	div#slideshow-nav1924 {z-index:1934;}
	</style>
	<div class="ppp-slideshow-text" id="ppp-slideshow-text1924"><div></div></div><div class="ppp-slideshow-textoven" id="ppp-slideshow-textoven1924"><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19240"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19241"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19242"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19243"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19244"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19245"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19246"></div></div></div><!-- slideshow-wrap --></p>
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2011/02/another-snow-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wait Till Helen Comes</title>
		<link>http://flyawayunlimited.com/2011/01/wait-till-helen-comes/</link>
		<comments>http://flyawayunlimited.com/2011/01/wait-till-helen-comes/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 07:34:51 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Just Stuff]]></category>
		<category><![CDATA[Kids]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[school project]]></category>
		<category><![CDATA[Wait till helen comes]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1864</guid>
		<description><![CDATA[Aidan had to do a project for language arts last month. She had to tell the story of a mystery/horror novel with photographs. This is hers. Put together on the last afternoon before it was due no less. I think she did a GREAT job! She got an A!!]]></description>
			<content:encoded><![CDATA[

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

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

	div#slideshow-thumbs-bg1864, div#slideshow-thumbs-wrapper1864, div#slideshow-thumbs-wrap1864, div#slideshow-thumbs1864,
	div#slideshow-thumbs-prev1864, div#slideshow-thumbs-next1864, div#slideshow-thumbs-prev1864 a, div#slideshow-thumbs-next1864 a {
	height:74px;
	}

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

	div#ppp-slideshow1864, div#slideshow-wrap1864, div#slideshow-thumbs-bg1864, div#slideshow-next1864 {width:864px;}
	div#slideshow-navigator1864 {width:808px;}

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

	<noscript>
	<style type="text/css">
	div#ppp-slideshow1864, .contenttext div#ppp-slideshow1864 .slideshow-attachment-inner {height:auto;}
	.contenttext div#ppp-slideshow1864 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-bg1864').stop().fadeTo(400, thumbBgOpacity);
			$('div#slideshow-thumbs-wrapper1864').stop().fadeTo(400, 1);
		}
		function hideThumbs() {
		  if (fade_thumb == "true") {
			$('div#slideshow-thumbs-bg1864').stop().fadeTo(400, 0);
			$('div#slideshow-thumbs-wrapper1864').stop().fadeTo(400, 0);
		  }
		}

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

		function showText() {
			$('div#ppp-slideshow-text1864').stop().fadeTo(400, '0.5');
		}
		function hideText() {
		  if (fade_txt == "true") {
			$('div#ppp-slideshow-text1864').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-slideshow1864').cycle({
				fx: 'fade',
				speed: 1000,
				timeout: 2000,
				next: '.slideshow-nav1864 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav1864 a.slideshow-prev',
				before:    onBefore,
				after:     onAfter,
				pager:  '#slides1864',
				manualTrump: false,
				sync:1,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides1864  li:eq(' + (idx) + ') a'; }
		});


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


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


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

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

				$('#slideshow-thumbs1864').stop().animate({'margin-left':offset}, {duration:1000});  
			} else {
				pppThumbsLast(13);
			}
		}
		function pppThumbsNext() {
			var mgnLeft = parseInt($('#slideshow-thumbs1864').css('margin-left'));
			var page = (((mgnLeft * -1) / 816) + 1);
			if (page == 2) {
				pppThumbsFirst();
			} else {
				mgnLeft -= 816;
				$('#slideshow-thumbs1864').stop().animate({'margin-left':mgnLeft}, {duration:1000});
			}
		}
		function pppThumbsLast(lastSlide) {
			var page = parseInt(lastSlide / 12);
			var offset = ((page * 816) * -1);
			$('#slideshow-thumbs1864').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-thumbs1864').css('margin-left', offset);
		}
		$('#slideshow-thumbs-prev1864 a').click(function() { 
			pppThumbsPrev();
		});
		$('#slideshow-thumbs-next1864 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-text1864 div').html($('div#ppp-slideshow-text1864'+opts.currSlide).html()).hide().fadeIn(1000);
				return;
			}

			/* Update the slideshow text with the text we tucked away. */
			$('div#ppp-slideshow-text1864 div').html($('div#ppp-slideshow-text1864'+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-info1864').html(caption);
	} }); }); });
-->
	</script>
	<p>Aidan had to do a project for language arts last month. She had to tell the story of a mystery/horror novel with photographs. This is hers. Put together on the last afternoon before it was due no less. I think she did a GREAT job! She got an A!! </p>
<div id="slideshow-wrap1864" class="slideshow-wrap"><div id="ppp-slideshow1864" class="ppp-slideshow"><div class="slideshow-attachment-post1864 slideshow-attachment-post slideshow-attachment1881 slideshow-attachment first"><div class="slideshow-attachment-inner1864 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/wait-till-helen-comes/web17/" class="slideshow-image"><img width="792" height="648" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web17.jpg" class="attachment-full" alt="web17" title="web17" /></a></div></div><div class="slideshow-attachment-post1864 slideshow-attachment-post slideshow-attachment1882 slideshow-attachment "><div class="slideshow-attachment-inner1864 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/wait-till-helen-comes/web02/" class="slideshow-image"><img width="648" height="792" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web02.jpg" class="attachment-full" alt="web02" title="web02" /></a></div></div><div class="slideshow-attachment-post1864 slideshow-attachment-post slideshow-attachment1883 slideshow-attachment "><div class="slideshow-attachment-inner1864 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/wait-till-helen-comes/web03/" class="slideshow-image"><img width="648" height="792" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web03.jpg" class="attachment-full" alt="web03" title="web03" /></a></div></div><div class="slideshow-attachment-post1864 slideshow-attachment-post slideshow-attachment1884 slideshow-attachment "><div class="slideshow-attachment-inner1864 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/wait-till-helen-comes/web04/" class="slideshow-image"><img width="792" height="648" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web04.jpg" class="attachment-full" alt="web04" title="web04" /></a></div></div><div class="slideshow-attachment-post1864 slideshow-attachment-post slideshow-attachment1885 slideshow-attachment "><div class="slideshow-attachment-inner1864 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/wait-till-helen-comes/web05/" class="slideshow-image"><img width="792" height="648" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web05.jpg" class="attachment-full" alt="web05" title="web05" /></a></div></div><div class="slideshow-attachment-post1864 slideshow-attachment-post slideshow-attachment1886 slideshow-attachment "><div class="slideshow-attachment-inner1864 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/wait-till-helen-comes/web07/" class="slideshow-image"><img width="648" height="792" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web07.jpg" class="attachment-full" alt="web07" title="web07" /></a></div></div><div class="slideshow-attachment-post1864 slideshow-attachment-post slideshow-attachment1887 slideshow-attachment "><div class="slideshow-attachment-inner1864 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/wait-till-helen-comes/web08/" class="slideshow-image"><img width="648" height="792" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web08.jpg" class="attachment-full" alt="web08" title="web08" /></a></div></div><div class="slideshow-attachment-post1864 slideshow-attachment-post slideshow-attachment1888 slideshow-attachment "><div class="slideshow-attachment-inner1864 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/wait-till-helen-comes/web09/" class="slideshow-image"><img width="648" height="792" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web09.jpg" class="attachment-full" alt="web09" title="web09" /></a></div></div><div class="slideshow-attachment-post1864 slideshow-attachment-post slideshow-attachment1889 slideshow-attachment "><div class="slideshow-attachment-inner1864 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/wait-till-helen-comes/web10/" class="slideshow-image"><img width="648" height="792" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web10.jpg" class="attachment-full" alt="web10" title="web10" /></a></div></div><div class="slideshow-attachment-post1864 slideshow-attachment-post slideshow-attachment1890 slideshow-attachment "><div class="slideshow-attachment-inner1864 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/wait-till-helen-comes/web11/" class="slideshow-image"><img width="648" height="792" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web11.jpg" class="attachment-full" alt="web11" title="web11" /></a></div></div><div class="slideshow-attachment-post1864 slideshow-attachment-post slideshow-attachment1891 slideshow-attachment "><div class="slideshow-attachment-inner1864 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/wait-till-helen-comes/web13/" class="slideshow-image"><img width="792" height="648" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web13.jpg" class="attachment-full" alt="web13" title="web13" /></a></div></div><div class="slideshow-attachment-post1864 slideshow-attachment-post slideshow-attachment1892 slideshow-attachment "><div class="slideshow-attachment-inner1864 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/wait-till-helen-comes/web14/" class="slideshow-image"><img width="792" height="648" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web14.jpg" class="attachment-full" alt="web14" title="web14" /></a></div></div><div class="slideshow-attachment-post1864 slideshow-attachment-post slideshow-attachment1893 slideshow-attachment "><div class="slideshow-attachment-inner1864 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/wait-till-helen-comes/web15/" class="slideshow-image"><img width="792" height="648" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web15.jpg" class="attachment-full" alt="web15" title="web15" /></a></div></div><div class="slideshow-attachment-post1864 slideshow-attachment-post slideshow-attachment1894 slideshow-attachment "><div class="slideshow-attachment-inner1864 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/wait-till-helen-comes/web16/" class="slideshow-image"><img width="792" height="648" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web16.jpg" class="attachment-full" alt="web16" title="web16" /></a></div></div></div><!--//end ppp-slideshow div-->
	<style type="text/css">
	div#ppp-slideshow-text1864, div#slideshow-thumbs-bg1864, div#slideshow-thumbs-wrapper1864 {z-index:1880;}
	div#slideshow-nav1864 {z-index:1881;}
	</style>
	<div class="ppp-slideshow-text" id="ppp-slideshow-text1864"><div></div></div><div class="ppp-slideshow-textoven" id="ppp-slideshow-textoven1864"><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18640"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18641"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18642"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18643"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18644"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18645"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18646"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18647"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18648"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18649"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text186410"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text186411"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text186412"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text186413"></div></div></div><!-- slideshow-wrap -->
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2011/01/wait-till-helen-comes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regression.</title>
		<link>http://flyawayunlimited.com/2010/07/regression/</link>
		<comments>http://flyawayunlimited.com/2010/07/regression/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 03:55:08 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Aidan]]></category>
		<category><![CDATA[Kids]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[Snapshots]]></category>
		<category><![CDATA[100]]></category>
		<category><![CDATA[canon]]></category>
		<category><![CDATA[ocf]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1855</guid>
		<description><![CDATA[I&#8217;m pretty sure I&#8217;ve regressed. I don&#8217;t think I&#8217;ve taken a photo of an actual person in months. So I got my flash out to try OCF again. This is the result. Wow. There are no words. However, on a happier note;), looks like I&#8217;m definitely just as good as Wal-Mart!! Can you believe that [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pretty sure I&#8217;ve regressed. I don&#8217;t think I&#8217;ve taken a photo of an actual person in months. So I got my flash out to try OCF again. This is the result. Wow. There are no words. However, on a happier note;), looks like I&#8217;m definitely just as good as Wal-Mart!! Can you believe that background? Right in my very own backyard! Awkwardly posed child, poorly lit, fake background. Hmm&#8230; Maybe I&#8217;ll start a business after all! That&#8217;s my <strong>get-rich-quick</strong> plan! Yeah!! I&#8217;ll make a <em>TON</em> of money! Yep.</p>

<a href='http://flyawayunlimited.com/2010/07/regression/489web9593/' title='489web9593'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/07/489web9593-150x150.jpg" class="attachment-thumbnail" alt="489web9593" title="489web9593" /></a>
<a href='http://flyawayunlimited.com/2010/07/regression/488web_9587/' title='488web_9587'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/07/488web_9587-150x150.jpg" class="attachment-thumbnail" alt="488web_9587" title="488web_9587" /></a>

]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2010/07/regression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It finally rained.</title>
		<link>http://flyawayunlimited.com/2010/05/it-finally-rained/</link>
		<comments>http://flyawayunlimited.com/2010/05/it-finally-rained/#comments</comments>
		<pubDate>Fri, 28 May 2010 17:00:52 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Aidan]]></category>
		<category><![CDATA[Kids]]></category>
		<category><![CDATA[Snapshots]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1778</guid>
		<description><![CDATA[I swear for the last month or two every storm has missed us. It FINALLY rained.]]></description>
			<content:encoded><![CDATA[<p>I swear for the last month or two every storm has missed us. It FINALLY rained. </p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2010/05/atw-in-rain.jpg" rel="lightbox[1778]"><img src="http://flyawayunlimited.com/wp-content/uploads/2010/05/atw-in-rain.jpg" alt="" title="atw-in-rain" width="864" height="576" class="alignnone size-full wp-image-1779" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2010/05/it-finally-rained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aww..Kai</title>
		<link>http://flyawayunlimited.com/2010/05/aww-kai/</link>
		<comments>http://flyawayunlimited.com/2010/05/aww-kai/#comments</comments>
		<pubDate>Fri, 28 May 2010 03:40:15 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Kids]]></category>
		<category><![CDATA[Snapshots]]></category>
		<category><![CDATA[baby]]></category>
		<category><![CDATA[Kai]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1767</guid>
		<description><![CDATA[Last week was our last with having Kai everyday. I miss him of course, but after &#8220;starting over&#8221; I sure love &#8220;my&#8221; time. I have gotten so much done this week! A few we attempted in the backyard. He wasn&#8217;t in the mood! Grass was NOT his thing!]]></description>
			<content:encoded><![CDATA[<p>Last week was our last with having Kai everyday. I miss him of course, but after &#8220;starting over&#8221; I sure love &#8220;my&#8221; time. I have gotten so much done this week! A few we attempted in the backyard. He wasn&#8217;t in the mood!<br />
Grass was NOT his thing!</p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2010/05/web_8826.jpg" rel="lightbox[1767]"><img src="http://flyawayunlimited.com/wp-content/uploads/2010/05/web_8826.jpg" alt="" title="web_8826" width="936" height="648" class="alignnone size-full wp-image-1769" /></a></p>

<a href='http://flyawayunlimited.com/2010/05/aww-kai/web_8826/' title='web_8826'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/05/web_8826-150x150.jpg" class="attachment-thumbnail" alt="web_8826" title="web_8826" /></a>
<a href='http://flyawayunlimited.com/2010/05/aww-kai/web166img_8831/' title='web166IMG_8831'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/05/web166IMG_8831-150x150.jpg" class="attachment-thumbnail" alt="web166IMG_8831" title="web166IMG_8831" /></a>
<a href='http://flyawayunlimited.com/2010/05/aww-kai/web168_8838/' title='web168_8838'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/05/web168_8838-150x150.jpg" class="attachment-thumbnail" alt="web168_8838" title="web168_8838" /></a>
<a href='http://flyawayunlimited.com/2010/05/aww-kai/web170_8840/' title='web170_8840'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/05/web170_8840-150x150.jpg" class="attachment-thumbnail" alt="web170_8840" title="web170_8840" /></a>
<a href='http://flyawayunlimited.com/2010/05/aww-kai/web173_8843/' title='web173_8843'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/05/web173_8843-150x150.jpg" class="attachment-thumbnail" alt="web173_8843" title="web173_8843" /></a>
<a href='http://flyawayunlimited.com/2010/05/aww-kai/web177_8847/' title='web177_8847'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/05/web177_8847-150x150.jpg" class="attachment-thumbnail" alt="web177_8847" title="web177_8847" /></a>
<a href='http://flyawayunlimited.com/2010/05/aww-kai/web178_8849/' title='web178_8849'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/05/web178_8849-150x150.jpg" class="attachment-thumbnail" alt="web178_8849" title="web178_8849" /></a>

]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2010/05/aww-kai/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our day</title>
		<link>http://flyawayunlimited.com/2010/03/snapshot-of-our-day/</link>
		<comments>http://flyawayunlimited.com/2010/03/snapshot-of-our-day/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 18:43:11 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Kids]]></category>
		<category><![CDATA[Snapshots]]></category>
		<category><![CDATA[Kai]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1702</guid>
		<description><![CDATA[Today, we tried out the light in my bedroom. He cracks me up!]]></description>
			<content:encoded><![CDATA[<p>Today, we tried out the light in my bedroom. He cracks me up!</p>

<a href='http://flyawayunlimited.com/2010/03/snapshot-of-our-day/web_8242/' title='web_8242'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/03/web_8242-150x150.jpg" class="attachment-thumbnail" alt="web_8242" title="web_8242" /></a>
<a href='http://flyawayunlimited.com/2010/03/snapshot-of-our-day/web_8243/' title='web_8243'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/03/web_8243-150x150.jpg" class="attachment-thumbnail" alt="web_8243" title="web_8243" /></a>
<a href='http://flyawayunlimited.com/2010/03/snapshot-of-our-day/web_8204/' title='web_8204'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/03/web_8204-150x150.jpg" class="attachment-thumbnail" alt="web_8204" title="web_8204" /></a>
<a href='http://flyawayunlimited.com/2010/03/snapshot-of-our-day/web_8278-2/' title='web_8278'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/03/web_82781-150x150.jpg" class="attachment-thumbnail" alt="web_8278" title="web_8278" /></a>
<a href='http://flyawayunlimited.com/2010/03/snapshot-of-our-day/web_8251/' title='web_8251'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/03/web_8251-150x150.jpg" class="attachment-thumbnail" alt="web_8251" title="web_8251" /></a>

]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2010/03/snapshot-of-our-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turkey Burkey</title>
		<link>http://flyawayunlimited.com/2010/03/turkey-burkey/</link>
		<comments>http://flyawayunlimited.com/2010/03/turkey-burkey/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 05:52:56 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Kids]]></category>
		<category><![CDATA[Snapshots]]></category>
		<category><![CDATA[Kai]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1693</guid>
		<description><![CDATA[Kai thinks it&#8217;s soo funny when I call him &#8220;turkey burkey&#8221;. He tries so hard to laugh, but no sound will come out. It&#8217;s a hard belly laugh from a little old man in a silent movie. Just a few.]]></description>
			<content:encoded><![CDATA[<p>Kai thinks it&#8217;s soo funny when I call him &#8220;turkey burkey&#8221;. He tries so hard to laugh, but no sound will come out. It&#8217;s a hard belly laugh from a little old man in a silent movie. Just a few. </p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2010/03/web_8074-2-copy.jpg" rel="lightbox[1693]"><img src="http://flyawayunlimited.com/wp-content/uploads/2010/03/web_8074-2-copy.jpg" alt="" title="web_8074-2 copy" width="864" height="576" class="alignnone size-full wp-image-1695" /></a></p>

<a href='http://flyawayunlimited.com/2010/03/turkey-burkey/webbw_8088/' title='webbw_8088'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/03/webbw_8088-150x150.jpg" class="attachment-thumbnail" alt="webbw_8088" title="webbw_8088" /></a>
<a href='http://flyawayunlimited.com/2010/03/turkey-burkey/web_8074-2-copy/' title='web_8074-2 copy'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/03/web_8074-2-copy-150x150.jpg" class="attachment-thumbnail" alt="web_8074-2 copy" title="web_8074-2 copy" /></a>
<a href='http://flyawayunlimited.com/2010/03/turkey-burkey/web_8090/' title='web_8090'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/03/web_8090-150x150.jpg" class="attachment-thumbnail" alt="web_8090" title="web_8090" /></a>
<a href='http://flyawayunlimited.com/2010/03/turkey-burkey/webbw_8074/' title='webbw_8074'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/03/webbw_8074-150x150.jpg" class="attachment-thumbnail" alt="webbw_8074" title="webbw_8074" /></a>

]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2010/03/turkey-burkey/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kai</title>
		<link>http://flyawayunlimited.com/2010/01/kai/</link>
		<comments>http://flyawayunlimited.com/2010/01/kai/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 17:37:47 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Kids]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1625</guid>
		<description><![CDATA[Ronna brought Kai over for me some practice, and I blew it. Absolutely. Completely. I had all these ideas and as soon as they got here, my mind was blank. Not my best work, but my first newborn, and I got a few decent ones. I learned alot. So thanks Ronna for letting me practice. [...]]]></description>
			<content:encoded><![CDATA[<p>Ronna brought Kai over for me some practice, and I blew it. Absolutely. Completely. I had all these ideas and as soon as they got here, my mind was blank. Not my best work, but my first newborn, and I got a few decent ones. I learned alot. So thanks Ronna for letting me practice. I appreciate it.</p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2010/01/web1.jpg" rel="lightbox[1625]"><img src="http://flyawayunlimited.com/wp-content/uploads/2010/01/web1.jpg" alt="" title="web1" width="936" height="720" class="alignnone size-full wp-image-1631" /></a></p>

<a href='http://flyawayunlimited.com/2010/01/kai/web1/' title='web1'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/01/web1-150x150.jpg" class="attachment-thumbnail" alt="web1" title="web1" /></a>
<a href='http://flyawayunlimited.com/2010/01/kai/web2_7067/' title='web2_7067'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/01/web2_7067-150x150.jpg" class="attachment-thumbnail" alt="web2_7067" title="web2_7067" /></a>
<a href='http://flyawayunlimited.com/2010/01/kai/webbw_7071/' title='webbw_7071'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/01/webbw_7071-150x150.jpg" class="attachment-thumbnail" alt="webbw_7071" title="webbw_7071" /></a>
<a href='http://flyawayunlimited.com/2010/01/kai/webbw_7048/' title='webbw_7048'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/01/webbw_7048-150x150.jpg" class="attachment-thumbnail" alt="webbw_7048" title="webbw_7048" /></a>
<a href='http://flyawayunlimited.com/2010/01/kai/web_7098/' title='web_7098'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/01/web_7098-150x150.jpg" class="attachment-thumbnail" alt="web_7098" title="web_7098" /></a>
<a href='http://flyawayunlimited.com/2010/01/kai/web_7094/' title='web_7094'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/01/web_7094-150x150.jpg" class="attachment-thumbnail" alt="web_7094" title="web_7094" /></a>
<a href='http://flyawayunlimited.com/2010/01/kai/web_7086/' title='web_7086'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/01/web_7086-150x150.jpg" class="attachment-thumbnail" alt="web_7086" title="web_7086" /></a>

]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2010/01/kai/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Halloween!!!!</title>
		<link>http://flyawayunlimited.com/2009/10/happy-halloween/</link>
		<comments>http://flyawayunlimited.com/2009/10/happy-halloween/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 04:56:39 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Aidan]]></category>
		<category><![CDATA[Holidays]]></category>
		<category><![CDATA[Snapshots]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1496</guid>
		<description><![CDATA[Aidan actually put together her own costume this year. I also tried using my flash and trying something different. Needless to say they&#8217;re a little flashy&#8230;&#8230;side note&#8230;&#8230; all the clothes, already in her closet! &#8220;The Rockstar&#8221; Friday night&#8217;s version Saturday night&#8217;s version]]></description>
			<content:encoded><![CDATA[<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/11/avacado-strip.jpg" alt="avacado strip" title="avacado strip" width="984" height="15" class="alignnone size-full wp-image-1545" /></p>
<p>Aidan actually put together her own costume this year.  I also tried using my flash and trying something different.<br />
Needless to say they&#8217;re a little flashy&#8230;&#8230;side note&#8230;&#8230; all the clothes, already in her closet!</p>
<p>&#8220;The Rockstar&#8221; </p>
<p>Friday night&#8217;s version</p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/10/web_5596.jpg" alt="web_5596" title="web_5596" width="648" height="936" class="alignnone size-full wp-image-1497" /></p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/10/web_5594.jpg" alt="web_5594" title="web_5594" width="648" height="936" class="alignnone size-full wp-image-1500" /></p>
<p>Saturday night&#8217;s version</p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/10/web1208_5630-copy.jpg" alt="web1208_5630 copy" title="web1208_5630 copy" width="648" height="936" class="alignnone size-full wp-image-1498" /></p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/10/web1209img_5635.jpg" alt="web1209img_5635" title="web1209img_5635" width="648" height="936" class="alignnone size-full wp-image-1499" /></p>
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2009/10/happy-halloween/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

