<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: photos</title>
	<atom:link href="http://www.jennsjournal.com/blog/photos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jennsjournal.com/blog</link>
	<description>journal, poetry, and other assorted ramblings</description>
	<lastBuildDate>Tue, 18 May 2010 07:12:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
</channel>
</rss>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">

<head profile="http://gmpg.org/xfn/11">
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	
	<title>jenn&#039;s journal   &raquo; photos</title>
	
	<link rel="alternate" type="application/rss+xml" title="jenn&#039;s journal RSS Feed" href="http://www.jennsjournal.com/blog/feed/" />
	<link rel="pingback" href="http://www.jennsjournal.com/blog/xmlrpc.php" />
	
	<link rel="stylesheet" href="http://www.jennsjournal.com/blog/wp-content/themes/librio/style.css" type="text/css" media="screen" />
	<!--[if IE]><link rel="stylesheet" type="text/css" href="http://www.jennsjournal.com/blog/wp-content/themes/librio/ie.css" media="screen" /><![endif]-->
	
	<link rel="alternate" type="application/rss+xml" title="jenn&#039;s journal &raquo; photos Comments Feed" href="http://www.jennsjournal.com/blog/photos/feed/" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.jennsjournal.com/blog/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.jennsjournal.com/blog/wp-includes/wlwmanifest.xml" /> 
