<html>
<head><title>www.nwvinyl.com</title>
<script type="text/javascript">
	// We always start this script as debug
	var isDebugMode = true;

	// This cookie is used when we are in the staging automated tests
	var isAutomationUser = (document.cookie.indexOf('force-automated-segment') != -1);
	// as an extra safety measure, only declare the GTM info if W_DEBUG is OFF.
	if (!window.W_DEBUG && !isAutomationUser) {
		isDebugMode = false;
	}

	// This function will add the GTM Script to the page asynchronously
	// and force it to not be cached
	(function(elementName) {
		var firstElement = document.getElementsByTagName(elementName)[0];
		var cacheBuster = Date.now();
		var script = document.createElement(elementName);

		// This setting does not do anything
		// It is always loaded async
		script.async = true;

		// Added the "internal" parameter here so we know if the pageview is
		// an internal page or an external page. This should happen on other
		// internal pages like all of the UC pages.
		script.src = '/tracking/gtmscript.js?internal=false&cb=' + cacheBuster;

		// This allows us to add a load event listener.
		script.id = 'aragorn-script';

		firstElement.parentNode.insertBefore(script, firstElement);
	})('script');

	// The above GTM script is added asynchronously so it is not useable until
	// the window load event (document load does not wait for async scripts).
	window.addEventListener('load', function() {
		// Are the variables loaded, which are required to track an oauth account access event.
		var canTrackEvent = window._W && window.Aragorn && window.Aragorn.trackAccountAccessEvent;

		if (canTrackEvent && window._W.OauthSignupSource) {
			// Standard Oauth Signup
			window.Aragorn.trackAccountAccessEvent('account-sign-up', window._W.OauthSignupSource, 'success');
		} else if (canTrackEvent && window._W.OauthLoginSource) {
			// Standard Oauth Login
			window.Aragorn.trackAccountAccessEvent('account-login', window._W.OauthLoginSource, 'success');
		}
	});
</script>

</head>
<body style="background: #BFDFFF none repeat scroll 0%;"><!-- Google Tag Manager (noscript) - Install in Body -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T82T5C"
                  height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) - Install in Body -->

<div id="finishedPublishing" style="display: block; border: 10px solid rgb(204, 204, 204); margin: 0pt auto; padding: 10px; background: white none repeat scroll 0%; position: relative; top: 165px; text-align: center; width: 400px;">
	<a href="http://www.weebly.com" ><img style="border:0px;" id="weebly-logo" src="http://images.weebly.com/images/weebly-logo-final.gif"/></a>
	<hr style="visibility: hidden; clear: both;"/>
	<h2 style="font-family: arial,helvetica,sans-serif;">www.nwvinyl.com</h2>
				    
	<div id="exportText" style="font-family: arial,helvetica,sans-serif; padding: 10px; background: white url(http://images.weebly.com/images/main_fade.jpg) repeat-x scroll left top; color: #333333; display: block;" >Thank you for purchasing<br/>www.nwvinyl.com<br/><br/>This temporary landing page will be replaced when you publish your site. <br/><br/>

		<div style="overflow: hidden; text-align: right; clear: both; height: 1px;">

		</div>
	</div>
</div>
</body>				
</html>
