<?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; Aidan</title>
	<atom:link href="http://flyawayunlimited.com/category/aidan/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>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>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>
		<item>
		<title>Today</title>
		<link>http://flyawayunlimited.com/2009/07/today-2/</link>
		<comments>http://flyawayunlimited.com/2009/07/today-2/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 06:49:34 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Aidan]]></category>
		<category><![CDATA[Snapshots]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1270</guid>
		<description><![CDATA[Crap! Eluded once more! But, alas, the Mother catches her with one quick press of the shutter! And she was captured again. And then this was all she got. Umm.. Is it just me, but aren&#8217;t the goggles meant to prevent this? (kind of defeats the purpose if you ask me.)]]></description>
			<content:encoded><![CDATA[<p>Crap! Eluded once more!</p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/07/web812_3939.jpg" alt="web812_3939" title="web812_3939" width="936" height="648" class="alignnone size-full wp-image-1261" /></p>
<p>But, alas, the Mother catches her with one quick press of the shutter! And she was captured again.</p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/07/web812_3943.jpg" alt="web812_3943" title="web812_3943" width="936" height="648" class="alignnone size-full wp-image-1263" /></p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/07/web812_3944.jpg" alt="web812_3944" title="web812_3944" width="936" height="648" class="alignnone size-full wp-image-1264" /></p>
<p>And then this was all she got.</p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/07/web812_3951.jpg" alt="web812_3951" title="web812_3951" width="648" height="936" class="alignnone size-full wp-image-1266" /></p>
<p>Umm.. Is it just me, but aren&#8217;t the goggles meant to prevent this? (kind of defeats the purpose if you ask me.) </p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/07/web812_3950.jpg" alt="web812_3950" title="web812_3950" width="648" height="936" class="alignnone size-full wp-image-1265" /></p>
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2009/07/today-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aidan&#8217;s New Haircut</title>
		<link>http://flyawayunlimited.com/2009/06/aidans-new-haircut/</link>
		<comments>http://flyawayunlimited.com/2009/06/aidans-new-haircut/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 05:39:23 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Aidan]]></category>
		<category><![CDATA[Snapshots]]></category>
		<category><![CDATA[alley fest]]></category>
		<category><![CDATA[haircut]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1258</guid>
		<description><![CDATA[Aidan spent a week with my mom. This is how she came home. We absolutely love it! It makes her look so much more&#8230; 7th grader. And we went to Alley Fest last weekend. Lots of awesome artists this year. How about some of that 7th grade attitude!]]></description>
			<content:encoded><![CDATA[<p>Aidan spent a week with my mom. This is how she came home. We absolutely love it! It makes her look so much more&#8230; 7th grader. And we went to Alley Fest last weekend. Lots of awesome artists this year.</p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/06/web_3681.jpg" alt="web_3681" title="web_3681" width="1008" height="720" class="alignnone size-full wp-image-1257" /></p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/06/web_3671.jpg" alt="web_3671" title="web_3671" width="1008" height="720" class="alignnone size-full wp-image-1256" /></p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/06/web_3682.jpg" alt="web_3682" title="web_3682" width="720" height="1008" class="alignnone size-full wp-image-1254" /></p>
<p>How about some of that 7th grade attitude!</p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/06/web_3667.jpg" alt="web_3667" title="web_3667" width="1008" height="720" class="alignnone size-full wp-image-1255" /></p>
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2009/06/aidans-new-haircut/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pool and Popcorn!</title>
		<link>http://flyawayunlimited.com/2009/05/pool-and-popcorn/</link>
		<comments>http://flyawayunlimited.com/2009/05/pool-and-popcorn/#comments</comments>
		<pubDate>Sat, 30 May 2009 14:45:19 +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=1251</guid>
		<description><![CDATA[School&#8217;s out! Today was the first day of summer. The kids wanted to swim, but, I, trying to be the responsible adult in charge, said it was too cold. Apparently I don&#8217;t know as much as I think I do, so I let them find out for themselves. They jumped in the cold water, then, [...]]]></description>
			<content:encoded><![CDATA[<p>School&#8217;s out!  Today was the first day of summer.  The kids wanted to swim, but, I, trying to be the responsible adult in charge, said it was too cold. Apparently I don&#8217;t know as much as I think I do, so I let them find out for themselves. They jumped in the cold water, then, out they came just as quick as they got in. Why is it that grown ups are seemingly idiots, who know nearly nothing as much as they do?  Being the parent that I am, I thought, I&#8217;ll teach them! Life&#8217;s lessons right. They figured out too late that maybe I do know something after all!</p>
<p>I put the shivering kids in the sun to warm, gave them popcorn, and proceeded with my own agenda. (I&#8217;ve quickly learned that if I want to document their days, I need a good plan.) Give &#8216;em popcorn and tell them to try throw it in the air and catch it. It worked for me, but it didn&#8217;t work for them. I do enjoy the hatching of the sinister plot to con them into doing what I want! And all unbeknownst to the know-it-alls!</p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/05/web_3647.jpg" alt="web_3647" title="web_3647" width="720" height="864" class="alignnone size-full wp-image-1248" /></p>
<p>Oops! It&#8217;s a miss!<br />
<img src="http://flyawayunlimited.com/wp-content/uploads/2009/05/web_3648.jpg" alt="web_3648" title="web_3648" width="720" height="864" class="alignnone size-full wp-image-1249" /></p>
<p>the ever cool popcorn goatee<br />
<img src="http://flyawayunlimited.com/wp-content/uploads/2009/05/web_3649.jpg" alt="web_3649" title="web_3649" width="864" height="720" class="alignnone size-full wp-image-1250" /></p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/05/web_3651.jpg" alt="web_3651" title="web_3651" width="864" height="720" class="alignnone size-full wp-image-1246" /></p>
<p>And an almost good one, had I not chopped off his chin!</p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/05/web_3617.jpg" alt="web_3617" title="web_3617" width="864" height="720" class="alignnone size-full wp-image-1247" /></p>
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2009/05/pool-and-popcorn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A &amp; Jai</title>
		<link>http://flyawayunlimited.com/2009/03/a-jai/</link>
		<comments>http://flyawayunlimited.com/2009/03/a-jai/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 17:15:23 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Aidan]]></category>
		<category><![CDATA[Kids]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[Jaiden]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1221</guid>
		<description><![CDATA[Am I funny? Apparently NOT]]></description>
			<content:encoded><![CDATA[<p>Am I funny?</p>
<p><img class="alignnone size-full wp-image-1222" title="web224img_2593" src="http://flyawayunlimited.com/wp-content/uploads/2009/03/web224img_2593.jpg" alt="web224img_2593" width="648" height="792" /></p>
<p>Apparently NOT</p>
<p><img class="alignnone size-full wp-image-1223" title="web2902" src="http://flyawayunlimited.com/wp-content/uploads/2009/03/web2902.jpg" alt="web2902" width="936" height="648" /></p>
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2009/03/a-jai/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lots of Love</title>
		<link>http://flyawayunlimited.com/2008/10/lots-of-love/</link>
		<comments>http://flyawayunlimited.com/2008/10/lots-of-love/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 03:24:20 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Aidan]]></category>
		<category><![CDATA[Animals]]></category>
		<category><![CDATA[Kids]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1035</guid>
		<description><![CDATA[OOPS! Forgot one.]]></description>
			<content:encoded><![CDATA[<p>OOPS! Forgot one.</p>
<p><a href="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1277.jpg" rel="lightbox[1035]"><img src="http://flyawayunlimited.com/wp-content/uploads/2008/10/web1277.jpg" alt="" title="web1277" width="504" height="720" class="alignnone size-medium wp-image-1036" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2008/10/lots-of-love/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

