// JavaScript For Threadless Coupon 
function cb(){
js = document.createElement('script');
js.setAttribute('type', 'text/javascript');
js.setAttribute('src', 'voucher-count.php');
document.body.appendChild(js);
}
window.onload = function() {
	document.getElementById('promo').onclick = function() {
		top.location.href = "http://www.threadless.com/?from=mrkmn";
	}
}


    

