<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>flyawayunlimited.com</title>
	
	<link>http://flyawayunlimited.com</link>
	<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>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/flyawayunlimited" /><feedburner:info uri="flyawayunlimited" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>It’s been awhile.</title>
		<link>http://feedproxy.google.com/~r/flyawayunlimited/~3/gR9dHmij4js/</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 -->
<img src="http://feeds.feedburner.com/~r/flyawayunlimited/~4/gR9dHmij4js" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2011/06/its-been-awhile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://flyawayunlimited.com/2011/06/its-been-awhile/</feedburner:origLink></item>
		<item>
		<title>Dogwoods this year</title>
		<link>http://feedproxy.google.com/~r/flyawayunlimited/~3/49N8cUw7JbI/</link>
		<comments>http://flyawayunlimited.com/2011/04/dogwoods-this-year/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 06:01:26 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Flowers]]></category>
		<category><![CDATA[Just Stuff]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[dogwood trees]]></category>
		<category><![CDATA[onion flowers]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1961</guid>
		<description><![CDATA[And some onion flowers too.]]></description>
			<content:encoded><![CDATA[

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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


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


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

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

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


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

		var slideCounter = 0;

		function onBefore(curr,next,opts) {

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

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

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

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

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

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

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

	div#slideshow-thumbs-bg1949, div#slideshow-thumbs-wrapper1949, div#slideshow-thumbs-wrap1949, div#slideshow-thumbs1949,
	div#slideshow-thumbs-prev1949, div#slideshow-thumbs-next1949, div#slideshow-thumbs-prev1949 a, div#slideshow-thumbs-next1949 a {
	height:74px;
	}

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

	div#ppp-slideshow1949, div#slideshow-wrap1949, div#slideshow-thumbs-bg1949, div#slideshow-next1949 {width:864px;}
	div#slideshow-navigator1949 {width:808px;}

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

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

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

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


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


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


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

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

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

			/* Update the slideshow text with the text we tucked away. */
			$('div#ppp-slideshow-text1949 div').html($('div#ppp-slideshow-text1949'+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-info1949').html(caption);
	} }); }); });
-->
	</script>
	<div id="slideshow-wrap1949" class="slideshow-wrap"><div id="ppp-slideshow1949" class="ppp-slideshow"><div class="slideshow-attachment-post1949 slideshow-attachment-post slideshow-attachment1950 slideshow-attachment first"><div class="slideshow-attachment-inner1949 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/gas-meter-macro/webbw280img_9753/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/webbw280IMG_9753.jpg" class="attachment-full" alt="webbw280IMG_9753" title="webbw280IMG_9753" /></a></div></div><div class="slideshow-attachment-post1949 slideshow-attachment-post slideshow-attachment1951 slideshow-attachment "><div class="slideshow-attachment-inner1949 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/gas-meter-macro/webclr280img_9753/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/webclr280IMG_9753.jpg" class="attachment-full" alt="webclr280IMG_9753" title="webclr280IMG_9753" /></a></div></div><div class="slideshow-attachment-post1949 slideshow-attachment-post slideshow-attachment1952 slideshow-attachment "><div class="slideshow-attachment-inner1949 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/gas-meter-macro/webfull286img_9761/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/webfull286IMG_9761.jpg" class="attachment-full" alt="webfull286IMG_9761" title="webfull286IMG_9761" /></a></div></div><div class="slideshow-attachment-post1949 slideshow-attachment-post slideshow-attachment1953 slideshow-attachment "><div class="slideshow-attachment-inner1949 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/gas-meter-macro/web281img_9754/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web281IMG_9754.jpg" class="attachment-full" alt="web281IMG_9754" title="web281IMG_9754" /></a></div></div><div class="slideshow-attachment-post1949 slideshow-attachment-post slideshow-attachment1954 slideshow-attachment "><div class="slideshow-attachment-inner1949 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/gas-meter-macro/web282img_9756/" class="slideshow-image"><img width="720" height="720" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web282IMG_9756.jpg" class="attachment-full" alt="web282IMG_9756" title="web282IMG_9756" /></a></div></div><div class="slideshow-attachment-post1949 slideshow-attachment-post slideshow-attachment1955 slideshow-attachment "><div class="slideshow-attachment-inner1949 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/gas-meter-macro/web283img_9757/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web283IMG_9757.jpg" class="attachment-full" alt="web283IMG_9757" title="web283IMG_9757" /></a></div></div><div class="slideshow-attachment-post1949 slideshow-attachment-post slideshow-attachment1956 slideshow-attachment "><div class="slideshow-attachment-inner1949 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/gas-meter-macro/web285img_9759/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web285IMG_9759.jpg" class="attachment-full" alt="web285IMG_9759" title="web285IMG_9759" /></a></div></div><div class="slideshow-attachment-post1949 slideshow-attachment-post slideshow-attachment1957 slideshow-attachment "><div class="slideshow-attachment-inner1949 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/gas-meter-macro/web286img_9761/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web286IMG_9761.jpg" class="attachment-full" alt="web286IMG_9761" title="web286IMG_9761" /></a></div></div><div class="slideshow-attachment-post1949 slideshow-attachment-post slideshow-attachment1958 slideshow-attachment "><div class="slideshow-attachment-inner1949 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/gas-meter-macro/web288img_9766/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web288IMG_9766.jpg" class="attachment-full" alt="web288IMG_9766" title="web288IMG_9766" /></a></div></div><div class="slideshow-attachment-post1949 slideshow-attachment-post slideshow-attachment1959 slideshow-attachment "><div class="slideshow-attachment-inner1949 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/gas-meter-macro/web298img_9782/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web298IMG_9782.jpg" class="attachment-full" alt="web298IMG_9782" title="web298IMG_9782" /></a></div></div></div><!--//end ppp-slideshow div-->
	<style type="text/css">
	div#ppp-slideshow-text1949, div#slideshow-thumbs-bg1949, div#slideshow-thumbs-wrapper1949 {z-index:1961;}
	div#slideshow-nav1949 {z-index:1962;}
	</style>
	<div class="ppp-slideshow-text" id="ppp-slideshow-text1949"><div></div></div><div class="ppp-slideshow-textoven" id="ppp-slideshow-textoven1949"><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19490"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19491"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19492"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19493"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19494"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19495"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19496"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19497"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19498"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19499"></div></div></div><!-- slideshow-wrap -->
