<?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://larissameek.com/photos/feed/" rel="self" type="application/rss+xml" />
	<link>http://larissameek.com</link>
	<description>Artist + Web Geek</description>
	<lastBuildDate>Thu, 02 Sep 2010 21:37:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
</channel>
</rss>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
   <head>
<!-- JAVASCRIPTS-->
<script type="text/javascript" src="/wp-content/themes/l-rocks-theme/js/jquery.tools.min.js"></script>
<script type="text/javascript" src="/wp-content/themes/l-rocks-theme/js/jquery.scrollTo-min.js"></script>
<script type="text/javascript" src="/wp-content/themes/l-rocks-theme/js/jquery.bgpos.js"></script>
<script type="text/javascript" src="/wp-content/themes/l-rocks-theme/js/jquery.bgcolor.js"></script>
<script type="text/javascript" src="/wp-content/themes/l-rocks-theme/js/cufon.js"></script>
<script type="text/javascript" src="/wp-content/themes/l-rocks-theme/js/Helvetica_700.font.js"></script>
<!--  CUFON TEXT  -->
<script type="text/javascript">
			Cufon.replace('.page_item a', {
	hover: true
});
			Cufon.replace('.current_page_item ');
			Cufon.replace('h1.entry-title ');
					Cufon.replace('#footer-nav a', {
	hover: true
});
Cufon.replace('#footer h3');
Cufon.replace('.main-aside h3 ');
Cufon.replace('body.slug-say-hello h3 ');
Cufon.replace('body.slug-shop h3 ');
Cufon.replace('.slug-archives .content-column h2 ');
Cufon.replace('.slug-archives #container h1 ');
Cufon.replace('.slug-archives #container h2, .archive #container h2, .archive .post h2, .search .post h2, .search .portfolio h2, .search .page .entry-title, .home .post h2,.post-title h1 a, #comments h3 ');
		</script>
<!-- NAVIGATION SCRIPTS -->
        <script type="text/javascript">
$(function(){
	$('#menu .page_item a#homebtn')
		.css( {backgroundPosition: "20px -30px"} )
		.mouseover(function(){
			$(this).stop().animate({backgroundPosition:"(20px 0px)"}, {duration:100})
		})
		.mouseout(function(){
			$(this).stop().animate({backgroundPosition:"(20px 0px)"}, {duration:600, complete:function(){
				$(this).css({backgroundPosition: "20px -30px"})
			}})
		})
			$('#menu .page_item a#aboutbtn')
		.css( {backgroundPosition: "20px -30px"} )
		.mouseover(function(){
			$(this).stop().animate({backgroundPosition:"(20px 0px)"}, {duration:100})
		})
		.mouseout(function(){
		$(this).stop().animate({backgroundPosition:"(20px -30px)"}, {duration:600})
		})
			$('#menu .page_item a#archivesbtn')
		.css( {backgroundPosition: "30px -30px"} )
		.mouseover(function(){
			$(this).stop().animate({backgroundPosition:"(30px 0px)"}, {duration:100})
		})
		.mouseout(function(){
		$(this).stop().animate({backgroundPosition:"(30px -30px)"}, {duration:600})
		})
			$('#menu .page_item a#portfoliobtn')
		.css( {backgroundPosition: "28px -30px"} )
		.mouseover(function(){
			$(this).stop().animate({backgroundPosition:"(28px 0px)"}, {duration:100})
		})
		.mouseout(function(){
	$(this).stop().animate({backgroundPosition:"(28px -30px)"}, {duration:600})
		})
			$('#menu .page_item a#photosbtn')
		.css( {backgroundPosition: "23px -30px"} )
		.mouseover(function(){
			$(this).stop().animate({backgroundPosition:"(23px 0px)"}, {duration:100})
		})
		.mouseout(function(){
	$(this).stop().animate({backgroundPosition:"(23px -30px)"}, {duration:600})
		})
		 /****SHOP BUTTON*****/
			$('#menu .page_item a#shopbtn')
		.css( {backgroundPosition: "18px -30px"} )
		.mouseover(function(){
			$(this).stop().animate({backgroundPosition:"(18px 0px)"}, {duration:100})
		})
		.mouseout(function(){
		$(this).stop().animate({backgroundPosition:"(18px -30px)"}, {duration:600})
		})
		 /****SAY HELLO*****/
			$('#menu .page_item a#hellobtn')
		.css( {backgroundPosition: "32px -30px"} )
		.mouseover(function(){
			$(this).stop().animate({backgroundPosition:"(32px 0px)"}, {duration:100})
		})
		.mouseout(function(){
			$(this).stop().animate({backgroundPosition:"(32px -30px)"}, {duration:600})
		})
		/****MAIN LOGO*****/
				$('#blog-title span')
		.css( {backgroundPosition: "0px -107px"} )
		.mouseover(function(){
			$(this).stop().animate({backgroundPosition:"(0px 8px)"}, {duration:500})
		})
		.mouseout(function(){
			$(this).stop().animate({backgroundPosition:"(0px -107px)"}, {duration:200})
		})
        /****POST*****/
		$('body.slug-portfolio #content .post')
		.css( {backgroundColor: "white"} )
		.mouseover(function(){
			$(this).stop().animate({backgroundColor:"black"}, {duration:200})
		})
		.mouseout(function(){
			$(this).stop().animate({backgroundColor:"white"}, {duration:800})
		})
		        /****PHOTO-BG*****/
		$('#falbum-wrapper .falbum-album')
		.css( {backgroundColor: "white"} )
		.mouseover(function(){
			$(this).stop().animate({backgroundColor:"black"}, {duration:200})
		})
		.mouseout(function(){
			$(this).stop().animate({backgroundColor:"white"}, {duration:800})
		})
});
</script>
<!-- TO TOP BUTTON -->
 <script type="text/javascript">
   $(function () {
     $(window).scroll(function () {
          if ($(this).scrollTop() != 0) {
             $('#toTop').fadeIn();
         } else {
            $('#toTop').fadeOut();
         }
    });
     $('#toTop').click(function () {
         $('body,html').animate({
             scrollTop: 0
          },
          800);
      });
  });
  </script>
<!-- IF IS ALBUM PAGE -->
              <title>Photos Larissa Meek </title>
        <style type="text/css">
		.sf-menu .left-of-logo a{
         background:url('/wp-content/themes/thematic/images/hover.png') no-repeat scroll center top #FFFFFF !important;
         color:#000 !important;
	border-right:none;
	}		</style>
  <!-- ACTIVE NAV FOR PORTFOLIO SUB PAGES-->
