
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<html lang="en-US">
<head>
<link rel="icon"
      type="image/png"
      href="http://coinadvisor.com/img/favicon__.png">
<title>Coin Advisor is launching a brand new website.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="viewport" content="width=device-width; initial-scale=1.0;" />
<link href="cs-styles.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Noto Sans">

<!--<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">-->
	<style type="text/css">
				#mc_embed_signup{background:#dddddd; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;}
	</style>
</head>

<body>

<div class="logo">
	<img src="http://coinadvisor.com/img/logo/10thAnniversary.png">
</div>

<div class="header">
	<h1>We're launching a <span class="mobile"><br /></span>brand new website.</h1>
	<!--<div class="header-left">
		<table align="center">
			<tr class="top">
				<td><div id="op-days"></div></td>
				<td><div id="op-hours"></div></td>
				<td><div id="op-minutes"></div></td>
				<td><div id="op-seconds"></div></td>
			</tr>

			<tr class="bottom">
				<td>days</td>
				<td>hours</td>
				<td>minutes</td>
				<td>seconds</td>
			</tr>
		</table>
	</div>-->

	<div class="header-right">
		<img class="hero" src="http://coinadvisor.com/img/coming-soon.png">
	</div>
</div>



<div class="content">
	<div class="content-left">
		<h2>Faster. Better. Easier.</h2>

		<p>
			Soon you'll be able to access our complete inventory of premium NGC and PCGS graded coins, limited releases
			and exclusive deals&#151;all on a faster, more powerful, more deal-packed website and all at the same incredible
			values you've come to expect from Coin Advisor.
		</p>
	</div>

	<div class="content-right">
		<div class="cta-box">
			<div class="cta-bar">
				<h3>Subscribe Now to Get Updates</h3>
			</div>
			<div class="arrow"></div>
			<div class="subscribe">
				<!-- Begin MailChimp Signup Form -->
				<div id="mc_embed_signup">
				<form action="https://coinadvisor.us2.list-manage.com/subscribe/post?u=05ae61b8d807b6a5ee9ed66c5&amp;id=e7eabc7948&FORMLOC=Contact Page" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
				    <div id="mc_embed_signup_scroll">

					<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Email address" required>
				    <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
				    <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_05ae61b8d807b6a5ee9ed66c5_5d7b1765b1" tabindex="-1" value=""></div>
				    <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
				    </div>
				</form>
				</div>

			<!--End mc_embed_signup-->
			</div>
			<div class="disclaimer">We will never share or sell your information. <span class="disclaimer-break"><br /></span>You can opt-out anytime.</div>
		</div>

	</div>


</div>

<div class="footer">
	<h4>Can't wait? Call us now! <span class="mobile"><br /></span>Toll Free <a style="color:#1D2168;text-decoration:none;" href="tel://18775402646">(877) 540-2646</a></h4>
</div>


<script>
// Set the date we're counting down to
var countDownDate = new Date("Mar 15, 2018 8:00:00").getTime();

// Update the count down every 1 second
var x = setInterval(function() {

    // Get todays date and time
    var now = new Date().getTime();

    // Find the distance between now an the count down date
    var distance = countDownDate - now;

    // Time calculations for days, hours, minutes and seconds
    var days = Math.floor(distance / (1000 * 60 * 60 * 24));
    var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
    var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
    var seconds = Math.floor((distance % (1000 * 60)) / 1000);

    // Output the result in an element with id="op-days"
    document.getElementById("op-days").innerHTML = days;

	// Output the result in an element with id="op-hours"
    document.getElementById("op-hours").innerHTML = hours;

	// Output the result in an element with id="op-minutes"
    document.getElementById("op-minutes").innerHTML = minutes;

	// Output the result in an element with id="op-seconds"
    document.getElementById("op-seconds").innerHTML = seconds;

    // If the count down is over, write some text
    if (distance < 0) {
        clearInterval(x);
        document.getElementById("op-days").innerHTML = "EXPIRED";
    }
}, 1000);
</script>

</body>
</html>