<img src="http://feeds.feedburner.com/~r/flyawayunlimited/~4/OOQ63Ofxs7c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2011/04/gas-meter-macro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://flyawayunlimited.com/2011/04/gas-meter-macro/</feedburner:origLink></item>
		<item>
		<title>Thank you Hannah.</title>
		<link>http://feedproxy.google.com/~r/flyawayunlimited/~3/HbuvRSbH5PE/</link>
		<comments>http://flyawayunlimited.com/2011/04/thank-you-hannah/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 05:55:16 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Just Stuff]]></category>
		<category><![CDATA[Macro]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1935</guid>
		<description><![CDATA[For motivating me to get off my butt and dust off the old camera. I had a blast!]]></description>
			<content:encoded><![CDATA[

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

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

	div#slideshow-thumbs-bg1935, div#slideshow-thumbs-wrapper1935, div#slideshow-thumbs-wrap1935, div#slideshow-thumbs1935,
	div#slideshow-thumbs-prev1935, div#slideshow-thumbs-next1935, div#slideshow-thumbs-prev1935 a, div#slideshow-thumbs-next1935 a {
	height:74px;
	}

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

	div#ppp-slideshow1935, div#slideshow-wrap1935, div#slideshow-thumbs-bg1935, div#slideshow-next1935 {width:864px;}
	div#slideshow-navigator1935 {width:808px;}

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

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

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

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


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


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


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

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

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

			/* Update the slideshow text with the text we tucked away. */
			$('div#ppp-slideshow-text1935 div').html($('div#ppp-slideshow-text1935'+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-info1935').html(caption);
	} }); }); });
-->
	</script>
	<p>For motivating me to get off my butt and dust off the old camera. I had a blast!</p>
