	var cookieDate = new Date ();
	cookieDate.setTime (cookieDate.getTime() + 2592000000);
	document.cookie = "emailPopup=optedInOut; path=/; domain=.clashmoremike.com; expires="+cookieDate.toGMTString();

	Shadowbox.init({
    	skipSetup: true
	});

	window.onload = function() {
    	Shadowbox.open({
        	content: '<div id="emailPopup"><div id="emailPopup-content"><h2>Hold on a second!</h2><p>We were hoping we could convince you to receive all of our new articles sent straight to your inbox. All you need to do is enter your e-mail address below and then verify your request in the popup that opens after you hit "Subscribe." We hope it goes without saying that we\'ll never use your e-mail address for anything other than sending you our incredibly insightful commentary.</p><p>If you\'d rather not, just <a href="#" onclick="Shadowbox.close()">close this window</a> and you won\'t be prompted to sign up for another month. You can also avoid this message entirely by simply being <a href="http://clashmoremike.com/wp-login.php">logged in</a>.</p><p><em>Thanks for your support!</em></p><form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open(\'http://feedburner.google.com/fb/a/mailverify?uri=clashmoremike\', \'popupwindow\', \'scrollbars=yes,width=550,height=520\');Shadowbox.close();return true" style="margin-bottom: 15px;"><input type="text" class="e-mail" onfocus="if (this.value == \'you@example.com\') this.value = \'\';" onblur="if (this.value == \'\') this.value = \'you@example.com\'" title="Subscribe via E-mail to New Articles from Clashmore Mike" name="email" value="you@example.com" /><input type="hidden" value="clashmoremike" name="uri" /><input type="hidden" name="loc" value="en_US" /><br /><input type="submit" value="Subscribe" /></form><div id="emailPopup-close"><a href="#" onclick="Shadowbox.close()">Close</a></div></div></div>',
        	player: "html",
        	height: 368,
        	width: 570
    	});
	};