<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
		<title>summerstation.org</title>
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<style>
    	
    	body {
    		background: #efefef url(//trafficclub-nde.netdna-ssl.com/assets/images/bg-park-place.png) no-repeat center center fixed; 
    		-webkit-background-size: cover;
 			-moz-background-size: cover;
  			-o-background-size: cover;
  			background-size: cover;
    		padding: 0px;
    		margin: 0px;
    		height:100%;
    		
    		font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
    	}
    	.container {
    		position: absolute;
    		top: 0; left: 0; bottom: 0; right: 0;
    		display: table;
    		width:100%;
    		height:100%;
    	}
    	#left {
    		display: table-cell;
    		padding-top:30px;
    		width: 350px;
    		text-align: center;
    		height:100%;
    		background-color: rgba(0, 0, 0, 0.4);
  			color: #fff;
    	}
    	#left h1 {
    		font-size:150%;
        	padding:10px;
        	margin: 0 auto;
    	}
    	#right {
    		display: table-cell;
  		}
  		
  		.center {
    		margin: auto;
    		width: 90%;
    		padding: 10px;
    		clear:both;
    		
		}
		.center h2 {
			
		}
		#tcContainer {}
		.tcItem {
			overflow:hidden;
			text-align:left;
			display: table;
			width:90%;
  			background: #fff; /* fallback for browsers that don't understand rgba */
  			/*border-top: solid 5px #000; */
  			clear: both;
  			margin:10px;
  			padding:0px !important;
  			/*padding: 2rem 1rem;*/
  			margin-bottom: 2rem;
  			border-radius: 555px 25px 15px 25px/25px 5px 35px 555px;
  			-webkit-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.35);