<link rel='index' title='jenn&#039;s journal' href='http://www.jennsjournal.com/blog/' />
<link rel='prev' title='god in my sleep' href='http://www.jennsjournal.com/blog/poetry/god-in-my-sleep/' />
<link rel='next' title='Blood Sugar' href='http://www.jennsjournal.com/blog/poetry/blood-sugar/' />
<meta name="generator" content="WordPress 3.0.1" />
<link rel='canonical' href='http://www.jennsjournal.com/blog/photos/' />
<meta name='FAlbum' content='0.8.0' />
<link rel='stylesheet' href='http://www.jennsjournal.com/blog/wp-content/plugins/falbum/styles/default/falbum.css' type='text/css' />
 
	<style type="text/css" media="screen">
	
		/* Clear floats without structural markup
		   courtesy of htmldog.com/positioniseverything.net */
		.clearfix:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
		}
		
		/* Hides from IE-mac \*/
		* html .clearfix { height: 1%; }
		/* End hide from IE-mac */
		
		div.intouch {
			margin: 20px auto 40px auto;
		}
		
		div.intouch  form {
			float: left;
			width: 100%;
		}
		
		div.intouch div.inputfield { 
			padding: 4px 0px;
			position: relative;
		}
		
		div.intouch label { 
			display: block;
			float: left;
			clear: left;
			width: 25%; 
			text-align: right;
		}
		
		div.intouch div.inputfield input, div.intouch div.inputfield textarea {
			float: left;
			margin-left: 10px;
		}
		
		div.intouch div.inputfield input {
			width: 40%;
		}
		
		div.intouch div.inputfield textarea {
			width: 50%;
		}

		div.intouch div.inputfield input.submitbutton {
			width: auto !important;
			padding: 2px;
			margin-left: 10px;
			left: 25%;
			position: absolute;
		}
		
		div.intouch div#usermessage {
			margin-bottom: 10px;
			text-align: center;
		}
		
		div.intouch .error {
			border: 1px solid #FF0000 !important;
			padding: 1px;
		}
	
	</style> 
	<script type="text/javascript">
		<!--//--><![CDATA[//><!--
				
		// remote scripting library
		// (c) copyright 2005 modernmethod, inc
		var sajax_debug_mode = false;
		var sajax_request_type = "GET";
		
		function sajax_debug(text) {
			if (sajax_debug_mode)
				alert("RSD: " + text)
		}
 		function sajax_init_object() {
 			sajax_debug("sajax_init_object() called..")
 			
 			var A;
			try {
				A=new ActiveXObject("Msxml2.XMLHTTP");
			} catch (e) {
				try {
					A=new ActiveXObject("Microsoft.XMLHTTP");
				} catch (oc) {
					A=null;
				}
			}
			if(!A && typeof XMLHttpRequest != "undefined")
				A = new XMLHttpRequest();
			if (!A)
				sajax_debug("Could not create connection object.");
			return A;
		}
		function sajax_do_call(func_name, args) {
			var i, x, n;
			var uri;
			var post_data;
			
			uri = "";
			if (sajax_request_type == "GET") {
				if (uri.indexOf("?") == -1) 
					uri = uri + "?rs=" + escape(func_name);
				else
					uri = uri + "&rs=" + escape(func_name);
				for (i = 0; i < args.length-1; i++) 
					uri = uri + "&rsargs[]=" + escape(args[i]);
				uri = uri + "&rsrnd=" + new Date().getTime();
				post_data = null;
			} else {
				post_data = "rs=" + escape(func_name);
				for (i = 0; i < args.length-1; i++) 
					post_data = post_data + "&rsargs[]=" + escape(args[i]);
			}
			
			x = sajax_init_object();
			x.open(sajax_request_type, uri, true);
			if (sajax_request_type == "POST") {
				x.setRequestHeader("Method", "POST " + uri + " HTTP/1.1");
				x.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
			}
			x.onreadystatechange = function() {
				if (x.readyState != 4) 
					return;
				sajax_debug("received " + x.responseText);
				
				var status;
				var data;
				status = x.responseText.charAt(0);
				data = x.responseText.substring(2);
				if (status == "-") 
					alert("Error: " + data);
				else  
					args[args.length-1](data);
			}
			x.send(post_data);
			sajax_debug(func_name + " uri = " + uri + "/post = " + post_data);
			sajax_debug(func_name + " waiting..");
			delete x;
		}
		
				
		// wrapper for intouch_submitcomment		
		function x_intouch_submitcomment() {
			sajax_do_call("intouch_submitcomment",
				x_intouch_submitcomment.arguments);
		}
		
				
		function intouch_submitcomment() {
			var regexp = new RegExp('[$][#][$]', ['g']);
		
			 
					
			var var_1 = document.getElementById('field_1').value.replace(regexp, '$');
				
				 
					
			var var_2 = document.getElementById('field_2').value.replace(regexp, '$');
				
				 
					
			var var_3 = document.getElementById('field_3').value.replace(regexp, '$');
				
				 
					
			var var_4 = document.getElementById('field_4').value.replace(regexp, '$');
				
							
			x_intouch_submitcomment('' + var_1 + '$#$' + var_2 + '$#$' + var_3 + '$#$' + var_4 + '', intouch_setsuccessmessage);
		}
			
		function intouch_setsuccessmessage(message) {
			document.getElementById('intouchform').reset();
			doInnerXHTML('usermessage', message);
		}
		
		function intouch_validate() {
			if(doInnerXHTML('usermessage', 'Please wait...')) {
			
				var all_valid = true;
				
				if(document.getElementById('field_1').value == '') {
					document.getElementById('field_1').className = "error";
					all_valid = false;
				}
				else {
					document.getElementById('field_1').className = "default";
				}
				
				var regexp = new RegExp('^[\\w-_\.]+@[\\w-_]+[\.][\\w-_\.]+$');
								
				if(document.getElementById('field_2').value == '' || ! document.getElementById('field_2').value.match(regexp)) {
					document.getElementById('field_2').className = "error";
					all_valid = false;
				}
				else {
					document.getElementById('field_2').className = "default";
				}
				
								
				if(all_valid) {
					intouch_submitcomment();
				}
				else {
					doInnerXHTML('usermessage', 'please fill in all the required fields.');
				}
				
				return false;
			}
			else {
				return true;
			}
		}
		
		// fallback if DOMParser and innerHTML are not working
		function doInnerXHTML(elementId, stringXHTML) {
			try {
				var elem = document.getElementById(elementId);
				var children =  elem.childNodes;
			
				for (var i = 0; i < children.length; i++) {
					elem.removeChild(children[i]);
				}
			
				var nodes = new DOMParser().parseFromString('<span>' + stringXHTML + '</span>', 'text/xml');
				var range = document.createRange();
				range.selectNodeContents(document.getElementById(elementId));
				range.deleteContents();
				
				for (var i = 0; i < nodes.childNodes.length; i++) {
					document.getElementById(elementId).appendChild(nodes.childNodes[i]);
				}
				return true;
			} catch (e) {
				try {
					document.getElementById(elementId).innerHTML = stringXHTML;
					return true;
				}
				catch(ee) {
					return false;
				}
			}
		}
		
		//--><!]]>
	</script>

 <meta name="description" content="The journal, poetry, and other assorted ramblings of Jenny Honeycutt" />
 <meta name="keywords" content="jennifer johnson honeycutt, jenny, poem, poetry, journal, diary, fiction, write, creative, writing, content, publish, personal, poet" /></head>