<div id="slideshow-wrap1935" class="slideshow-wrap"><div id="ppp-slideshow1935" class="ppp-slideshow"><div class="slideshow-attachment-post1935 slideshow-attachment-post slideshow-attachment1936 slideshow-attachment first"><div class="slideshow-attachment-inner1935 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/thank-you-hannah/web296img_9778/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web296IMG_9778.jpg" class="attachment-full" alt="web296IMG_9778" title="web296IMG_9778" /></a></div></div><div class="slideshow-attachment-post1935 slideshow-attachment-post slideshow-attachment1937 slideshow-attachment "><div class="slideshow-attachment-inner1935 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/thank-you-hannah/web301img_9789/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web301IMG_9789.jpg" class="attachment-full" alt="web301IMG_9789" title="web301IMG_9789" /></a></div></div><div class="slideshow-attachment-post1935 slideshow-attachment-post slideshow-attachment1938 slideshow-attachment "><div class="slideshow-attachment-inner1935 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/thank-you-hannah/web303img_9794/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web303IMG_9794.jpg" class="attachment-full" alt="web303IMG_9794" title="web303IMG_9794" /></a></div></div><div class="slideshow-attachment-post1935 slideshow-attachment-post slideshow-attachment1939 slideshow-attachment "><div class="slideshow-attachment-inner1935 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/thank-you-hannah/web261img_9739/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web261IMG_9739.jpg" class="attachment-full" alt="web261IMG_9739" title="web261IMG_9739" /></a></div></div><div class="slideshow-attachment-post1935 slideshow-attachment-post slideshow-attachment1940 slideshow-attachment "><div class="slideshow-attachment-inner1935 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/thank-you-hannah/web264img_9742/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web264IMG_9742.jpg" class="attachment-full" alt="web264IMG_9742" title="web264IMG_9742" /></a></div></div><div class="slideshow-attachment-post1935 slideshow-attachment-post slideshow-attachment1941 slideshow-attachment "><div class="slideshow-attachment-inner1935 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/thank-you-hannah/web267img_9747/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web267IMG_9747.jpg" class="attachment-full" alt="web267IMG_9747" title="web267IMG_9747" /></a></div></div><div class="slideshow-attachment-post1935 slideshow-attachment-post slideshow-attachment1942 slideshow-attachment "><div class="slideshow-attachment-inner1935 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/thank-you-hannah/web268img_9749/" class="slideshow-image"><img width="720" height="720" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web268IMG_9749.jpg" class="attachment-full" alt="web268IMG_9749" title="web268IMG_9749" /></a></div></div><div class="slideshow-attachment-post1935 slideshow-attachment-post slideshow-attachment1943 slideshow-attachment "><div class="slideshow-attachment-inner1935 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/thank-you-hannah/web271img_9722/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web271IMG_9722.jpg" class="attachment-full" alt="web271IMG_9722" title="web271IMG_9722" /></a></div></div><div class="slideshow-attachment-post1935 slideshow-attachment-post slideshow-attachment1944 slideshow-attachment "><div class="slideshow-attachment-inner1935 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/thank-you-hannah/web276img_9734/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web276IMG_9734.jpg" class="attachment-full" alt="web276IMG_9734" title="web276IMG_9734" /></a></div></div></div><!--//end ppp-slideshow div-->
	<style type="text/css">
	div#ppp-slideshow-text1935, div#slideshow-thumbs-bg1935, div#slideshow-thumbs-wrapper1935 {z-index:1946;}
	div#slideshow-nav1935 {z-index:1947;}
	</style>
	<div class="ppp-slideshow-text" id="ppp-slideshow-text1935"><div></div></div><div class="ppp-slideshow-textoven" id="ppp-slideshow-textoven1935"><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19350"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19351"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19352"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19353"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19354"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19355"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19356"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19357"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19358"></div></div></div><!-- slideshow-wrap -->
<img src="http://feeds.feedburner.com/~r/flyawayunlimited/~4/HbuvRSbH5PE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2011/04/thank-you-hannah/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://flyawayunlimited.com/2011/04/thank-you-hannah/</feedburner:origLink></item>
		<item>
		<title>Another Snow Day</title>
		<link>http://feedproxy.google.com/~r/flyawayunlimited/~3/7pK2iRgmmDo/</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>
<img src="http://feeds.feedburner.com/~r/flyawayunlimited/~4/7pK2iRgmmDo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2011/02/another-snow-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://flyawayunlimited.com/2011/02/another-snow-day/</feedburner:origLink></item>
		<item>
		<title>January Snow. 2011</title>
		<link>http://feedproxy.google.com/~r/flyawayunlimited/~3/palLoblTZTY/</link>
		<comments>http://flyawayunlimited.com/2011/01/january-snow-2011/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 05:48:36 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Just Stuff]]></category>
		<category><![CDATA[Landscapes]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[East Texas]]></category>
		<category><![CDATA[Snow]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1907</guid>
		<description />
			<content:encoded><![CDATA[

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

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

	div#slideshow-thumbs-bg1907, div#slideshow-thumbs-wrapper1907, div#slideshow-thumbs-wrap1907, div#slideshow-thumbs1907,
	div#slideshow-thumbs-prev1907, div#slideshow-thumbs-next1907, div#slideshow-thumbs-prev1907 a, div#slideshow-thumbs-next1907 a {
	height:74px;
	}

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

	div#ppp-slideshow1907, div#slideshow-wrap1907, div#slideshow-thumbs-bg1907, div#slideshow-next1907 {width:864px;}
	div#slideshow-navigator1907 {width:808px;}

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

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

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

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


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


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


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

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

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

			/* Update the slideshow text with the text we tucked away. */
			$('div#ppp-slideshow-text1907 div').html($('div#ppp-slideshow-text1907'+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-info1907').html(caption);
	} }); }); });