<!-- END -->
    	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<meta name="robots" content="index,follow" />
	<link rel="canonical" href="http://larissameek.com/photos/" />
	<link rel="stylesheet" type="text/css" href="http://larissameek.com/wp-content/themes/l-rocks-theme/style.css" />
	<link rel="alternate" type="application/rss+xml" href="http://larissameek.com/feed/" title="Larissa Meek Posts RSS feed" />
	<link rel="alternate" type="application/rss+xml" href="http://larissameek.com/comments/feed/" title="Larissa Meek Comments RSS feed" />
	<link rel="pingback" href="http://larissameek.com/xmlrpc.php" />
<!-- Start Comment Info Tip Plugin -->
<link type="text/css" rel="stylesheet" href="http://larissameek.com/wp-content/plugins/comment-info-tip/comment-info-tip.css" />
<!-- End Comment Info Tip Plugin -->
<link rel='stylesheet' id='wp-advertiser-footer-theme-css-css'  href='http://larissameek.com/wp-content/plugins/wp-footer-ad/css/wp-theme.css?ver=3.0.1' type='text/css' media='all' />
<link rel='stylesheet' id='searchLightStyleSheets-css'  href='http://larissameek.com.s52228.gridserver.com/wp-content/plugins/search-light/themes/clean/searchLight.css?ver=3.0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wp-pagenavi-css'  href='http://larissameek.com/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70' type='text/css' media='all' />
<script type='text/javascript' src='http://larissameek.com/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
<script type='text/javascript' src='http://larissameek.com/wp-content/plugins/wordpress-toolbar/wp-toolbar.min.js?ver=2.2.3'></script>
<script type='text/javascript' src='http://larissameek.com/wp-content/plugins/search-light/ajax.js?ver=3.0.1'></script>
<script type='text/javascript' src='http://larissameek.com/wp-content/plugins/wp-footer-ad/js/jquery.tools.min.js?ver=3.0.1'></script>
<script type='text/javascript' src='http://larissameek.com/wp-content/plugins/wp-footer-ad/js/jquery.wp-theme.js?ver=3.0.1'></script>
<script type='text/javascript' src='http://larissameek.com/wp-includes/js/comment-reply.js?ver=20090102'></script>
<script type='text/javascript' src='http://larissameek.com/wp-content/plugins/comment-info-tip/comment-info-tip.js.php?ver=1.6'></script>
<script type='text/javascript' src='http://larissameek.com/wp-content/plugins/image-gallery-reloaded/image-gallery-reloaded.js?ver=3.0.1'></script>
<script type='text/javascript' src='http://larissameek.com/wp-content/plugins/google-analyticator/external-tracking.min.js?ver=6.1.1'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://larissameek.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://larissameek.com/wp-includes/wlwmanifest.xml" />
<link rel='index' title='Larissa Meek' href='http://larissameek.com/' />
<link rel='prev' title='portfolio' href='http://larissameek.com/portfolio/' />
<link rel='next' title='shop' href='http://larissameek.com/shop/' />
<link rel='shortlink' href='http://wp.me/PZutK-8' />
<meta name='FAlbum' content='0.7.1' />
<link rel='stylesheet' href='http://larissameek.com/wp-content/plugins/falbum/styles/default/falbum.css' type='text/css' />
  <!-- Last.Fm Records start -->
  <script type='text/javascript' src='http://larissameek.com/wp-content/plugins/lastfm-records/last.fm.records.js'></script>
  <script type='text/javascript'>
    var _config = { username: 'mizlame',
                    placeholder: 'lastfmrecords',
                    defaultthumb: 'http://cdn.last.fm/depth/catalogue/noimage/cover_85px.gif',
                    count: 3,
                    period: '7day',
                    refresh: 10,
                    offset: +0
                  };
    jQuery(document).ready( function() {
      lastFmRecords.init(_config);
    });
  </script>
  <!-- Last.Fm Records end -->