<body>

<div id="container">

	<div id="header">
		<h1><a href="http://www.jennsjournal.com/blog/">jenn&#039;s journal</a><span>journal, poetry, and other assorted ramblings</span></h1>
		<div id="search">
			<form method="get" id="searchform" action="http://www.jennsjournal.com/blog/">
				<input type="text" value="Search" name="s" id="s" onfocus="if(this.value=='Search')this.value=''" onblur="if(this.value=='')this.value='Search'" />
			</form>
		</div>
	</div>

	<div id="nav">
		<ul>
			<li ><a href="http://www.jennsjournal.com/blog/">home</a></li>
			<li class="page_item page-item-5"><a href="http://www.jennsjournal.com/blog/about-me/" title="about me">about me</a></li>
<li class="page_item page-item-133 current_page_item"><a href="http://www.jennsjournal.com/blog/photos/" title="photos">photos</a></li>
<li class="page_item page-item-2"><a href="http://www.jennsjournal.com/blog/poetry/" title="poetry">poetry</a></li>
<li class="page_item page-item-3"><a href="http://www.jennsjournal.com/blog/resume/" title="resume">resume</a></li>
<li class="page_item page-item-25"><a href="http://www.jennsjournal.com/blog/contact-me/" title="contact">contact</a></li>
		</ul>
		<a href="http://www.jennsjournal.com/blog/feed/" id="feed">Subscribe</a>
	</div>
	
	<div id="wrapper">
<script
	type="text/javascript"
	src="http://www.jennsjournal.com/blog/wp-content/plugins/falbum/res/overlib.js"></script>
<script
	type="text/javascript"
	src="http://www.jennsjournal.com/blog/wp-content/plugins/falbum/res/jquery-c.js"></script>
<script
	type="text/javascript"
	src="http://www.jennsjournal.com/blog/wp-content/plugins/falbum/res/falbum-c.js"></script>

<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>

<div id="content" class="narrowcolumn">

	<div id="falbum-wrapper">
		 <!-- Start of FAlbum -->