-->
	</script>
	<div id="slideshow-wrap1907" class="slideshow-wrap"><div id="ppp-slideshow1907" class="ppp-slideshow"><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1922 slideshow-attachment first"><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/112img_9595/" class="slideshow-image"><img width="576" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/112IMG_9595.jpg" class="attachment-full" alt="112IMG_9595" title="112IMG_9595" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1921 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/104img_9584/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/104IMG_9584.jpg" class="attachment-full" alt="104IMG_9584" title="104IMG_9584" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1919 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/100img_9578/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/100IMG_9578.jpg" class="attachment-full" alt="100IMG_9578" title="100IMG_9578" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1915 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/090img_9564/" class="slideshow-image"><img width="576" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/090IMG_9564.jpg" class="attachment-full" alt="090IMG_9564" title="090IMG_9564" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1912 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/084img_9551/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/084IMG_9551.jpg" class="attachment-full" alt="084IMG_9551" title="084IMG_9551" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1916 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/094img_9571/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/094IMG_9571.jpg" class="attachment-full" alt="094IMG_9571" title="094IMG_9571" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1909 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/123img_9607/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/123IMG_9607.jpg" class="attachment-full" alt="123IMG_9607" title="123IMG_9607" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1908 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/117img_9601/" class="slideshow-image"><img width="576" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/117IMG_9601.jpg" class="attachment-full" alt="117IMG_9601" title="117IMG_9601" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1917 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/095img_9572/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/095IMG_9572.jpg" class="attachment-full" alt="095IMG_9572" title="095IMG_9572" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1918 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/098img_9576/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/098IMG_9576.jpg" class="attachment-full" alt="098IMG_9576" title="098IMG_9576" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1920 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/103img_9583/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/103IMG_9583.jpg" class="attachment-full" alt="103IMG_9583" title="103IMG_9583" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1914 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/089img_9562/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/089IMG_9562.jpg" class="attachment-full" alt="089IMG_9562" title="089IMG_9562" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1911 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/076img_9537/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/076IMG_9537.jpg" class="attachment-full" alt="076IMG_9537" title="076IMG_9537" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1910 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/062img_9495/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/062IMG_9495.jpg" class="attachment-full" alt="062IMG_9495" title="062IMG_9495" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1913 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/085img_9556/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/085IMG_9556.jpg" class="attachment-full" alt="085IMG_9556" title="085IMG_9556" /></a></div></div></div><!--//end ppp-slideshow div-->
	<style type="text/css">
	div#ppp-slideshow-text1907, div#slideshow-thumbs-bg1907, div#slideshow-thumbs-wrapper1907 {z-index:1924;}
	div#slideshow-nav1907 {z-index:1925;}
	</style>
	<div class="ppp-slideshow-text" id="ppp-slideshow-text1907"><div></div></div><div class="ppp-slideshow-textoven" id="ppp-slideshow-textoven1907"><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19070"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19071"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19072"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19073"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19074"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19075"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19076"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19077"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19078"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19079"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text190710"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text190711"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text190712"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text190713"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text190714"></div></div></div><!-- slideshow-wrap -->
<img src="http://feeds.feedburner.com/~r/flyawayunlimited/~4/palLoblTZTY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2011/01/january-snow-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://flyawayunlimited.com/2011/01/january-snow-2011/</feedburner:origLink></item>
		<item>
		<title>Macro Mums</title>
		<link>http://feedproxy.google.com/~r/flyawayunlimited/~3/CtUYgwxuMzE/</link>
		<comments>http://flyawayunlimited.com/2011/01/macro-mums/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 08:00:11 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Flowers]]></category>
		<category><![CDATA[Just Stuff]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[mums]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1896</guid>
		<description />
			<content:encoded><![CDATA[

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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


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


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

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

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


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

		var slideCounter = 0;

		function onBefore(curr,next,opts) {

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

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

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

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

		// jQuery cycle onafter callback
		function onAfter(curr,next,opts) {
		var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
		$('#slideshow-info1896').html(caption);
	} }); }); });
