<script>
// Redirect to new location
window.setTimeout(function(){
// Move to a new location or you can do something else
window.location.href = "https://1stphorm.com/products/crest-cotton-crew-sock";
}, 0020);
// 0.5 seconds. Just add 000 to the number of seconds you want to wait to redirect
</script>