<div id='falbum' class='falbum'>


	
	<div class='falbum-album'>
		<div class="falbum-tn-border-t">
			<div class='falbum-thumbnail-nods'>
				<a href='/blog/photos/album/72157622629204078/' title='Tigger'>
					<img src='http://farm4.static.flickr.com/3183/2732631220_2cb0b656a7_t.jpg' alt='' />
				</a>
			</div>
		</div>	
		<h3 class='falbum-title'>
			<a href='/blog/photos/album/72157622629204078/' title='View all pictures in Tigger'>Tigger</a>
					</h3>	
		<div class='falbum-meta'>
			This photoset has 145 pictures		</div>	
		<div class='falbum-album-description'>
					</div>	
	</div>
	
	<div class='falbum-album'>
		<div class="falbum-tn-border-t">
			<div class='falbum-thumbnail-nods'>
				<a href='/blog/photos/album/72157622504786001/' title='Winston'>
					<img src='http://farm4.static.flickr.com/3250/2720271895_9b44f8d93b_t.jpg' alt='' />
				</a>
			</div>
		</div>	
		<h3 class='falbum-title'>
			<a href='/blog/photos/album/72157622504786001/' title='View all pictures in Winston'>Winston</a>
					</h3>	
		<div class='falbum-meta'>
			This photoset has 144 pictures		</div>	
		<div class='falbum-album-description'>
					</div>	
	</div>
	
	<div class='falbum-album'>
		<div class="falbum-tn-border-t">
			<div class='falbum-thumbnail-nods'>
				<a href='/blog/photos/album/72157606475031863/' title='Both boys'>
					<img src='http://farm4.static.flickr.com/3276/2722922457_51b3cf2a9a_t.jpg' alt='' />
				</a>
			</div>
		</div>	
		<h3 class='falbum-title'>
			<a href='/blog/photos/album/72157606475031863/' title='View all pictures in Both boys'>Both boys</a>
					</h3>	
		<div class='falbum-meta'>
			This photoset has 35 pictures		</div>	
		<div class='falbum-album-description'>
			Tigger and Winston together		</div>	
	</div>
	
	<div class='falbum-album'>
		<div class="falbum-tn-border-t">
			<div class='falbum-thumbnail-nods'>
				<a href='/blog/photos/album/72157622384333353/' title='Family'>
					<img src='http://farm4.static.flickr.com/3080/2731796999_4e337bb5cd_t.jpg' alt='' />
				</a>
			</div>
		</div>	
		<h3 class='falbum-title'>
			<a href='/blog/photos/album/72157622384333353/' title='View all pictures in Family'>Family</a>
					</h3>	
		<div class='falbum-meta'>
			This photoset has 30 pictures		</div>	
		<div class='falbum-album-description'>
					</div>	
	</div>
	
	<div class='falbum-album'>
		<div class="falbum-tn-border-t">
			<div class='falbum-thumbnail-nods'>
				<a href='/blog/photos/album/72157606474474411/' title='New house'>
					<img src='http://farm4.static.flickr.com/3174/2721189398_090711f310_t.jpg' alt='' />
				</a>
			</div>
		</div>	
		<h3 class='falbum-title'>
			<a href='/blog/photos/album/72157606474474411/' title='View all pictures in New house'>New house</a>
					</h3>	
		<div class='falbum-meta'>
			This photoset has 166 pictures		</div>	
		<div class='falbum-album-description'>
			Purchased Nov. 2007		</div>	
	</div>
	
	<div class='falbum-album'>
		<div class="falbum-tn-border-t">
			<div class='falbum-thumbnail-nods'>
				<a href='/blog/photos/album/72157606474542813/' title='Pool build'>
					<img src='http://farm4.static.flickr.com/3501/3927344618_6e60c18cd6_t.jpg' alt='' />
				</a>
			</div>
		</div>	
		<h3 class='falbum-title'>
			<a href='/blog/photos/album/72157606474542813/' title='View all pictures in Pool build'>Pool build</a>
					</h3>	
		<div class='falbum-meta'>
			This photoset has 174 pictures		</div>	
		<div class='falbum-album-description'>
			Summer 2008		</div>	
	</div>
	
	<div class='falbum-album'>
		<div class="falbum-tn-border-t">
			<div class='falbum-thumbnail-nods'>
				<a href='/blog/photos/album/72157606476579901/' title='Old house'>
					<img src='http://farm4.static.flickr.com/3277/2720392933_09725cba91_t.jpg' alt='' />
				</a>
			</div>
		</div>	
		<h3 class='falbum-title'>
			<a href='/blog/photos/album/72157606476579901/' title='View all pictures in Old house'>Old house</a>
					</h3>	
		<div class='falbum-meta'>
			This photoset has 49 pictures		</div>	
		<div class='falbum-album-description'>
			Purchased Dec. 2002
