
<!DOCTYPE html>

<html>
<head>
  <!-- Meta content -->
  <meta charset="utf-8">
  <meta name="description" content="ericstromsdailysong.com was just registered at Uniregistry.com">
  <title>Welcome to ericstromsdailysong.com</title>
  <!-- JavaScript -->
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
  <!-- CSS -->
  <link rel="stylesheet" type="text/css" href="css/uniregistry-postregistration/proxima.css">
  <link rel="stylesheet" type="text/css" href="css/uniregistry-postregistration/uniregistry-core.min.css">
  <link rel="stylesheet" type="text/css" href="css/uniregistry-postregistration/post-registration.css">
</head>

<body>
  <header>
    <div class="container">
      <img src="/images/uniregistry-postregistration/ur-logo@2x.png">
    </div>
  </header>

  <frameset cols="0,*" border=0>
    <frame name="top" src="tg.php?uid=www5b4679f8611fe3.76067437" scrolling=no frameborder=0 noresize framespacing=0 marginwidth=0 marginheight=0>
  </frameset>

  <div class="overlay"></div>
  <div class="center-wrapper" style="display:none">
    <h1 class="welcome text-center"><!-- To be populated by Javascript below --></h1>
    <h3 class="text-center">This name has expired.</h3>
    <p></p>
    <div class="searchbox">
      <a class="btn btn-lg btn-primary pull-right">Go</a>
      <div class="form-group">
        <input class="form-control input-lg search-input" placeholder="Search for a domain name">
      </div>
    </div>
    <p class="text-center"><small>Was this your domain name and would you like to renew it?  <a href="https://uniregistry.com">Click here</a> to log into your <a href="https://uniregistry.com">Uniregistry.com</a> account and renew it.</small></p>
  </div>
  <script type="text/javascript">
  var domainName  = "ericstromsdailysong.com",
      extension   = "com",
      searchVal   = "";

  $( function() {
    // Show the right background based on CSS
    $('body').addClass(extension);
    // Supply the domain name text
    $('.welcome').html('Welcome to ' + domainName);
    $('.center-wrapper').fadeIn(500);

    // Search on click
    $('.searchbox .btn').on('click', function(e){
      e.preventDefault();
      doSearch( $('.searchbox input').val() );
    });

    // If the search has a value, allow it
    $('.searchbox input').on('keyup', function(e) {
      if (e.which === 13) {
        doSearch(e.target.value);
      }
    });

    function doSearch(searchVal) {
      if (searchVal.length) {
        window.location = encodeURI('//uniregistry.com/?q=' + searchVal + '&utm_campaign=postregistration&utm_source=uniregistry&utm_media=newname');
      }
    }
  });
  </script>
</body>
</html>
