<!doctype html><html class="no-js" lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title></title><meta name="description" content=""><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="./css/dependency.css"></link></head><body><div id="smart-units-emailtoolbar5db6d289d6ef4" data-type="default" data-theme="1" data-base_font="Arial,&amp;#34;Helvetica Neue&amp;#34;,Helvetica,sans-serif" data-swatch="custom" data-background_color="#000000" data-background_font_color="#FFFFFF" data-base_color="#0000ff" data-base_font_color="#FFFFFF"></div><script>;(function ( w,d,k,u,target ) {
    "use strict";
    var s, // our script tag
        tg = 'script', // the tagname
        oscrp = d.getElementsByTagName(tg)[0]; // find a script tag on the page
    
    // if script exists do nothing
    if ( d.getElementById(k) ) {
        return;
    }
    
    // create the widget script
    s = d.createElement( tg );
    
    // set an ID
    s.id = k;
    
    // @TODO update url to smart units on live
    s.src=u;
    
    // define global varaible for widget.js
    w.smart_units_widget = w.smart_units_widget || {};
    w.smart_units_widget.email_target = target;
    w.smart_units_widget.script_src = u;
    
    if ( ! w.smart_units_widget.CB_LOADED ) {
        w.smart_units_widget.CB_LOADED = [];
    }
    // append the script
    oscrp.parentNode.insertBefore( s, oscrp );
    
} (window, document, "smart-units-emailtoolbar-default-sc", "http://smartunits.com//request/?controller=widget&method=emailtoolbar&params%5B0%5D=js&params%5B1%5D=YToyOntpOjA7czo4ODoib05rSFFQOVJ5VjRZM2hIV21IaVpNTUxlL0h2Z1NTbW5IZnhqMnJHSzJxUzNTM3Y4MUpIMy9ZQXp5clU0dVRJZXc2WW9NSTdFM1BkZUtHYTUrQmlOMXc9PSI7aToxO3M6NDQ6IjhtZHhlM0FhU251RDZSZ01tNDRZSnZGWFBZVHY4Z2svRGZZT1U0Z1lXZFU9Ijt9", "smart-units-emailtoolbar5db6d289d6ef4"));</script>
            <style>
                html, body { height: 100%; overflow:hidden; }
                body { margin:0;padding:0; }
                #embed-269165db6d289d7a1e1572262537 {
                    width : 100%;
                    /*height : 100%;*/
                    border : none;
                    
                }
            </style>
            <iframe seamless="seamless" id="embed-269165db6d289d7a1e1572262537" src="http://farmrealestate.com" frameborder="0"></iframe>
            <script>
                
                ( function () {
					var interval_count = 0, intervalID = 0;
					
					function resize () {
						var iframe = document.getElementById("embed-269165db6d289d7a1e1572262537"),
                            vh;
                        
                        if ( typeof window.innerWidth != "undefined" ) {
                            vh = window.innerHeight;
                        } else if (
                            typeof document.documentElement != "undefined" &&
                            typeof document.documentElement.clientWidth != "undefined" &&
                            document.documentElement.clientWidth != 0
                        ) {
                            vh = document.documentElement.clientHeight;
                        } else {
                            vh = document.getElementsByTagName('body')[0].clientHeight;
                        }
                        
                        iframe.height = vh - iframe.offsetTop - 5;
					}
					if ( ! window.smart_units_widget.CB_LOADED ) {
					    window.smart_units_widget.CB_LOADED = [];
					}
                    window.smart_units_widget.CB_LOADED.push( function () {
                        setTimeout ( function () {
                            resize();
							// set another interval in the event the embeded site loads really slowly
							intervalID = setInterval(function () {
								
								if (interval_count > 8) {
									clearInterval(intervalID);
								}
								
								resize();
								
								interval_count++;
							}, 3000);
							
                        }, 300 );
                        
                        
                    });
                    
                } () );
                
            </script>
        
        <div class="modal fade" id="smart-unit-widget-info-contact-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" style="color:#000">
            <div class="modal-dialog" role="document">
                <div class="modal-content">
                    <div class="modal-header">
                        <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
                        <h4 class="modal-title" id="myModalLabel">Inquiry</h4>
                    </div>
                    <div class="modal-body">
                        <form id="inquire-form" method="POST">
                            
                            <!--<div class="form-group">
                                <label class="checkbox-inline">
                                    <input name="options[]" type="checkbox" value="domain" /> Buy this domain
                                </label>
                                <label class="checkbox-inline">
                                    <input name="options[]" type="checkbox" value="advertise" /> I want to advertise
                                </label>
                                <label class="checkbox-inline">
                                    <input name="options[]" type="checkbox" value="email" /> I want an email
                                </label>
                                <label class="checkbox-inline">
                                    <input name="options[]" type="checkbox" value="inquire" /> Tell me more
                                </label>
                            </div>
                            
                            <div class="form-group">
                                <div class="row">
                                    <div class="col-sm-3">
                                        <label class="checkbox-inline">
                                            <input name="options[]" type="checkbox" value="domain" /> Buy this domain
                                        </label>
                                    </div>
                                    <div class="col-sm-9 form-horizontal">
                                        <div class="form-group">
                                            <label for="budget" class="col-sm-2 control-label">Budget</label>
                                            <div class="col-sm-10">
                                                <select class="form-control" id="budget" name="budget">
                                                    <option value="none">Choose budget</option>
                                                    <option value="$400 - $1500">$400 - $1500</option>
                                                    <option value="$1500 - $5000">$1500 - $5000</option>
                                                    <option value="$5000 - $30000">$5000 - $30000</option>
                                                    <option value="> $30000">> $30000</option>
                                                </select>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            -->
                            
                            <!--domain purchase-->
                            <div class="form-group">
                                <label class="checkbox-inline">
                                    <input name="buy_domain[selected]" type="checkbox" value="1" /> Buy this domain
                                </label>
                            </div>
                            <div class="form-group">
                                <label for="budget">
                                    Budget
                                </label>
                                <select class="form-control" id="budget" name="buy_domain[budget]">
                                    <option value="none">Choose budget</option>
                                    <option value="$400 - $1500">$400 - $1500</option>
                                    <option value="$1500 - $5000">$1500 - $5000</option>
                                    <option value="$5000 - $30000">$5000 - $30000</option>
                                    <option value="> $30000">> $30000</option>
                                </select>
                            </div>
                            
                            
                            <!--email forwarding-->
                            <div class="form-group">
                                <label class="checkbox-inline">
                                    <input name="email_forward[selected]" type="checkbox" value="1" /> Email Forwarding
                                </label>
                            </div>
                            <div class="form-group">
                                <label for="vanity-domains">
                                    I would like a customized/vanity email address for the following domain(s)
                                </label>
                                <input type="email" class="form-control" id="vanity-domains" placeholder="example1.com, example2.com" name="email_forward[domains]" />
                            </div> 
                            
                            <!--advertising-->
                            <div class="form-group">
                                <label class="checkbox-inline">
                                    <input name="advertising[selected]" type="checkbox" value="1" /> Advertising
                                </label>
                            </div>
                            <div class="form-group">
                                <label for="advertise-domains">
                                    I would like to advertise with a custom display banner or link on the following domain(s)
                                </label>
                                <input type="email" class="form-control" id="advertise-domains" placeholder="example1.com, example2.com" name="advertising[domains]" />
                            </div>
                            
                            
                            <!--domain forwarding-->
                            <div class="form-group">
                                <label class="checkbox-inline">
                                    <input name="forward_domain[selected]" type="checkbox" value="1" /> Domain Forwarding
                                </label>
                            </div>
                            <div class="form-group">
                                <label for="forward-domains">
                                    I would like to purchase domain forwarding for the following
                                </label>
                                
                                <input type="email" class="form-control" id="forward-domains" placeholder="example1.com, example2.com" name="forward_domain[domains]" />
                                
                            </div>
                            <div class="form-group">
                                <input type="email" class="form-control" placeholder="Segment/Topics" name="forward_domain[segment]" />
                            </div>
                            <div class="form-group">
                                <input type="email" class="form-control" placeholder="Time frame" name="forward_domain[time_frame]" />
                            </div>
                            
                            <!--Buy traffic/clicks-->
                            <div class="form-group">
                                <label class="checkbox-inline">
                                    <input name="traffic[selected]" type="checkbox" value="1" /> Buy Traffic / Clicks
                                </label>
                            </div>
                            <div class="form-group">
                                <label for="traffic">
                                    I would like to purchase domain forwarding for the following
                                </label>
                                
                                <input type="email" class="form-control" id="traffic" placeholder="example1.com, example2.com" name="traffic[domains]" />
                                
                            </div>
                            <div class="form-group">
                                <input type="email" class="form-control" placeholder="Segment/Topics" name="traffic[segment]" />
                            </div>
                            <div class="form-group">
                                <input type="email" class="form-control" placeholder="Time frame" name="traffic[time_frame]" />
                            </div>
                            <div class="form-group">
                                <input type="email" class="form-control" placeholder="Total clicks" name="traffic[total_clicks]" />
                            </div>
                            
                            
                            <!--Hosting-->
                            <div class="form-group">
                                <label class="checkbox-inline">
                                    <input name="hosted[selected]" type="checkbox" value="1" /> Hosting
                                </label>
                            </div>
                            <div class="form-group">
                                <p>
                                    I am interested in hosting my domain on a customized platform, I have 
                                    <input type="text" name="hosted[domain_count]" /> domain(s)
                                </p>
                            </div>
                            
                            <!--Info-->
                            <div class="form-group">
                                <label for="inquire-email">Email address *</label>
                                <input type="email" class="form-control" id="inquire-email" placeholder="Email" name="email" />
                            </div>
                            <div class="form-group">
                                <label for="inquire-name">Your name *</label>
                                <input type="text" class="form-control" id="inquire-name" placeholder="Your name" name="name" />
                            </div>
                            <div class="form-group">
                                <label for="inquire-phone">Phone *</label>
                                <input type="text" class="form-control" id="inquire-phone" placeholder="Phone" name="phone" />
                            </div>
                            <div class="form-group">
                                <label for="inquire-comment">Comment</label>
                                <textarea id="inquire-comment" placeholder="Comment" class="form-control" name="comment" rows="3"></textarea>
                            </div>
                            <div class="hidden">
                    <label for="hidden_blank5db6d289e5191lbasps">If you have CSS disabled. Leave this field the way it is.</label>
                    <input value="http://" type="text" id="hidden_blank5db6d289e5191lbasps" name="smartunitslbasps" />
                </div>
                <div class="js-removable-item">
                    <label for="hidden_blank5db6d289e5191dcasps">If you have Javascript disabled. Please ignore this field.</label>
                    <input type="text" id="hidden_blank5db6d289e5191dcasps" name="smartunitsdcasps" />
                </div>
                <script>;(function() {var e = document.getElementById("hidden_blank5db6d289e5191dcasps").parentNode; !e || e.parentNode.removeChild(e); })();</script>
        
                            <input type="hidden" value="VdrgkRnEQGHKK8RwqBnlVkW2tV2YGLns_MxR5KdQSYkadgQjbIPa-hNeWcvS4wXRhfzZRn4-4CM-afFQ9W4zgw" name="smartunitstsaspc-h" />
                           <div class="g-recaptcha" 
                                 data-sitekey="6LfPvQ4UAAAAALb8dwkqmoX7M9IwFhcwxhyHLdul"
                                 ></div>
                            <input type="hidden" name="csrf-26916" value="IXippwBM1DRf6Sw_o3YDCXRAGblR2akEusbGL4ZkfXrAlzEdKDbd8N6lLPsLdsnfBbe36BDsvQyOfqBKb7fH0XyVIp4iypYiwJINvoX3o4KSn6MS7Mfeg6RQa9fTrBjRnUN3rrQQD5JBN1MZNBNiC38ooTqX42HH_O-AAxsWBrCOSI66UA_CH7Ch0VnxUsDZNSmABbVU7pHO50cOd5ck69fFyN62yMSGRzwRPyHGzyu8lo71XAZjMtiF7DnfHoIB" />
                        </form>
                    </div>
                    <div class="modal-footer">
                        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
                        <button type="button" class="btn btn-primary" data-form="submit">Send</button>
                    </div>
                </div>
            </div>
        </div>
        
        <script>
            
            ;( function (w) {
                
                w.smart_units_widget.CB_LOADED.push(function () {
                    var btn = $('[data-target="#smart-unit-widget-info-contact-modal"]');
                    
                    btn.on( 'click', function ( e ) {
                                
                        var el = $(this),
                            target = $( el.data('target') );
                        
                        e.preventDefault();
                        
                        if ( ! target.data('bs.modal') ) {
                            target.modal();
                            return false;
                        }
                        
                        target.modal('show');
                        
                        return false;
                    } );
                    
                });
                
                window.onload = function () {
                    var submit_btn = $('#smart-unit-widget-info-contact-modal [data-form="submit"]'),
                        form = $('#inquire-form'); 
                    
                    submit_btn.on('click', function (e) {
                        var el = $(this);
                        
                        e.preventDefault();
                        
                        form.submit();
                        
                        return false;
                    });
                    
                    console.log(submit_btn);
                };
                
            } (window) );
        
        </script>
        
        <div class="modal fade" id="help-Modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
        <h4 class="modal-title" id="myModalLabel">E-mail Forwarder Signup Instructions</h4>
      </div>
      <div class="modal-body">
        <ol>
            <li>Check to see if your e-mail forwarder is available by filling out the blank line. Then press enter or the "@".</li>
            <li>Once you find an e-mail forwarder that is available you must fill out your billing information.
                <ul>
                    <li>Your new e-mail forwarder will forward to the e-mail entered during billing. This can be changed later.</li>
                    <li>You must agree to the terms and conditions</li>
                </ul>
            </li>
            <li>Once payment is recieved. Your provided a link to log into your account to manage your e-mail forwarder and billing information.</li>
        </ol>
        <p><i>Note: Your credit card is billed periodically until cancelled. The price is shown once you've found an available e-mail forwarder.</i></p>
      </div>
     
    </div>
  </div>
</div><script>             ;( function (w) {
                
                w.smart_units_widget.CB_LOADED.push(function () {
                    var btn = $('[data-target="#help-Modal"]');
                    
                    btn.on( 'click', function ( e ) {
                                
                        var el = $(this),
                            target = $( el.data('target') );
                        
                        e.preventDefault();
                        
                        if ( ! target.data('bs.modal') ) {
                            target.modal();
                            return false;
                        }
                        
                        target.modal('show');
                        
                        return false;
                    } );
                    
                });
                
         
            } (window) );</script><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script><script>window.jQuery || document.write('<script src="http://smartunits.com/UI/javascript/jquery.js"><\/script>')</script><script src="./js/bootstrap.min.js"></script><script src="//www.google.com/recaptcha/api.js"></script></body></html>