Sold Oct. 2007		</div>	
	</div>
	
	<div class='falbum-album'>
		<div class="falbum-tn-border-t">
			<div class='falbum-thumbnail-nods'>
				<a href='/blog/photos/album/72157623757075056/' title='Grand Canyon 2010'>
					<img src='http://farm5.static.flickr.com/4056/4484759045_f5348eacee_t.jpg' alt='' />
				</a>
			</div>
		</div>	
		<h3 class='falbum-title'>
			<a href='/blog/photos/album/72157623757075056/' title='View all pictures in Grand Canyon 2010'>Grand Canyon 2010</a>
					</h3>	
		<div class='falbum-meta'>
			This photoset has 126 pictures		</div>	
		<div class='falbum-album-description'>
			March 2010		</div>	
	</div>
	
	<div class='falbum-album'>
		<div class="falbum-tn-border-t">
			<div class='falbum-thumbnail-nods'>
				<a href='/blog/photos/album/72157623632791389/' title='Hoover Dam 2010'>
					<img src='http://farm5.static.flickr.com/4033/4484702573_7ff33a64e6_t.jpg' alt='' />
				</a>
			</div>
		</div>	
		<h3 class='falbum-title'>
			<a href='/blog/photos/album/72157623632791389/' title='View all pictures in Hoover Dam 2010'>Hoover Dam 2010</a>
					</h3>	
		<div class='falbum-meta'>
			This photoset has 46 pictures		</div>	
		<div class='falbum-album-description'>
			March 2010		</div>	
	</div>
	
	<div class='falbum-album'>
		<div class="falbum-tn-border-t">
			<div class='falbum-thumbnail-nods'>
				<a href='/blog/photos/album/72157623757041032/' title='Las Vegas 2010'>
					<img src='http://farm5.static.flickr.com/4053/4485801156_f14033d9fc_t.jpg' alt='' />
				</a>
			</div>
		</div>	
		<h3 class='falbum-title'>
			<a href='/blog/photos/album/72157623757041032/' title='View all pictures in Las Vegas 2010'>Las Vegas 2010</a>
					</h3>	
		<div class='falbum-meta'>
			This photoset has 137 pictures		</div>	
		<div class='falbum-album-description'>
			March 2010		</div>	
	</div>
	
	<div class='falbum-album'>
		<div class="falbum-tn-border-t">
			<div class='falbum-thumbnail-nods'>
				<a href='/blog/photos/album/72157622768037144/' title='Holden Beach 2009'>
					<img src='http://farm3.static.flickr.com/2673/4089930166_db659a9ff4_t.jpg' alt='' />
				</a>
			</div>
		</div>	
		<h3 class='falbum-title'>
			<a href='/blog/photos/album/72157622768037144/' title='View all pictures in Holden Beach 2009'>Holden Beach 2009</a>
					</h3>	
		<div class='falbum-meta'>
			This photoset has 74 pictures		</div>	
		<div class='falbum-album-description'>
			2009 writing retreat		</div>	
	</div>
	
	<div class='falbum-album'>
		<div class="falbum-tn-border-t">
			<div class='falbum-thumbnail-nods'>
				<a href='/blog/photos/album/72157606473956568/' title='Hawaii 2003'>
					<img src='http://farm4.static.flickr.com/3073/2720388095_51aa4f3702_t.jpg' alt='' />
				</a>
			</div>
		</div>	
		<h3 class='falbum-title'>
			<a href='/blog/photos/album/72157606473956568/' title='View all pictures in Hawaii 2003'>Hawaii 2003</a>
					</h3>	
		<div class='falbum-meta'>
			This photoset has 27 pictures		</div>	
		<div class='falbum-album-description'>
			August 2003		</div>	
	</div>
	
	<div class='falbum-album'>
		<div class="falbum-tn-border-t">
			<div class='falbum-thumbnail-nods'>
				<a href='/blog/photos/album/72157606472798878/' title='Las Vegas/Hoover Dam 2006'>
					<img src='http://farm4.static.flickr.com/3091/2720824424_08cca7d6c4_t.jpg' alt='' />
				</a>
			</div>
		</div>	
		<h3 class='falbum-title'>
			<a href='/blog/photos/album/72157606472798878/' title='View all pictures in Las Vegas/Hoover Dam 2006'>Las Vegas/Hoover Dam 2006</a>
					</h3>	
		<div class='falbum-meta'>
			This photoset has 41 pictures		</div>	
		<div class='falbum-album-description'>
			May 2006		</div>	
	</div>
	
	<div class='falbum-album'>
		<div class="falbum-tn-border-t">
			<div class='falbum-thumbnail-nods'>
				<a href='/blog/photos/album/72157606473882752/' title='England 2002'>
					<img src='http://farm4.static.flickr.com/3057/2721208874_101a05f0d1_t.jpg' alt='' />
				</a>
			</div>
		</div>	
		<h3 class='falbum-title'>
			<a href='/blog/photos/album/72157606473882752/' title='View all pictures in England 2002'>England 2002</a>
					</h3>	
		<div class='falbum-meta'>
			This photoset has 12 pictures		</div>	
		<div class='falbum-album-description'>
			March 2002		</div>	
	</div>
	
	<div class='falbum-album'>
		<div class="falbum-tn-border-t">
			<div class='falbum-thumbnail-nods'>
				<a href='/blog/photos/album/72157606474526327/' title='2008 Infiniti G35'>
					<img src='http://farm4.static.flickr.com/3077/2719883705_820f1f26b8_t.jpg' alt='' />
				</a>
			</div>
		</div>	
		<h3 class='falbum-title'>
			<a href='/blog/photos/album/72157606474526327/' title='View all pictures in 2008 Infiniti G35'>2008 Infiniti G35</a>
					</h3>	
		<div class='falbum-meta'>
			This photoset has 13 pictures		</div>	
		<div class='falbum-album-description'>
			Owned April 2008 - present		</div>	
	</div>
	
	<div class='falbum-album'>
		<div class="falbum-tn-border-t">
			<div class='falbum-thumbnail-nods'>
				<a href='/blog/photos/album/72157606474589915/' title='2007 Nissan Murano'>
					<img src='http://farm4.static.flickr.com/3062/2719892565_6871fff0e7_t.jpg' alt='' />
				</a>
			</div>
		</div>	
		<h3 class='falbum-title'>
			<a href='/blog/photos/album/72157606474589915/' title='View all pictures in 2007 Nissan Murano'>2007 Nissan Murano</a>
					</h3>	
		<div class='falbum-meta'>
			This photoset has 14 pictures		</div>	
		<div class='falbum-album-description'>
			Owned Dec. 2006 - Apr. 2008		</div>	
	</div>
	
	<div class='falbum-album'>
		<div class="falbum-tn-border-t">
			<div class='falbum-thumbnail-nods'>
				<a href='/blog/photos/album/72157606477280987/' title='2005 Mazda3'>
					<img src='http://farm4.static.flickr.com/3035/2720342775_6f80421a1d_t.jpg' alt='' />
				</a>
			</div>
		</div>	
		<h3 class='falbum-title'>
			<a href='/blog/photos/album/72157606477280987/' title='View all pictures in 2005 Mazda3'>2005 Mazda3</a>
					</h3>	
		<div class='falbum-meta'>
			This photoset has 21 pictures		</div>	
		<div class='falbum-album-description'>
			Owned 2005 - 2006		</div>	
	</div>
	
	<div class='falbum-album'>
		<div class="falbum-tn-border-t">
			<div class='falbum-thumbnail-nods'>
				<a href='/blog/photos/album/72157606477281003/' title='Everything else'>
					<img src='http://farm4.static.flickr.com/3158/3091536214_aff3211985_t.jpg' alt='' />
				</a>
			</div>
		</div>	
		<h3 class='falbum-title'>
			<a href='/blog/photos/album/72157606477281003/' title='View all pictures in Everything else'>Everything else</a>
					</h3>	
		<div class='falbum-meta'>
			This photoset has 6 pictures		</div>	
		<div class='falbum-album-description'>
					</div>	
	</div>



