<!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>Stardumb &mdash; Contact</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/30999/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="contact-page" class="contact theme">

	<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.stardumb.com">Back to site</a>
		</div>	
		

		<div id="header" class="image">
			<h1><a href="/"><span>Stardumb</span><img src="http://cache0.bigcartel.com/theme_images/59139/header2.jpg" /></a></h1>
		</div>		

		<div id="main">

			<div id="main-title">
			
				
                                <h2><span>Contact</span></h2>
                                
                                <h1 style="text-align:center;font-size:10px;font-family:Arial"><span>+ Time Left +</span></h1>
                               <h1 style="text-align:center;font-size:18px;font-family:Arial"><span                           id="tzcd"></span></h1>
				
			</div>

			<div id="main-content">
				
				<div id="contact-content">


	
	<p>Submit the form below and we will get back to you as soon as possible.</p>
	
	<form id="contact-form" method="post" action="/contact">
		
		<label for="name"><span>Name</span></label>
		<input id="name" name="name" tabindex="1" type="text" value="" />
		
		<label for="email"><span>Email</span></label>
		<input id="email" name="email" tabindex="2" type="text" value="" />
		
		<label for="subject"><span>Subject</span></label>
		<input id="subject" name="subject" tabindex="3" type="text" value="" />
		
		<label for="message"><span>Message</span></label>
		<textarea id="message" name="message" tabindex="4"></textarea>
		
		<div id="captcha-div"><img id="captcha_image" src="http://cache0.bigcartel.com/captcha/e9e7992b2a9fc700efb23de7ea9b3039a34f09a8.png" />
			<input name="captcha_validation" type="hidden" value="e9e7992b2a9fc700efb23de7ea9b3039a34f09a8" /></div>
		<label for="captcha">Spam Check</label>
		<input id="captcha" name="captcha" tabindex="5" type="text" value="" />
		<p>Enter the letters from the image above.</p>	
		
		<button id="contact-submit" name="submit" type="submit"><span>Send</span></button>	
	
	</form>	


	
</div>
				
			</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="help" class="pod">
				<h3 class="help-title"><span>Info</span></h3>
				<ul class="help-list">
					<li><a href="/faq" title="View About / FAQ / Info">About / FAQ / Info</a></li><li><a href="/contact" title="View Contact">Contact</a></li>
				</ul>
				
			</div>
			
			
			
			

			
			

                        <div>
                        <a href="http://www.stardumb.com/blog" target="_blank"><img src="http://img26.picoodle.com/img/img26/3/12/9/f_bloglink2m_735153a.jpg" border="0" alt="Blog It Bra!" /></a>
                        
                        </div>

                        <div>
			
<a href="http://www.charitywater.org" target="_blank"><img src="http://img03.picoodle.com/img/img03/3/11/19/f_charity2m_5357818.jpg" border="0" alt="Check out the Cause" /></a>


			</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>


<SCRIPT type="text/javascript">

// ****  Time Zone Count Down Javascript  **** //
/*
Visit http://rainbow.arch.scriptmania.com/scripts/
 for this script and many more
*/

////////// CONFIGURE THE COUNTDOWN SCRIPT HERE //////////////////

var month = '0';     //  '*' for next month, '0' for this month or 1 through 12 for the month 
var day = '11';       //  Offset for day of month day or + day  
var hour = 18;        //  0 through 23 for the hours of the day
var tz = -10;         //  Offset for your timezone in hours from UTC
var lab = 'tzcd';    //  The id of the page entry where the timezone countdown is to show

function start() {displayTZCountDown(setTZCountDown(month,day,hour,tz),lab);}

    // **    The start function can be changed if required   **
window.onload = start;

////////// DO NOT EDIT PAST THIS LINE //////////////////

function setTZCountDown(month,day,hour,tz) 
{
var toDate = new Date();
if (month == '*')toDate.setMonth(toDate.getMonth() + 1);
else if (month > 0) 
{ 
if (month <= toDate.getMonth())toDate.setYear(toDate.getYear() + 1);
toDate.setMonth(month-1);
}
if (day.substr(0,1) == '+') 
{var day1 = parseInt(day.substr(1));
toDate.setDate(toDate.getDate()+day1);
} 
else{toDate.setDate(day);
}
toDate.setHours(hour);
toDate.setMinutes(0-(tz*60));
toDate.setSeconds(0);
var fromDate = new Date();
fromDate.setMinutes(fromDate.getMinutes() + fromDate.getTimezoneOffset());
var diffDate = new Date(0);
diffDate.setMilliseconds(toDate - fromDate);
return Math.floor(diffDate.valueOf()/1000);
}
function displayTZCountDown(countdown,tzcd) 
{
if (countdown < 0) document.getElementById(tzcd).innerHTML = "Sorry, this Tee is forever bye-bye."; 
else {var secs = countdown % 60; 
if (secs < 10) secs = '0'+secs;
var countdown1 = (countdown - secs) / 60;
var mins = countdown1 % 60; 
if (mins < 10) mins = '0'+mins;
countdown1 = (countdown1 - mins) / 60;
var hours = countdown1 % 24;
var days = (countdown1 - hours) / 24;
document.getElementById(tzcd).innerHTML = days + " day" + (days == 1 ? '' : 's') + ' + ' +hours+ 'hours : ' +mins+ 'minutes : '+secs+'seconds';
setTimeout('displayTZCountDown('+(countdown-1)+',\''+tzcd+'\');',999);
}
}
</SCRIPT>

</body>
</html>