<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
	<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
	<title>Register a .US.COM domain today!</title>
	<link href="css/reset-min.css" media="screen" rel="stylesheet" type="text/css"/>
	<link href="css/style.css" media="screen" rel="stylesheet" type="text/css"/>
</head>
<body>
	<div id="container-top"></div>
	<div id="container">
		<img id="title" src="img/title.png" alt="The American dot com, .US.COM is a proven extension for establishing a web presence in the European Market" />
		<div class="search">
			<form name="searchform" onsubmit="return false;">
				<input type="text" name="domain" id="domain" value="" placeholder="Enter your .us.com domain" /> <button type="submit" class="button" onclick="trimDomainAndSubmit()">Get your .US.COM, now!</button>
			</form>
		</div>
		<table id="content-table">
			<tr>
				<td id="col1">
					<h1 style="padding-bottom: 15px;">WHY USE A .US.COM WEB ADDRESS?</h1>
					<ul id="list">
						<li><b>Availability</b> - Get the names you really want! Over 98% of names still available (compared to .com)</li>
						<li><b>Reliability</b> - Track record of 100% availability over the past fifteen years</li>
						<li><b>Worldwide Recognition</b> - .US.COM names include the .com ending preferred by 50% of all websites</li>
						<li><b>Competitive Pricing</b> - Great prices for the name you really want</li>
					</ul>
				</td>
				<td id="col2">
					<h1>HOW DO I SELL .US.COM DOMAINS?</h1>
					<p><b>.US.COM</b> domains are currently sold through such leading registrars as Network Solutions, Register.com, eNom, ResellerClub and many more.</p>
					<p>Registrar benefits include easy setup, favourable prices, and full technical and marketing support from CentralNic, the .US.COM registry.</p>
					<p>.US.COM registrars may also sell 17 other country-specific .com extensions, including <a target="_blank" href="http://www.uk.com">.uk.com</a>, <a target="_blank" href="http://www.cn.com">.cn.com</a> & <a target="_blank" href="http://www.eu.com">.eu.com</a>, as well as <a target="_blank" href="http://www.la">.la</a>.</p>
				</td>
			</tr>
			<tr>
				<td><a class="nounderline" href="https://gen.xyz/account/cart.php?a=add&domain=register&sld=&tld=.us.com"><div class="button">Get a .US.COM Domain Now</div></a></td>
				<td><a class="nounderline" href="https://registrar-console.centralnic.com/pub/register/"><div class="button">Become a .US.COM Registrar</div></a></td>
			</tr>
		</table>
		<br />
		<div style="text-align: left; width: 735px; margin: 0 auto;"><h1>EXAMPLE .US.COM WEBSITES...</h1></div>

		<table id="screenshots">
			<tr>
				<td><a target="_blank" href="http://www.lecreuset.us.com"><img class="screenshot-image" src="img/lecreuset.jpg"></a></td>
				<td><a target="_blank" href="http://www.college.us.com"><img class="screenshot-image" src="img/college.jpg"></a></td>
				<td><a target="_blank" href="http://www.activia.us.com"><img class="screenshot-image" src="img/activia.jpg"></a></td>
				<td><a target="_blank" href="http://www.savills.us.com"><img class="screenshot-image" src="img/savills.jpg"></a></td>
				<td><a target="_blank" href="http://www.jobs.us.com"><img class="screenshot-image" src="img/jobs.jpg"></a></td>
			</tr>
			<tr>
				<td><a target="_blank" href="http://www.lecreuset.us.com">www.lecreuset.us.com</a></td>
				<td><a target="_blank" href="http://www.college.us.com">www.college.us.com</a></td>
				<td><a target="_blank" href="http://www.activia.us.com">www.activia.us.com</a></td>
				<td><a target="_blank" href="http://www.savills.us.com">www.savills.us.com</a></td>
				<td><a target="_blank" href="http://www.jobs.us.com">www.jobs.us.com</a></td>
			</tr>
		</table>
	</div>
	<div id="container-bottom"></div>
	<br />
	<div id="footer">
		<p>&copy; CentralNic Ltd. All Rights Reserved. <a href="http://www.centralnic.com">www.centralnic.com</a><br />
			<img src="/img/carbon-neutral.png" alt="Carbon Neutral Certified"  style="margin-top: 10px;" />
		</p>
		<p><a href="contact.php">Contact Us</a></p>
	</div>
	<script>
		function trimDomainAndSubmit() {
			var domain = document.getElementById('domain').value;
			var replaceExp = /http\:\/\/|https\:\/\/|www.|.us.com/ig;
			var newDomain = domain.replace(replaceExp, '');
			var dotPosition = newDomain.indexOf('.');
			newDomain = newDomain.substring(0, dotPosition != -1 ? dotPosition : newDomain.length);
			if (newDomain.length > 0) {
				window.location.href = 'https://gen.xyz/account/cart.php?a=add&domain=register&sld=' + newDomain + '&tld=.us.com';
			}
		}
	</script>
	<script type="text/javascript">
	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
	</script>
	<script type="text/javascript">
	try {
	var pageTracker = _gat._getTracker("UA-3398405-16");
	pageTracker._trackPageview();
	} catch(err) {}</script>
</body>
</html>