</div>
<!-- End of Falbum -->

	 </div>
	 
</div>

<div id="sidebar">
<div class="block"><h3 class="widgettitle">archives</h3><div id="calendar_wrap"><table id="wp-calendar" summary="Calendar">
	<caption>July 2010</caption>
	<thead>
	<tr>
		<th scope="col" title="Sunday">S</th>
		<th scope="col" title="Monday">M</th>
		<th scope="col" title="Tuesday">T</th>
		<th scope="col" title="Wednesday">W</th>
		<th scope="col" title="Thursday">T</th>
		<th scope="col" title="Friday">F</th>
		<th scope="col" title="Saturday">S</th>
	</tr>
	</thead>

	<tfoot>
	<tr>
		<td colspan="3" id="prev"><a href="http://www.jennsjournal.com/blog/2010/06/" title="View posts for June 2010">&laquo; Jun</a></td>
		<td class="pad">&nbsp;</td>
		<td colspan="3" id="next" class="pad">&nbsp;</td>
	</tr>
	</tfoot>

	<tbody>
	<tr>
		<td colspan="4" class="pad">&nbsp;</td><td>1</td><td>2</td><td>3</td>
	</tr>
	<tr>
		<td><a href="http://www.jennsjournal.com/blog/2010/07/04/" title="update 7/4">4</a></td><td>5</td><td>6</td><td>7</td><td><a href="http://www.jennsjournal.com/blog/2010/07/08/" title="update 7/8">8</a></td><td>9</td><td>10</td>
	</tr>
	<tr>
		<td>11</td><td>12</td><td>13</td><td>14</td><td>15</td><td><a href="http://www.jennsjournal.com/blog/2010/07/16/" title="CaringBridge">16</a></td><td>17</td>
	</tr>
	<tr>
		<td>18</td><td>19</td><td>20</td><td>21</td><td>22</td><td>23</td><td>24</td>
	</tr>
	<tr>
		<td>25</td><td>26</td><td>27</td><td>28</td><td>29</td><td>30</td><td id="today">31</td>
	</tr>
	</tbody>
	</table></div></div><div class="block"><h3 class="widgettitle">flickr photostream</h3>			<div class="textwidget"><!-- Start of Flickr Badge -->
