<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Page cannot be found. Contact Agent Image for more info and support for real estate websites and marketing.">
<title>Page Not Found</title>
<link rel="stylesheet" href="css/404.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="content-holder">
  <div class="content">
    <div class="logo"><a href="https://www.agentimage.com"><img src="images/ai-logo-404.png" width="252" height="54" alt="Agent Image"></a>
      <div class="tagline">Premier Real Estate Websites</div>
    </div>
    <div class="col-left">
      <div class="instructions">
        <p>Please refresh your browser. Also check the URL to make sure the address was typed correctly.</p>
        <p>If you need to contact us, please fill out the form or give us a call. If this is a new website, please allow time for your website to become active.  Once the website is active, this message will automatically be deleted.</p>
        <div class="message1">View Our Featured Showcase<br>
        <a href="https://www.agentimage.com/featured-real-estate-websites.htm"><img src="images/blank.gif" width="370" height="200" alt="View Our Featured Showcase"></a></div>
        
      </div>
    </div>
    <div class="col-right">
      <div class="contact-info"><span class="contact-title">Contact Info:</span><br>
        1700 E. Walnut Ave.,<br>
        Suite 400<br>
        El Segundo, CA 90245<br>
        <strong>Phone:</strong> 1.800.979.5799<br>
        <strong>Support:</strong> 1.877.317.4111<br>
        <strong>Fax:</strong> 310.301.4449<br>
        <strong>Email:</strong><br>
        <a href="mailto:info@agentimage.com">info@agentimage.com</a>
        </p>
      </div>
      <div class="contact-us">
        <p>CONTACT US</p>
        <form action="http://www.agentimage.com/include_submit/curl_submit_external_404.php" method="POST" name="sforce_form" id="sforce_form" onsubmit="return form_check();">
          <input type="hidden" name="orgid" value="00D300000000JLw">
          <input id="email2" maxlength="40" name="email2" type="text" class="antispam" style="display:none" />
          <input type="hidden"  id="external" name="external" value="1" />
          <input type="hidden"  id="external" name="retURL" value="http://www.agentimage.com/thankyou-404.htm" />
          <input type="text" name="first_name" class="txt" id="fname" size="50" value="Name" onfocus="formFocus(this.id,'Name')" onblur="formFocus(this.id,'Name')" />
          <input type="text" name="email" class="txt" id="email" size="50" value="Email" onfocus="formFocus(this.id,'Email')" onblur="formFocus(this.id,'Email')" />
          <input type="text" name="phone" class="txt" id="phone" size="50" value="Phone" onfocus="formFocus(this.id,'Phone')" onblur="formFocus(this.id,'Phone')" />
          <input type="text" name="company" class="txt" id="company" size="50" value="Domain" onfocus="formFocus(this.id,'Domain')" onblur="formFocus(this.id,'Domain')" />
          <textarea cols="40" rows="4" name="description" onfocus="clearText(this);" onblur="writeText(this);">Questions / Comments</textarea>
          <div class="g-recaptcha" data-theme="light" data-sitekey="6LeFoSATAAAAAAv3AEVRgyxKHOtqK58yHVCQB_Ib"></div>
          <input id="00N3000000238zb" name="00N3000000238zb" type="hidden" value="www.agentimage.com/404.php" />
          <input type="submit" value="Submit" onClick="form_check(); return false;">
        </form>
      </div>
      <div class="clear"></div>
      <div class="message2">404
        <span class="message2-small">Page not found</span>
        <span class="message2-smaller">Sorry this page is unavailable.</span></div>
    </div>
  </div>
</div>

<script src='https://www.google.com/recaptcha/api.js?hl=en'></script>

<script src="js/functions.js" type="text/javascript" language="JavaScript"></script> 
<script type="text/javascript" language="JavaScript">
	
	function form_check()
	{
		var s_form = document.sforce_form;
		if(s_form.first_name.value == "" || s_form.first_name.value == "Name" || s_form.first_name.value.length < 1)
		{
			alert('Please fill in your Name.');
			s_form.first_name.focus();
			return false;
		}
		else if(s_form.company.value == "" || s_form.company.value == "Domain" || s_form.company.value.length < 1)
		{
			alert('Please fill in your Domain.');
			s_form.company.focus();
			return false;
		}
		else if(!checkEmail("email")){
			alert('Please provide a valid Email Address.');
			s_form.email.focus();
			return false;
		}
		else if(s_form.phone.value == "" || s_form.phone.value == "Phone" || s_form.phone.value.length < 10)
		{
			alert('Please provide a phone number to contact you with. Area code first, example: 310-577-9111');
			s_form.phone.focus();
			return false;
		}
		
		else
		{
			s_form.submit();
		}
	}
	function formFocus(id,dVal) {
		if (document.getElementById(id).value == dVal) {
			document.getElementById(id).value = '';
		} else {
		if (document.getElementById(id).value == '')
			document.getElementById(id).value = dVal;
		}
	}
	function clearText(myTextArea){
	if(myTextArea.value == 'Questions / Comments'){
		myTextArea.value = '';
		}
	}
	
	function writeText(myTextArea){
	if(myTextArea.value == ''){
		myTextArea.value = 'Questions / Comments';
		}
	}

</script>
</body>
</html>