-->
	</script>
	<div id="slideshow-wrap1896" class="slideshow-wrap"><div id="ppp-slideshow1896" class="ppp-slideshow"><div class="slideshow-attachment-post1896 slideshow-attachment-post slideshow-attachment1897 slideshow-attachment first"><div class="slideshow-attachment-inner1896 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/macro-mums/web_9033/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web_9033.jpg" class="attachment-full" alt="web_9033" title="web_9033" /></a></div></div><div class="slideshow-attachment-post1896 slideshow-attachment-post slideshow-attachment1898 slideshow-attachment "><div class="slideshow-attachment-inner1896 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/macro-mums/web_9006/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web_9006.jpg" class="attachment-full" alt="web_9006" title="web_9006" /></a></div></div><div class="slideshow-attachment-post1896 slideshow-attachment-post slideshow-attachment1899 slideshow-attachment "><div class="slideshow-attachment-inner1896 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/macro-mums/web_9009-copy/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web_9009-copy.jpg" class="attachment-full" alt="web_9009-copy" title="web_9009-copy" /></a></div></div><div class="slideshow-attachment-post1896 slideshow-attachment-post slideshow-attachment1900 slideshow-attachment "><div class="slideshow-attachment-inner1896 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/macro-mums/web_9014/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web_9014.jpg" class="attachment-full" alt="web_9014" title="web_9014" /></a></div></div><div class="slideshow-attachment-post1896 slideshow-attachment-post slideshow-attachment1901 slideshow-attachment "><div class="slideshow-attachment-inner1896 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/macro-mums/web_9020/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web_9020.jpg" class="attachment-full" alt="web_9020" title="web_9020" /></a></div></div></div><!--//end ppp-slideshow div-->
	<style type="text/css">
	div#ppp-slideshow-text1896, div#slideshow-thumbs-bg1896, div#slideshow-thumbs-wrapper1896 {z-index:1903;}
	div#slideshow-nav1896 {z-index:1904;}
	</style>
	<div class="ppp-slideshow-text" id="ppp-slideshow-text1896"><div></div></div><div class="ppp-slideshow-textoven" id="ppp-slideshow-textoven1896"><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18960"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18961"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18962"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18963"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18964"></div></div></div><!-- slideshow-wrap -->
<img src="http://feeds.feedburner.com/~r/flyawayunlimited/~4/CtUYgwxuMzE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2011/01/macro-mums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://flyawayunlimited.com/2011/01/macro-mums/</feedburner:origLink></item>
		<item>
		<title>Wait Till Helen Comes</title>
		<link>http://feedproxy.google.com/~r/flyawayunlimited/~3/Y7G6Wojf7uY/</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 -->
<img src="http://feeds.feedburner.com/~r/flyawayunlimited/~4/Y7G6Wojf7uY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2011/01/wait-till-helen-comes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://flyawayunlimited.com/2011/01/wait-till-helen-comes/</feedburner:origLink></item>
		<item>
		<title>Regression.</title>
		<link>http://feedproxy.google.com/~r/flyawayunlimited/~3/vqW2pDFgwjM/</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>

<img src="http://feeds.feedburner.com/~r/flyawayunlimited/~4/vqW2pDFgwjM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2010/07/regression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://flyawayunlimited.com/2010/07/regression/</feedburner:origLink></item>
		<item>
		<title>Color</title>
		<link>http://feedproxy.google.com/~r/flyawayunlimited/~3/gRfUmNvqwxM/</link>
		<comments>http://flyawayunlimited.com/2010/06/color/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 14:00:13 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Flowers]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Lily]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1840</guid>
		<description />
			<content:encoded><![CDATA[
<a href='http://flyawayunlimited.com/2010/06/color/471web_9537/' title='471web_9537'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/471web_9537-150x150.jpg" class="attachment-thumbnail" alt="471web_9537" title="471web_9537" /></a>
<a href='http://flyawayunlimited.com/2010/06/color/424web_9453/' title='424web_9453'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/424web_9453-150x150.jpg" class="attachment-thumbnail" alt="424web_9453" title="424web_9453" /></a>
<a href='http://flyawayunlimited.com/2010/06/color/469web_9533/' title='469web_9533'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/469web_9533-150x150.jpg" class="attachment-thumbnail" alt="469web_9533" title="469web_9533" /></a>

<img src="http://feeds.feedburner.com/~r/flyawayunlimited/~4/gRfUmNvqwxM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2010/06/color/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://flyawayunlimited.com/2010/06/color/</feedburner:origLink></item>
	</channel>
</rss>