<style type="text/css">
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#000000;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_uber_wrapper {width:150px;}
#flickr_www {display:block; text-align:center; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#ffffff;border: solid 1px #000000}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#000000 !important;}
</style>
<table id="flickr_badge_uber_wrapper" cellpadding="0" cellspacing="10" border="0"><tr><td><a href="http://www.flickr.com" id="flickr_www">www.<strong style="color:#3993ff">flick<span style="color:#ff1c92">r</span></strong>.com</a><table cellpadding="0" cellspacing="10" border="0" id="flickr_badge_wrapper">
<script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?show_name=1&count=3&display=random&size=t&layout=v&source=user&user=14442604%40N05"></script>
<tr>
<td id="flickr_badge_source" valign="center" align="center">
<table cellpadding="0" cellspacing="0" border="0"><tr>
<td width="10" id="flickr_icon_td"><a href="http://www.flickr.com/photos/jennyhoneycutt/"><img id="flickr_badge_icon" alt="eyeowanc's items" src="http://farm4.static.flickr.com/3132/buddyicons/14442604@N05.jpg?1217529092#14442604@N05" align="left" width="48" height="48"></a></td>
<td id="flickr_badge_source_txt"><nobr>Go to</nobr> <a href="http://www.flickr.com/photos/jennyhoneycutt/">eyeowanc's photostream</a></td>
</tr></table>
</td>
</tr>
</table>
</td></tr></table>
<!-- End of Flickr Badge --></div>
		</div><div class="block"><div><h3 class="widgettitle"><a class="twitterwidget twitterwidget-title" title="Twitter: jennej" href="http://twitter.com/jennej">twitter</a></h3><ul><li><span class='entry-content'>happy 4th of july</span> <span class='entry-meta'><span class='time-meta'><a href="http://twitter.com/jennej/statuses/17736518823">06:15:19 PM July 04, 2010</a></span> <span class='from-meta'>from <a href="http://gettwidget.com/" rel="nofollow">Twidget</a></span></span></li><li><span class='entry-content'>Just got Cockpit for Mac OS X completely free. Nothing paid! Awesome! There is also a bundle! Limited time only: <a href="http://www.macbuzzer.com">http://www.macbuzzer.com</a></span> <span class='entry-meta'><span class='time-meta'><a href="http://twitter.com/jennej/statuses/13489082253">02:04:10 PM May 06, 2010</a></span> <span class='from-meta'>from web</span></span></li><li><span class='entry-content'>do you say "totes" instead of "totally"? if so, stop. it's annoying.</span> <span class='entry-meta'><span class='time-meta'><a href="http://twitter.com/jennej/statuses/13447895018">09:19:33 PM May 05, 2010</a></span> <span class='from-meta'>from <a href="http://gettwidget.com/" rel="nofollow">Twidget</a></span></span></li></ul></div></div><div class="block"><h3 class="widgettitle">etc</h3>			<ul>
						<li><a href="http://www.jennsjournal.com/blog/wp-login.php">Log in</a></li>
			<li><a href="http://www.jennsjournal.com/blog/feed/" title="Syndicate this site using RSS 2.0">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li>
			<li><a href="http://www.jennsjournal.com/blog/comments/feed/" title="The latest comments to all posts in RSS">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li>
			<li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a></li>
						</ul>
</div></div>	</div>
	
	<div id="footer">
		<p>
			All content &copy; 2002-2010 by Jennifer J. Honeycutt. All right reserved. 
			Theme by <a href="http://deniart.ru" target="_blank">deniart</a>
		</p>
	</div>
</div>

</body>
</html>