<!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">
<head>
	<title>Tomsuey Store &mdash; BLOG</title>
	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
	<meta http-equiv="Content-Language" content="en-us" />
	<link href="/products.rss" rel="alternate" title="Product RSS Feed" type="application/rss+xml" />
	<link href="http://cache0.bigcartel.com/theme_stylesheets/126427/styles.css" media="screen" rel="Stylesheet" type="text/css" />
	<script src="http://cache1.bigcartel.com/themes/sexy/javascripts/prototype.js?20090929" type="text/javascript"></script>
	<script src="http://cache0.bigcartel.com/themes/sexy/javascripts/store.js?20090929" type="text/javascript"></script>
	<meta name="generator" content="Big Cartel" />
</head>

<body id="blog-page" class="blog custom">

	<div id="wrap">
		
		<noscript>
			<div class="error" id="error">
				<ul>
		          <li>JavaScript must be enabled to use this store!</li>
		        </ul>
		    </div>
		</noscript>
		
		

		
		<div id="website">
			<a href="http://www.tomsueystore.com">Back to site</a>
		</div>	
		

		<div id="header" class="image">
			<h1><a href="/"><span>Tomsuey Store</span><img src="http://cache1.bigcartel.com/theme_images/114990/viva.jpg" /></a></h1>
		</div>		

		<div id="main">

			<div id="main-title">
				<h2><span>BLOG</span></h2>
			</div>

			<div id="main-content">
				
				<style type="text/css" media="screen">
 
	ul#entries {
		padding: 0 !important;
		}
 
	ul#entries li {
		clear: both;
		float: left;
		width: 100%;
		list-style: none !important;
		margin-bottom: 2.5em;
		}
 
	ul#entries li.loading {
		margin-bottom: 0;
		}
 
	ul#entries li h3 {
		margin: 0 0 .25em 0 !important;
		}
 
	ul#entries li p.blog_date {
		margin-bottom: 1.5em !important;
		}
 
</style>
 
<ul id="entries"><li class="loading">Loading...</li></ul>
 
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
 
	// ================================================
	// Your info here
	// ================================================
	var feedURL 	= 'http://tomsuey.blogspot.com/feeds/posts/default';
	var numEntries	= 10;
	var blogURL 	= 'http://tomsuey.blogspot.com/';
	var blogLink	= 'View full blog &raquo;';
	// ================================================
 
	google.load("feeds", "1");
 
	function formatDate(d, f) {
		var d = new Date(d);
		var months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];
		var days = ['Sunday',	'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];
		return f.replace(/(yyyy|mmmm|mmm|mm|dddd|ddd|dd|hh|nn|ss|a\/p)/gi,
	        function($1) {
	            switch ($1.toLowerCase()) {
	            case 'yyyy': return d.getFullYear();
	            case 'mmmm': return months[d.getMonth()];
	            case 'mmm':  return months[d.getMonth()].substr(0, 3);
	            case 'mm':   return (d.getMonth() + 1);
	            case 'dddd': return days[d.getDay()];
	            case 'ddd':  return days[d.getDay()].substr(0, 3);
	            case 'dd':   return d.getDate();
	            case 'hh':   return ((h = d.getHours() % 12) ? h : 12);
	            case 'nn':   return d.getMinutes();
	            case 'ss':   return d.getSeconds();
	            case 'a/p':  return d.getHours() < 12 ? 'a' : 'p';
	            }
	        }
	    );
	}
 
	function initialize() {
		var feed = new google.feeds.Feed(feedURL);
				feed.setNumEntries(numEntries);
				feed.load(function(result) {
 
					if(result.error) return;
 
					var list = document.getElementById('entries');
							list.removeChild(list.firstChild);
 
					for(var i = 0; i < result.feed.entries.length; i++) {
				  	var entry = result.feed.entries[i];
						var link = document.createElement('a');
								link.setAttribute('href', entry.link);
								link.appendChild(document.createTextNode(entry.title));
						var title = document.createElement('h3');
								title.appendChild(link);
						var date = document.createElement('p');
								date.setAttribute('class', 'blog_date');
								date.appendChild(document.createTextNode(formatDate(entry.publishedDate, 'mmmm dd, yyyy')));
						var content = document.createElement('div');
								content.innerHTML = entry.content;
						var li = document.createElement('li');
								li.appendChild(title);
								li.appendChild(date);
								li.appendChild(content);
						list.appendChild(li);
					}
 
					if(blogLink && blogURL) {
						var link = document.createElement('a');
							link.setAttribute('href', blogURL);
							link.innerHTML = blogLink;
						var li = document.createElement('li');
							li.appendChild(link);
						list.appendChild(li);
					}
			});
	}
 
	google.setOnLoadCallback(initialize);
 