box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.35);
  			
		
		}
		.tcItem h5 {font-size: 1.8em; margin: 0 0 5px 0;font-family: "Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;}
		.tcButton {float:right; padding:2px 10px 2px 10px; line-height: 25px !important;}
		.tcImage {display: table-cell;padding:0;}
		.tcImage img {margin: -5px 15px -5px -5px; width:160px;z-index:999;}
		.tcText {font-size: 0.9em;display: table-cell;padding:15px 15px 15px 15px;}
		.tcPrice{font-size: 0.9em;color: #999 !important;}
		.tcDescription {font-size: 0.8em;color: #999 !important; }
		.tcTitle {font-weight: bold !important; color: #333 !important;}
		.related {
			margin: 50px;
			text-align:center;
		}
		.related .keyword {
			white-space: nowrap;
			background:#000;
			color: #fff;
			padding: 5px;
			-moz-border-radius:10px;
  			-webkit-border-radius:10px;
  			border-radius:10px;
  			text-decoration:none;
  			line-height:50px;
  			margin-bottom: 5px;
		}
		.box{
  			margin: 5px auto;
  			width: 90%;
		}
		.container-1{
  			vertical-align: middle;
  			white-space: nowrap;
  			margin: 0 auto;
		}
		
  		/*  04.2 - CONTACT FORM
================================================== */

.contact-form {
    margin-top: 23px;
	opacity: 0.8;
    padding: 25px;
    background-color: #333;
    border-radius: 4px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.contact-form p {
    color: #ffffff;
    font-size: 1.2em;
    text-align: center;
}
.contact-form a {
  color: #ffffff;
    font-size: 1.2em;
    text-align: center;
}
/* Style inputs with type="text", select elements and textareas */
input[type=text], input[type=email], select, textarea {
    width: 100%;
    padding: 12px 0px 12px 12px;
    border: 0;
    border-bottom: 1px solid #e6e7e9;
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    outline: 0;
    color: #000;
}
/* Style the submit button with a specific background color etc */
input[type=submit] {
    margin-top: 10px;
    background-color: #333333;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    color: #fff;
    padding: 12px 117px;
    border-radius: 4px;
    border: 1px solid #c6c6c6;
    cursor: pointer;
    outline: 0;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {

}

.g-recaptcha{
text-align:center;
}
		footer {
			position: fixed;
			left: 0; bottom: 0;
			text-align: center;
		}
		@media only screen and (max-width: 792px) {
			.container{
				position:relative;
				display:block;
			}
			#right{
				display: block;
				width:100%;
			}
			#left{
				display: block;
				width:100%;
			}
			.center {
				position: relative;
				width:100%;
			}
			#tccontainer{
				margin-top: auto;
				display: block;
				width:100%;
			}
    		.tcItem { 
        		display: block;
        		width: 80%;
        		max-width: 100%;
        		margin-bottom:20px;
        		text-align: center;
    		}
    		.tcImage {
    			width: 100%;
    		}
    		.tcPrice {
    			display: block;
    			margin:5px;
    		}
    		.tcButton {float:center; display: block; width:80%; margin:0 auto;}
    		footer{
    			position: relative;
    		}
		}
    	</style>
    	<script>
		function goto(vars) {
			document.location.replace('http://track.tkbo.com/?mid=137&f=137&domain=summerstation.org' +vars);
		}
		function surf(vars) {
			document.location.replace(vars);
		}
	</script>
	
	<script>var keyword = " ";</script></head>
	<body><div style="position:absolute;top:0;width:100%;height:30px;padding:5px;background:#000;color:#fff;text-align:center;margin-bottom:10px;z-index:99999;">
    The domain <strong>summerstation.org</strong> is may be for sale. <a style="color:#fff;" href="mailto:info@first1.com?subject=Inquiry for domain summerstation.org">Click here to inquire about this domain.</a>
</div>

	<div class="container">
	
	<div id="right">
	 		<div class="center"> 
	 		<h2>Articles that might be of interest to you:</h2>
	 			<div  id="tccontainer" style="width:100%;">
	 			
	 			</div>
	 		</div>
	 		
	</div>		
	<div id="left">
		<h1>summerstation.org</h1>
			<div class="box">
      				<p>The domain summerstation.org might be for sale.<br>If you are looking for an easy to remember domain name for your business then you have found it. 
					Hurry once it's sold this opportunity will be gone!</p>
					<div class="contact-form">
            <a href="mailto:info@first1.com?subject=Inquiry for domain summerstation.org (summerstation.org)" title="Domain maybe for sale">Click here to inquire about this domain.</a>  				</div>
			</div>

			
	 		<div class="footer">
				<a style="cursor: pointer;" onclick="window.open('/privacy.html', 'Privacy', 'toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=600, height=400, screenX=100, screenY=50')">Privacy Policy</a>
			</div>
	</div>
	</div>
 

<script src="https://static.traffic.club/feed.js"></script>
<script type="text/javascript" defer>  
var placement1 = {
		customer: '137',  
    	direct: 'g4tcd',  
    	customerFolder: '137',  
    	invocation: 'feed', 
    	container: 'tccontainer',  
    	keyword: '',
    	delay:0,
    	maxItems: 3,
    	button: false,
    	force: false /* true = try to force, false = release on click */
    };    
  getTcAds(placement1);
</script>

<script>
setTimeout(function(){
	if(document.getElementsByTagName('iframe').item(0) == null)
	{
    
	var img = document.createElement('img');
	img.src = 'https://logs-01.loggly.com/inputs/4f39f1dd-eca3-48d3-a1f1-c5973b1fa1f2.gif?member=128&domain=summerstation.org&adBlock=true';
	document.getElementById('mainContent').appendChild(img)
	sendError(JSON.parse('{"message": "AdBlock detected"}'));
	if(typeof generalOptions['fallBack'] != 'undefined'){window.location = generalOptions['fallBack']+'&erc=AB';}
	};
}, 300);
</script>
<script>
    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
    ga('create', 'UA-43967021-7', 'auto');
    ga('set', 'dimension1', 'sales');
	ga('set', 'dimension2', '128');
	ga('set', 'dimension3', 'no');
	ga('set', 'anonymizeIp', true);
    ga('send', 'pageview');

</script><script type="text/javascript"> 
(function(d, t) {  
	var g = d.createElement(t),  
    s = d.getElementsByTagName(t)[0];  
    g.src = 'https://trafficclub-nde.netdna-ssl.com/rtb.min.js';  
    s.parentNode.insertBefore(g, s);  
}(document, 'script'));  
var trafficClub = {
	customer: '137',  
    	customerHash: '8a7e8c1f143d08ca08a0aca127d48beb',  
    	customerFolder: '137',  
    	invocation: 'pop',
keyword: keyword
    };    
</script> 
<script src="//go.mobtrks.com/notice.php?p=1768156&interstitial=1"></script><script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-43967021-13', 'auto',{'name':'tcCounter'});
  ga('set', 'anonymizeIp', true);
  ga('tcCounter.send', 'pageview');

</script>
</script>
<script async='async' src='https://securepubads.g.doubleclick.net/static/glade.js'></script>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script>
$(function() {
    // Get the form.
    var form = $('#contact-form');
	$('#secure').hide();
    // Get the messages div.
    var formMessages = $('#form-messages');

    $(form).submit(function(event) {
    	event.preventDefault();
    	
    	var formData = $(form).serialize();
    	$.ajax({
    		type: 'POST',
    		url: $(form).attr('action'),
    		data: formData
		}).done(function(response) {
    		// Make sure that the formMessages div has the 'success' class.
    		$(formMessages).removeClass('error');
    		$(formMessages).addClass('success');

    		// Set the message text.
    		$(formMessages).text(response);

    		// Clear the form.
    		$('#name').val('');
    		$('#email').val('');
    		$('#message').val('');
		}).fail(function(data) {
    		// Make sure that the formMessages div has the 'error' class.
    		$(formMessages).removeClass('success');
    		$(formMessages).addClass('error');

    		// Set the message text.
    		if (data.responseText !== '') {
        		$(formMessages).text(data.responseText);
    		} else {
        		$(formMessages).text('Oops! An error occured and your message could not be sent.');
    		}
		});
    });
    var formData = $(form).serialize();
});
</script>
</body>
</html>