<!-- Twitoaster ( http://twitoaster.com/larissameek/ ) [V:1.3.6|C:yes|ST:yes|SR:yes|AT:no|M:no] -->
<link rel="stylesheet" href="http://larissameek.com/wp-content/plugins/twitoaster/style.css?ver=1.3.6" type="text/css" media="screen" />
	<script type="text/javascript" src="http://larissameek.com/wp-content/themes/thematic/library/scripts/hoverIntent.js"></script>
	<script type="text/javascript" src="http://larissameek.com/wp-content/themes/thematic/library/scripts/superfish.js"></script>
	<script type="text/javascript" src="http://larissameek.com/wp-content/themes/thematic/library/scripts/supersubs.js"></script>
	<script type="text/javascript">
		jQuery.noConflict();
	</script>
<!-- Wordpress Popular Posts v2.1.4 -->
<script type="text/javascript" charset="utf-8">
    /* <![CDATA[ */
	jQuery.post('http://larissameek.com/wp-admin/admin-ajax.php', {action: 'wpp_update', token: '59cf30abb8', id: 8});
    /* ]]> */
</script>
<!-- End Wordpress Popular Posts v2.1.4 -->
<!-- Wordpress Popular Posts v2.1.4 -->
<link rel="stylesheet" href="http://larissameek.com/wp-content/plugins/wordpress-popular-posts/style/wpp.css" type="text/css" media="screen" />
<!-- End Wordpress Popular Posts v2.1.4 -->
<style type="text/css">.broken_link, a.broken_link {
	text-decoration: line-through;
}</style>	<script type='text/javascript'>
/*<![CDATA[*/
jQuery(function($){jQuery('.gallery').addClass('gallery_reloaded');jQuery('ul.gallery_reloaded').gallery_reloaded({history:false,clickNext:true,insert:'.main_image',onImage:function(a,b,c){a.css('display','none').fadeIn(1000);b.css('display','none').fadeIn(1000);var d=c.parents('li');d.siblings().children('img.selected').fadeTo(500,0.5);c.fadeTo('fast',1).addClass('selected');a.attr('title','Next image >>')},onThumb:function(a){var b=a.parents('li');var c=b.is('.active')?'1':'0.5';a.css({display:'none',opacity:c}).fadeIn(500);a.hover(function(){a.fadeTo('fast',1)},function(){b.not('.active').children('img').fadeTo('fast',0.5)})}});jQuery('ul.gallery_reloaded li:first-child').addClass('active')});function makeScrollable(j,k){var j=jQuery(j),k=jQuery(k);k.hide();var l=jQuery('<div class=loading>Loading Gallery...</div>').appendTo(j);var m=setInterval(function(){var a=k.find('img');var b=0;a.each(function(){if(this.complete)b++});if(b==a.length){clearInterval(m);setTimeout(function(){l.hide();j.css({overflow:'hidden'});k.slideDown('slow',function(){enable()})},1000)}},100);function enable(){var c=50;var d=j.width();var f=j.height();var g=k.outerWidth()+2*c;var h=j.offset();j.css({overflow:'hidden'});var i=k.find('li:last-child');j.mousemove(function(e){var a=i[0].offsetLeft+i.outerWidth()+c;var b=(e.pageX-j.offset().left)*(a-d)/d-c;if(b<0){b=0}j.scrollLeft(b)})}}jQuery(function(jQuery){makeScrollable('div.gholder','ul.gallery_reloaded')});this.gr_tooltip=function(){xOffset=10;yOffset=20;jQuery("div.gbackgr img").hover(function(e){this.t=this.title;this.alt = this.t;this.title = "";jQuery("body").append("<p id='gr_tooltip'>"+this.t+"</p>");jQuery("#gr_tooltip").css("top",(e.pageY-xOffset)+"px").css("left",(e.pageX+yOffset)+"px").fadeIn("fast")},function(){this.title=this.alt;jQuery("#gr_tooltip").remove()});jQuery("div.gbackgr img").mousemove(function(e){jQuery("#gr_tooltip").css("top",(e.pageY-xOffset)+"px").css("left",(e.pageX+yOffset)+"px")})};jQuery(function($){gr_tooltip()});/*]]>*/	</script>
<!-- script type='text/javascript'>
/*<![CDATA[*/
jQuery(document).ready(function() {
    jQuery('.main_image a').attr({class: "thickbox", rel: "thickbox"});
});
/*]]>*/
</script -->
<style type="text/css" media="screen">
body {opacity .999;}
.gbackgr {border: 5px solid #000000;width:680px;background:#000000;text-align:center;}
.caption{color:#887777;display:block;font-style:italic;padding:0 8px 8px 0;float:left;}
.gallery_reloaded {width:680px;margin:auto;}
.gallery_reloaded li div .caption{font:italic 0.9em/1.4 georgia,serif;}
.main_image {width:680px;height:auto;/*In testing - max-height:480px;*/overflow:hidden;}
.main_image img{ margin-bottom:10px;max-width:680px;height:auto;width:auto;max-height:480px;}
.gholder{position: relative;width: 680px;overflow: auto;/* For plugin to work on RTL sites */direction:ltr;padding: 0 0 5px 0;}
.gallery_reloaded {width: 10000px;margin: 0 !important;padding: 0 !important;list-style: none;}
.gallery_reloaded li {display:block;float:left;height:80px;margin:0 8px 0 0;overflow:hidden;width:80px;background:none;list-style:none;}
.gallery_reloaded li a {display:none}
.gallery_reloaded li div {position:absolute;display:none;top:0;left:180px}
.gallery_reloaded li div img {cursor:pointer;height:100%;}
.gallery_reloaded li.active div img, .gallery_reloaded li.active div {display:block}
.gallery_reloaded li img.thumb {cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.gallery_reloaded li .caption {display:block;padding-top:.5em}
* html .gallery_reloaded li div span {width:680px;} /* MSIE bug */
p.gallery-nav{max-width:680px;height:30px;margin:0;padding:10px 5px 0;}
p.gallery-nav a.back{background:url('http://larissameek.com/wp-content/plugins/image-gallery-reloaded/images/back.png') no-repeat; display:block;width:24px;height:24px;text-indent:-9999px;text-decoration:none;float:left;}
p.gallery-nav a.forward{background:url('http://larissameek.com/wp-content/plugins/image-gallery-reloaded/images/forward.png') no-repeat; display:block;width:24px;height:24px;text-indent:-9999px;text-decoration:none;float:right;}
.gallery_reloaded_container a{color: #666666; text-indent:-9999px; background:url('http://larissameek.com/wp-content/plugins/image-gallery-reloaded/images/larger.png') no-repeat;height:12px;width:12px;display:block;float:left;text-decoration:none;}
#gr_tooltip{position:absolute;border:1px solid #887777;background:#000000;-moz-border-radius:5px;padding:4px 5px;color:#887777;display:none;}
.loading{-moz-border-radius:4px;background:#000000;border:1px solid #887777;color:#887777;padding:10px;text-align:center;width:100px;}
#TB_window a:link {color: #666666; text-indent:-9999px; background:url('http://larissameek.com/wp-content/plugins/image-gallery-reloaded/images/close.png') no-repeat;height:24px;width:24px;display:block;}
.TB_overlayBG {background-color:#000;filter:alpha(opacity=75);-moz-opacity: 0.75;opacity: 0.75;}
* html #TB_overlay { /* ie6 hack */position: absolute;height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
#TB_window {position: fixed;z-index: 102;color:#000000;display:none;top:50%;left:50%;}
* html #TB_window { /* ie6 hack */position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}
#TB_window img#TB_Image {border: 4px solid #000000;}
#TB_caption{height:25px;padding:7px 10px 10px 12px;float:left;color:#887777;}
#TB_closeWindow{float:right;height:25px;padding:4px 9px 10px 0;color:#887777;}
</style><!-- Google Analytics Tracking by Google Analyticator 6.1.1: http://ronaldheft.com/code/analyticator/ -->
<script type="text/javascript">
	var analyticsFileTypes = [''];
	var analyticsEventTracking = 'enabled';
</script>
<script type="text/javascript">
	var _gaq = _gaq || [];
	_gaq.push(['_setAccount', 'UA-2450379-1']);
	_gaq.push(['_trackPageview']);
	(function() {
		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
	})();
</script>
<!--  END HEAD -->
</head>
<body class="wordpress y2010 m09 d02 h15 singular slug-photos page pageid-8 page-author-larissa page-parent page-comments-closed page-pings-closed page-template page-template-FAlbum-php unknown-os unknown-browser slug-photos" >
 <div id="dynatip">&nbsp;</div>
<div id="wrapper" class="hfeed">
<div id="follow" class="dyna">
    <div style="width:980px; margin:0px auto;">
    <div class="fltlft"><a href="http://feeds.feedburner.com/larissameek" class="rss-icon no_icon" title="RSS Feed">RSS</a> </div>
      <div class="fltrt"><span class="txt"> elsewhere:</span> <a href="http://www.linkedin.com/in/larissameek"  target="_blank" class="linkedin-icon no_icon" title="Linked In">Linked in</a> <a href="http://www.behance.net/larissameek" target="_blank" lang="behance-icon" title="Behance Network" class="behance-icon no_icon">Behance</a> <a href="http://www.last.fm/user/mizlame" target="_blank" class="lastfm-icon no_icon" title="Last.fm">Last.fm</a> <a href="http://www.youtube.com/user/mizlame" target="_blank" class="youtubeicon no_icon" title="YouTube">You Tube</a> <a href="http://www.facebook.com/#/larissameek?ref=profile" target="_blank" class="facebook-icon no_icon" title="Facebook">FaceBook</a> <a href="http://twitter.com/larissameek" target="_blank" class="twitter-icon no_icon" title="5961 Twitter followers">Twitter</a> <a href="http://flickr.com/larissa-meek" target="_blank" class="flickr-icon no_icon" title="Flickr">Flickr</a> <a href="http://dribbble.com/players/larissameek" target="_blank" class="dribbble-icon no_icon" title="Dribbble">Dribbble</a></div>
      </div>
      </div>
             <div class="feedburner">  <a href="http://feeds.feedburner.com/LarissaMeek"><img src="http://feeds.feedburner.com/~fc/LarissaMeek?bg=333333&amp;fg=FFFFFF&amp;anim=0" height="26" width="88" style="border:0" alt="" /></a>
   </div>
    <div id="header">
        		    	<div id="branding">
				    		<div id="blog-title"><span><a href="http://larissameek.com/" title="Larissa Meek" rel="home">Larissa Meek</a></span></div>
		    		<div id="blog-description">Artist + Web Geek</div>
		    				    	</div><!--  #branding -->
				    	<div id="access">
		    		<div class="skip-link"><a href="#content" title="Skip navigation to the content">Skip to content</a></div>
<div id="menu">
<ul class="sf-menu">
<li class="page_item"><a href="http://larissameek.com/"  id="homebtn">Home</a></li>
	<li class="page_item"><a href="http://larissameek.com/about/" id="aboutbtn">About</a></li>
	<li class="page_item"><a href="http://larissameek.com/archives/"  id="archivesbtn">Archives</a></li>
    	<li class="page_item"><a href="http://larissameek.com/portfolio/" id="portfoliobtn">Portfolio</a></li>
        	<li class="current_page_item left-of-logo"><a href="http://larissameek.com/photos/" title="Photos" id="photosbtn">Photos</a></li>
                	<li class="page_item"><a href="http://larissameek.com/shop/" id="shopbtn">Shop</a></li>
	<li class="page_item "><a href="http://larissameek.com/say-hello/"  id="hellobtn">Say&nbsp;Hello.</a></li>
    <li id="search">
	<form id="searchform" method="get" action="http://larissameek.com">
		<div>
			<input id="s" name="s" type="text" value="Looking for something?" onfocus="if (this.value == 'Looking for something?') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Looking for something?';}" size="32" tabindex="1" />
			<input id="searchsubmit" name="searchsubmit" type="submit" value="Search" tabindex="2" />
		</div>
	</form>
    </li>
</ul>
</div>
		        </div><!-- #access -->
		    </div><!-- #header-->
    <div id="main">
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<div id="content" class="narrowcolumn">
<h1 class="entry-title">Photos</h1>
	<div id="falbum-wrapper">
		 <!-- Start of FAlbum -->
<div id='falbum' class='falbum'>
<div style="margin-top:10px"></div>
	<div class='falbum-album'>
		<div class="falbum-tn-border-m">
			<div class='falbum-thumbnail-nods'>
				<a href='/photos/show/recent/' title='Recent Photos'>
					<img src='http://farm5.static.flickr.com/4105/4948839336_f42fb530f2_m.jpg' alt='' />
				</a>
			</div>
		</div>
		<h3 class='falbum-title'>
			<a href='/photos/show/recent/' title='View all recent photos'>Recent Photos</a>
							/&nbsp;<a href='/photos/show/tags/' title='Tags'>Tags</a>
					</h3>
		<div class='falbum-meta-pix'>
					</div>
		<div class='falbum-album-description'>
			See the most recent photos posted, regardless of which photo set they belong to.		</div>
	</div>
	<div class='falbum-album'>
		<div class="falbum-tn-border-m">
			<div class='falbum-thumbnail-nods'>
				<a href='/photos/album/engaged/' title='Engaged'>
					<img src='http://farm5.static.flickr.com/4105/4948839336_f42fb530f2_m.jpg' alt='' />
				</a>
			</div>
		</div>
		<h3 class='falbum-title'>
			<a href='/photos/album/engaged/' title='View all pictures in Engaged'>Engaged</a>
					</h3>
		<div class='falbum-meta-pix'>
			 4 photos		</div>
		<div class='falbum-album-description'>
			On Aug 25th, 2010 - He popped the Question!		</div>
	</div>
	<div class='falbum-album'>
		<div class="falbum-tn-border-m">
			<div class='falbum-thumbnail-nods'>
				<a href='/photos/album/twins/' title='Twins'>
					<img src='http://farm5.static.flickr.com/4098/4948244455_d75cd8f7cd_m.jpg' alt='' />
				</a>
			</div>
		</div>
		<h3 class='falbum-title'>
			<a href='/photos/album/twins/' title='View all pictures in Twins'>Twins</a>
					</h3>
		<div class='falbum-meta-pix'>
			 9 photos		</div>
		<div class='falbum-album-description'>
			Due date Jan.4.2010 - but they will prolly arrive in Dec. A boy and a girl!		</div>
	</div>
	<div class='falbum-album'>
		<div class="falbum-tn-border-m">
			<div class='falbum-thumbnail-nods'>
				<a href='/photos/album/missouri-botanical-gardens/' title='Missouri Botanical Gardens'>
					<img src='http://farm4.static.flickr.com/3340/4573734358_c0d1761a14_m.jpg' alt='' />
				</a>
			</div>
		</div>
		<h3 class='falbum-title'>
			<a href='/photos/album/missouri-botanical-gardens/' title='View all pictures in Missouri Botanical Gardens'>Missouri Botanical Gardens</a>
					</h3>
		<div class='falbum-meta-pix'>
			 20 photos		</div>
		<div class='falbum-album-description'>
			A day with the family at the beautiful Missouri Botanical Gardens.		</div>
	</div>
	<div class='falbum-album'>
		<div class="falbum-tn-border-m">
			<div class='falbum-thumbnail-nods'>
				<a href='/photos/album/easter-2010/' title='Easter 2010'>
					<img src='http://farm3.static.flickr.com/2470/4491347181_6e3d8fd118_m.jpg' alt='' />
				</a>
			</div>
		</div>
		<h3 class='falbum-title'>
			<a href='/photos/album/easter-2010/' title='View all pictures in Easter 2010'>Easter 2010</a>
					</h3>
		<div class='falbum-meta-pix'>
			 18 photos		</div>
		<div class='falbum-album-description'>
			In Ballwin, MO with my fam. A suburb of St. Louis.		</div>
	</div>
	<div class='falbum-album'>
		<div class="falbum-tn-border-m">
			<div class='falbum-thumbnail-nods'>
				<a href='/photos/album/modeling-photos/' title='Modeling Photos'>
					<img src='http://farm3.static.flickr.com/2121/2078296957_222923cf2c_m.jpg' alt='' />
				</a>
			</div>
		</div>
		<h3 class='falbum-title'>
			<a href='/photos/album/modeling-photos/' title='View all pictures in Modeling Photos'>Modeling Photos</a>
					</h3>
		<div class='falbum-meta-pix'>
			 78 photos		</div>
		<div class='falbum-album-description'>
			My past life and some examples from my modeling portfolio.		</div>
	</div>
	<div class='falbum-album'>
		<div class="falbum-tn-border-m">
			<div class='falbum-thumbnail-nods'>
				<a href='/photos/album/pageant-days/' title='Pageant Days'>
					<img src='http://farm3.static.flickr.com/2244/2144675949_651c2895a1_m.jpg' alt='' />
				</a>
			</div>
		</div>
		<h3 class='falbum-title'>
			<a href='/photos/album/pageant-days/' title='View all pictures in Pageant Days'>Pageant Days</a>
					</h3>
		<div class='falbum-meta-pix'>
			 24 photos		</div>
		<div class='falbum-album-description'>
			Days when I was at Miss USA 01 and Teen USA 97.		</div>
	</div>
	<div class='falbum-album'>
		<div class="falbum-tn-border-m">
			<div class='falbum-thumbnail-nods'>
				<a href='/photos/album/hollywood/' title='Hollywood'>
					<img src='http://farm3.static.flickr.com/2182/2144694363_702862425b_m.jpg' alt='' />
				</a>
			</div>
		</div>
		<h3 class='falbum-title'>
			<a href='/photos/album/hollywood/' title='View all pictures in Hollywood'>Hollywood</a>
					</h3>
		<div class='falbum-meta-pix'>
			 30 photos		</div>
		<div class='falbum-album-description'>
			A bunch of photos from when I lived in LA a few years back.		</div>
	</div>
	<div class='falbum-album'>
		<div class="falbum-tn-border-m">
			<div class='falbum-thumbnail-nods'>
				<a href='/photos/album/family-photos/' title='Family Photos'>
					<img src='http://farm4.static.flickr.com/3247/3140428222_de22dbac77_m.jpg' alt='' />
				</a>
			</div>
		</div>
		<h3 class='falbum-title'>
			<a href='/photos/album/family-photos/' title='View all pictures in Family Photos'>Family Photos</a>
					</h3>
		<div class='falbum-meta-pix'>
			 37 photos		</div>
		<div class='falbum-album-description'>
			My family and old photos from the past.		</div>
	</div>
	<div class='falbum-album'>
		<div class="falbum-tn-border-m">
			<div class='falbum-thumbnail-nods'>
				<a href='/photos/album/playboy-mansion-charity-event/' title='Playboy Mansion - Charity Event'>
					<img src='http://farm4.static.flickr.com/3433/3960222431_423e85cc5b_m.jpg' alt='' />
				</a>
			</div>
		</div>
		<h3 class='falbum-title'>
			<a href='/photos/album/playboy-mansion-charity-event/' title='View all pictures in Playboy Mansion - Charity Event'>Playboy Mansion - Charity Event</a>
					</h3>
		<div class='falbum-meta-pix'>
			 8 photos		</div>
		<div class='falbum-album-description'>
			Yes, the real PB mansion was FUN!!!		</div>
	</div>
	<div class='falbum-album'>
		<div class="falbum-tn-border-m">
			<div class='falbum-thumbnail-nods'>
				<a href='/photos/album/living-in-la/' title='Living in LA'>
					<img src='http://farm3.static.flickr.com/2486/3936304166_1253f23cea_m.jpg' alt='' />
				</a>
			</div>
		</div>
		<h3 class='falbum-title'>
			<a href='/photos/album/living-in-la/' title='View all pictures in Living in LA'>Living in LA</a>
					</h3>
		<div class='falbum-meta-pix'>
			 16 photos		</div>
		<div class='falbum-album-description'>
			LA nightlife and fun times.		</div>
	</div>
	<div class='falbum-album'>
		<div class="falbum-tn-border-m">
			<div class='falbum-thumbnail-nods'>
				<a href='/photos/album/seth-macfarelane-dark-side-party/' title='Seth MacFarelane Dark Side Party'>
					<img src='http://farm3.static.flickr.com/2547/4185512688_e19eb9b5a2_m.jpg' alt='' />
				</a>
			</div>
		</div>
		<h3 class='falbum-title'>
			<a href='/photos/album/seth-macfarelane-dark-side-party/' title='View all pictures in Seth MacFarelane Dark Side Party'>Seth MacFarelane Dark Side Party</a>
					</h3>
		<div class='falbum-meta-pix'>
			 16 photos		</div>
		<div class='falbum-album-description'>
			Most amazing party. Ever.		</div>
	</div>
	<div class='falbum-navigationBar' id='pages-bottom'><a class='curPageLink' href='/photos/page/1' id='curpage-bottom' title=''>1</a><a class='otherPageLink' href='/photos/page/2' id='page2-bottom' title=''>2</a><a class='otherPageLink' href='/photos/page/3' id='page3-bottom' title=''>3</a><a class='otherPageLink' href='/photos/page/4' id='page4-bottom' title=''>4</a><a class='otherPageLink' href='/photos/page/5' id='page5-bottom' title=''>5</a><span id='space_pagenext_bottom' class='buttonspace'>&nbsp;</span><a class='buttonLink' href='/photos/page/2' id='pagenext-bottom' title='Go to next page (2)'>Next</a></div>
</div>
<!-- End of Falbum -->
	 </div>
</div>
	<div id="primary" class="aside main-aside">
		<ul class="xoxo">
	<li id="text-6" class="widgetcontainer widget_text"><h3 class="widgettitle">Sponsors</h3>
			<div class="textwidget"><ul>
<li><a href="http://www.uprinting.com/Postcards.html">Print Postcards</a></li>
</ul>
<div class="advertise">Want to <a href="advertise">Advertise?</a> </div></div>
		</li><li id="sa-recent-comments" class="widgetcontainer widget_recent_comments"><h3 class="widgettitle">Fresh Comments</h3>
<table id="recentcomments"><tr><td><img alt='' src='http://0.gravatar.com/avatar/c5e96e9fbb10be35f371cb15f3f74bc1?s=40&amp;d=monsterid&amp;r=G' class='avatar avatar-40 photo' height='40' width='40' /></td><td><a href='http://barbaradilisio.com' rel='external nofollow' class='url' target='_blank'>Barbara</a> on <a href="http://larissameek.com/2010/09/01/im-offically-engaged/comment-page-1/#comment-3038">I&#8217;m officially engaged.</a><br />Congratulations Larissa. What a sweet story! </td></tr><tr><td><img alt='' src='http://1.gravatar.com/avatar/9088353f87aad89a0664852bcda64baa?s=40&amp;d=monsterid&amp;r=G' class='avatar avatar-40 photo' height='40' width='40' /></td><td><a href='http://ronaldbeach.com' rel='external nofollow' class='url' target='_blank'>Ron Beach</a> on <a href="http://larissameek.com/2010/09/01/im-offically-engaged/comment-page-1/#comment-3035">I&#8217;m officially engaged.</a><br />Larissa,
I want to wish you both the very best.  Over the years you have helped so many people (including ...</td></tr><tr><td><img alt='' src='http://0.gravatar.com/avatar/c46989f5462deb8fc967488c2a25c859?s=40&amp;d=monsterid&amp;r=G' class='avatar avatar-40 photo' height='40' width='40' /></td><td><a href='http://www.gfxbd.com' rel='external nofollow' class='url' target='_blank'>GFXBD</a> on <a href="http://larissameek.com/2010/07/26/learning-to-love-ideas-brainstorming-101/comment-page-1/#comment-3033">Learning to Love Ideas: Brainstorming 101</a><br />Brainstorming is a great tactics for making or developing any kind of plan. It can make impact in graphics design ...</td></tr></table></li><!-- Wordpress Popular Posts Plugin v2.1.4 [W] [daily] [regular] -->
<li id="wpp-5" class="widgetcontainer popular-posts">
<h3 class="widgettitle">Popular Posts</h3>
<ul>
<li><a href="http://larissameek.com/2009/01/12/26-cakes-perfect-for-geeks/" class="wppgen" title="26 Cakes Perfect for Geeks"><img src="http://larissameek.com/wp-content/plugins/wordpress-popular-posts/scripts/timthumb.php?src=http://larissameek.com/wp-content/uploads/2009/01/john-dragon1-150x150.jpg&amp;h=40&amp;w=40&amp;zc=1" alt="26 Cakes Perfect for Geeks" border="0" class="wpp-thumbnail" width="40" height="40" /></a><a href="http://larissameek.com/2009/01/12/26-cakes-perfect-for-geeks/" title="26 Cakes Perfect for Geeks"><span class="wpp-post-title">26 Cakes Perfect for Geeks</span></a>  <span class="post-stats"><span class="wpp-comments">118  comment(s)</span></span> </li>
<li><a href="http://larissameek.com/2010/07/13/my-blog-is-growing-up/" class="wppgen" title="My Blog is Growing Up"><img src="http://larissameek.com/wp-content/plugins/wordpress-popular-posts/scripts/timthumb.php?src=http://larissameek.com/wp-content/uploads/2010/07/new-site-150x150.jpg&amp;h=40&amp;w=40&amp;zc=1" alt="My Blog is Growing Up" border="0" class="wpp-thumbnail" width="40" height="40" /></a><a href="http://larissameek.com/2010/07/13/my-blog-is-growing-up/" title="My Blog is Growing Up"><span class="wpp-post-title">My Blog is Growing Up</span></a>  <span class="post-stats"><span class="wpp-comments">27  comment(s)</span></span> </li>
<li><a href="http://larissameek.com/2006/08/25/pageant-tricks-and-tips-how-to-win/" class="wppgen" title="Pageant tricks and tips, how to win."><img src="http://larissameek.com/wp-content/plugins/wordpress-popular-posts/scripts/timthumb.php?src=http://larissameek.com/wp-content/uploads/2006/08/PAGEANT-150x150.jpg&amp;h=40&amp;w=40&amp;zc=1" alt="Pageant tricks and tips, how to win." border="0" class="wpp-thumbnail" width="40" height="40" /></a><a href="http://larissameek.com/2006/08/25/pageant-tricks-and-tips-how-to-win/" title="Pageant tricks and tips, how to win."><span class="wpp-post-title">Pageant tricks and tips, how to win.</span></a>  <span class="post-stats"><span class="wpp-comments">24  comment(s)</span></span> </li>
<li><a href="http://larissameek.com/2008/01/20/flora-stew/" class="wppgen" title="Flora Stew"><img src="http://larissameek.com/wp-content/plugins/wordpress-popular-posts/scripts/timthumb.php?src=http://larissameek.com/wp-content/uploads/2008/01/2206763599_82ff8519e6-150x150.jpg&amp;h=40&amp;w=40&amp;zc=1" alt="Flora Stew" border="0" class="wpp-thumbnail" width="40" height="40" /></a><a href="http://larissameek.com/2008/01/20/flora-stew/" title="Flora Stew"><span class="wpp-post-title">Flora Stew</span></a>  <span class="post-stats"><span class="wpp-comments">21  comment(s)</span></span> </li>
</ul>
</li>
<!-- End Wordpress Popular Posts Plugin v2.1.4 -->
		</ul>
	</div><!-- #primary .aside -->
    </div><!-- #main -->
<div id="footer-top"></div>
	<div id="footer">
    <div class="footer-accent-img">
    <div class="footer-container">
    <ul id="footer-nav" class="fltlft">
      <li><a href="/">Home</a></li>
      <li><a href="/about">About</a></li>
      <li><a href="/archives">Archives</a></li>
      <li><a href="/portfolio">Portfolio</a></li>
      <li><a href="/photos">Photos</a></li>
      <li><a href="/shop">Shop</a></li>
      <li><a href="/say hello.">Say&nbsp;Hello.</a></li>
  </ul>
          <div id="siteinfo" class="fltrt">
    		© Copyright 2005 - <span class="the-year">2010</span> Larissa Meek. Powered by <a href="http://www.wordpress.org"  class="no_icon">WP</a> + <a href="http://themeshaper.com/thematic/"  class="no_icon">Thematic</a>
         <div id="useronline-count"><a href="http://larissameek.com/useronline"><strong>11 Users</strong> Online</a> / Users: <strong>9 Guests, 2 Bots</strong></div>
         </div><!-- #siteinfo -->
<div id="toTop">Back to Top</div>
        <div id="subsidiary">
        <div id="first" class="aside sub-aside">
<ul class="xoxo">
<li id="text-3" class="widgetcontainer widget_text"><h3 class="widgettitle">About Me</h3>
			<div class="textwidget"><div class="mini-bio-pic"><a href="/about"  style="border:none">
<img src="/wp-content/themes/thematic/images/sm-bio-pic.jpg" alt="bio-pic"/></a></div>
<p>I’m <strong>Larissa Meek</strong>, an ACD for AgencyNet + I live in L.A., CA.  This blog serves as a showcase for my artwork + personal ramblings. </p>
<p><a href="/about" class="read-more">Read More &raquo;</a></p></div>
		</li><li id="linkcat-17" class="widgetcontainer widget_links"><h3 class="widgettitle">Awards + Mentions</h3>
	<ul class='xoxo blogroll'>
<li><a href="http://www.netmag.co.uk/zine/discover-culture/the-world-s-top-20-web-designers" title=".Net Magazine" target="_blank"><img src="http://larissameek.com/wp-content/themes/thematic/images/links/net-mag.jpg"  alt=".Net Magazine"  title=".Net Magazine" /></a></li>
<li><a href="http://www.pbs.org/design/2009/11/are-there-no-women-in-web-design.php" title="PBS Interactive" target="_blank"><img src="http://larissameek.com/wp-content/themes/thematic/images/links/PBS.jpg"  alt="PBS Interactive"  title="PBS Interactive" /></a></li>
	</ul>
</li>
<li id="text-5" class="widgetcontainer widget_text"><h3 class="widgettitle">Speaking Schedule</h3>
			<div class="textwidget"><strong>July 23</strong> - <a href="http://frontenddesignconference.com/"> Front End Design Conference</a> (Tampa, FL)</div>
		</li></ul>
</div><!-- #first .aside -->
        <div id="second" class="aside sub-aside">
<ul class="xoxo">
<li id="categories-3" class="widgetcontainer widget_categories"><h3 class="widgettitle">Categories</h3>
		<ul>
	<li class="cat-item cat-item-3"><a href="http://larissameek.com/category/agencynet/" title="All items in this are related to AgencyNet.">agencynet</a> (23)
</li>
	<li class="cat-item cat-item-7"><a href="http://larissameek.com/category/art-design/" title="Creative bits.">art + design</a> (18)
</li>
	<li class="cat-item cat-item-4"><a href="http://larissameek.com/category/elsewhere/" title="View all posts filed under elsewhere">elsewhere</a> (58)
</li>
	<li class="cat-item cat-item-19"><a href="http://larissameek.com/category/humor/" title="View all posts filed under humor">humor</a> (44)
</li>
	<li class="cat-item cat-item-1"><a href="http://larissameek.com/category/odds-ends/" title="Miscellaneous bits that don&#039;t fit anywhere else. ">odds + ends</a> (32)
</li>
	<li class="cat-item cat-item-5"><a href="http://larissameek.com/category/personal/" title="View all posts filed under personal">personal</a> (95)
</li>
	<li class="cat-item cat-item-8"><a href="http://larissameek.com/category/technology/" title="View all posts filed under technology">technology</a> (1)
</li>
		</ul>
</li><li id="execphp-6" class="widgetcontainer widget_execphp"><h3 class="widgettitle">Archives</h3>
			<div class="execphpwidget"><ul>  <li><strong><a href="http://larissameek.com/2010/">2010</a>: </strong> <a href="http://larissameek.com/2010/01/" title="January 2010">J</a> <a href="http://larissameek.com/2010/02/" title="February 2010">F</a> <a href="http://larissameek.com/2010/03/" title="March 2010">M</a> <a href="http://larissameek.com/2010/04/" title="April 2010">A</a> <a href="http://larissameek.com/2010/05/" title="May 2010">M</a> <span class="emptymonth">J</span> <a href="http://larissameek.com/2010/07/" title="July 2010">J</a> <a href="http://larissameek.com/2010/08/" title="August 2010">A</a> <a href="http://larissameek.com/2010/09/" title="September 2010">S</a> <span class="emptymonth">O</span> <span class="emptymonth">N</span> <span class="emptymonth">D</span> </li>
<li><strong><a href="http://larissameek.com/2009/">2009</a>: </strong> <a href="http://larissameek.com/2009/01/" title="January 2009">J</a> <a href="http://larissameek.com/2009/02/" title="February 2009">F</a> <a href="http://larissameek.com/2009/03/" title="March 2009">M</a> <a href="http://larissameek.com/2009/04/" title="April 2009">A</a> <a href="http://larissameek.com/2009/05/" title="May 2009">M</a> <a href="http://larissameek.com/2009/06/" title="June 2009">J</a> <a href="http://larissameek.com/2009/07/" title="July 2009">J</a> <a href="http://larissameek.com/2009/08/" title="August 2009">A</a> <a href="http://larissameek.com/2009/09/" title="September 2009">S</a> <a href="http://larissameek.com/2009/10/" title="October 2009">O</a> <a href="http://larissameek.com/2009/11/" title="November 2009">N</a> <a href="http://larissameek.com/2009/12/" title="December 2009">D</a> </li>
<li><strong><a href="http://larissameek.com/2008/">2008</a>: </strong> <a href="http://larissameek.com/2008/01/" title="January 2008">J</a> <a href="http://larissameek.com/2008/02/" title="February 2008">F</a> <a href="http://larissameek.com/2008/03/" title="March 2008">M</a> <a href="http://larissameek.com/2008/04/" title="April 2008">A</a> <a href="http://larissameek.com/2008/05/" title="May 2008">M</a> <a href="http://larissameek.com/2008/06/" title="June 2008">J</a> <a href="http://larissameek.com/2008/07/" title="July 2008">J</a> <a href="http://larissameek.com/2008/08/" title="August 2008">A</a> <a href="http://larissameek.com/2008/09/" title="September 2008">S</a> <a href="http://larissameek.com/2008/10/" title="October 2008">O</a> <a href="http://larissameek.com/2008/11/" title="November 2008">N</a> <a href="http://larissameek.com/2008/12/" title="December 2008">D</a> </li>
<li><strong><a href="http://larissameek.com/2007/">2007</a>: </strong> <a href="http://larissameek.com/2007/01/" title="January 2007">J</a> <a href="http://larissameek.com/2007/02/" title="February 2007">F</a> <a href="http://larissameek.com/2007/03/" title="March 2007">M</a> <a href="http://larissameek.com/2007/04/" title="April 2007">A</a> <a href="http://larissameek.com/2007/05/" title="May 2007">M</a> <a href="http://larissameek.com/2007/06/" title="June 2007">J</a> <a href="http://larissameek.com/2007/07/" title="July 2007">J</a> <a href="http://larissameek.com/2007/08/" title="August 2007">A</a> <a href="http://larissameek.com/2007/09/" title="September 2007">S</a> <a href="http://larissameek.com/2007/10/" title="October 2007">O</a> <a href="http://larissameek.com/2007/11/" title="November 2007">N</a> <a href="http://larissameek.com/2007/12/" title="December 2007">D</a> </li>
<li><strong><a href="http://larissameek.com/2006/">2006</a>: </strong> <a href="http://larissameek.com/2006/01/" title="January 2006">J</a> <span class="emptymonth">F</span> <span class="emptymonth">M</span> <a href="http://larissameek.com/2006/04/" title="April 2006">A</a> <a href="http://larissameek.com/2006/05/" title="May 2006">M</a> <span class="emptymonth">J</span> <a href="http://larissameek.com/2006/07/" title="July 2006">J</a> <a href="http://larissameek.com/2006/08/" title="August 2006">A</a> <a href="http://larissameek.com/2006/09/" title="September 2006">S</a> <a href="http://larissameek.com/2006/10/" title="October 2006">O</a> <a href="http://larissameek.com/2006/11/" title="November 2006">N</a> <a href="http://larissameek.com/2006/12/" title="December 2006">D</a> </li>
<li><strong><a href="http://larissameek.com/2005/">2005</a>: </strong> <span class="emptymonth">J</span> <a href="http://larissameek.com/2005/02/" title="February 2005">F</a> <a href="http://larissameek.com/2005/03/" title="March 2005">M</a> <a href="http://larissameek.com/2005/04/" title="April 2005">A</a> <a href="http://larissameek.com/2005/05/" title="May 2005">M</a> <span class="emptymonth">J</span> <span class="emptymonth">J</span> <a href="http://larissameek.com/2005/08/" title="August 2005">A</a> <a href="http://larissameek.com/2005/09/" title="September 2005">S</a> <span class="emptymonth">O</span> <a href="http://larissameek.com/2005/11/" title="November 2005">N</a> <span class="emptymonth">D</span> </li>
  </ul></div>
		</li></ul>
</div><!-- #second .aside -->
        <div id="third" class="aside sub-aside">
<ul class="xoxo">
<li id="execphp-5" class="widgetcontainer widget_execphp"><h3 class="widgettitle">Recent Photos</h3>
			<div class="execphpwidget"><div class='falbum-recent'>
<div class='falbum-thumbnail-nods'><a href='/photos/show/recent/photo/4948839336/'><img src='http://farm5.static.flickr.com/4105/4948839336_f42fb530f2_s.jpg' alt="The ring" title="The ring" /></a>
</div>
<div class='falbum-thumbnail-nods'><a href='/photos/show/recent/photo/4948249649/'><img src='http://farm5.static.flickr.com/4148/4948249649_58a19b38bc_s.jpg' alt="The ring" title="The ring" /></a>
</div>
<div class='falbum-thumbnail-nods'><a href='/photos/show/recent/photo/4948835482/'><img src='http://farm5.static.flickr.com/4083/4948835482_c4699f08b2_s.jpg' alt="20-weeks" title="20-weeks" /></a>
</div>
<div class='falbum-thumbnail-nods'><a href='/photos/show/recent/photo/4948839668/'><img src='http://farm5.static.flickr.com/4131/4948839668_39f5bbdf8a_s.jpg' alt="larissa &amp; jason" title="larissa &amp; jason" /></a>
</div>
<div class='falbum-thumbnail-nods'><a href='/photos/show/recent/photo/4948249415/'><img src='http://farm5.static.flickr.com/4083/4948249415_8207165e46_s.jpg' alt="larissa &amp; jason" title="larissa &amp; jason" /></a>
</div>
<div class='falbum-thumbnail-nods'><a href='/photos/show/recent/photo/4948245295/'><img src='http://farm5.static.flickr.com/4126/4948245295_e7841819b4_s.jpg' alt="girl-12 weeks" title="girl-12 weeks" /></a>
</div>
</div>
</div>
		</li>
<li id="lastfmrecordswidget-4" class="widgetcontainer widget_lastfmrecordswidget"><h3 class="widgettitle">Listening To</h3>
<div id='lastfmrecords'></div>
</li>
</ul>
</div><!-- #third .aside -->
    </div><!-- #subsidiary -->
<div id="recent-tweets">
<div class="tweets">
<ul id="twitter_update_list">
<li></li>
</ul>
<a href="http://twitter.com/larissameek" id="twitter-link" >+ follow me</a>
</div>
<div class="followers"><a href="http://twitter.com/larissameek">@larissameek</a> has 5961 followers</div>
</div>
        </div><!-- #footer-container -->
        </div><!-- #footer-bg-img -->
	</div><!-- #footer -->
</div><!-- #wrapper .hfeed -->
<script type='text/javascript'>
/* <![CDATA[ */
var thickboxL10n = {
	next: "Next &gt;",
	prev: "&lt; Prev",
	image: "Image",
	of: "of",
	close: "Close",
	noiframes: "This feature requires inline frames. You have iframes disabled or your browser does not support them."
};
try{convertEntities(thickboxL10n);}catch(e){};
/* ]]> */
</script>
<script type='text/javascript' src='http://larissameek.com/wp-includes/js/thickbox/thickbox.js?ver=3.1-20100407'></script>
<!--stats_footer_test--><script src="http://stats.wordpress.com/e-201035.js" type="text/javascript"></script>
<script type="text/javascript">
st_go({blog:'14655172',v:'ext',post:'8'});
var load_cmc = function(){linktracker_init(14655172,8,2);};
if ( typeof addLoadEvent != 'undefined' ) addLoadEvent(load_cmc);
else load_cmc();
</script>

<!-- TOOLTIP -->



<script type="text/javascript">
$(document).ready(function() { 
 $(".blogroll li [title]").tooltip({tip: '#dynatip', effect: 'slide', offset: [0, 0] });
    // initialize tooltip 
    $(".dyna a[title]").tooltip({ 
 	// use single tooltip element for all tips 
	 tip: '#dynatip',  
     // tweak the position 
      offset: [0, 0], 
         
        // use "slide" effect 
        effect: 'slide' 
         
    // add dynamic plugin  
    }).dynamic( { 
     
        // customized configuration on bottom edge 
        top: { 
         
            // slide downwards 
            direction: 'down', 
             
            // bounce back when closed 
            bounce: false
        } 
    }); 
     
});
</script>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/larissameek.json?callback=twitterCallback2&amp;count=1"></script>
</body>
</html>