</script>

				
			</div>

		</div>

		<div id="navigation">

			<div id="minicart">
				<h3 class="minicart-title"><span>Cart</span></h3>
				<ul class="minicart-contents">
					<li class="minicart-items"><span id="cart-count">0 items</span></li>
					<li class="minicart-total"><span id="cart-total"><span class="currency_sign">$</span>0.00</span></li>
				</ul>
				<div class="minicart-options">
					<div class="minicart-view"><a href="/cart" title="View Cart"><span>View Cart</span></a></div>
					<div class="minicart-checkout"><a href="/checkout" title="Checkout"><span>Checkout</span></a></div>
				</div>
			</div>

			
			<div id="search" class="pod">
				<h3 class="search-title"><span>Search</span></h3>
				<form id="search-form" name="search" action="/products" method="get">
					<input id="search-input" name="search" type="text" /><button id="search-submit" name="search-submit" type="submit" title="GO"><span>GO</span></button>
				</form>
			</div>
			

			

			<div id="categories" class="pod">
				<h3 class="categories-title"><span>Categories</span></h3>
				<ul class="categories-list">
					<li><a href="/products" title="All"><span>All</span></a></li><li><a href="/category/stay-connected" title="View Stay Connected">Stay Connected</a></li><li><a href="/category/she-tees" title="View She Tees">She Tees</a></li><li><a href="/category/he-tees" title="View He Tees">He Tees</a></li>
				</ul>
			</div>
			
			
			<div id="newest" class="pod">
				<h3 class="newest-title"><span>Newest Products</span></h3>
				<ul class="newest-list">
					<li><a href="/product/deer-me-card-set-6-with-usa-forever-stamp" title="View Deer Me Card Set (6) with USA Forever Stamp">Deer Me Card Set (6) with USA Forever Stamp</a></li><li><a href="/product/deer-me-card-set-6" title="View Deer Me Card Set (6)">Deer Me Card Set (6)</a></li><li><a href="/product/tasty-card-set-6-with-usa-forever-stamp" title="View Tasty Card Set (6) with USA Forever Stamp">Tasty Card Set (6) with USA Forever Stamp</a></li><li><a href="/product/tasty-card-set" title="View Tasty Card Set (6)">Tasty Card Set (6)</a></li><li><a href="/product/tweet-pollution-asphalt" title="View Tweet Pollution (asphalt)">Tweet Pollution (asphalt)</a></li>
				</ul>
			</div>
			
			
			

			
			<div id="feed" class="pod">
				<h3 class="feed-title"><span>Feed</span></h3>
				<ul class="feed-list">
					 <li class="li-1"><a href="/products.rss" title="Product RSS Feed"><span>Product RSS Feed</span></a></li>
				</ul>
			</div>	
			
			
			<div id="help" class="pod">
				<h3 class="help-title"><span>Info</span></h3>
				<ul class="help-list">
					<li><a href="/faq" title="View FAQ">FAQ</a></li><li><a href="/about-tomsuey" title="View ABOUT">ABOUT</a></li><li><a href="/blog" title="View BLOG">BLOG</a></li><li><a href="/contact" title="View CONTACT">CONTACT</a></li>
				</ul>
			</div>

			<div id="badge"><a href="http://bigcartel.com" title="Check out Big Cartel"><span>Powered by Big Cartel</span></a></div>

		</div>

		<div id="footer"><span></span></div>

	</div>


	<div id="extra-1"><span></span></div>
	<div id="extra-2"><span></span></div>
	<div id="extra-3"><span></span></div>
	<div id="extra-4"><span></span></div>
	<div id="extra-5"><span></span></div>
	<div id="extra-6"><span></span></div>


</body>
</html>