<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:fb="http://ogp.me/ns/fb#">
    <head>

        <title>Oh No! - Latonas.com</title>
                <link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet"/>
        <!--<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.css" rel="stylesheet"/>-->
        <!--<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.css" rel="stylesheet"/>-->
        <!--<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" rel="stylesheet"></script>-->

        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta name="description" content=""/>

        <link href='https://latonas.com/assets/css/css1.css?v=1.5' rel='stylesheet' type='text/css'/>

        <link href='https://latonas.com/assets/css/smoothness/jquery-ui-1.8.16.custom.css?v=1.5'
              rel='stylesheet' type='text/css'/>
        <link href="https://latonas.com/captcha/captcha.css" rel="stylesheet" type="text/css"/>
        <link href='https://fonts.googleapis.com/css?family=PT+Sans:400,700' rel='stylesheet' type='text/css'/>
        <link href='https://fonts.googleapis.com/css?family=Josefin+Sans:600,400,300' rel='stylesheet' type='text/css'/>

        <script src="https://latonas.com/assets/js/jquery.min.js?v=1.5" type="text/javascript"
                language="javascript"></script>
        <script src="https://latonas.com/assets/js/jquery-ui.min.js?v=1.5" type="text/javascript"
                language="javascript"></script>
        <script type="text/javascript"
                src="https://latonas.com/captcha/jquery.captcha.js?v=1.5"></script>
        <script type="text/javascript"
                src="https://latonas.com/assets/js/verticaltabs.js?v=1.5"></script>
        <script src="https://latonas.com/assets/js/jquery.formparams.min.js?v=1.5"
                type="text/javascript" language="javascript"></script>

        <script src="https://latonas.com/assets/js/jquery.dataTables.min.js?v=1.5"
                type="text/javascript" language="javascript"></script>
        <!--<script src="https://latonas.com/assets/js/newsletter.js?v=1.5" type="text/javascript"
                language="javascript"></script>-->

        <script src="https://latonas.com/assets/js/jquery.validate.min.js?v=1.5" type="text/javascript"
                language="javascript"></script>
        <script src="//cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" type="text/javascript" language="javascript"></script>

        <script type="text/javascript">
            var _gaq = _gaq || [];
            _gaq.push(['_setAccount', 'UA-20271895-5']);
            _gaq.push(['_trackPageview']);

            (function () {
                var ga = document.createElement('script');
                ga.type = 'text/javascript';
                ga.async = true;
                ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
                var s = document.getElementsByTagName('script')[0];
                s.parentNode.insertBefore(ga, s);
            })();
        </script>
        <script type="text/javascript">
                        function load_auth_pop() {

                var maskHeight = $(document).height();
                var maskWidth = $(window).width();

                $('#auth_mask').css({
                    'width': maskWidth,
                    'height': maskHeight,
                    'opacity': 0.9
                });

                //transition effect
                $('#auth_mask').show().fadeTo("slow", 0.8);

                var winH = $(window).height();
                var winW = $(window).width();

                //Set the popup window to center
                var id = '#auth_pop';

                $(id).css('top', winH / 2 - $(id).height() / 2);
                $(id).css('left', winW / 2 - $(id).width() / 2);

                //transition effect
                $(id).fadeIn(100);

            }
            function close_auth_pop() {
                $('#auth_mask').hide();
                $('#auth_pop').hide();

                $('#left_forgot').hide();
                $('#left_forgot_confirm').hide();
                $('#left_login').show();

                $('#form_login').each(function () {
                    this.reset();
                });

                $('#form_forgot').each(function () {
                    this.reset();
                });

                $('#signed_up').hide();
                $('#login_signup').show();

                $('#form_create').each(function () {
                    this.reset();
                });

            }
            function proc_load_auth_pop() {
                                load_auth_pop();
                                return false;
            }
            $(function () {
                $('#auth_pop').appendTo('body');
                //if mask is clicked
                $('#auth_mask,#auth_pop_close').click(function () {
                    close_auth_pop();
                });
                $('a[name="modal_auth"], .auth_pop_link').click(function () {
                    return proc_load_auth_pop();
                });
                $('a[name="modal_auth_live"], .auth_pop_link_live').live('click', function () {
                    return proc_load_auth_pop();
                });

            });
        </script>


                    <noscript>
                <meta http-equiv="refresh" runat="server" id="mtaJSCheck"
                      content="1;URL=https://latonas.com/no_script"/>
            </noscript>
        
        <!-- Put the following javascript before the closing </head> tag. -->
        <script>
            (function () {
                var cx = '015935179497541147512:1mg0czer0sw';
                var gcse = document.createElement('script');
                gcse.type = 'text/javascript';
                gcse.async = true;
                gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
                '//www.google.com/cse/cse.js?cx=' + cx;
                var s = document.getElementsByTagName('script')[0];
                s.parentNode.insertBefore(gcse, s);
            })();
        </script>

    </head>
    <body>

        <div id="site">
        <div id="topnav">

        <script type="text/javascript" charset="utf-8">
            $(function () {
                $(".ajax-fc-container").captcha({});
            });
        </script>

        <script>
            $(function () {
                if ($.browser.msie && $.browser.version.substr(0, 1) < 7) {
                    $('li').has('ul').mouseover(function () {
                        $(this).children('ul').css('visibility', 'visible');
                    }).mouseout(function () {
                        $(this).children('ul').css('visibility', 'hidden');
                    })
                }
            });
        </script>
        <script>
        $(document).ready(function () {
            function proc_fb_convert() {
                (function () {
                    var _fbq = window._fbq || (window._fbq = []);
                    if (!_fbq.loaded) {
                        var fbds = document.createElement('script');
                        fbds.async = true;
                        fbds.src = '//connect.facebook.net/en_US/fbds.js';
                        var s = document.getElementsByTagName('script')[0];
                        s.parentNode.insertBefore(fbds, s);
                        _fbq.loaded = true;
                    }
                })();
                window._fbq = window._fbq || [];
                window._fbq.push(['track', '6017599221484', {'value': '0.01', 'currency': 'USD'}]);
            }

            $('#login-trigger, .login-trigger').click(function () {
                $(this).next('#login-content').slideToggle();
                $(this).toggleClass('active');

                if ($(this).hasClass('active')) $(this).find('span').html('&#x25B2;')
                else $(this).find('span').html('&#x25BC;')
            })
            $('#form_create').submit(function () {
                $('#form_create #submit').addClass('busy');
                $('#form_create input[name="url"]').val(window.location.pathname);
                $.post($('#form_create').attr('action'), $('#form_create').formParams(), function (d) {
                    $('#form_create #submit').removeClass('busy');
                    if (typeof(d) != 'undefined' && d) {
                        if (d['ret'] == 1) {//Success
                            $('#login_signup').hide();
                            $('#signed_up').show();
                            proc_fb_convert();
                            return; //For good measure
                        } else {//Not so fast
                            switch (d['res']) {
                                case 1: //Already logged in?
                                                                    window.location.reload();
                                                                    return; //For good measure
                                case 2: //Input errors
                                    for (i in d['errors']) {
                                        switch (i) {
                                            case 'retype_email':
                                                var i_remail = $('#form_create input[name="retype_email"]');
                                                i_remail.attr('placeholder', 'Emails do not match');
                                                i_remail.addClass('error');
                                                i_remail.val('');
                                                break;
                                            case 'retype_password':
                                                var i_rpass = $('#form_create input[name="retype_password"]');
                                                i_rpass.attr('placeholder', 'Passwords do not match');
                                                i_rpass.addClass('error');
                                                i_rpass.val('');
                                                break;
                                            case 'firstname':
                                                var i_first = $('#form_create input[name="firstname"]');
                                                i_first.attr('placeholder', 'First name required');
                                                i_first.addClass('error');
                                                i_first.val('');
                                                break;
                                            case 'lastname':
                                                var i_last = $('#form_create input[name="lastname"]');
                                                i_last.attr('placeholder', 'Last name required');
                                                i_last.addClass('error');
                                                i_last.val('');
                                                break;
                                        }
                                    }
                                    break;
                                case 3: //Email in use
                                    var i_email = $('#form_create input[name="email"]');
                                    var i_remail = $('#form_create input[name="retype_email"]');
                                    i_email.attr('placeholder', i_email.val() + ' is in use');
                                    i_email.addClass('error');
                                    i_email.val('');
                                    i_remail.val('');
                                    break;
                            }
                        }
                    }
                }, 'json');
                return false;
            });
            $('#form_login').submit(function () {
                $('#form_login #submit').addClass('busy');
                $.post($('#form_login').attr('action'), $('#form_login').formParams(), function (d) {
                    $('#form_login #submit').removeClass('busy');
                    if (typeof(d) != 'undefined' && d) {
                        if (d['ret'] == 1) {//Success
                                                        window.location.reload();
                                                        return; //For good measure
                        } else {//Not so fast
                            switch (d['res']) {
                                case 1: //Already in
                                                                    window.location.reload();
                                                                    return; //For good measure
                                case 2: //Expired
                                    var i_email = $('#form_login input[name="email"]');
                                    i_email.attr('placeholder', 'Please confirm sent email');
                                    i_email.addClass('error');
                                    i_email.val('');
                                    var i_pass = $('#form_login input[name="password"]');
                                    i_pass.attr('placeholder', '');
                                    i_pass.addClass('error');
                                    i_pass.val('');
                                    break;
                                case 4: //Invalid fields
                                    for (i in d['errors']) {
                                        switch (i) {
                                            case 'email':
                                                var i_email = $('#form_login input[name="email"]');
                                                i_email.attr('placeholder', 'Invalid email address');
                                                i_email.addClass('error');
                                                i_email.val('');
                                                break;
                                            case 'password':
                                                var i_pass = $('#form_login input[name="password"]');
                                                i_pass.attr('placeholder', 'Invalid or empty pass');
                                                i_pass.addClass('error');
                                                i_pass.val('');
                                                break;
                                        }
                                    }
                                    break;
                                case 3: //Invalid Creds
                                    var i_email = $('#form_login input[name="email"]');
                                    i_email.attr('placeholder', 'Invalid email or password');
                                    i_email.addClass('error');
                                    i_email.val('');
                                    var i_pass = $('#form_login input[name="password"]');
                                    i_pass.attr('placeholder', 'Invalid email or password');
                                    i_pass.addClass('error');
                                    i_pass.val('');
                                    break;
                            }
                        }
                    }
                }, 'json');
                return false;
            });
            $('#form_forgot').submit(function () {
                $('#form_forgot #submit').addClass('busy');
                $.post($('#form_forgot').attr('action'), $('#form_forgot').formParams(), function (d) {
                    $('#form_forgot #submit').removeClass('busy');
                    if (typeof(d) != 'undefined' && d) {
                        if (d['ret'] == 1) {//Success
                            $('#left_forgot').hide();
                            $('#left_forgot_confirm').show();
                            $('#left_login').hide();
                            return; //For good measure
                        } else {//Not so fast
                            switch (d['res']) {
                                case 1: //Already in
                                                                    window.location.reload();
                                                                    return;
                                case 2: //Email not found
                                    var i_email = $('#form_forgot input[name="email"]');
                                    v_email = i_email.val();
                                    i_email.attr('placeholder', 'Account not found.');
                                    i_email.addClass('error');
                                    i_email.val('');
                                    break;
                                case 3: //Invalid fields
                                    for (i in d['errors']) {
                                        switch (i) {
                                            case 'email':
                                                var i_email = $('#form_forgot input[name="email"]');
                                                i_email.attr('placeholder', 'Invalid email address');
                                                i_email.addClass('error');
                                                i_email.val('');
                                                break;
                                        }
                                    }
                                    break;
                            }
                        }
                    }
                }, 'json');
                return false;
            });
            $('#form_create input, #form_login input, #form_forgot input').click(function () {
                $(this).removeClass('error');
            });

            $('#header_logout').click(function () {
                $.get('https://latonas.com/account/logout_a', {}, function () {
                                        window.location.reload();
                                    }, "json");
                return false;
            });

            $('#forgot_password').live('click', function () {
                $('#left_forgot').show();
                $('#left_forgot_confirm').hide();
                $('#left_login').hide();
                return false;
            });
            $('#redo_login, #back_login').live('click', function () {
                $('#left_forgot').hide();
                $('#left_forgot_confirm').hide();
                $('#left_login').show();
                return false;
            });
            $('#auth_pop #input.busy').live('click', function () {
                return false;
            });
        });

        </script>

        <div id="auth_pop">
                            <div id="signed_up" style="width:760px; display:none;">
                    <h2 style="margin-bottom:15px; text-decoration:underline">Almost Done! Confirmation Required:</h2>

                    <p style="font-size:20px">We've sent you an email asking that you confirm your email address. Please open
                        your inbox now and click the confirmation link inside that email.</p><br>

                    <p style="font-size:20px; margin-bottom:15px">If you don't see the email, please check your spam box. If you
                        still can't find it, <a href="mailto:info@latonas.com?subject=Resend+Account+Activation+Email">contact
                            us</a>.</p>
                </div>
                <div id="login_signup">
                    <div id="left_login" style="float:left; width:360px; border-right:1px solid #A7A7A7">
                        <div style="margin:0 auto; padding-bottom:30px; width:270px"><img
                                src="https://latonas.com/assets/images/logo.jpg"></div>
                        <div style="padding:0 0 50px 10px"><h2 style="margin-bottom:15px; text-decoration:underline">Sign
                                In:</h2>

                            <form id="form_login" method="post" action="https://latonas.com/account/login">
                                <table>
                                    <tr>
                                        <td>Email:</td>
                                        <td><input id="email_login" type="email" name="email" placeholder="Your email address"
                                                   required/></td>
                                    </tr>
                                    <tr>
                                        <td>Password:</td>
                                        <td><input id="password_login" type="password" name="password" placeholder="Password"
                                                   required/></td>
                                    </tr>
                                </table>
                                <input type="submit" id="submit" value="Log in"/>
                            </form>
                            <a href="#Forgot" id="forgot_password">Forgot Password?</a>
                        </div>
                    </div>
                    <div id="left_forgot" style="float:left; width:360px; border-right:1px solid #A7A7A7; display:none;">
                        <div style="margin:0 auto; padding-bottom:30px; width:270px"><img
                                src="https://latonas.com/assets/images/logo.jpg"></div>
                        <div style="padding:0 0 50px 10px"><h2 style="margin-bottom:15px; text-decoration:underline">Recover
                                Password:</h2>

                            <form id="form_forgot" method="post" action="https://latonas.com/account/forgot">
                                <table>
                                    <tr>
                                        <td>Email:</td>
                                        <td><input id="email_forgot" type="email" name="email" placeholder="Your email address"
                                                   required/></td>
                                    </tr>
                                </table>
                                <input type="submit" id="submit" value="Recover"/>
                            </form>
                            <a href="#Login" id="back_login">Login</a>
                        </div>
                    </div>
                    <div id="left_forgot_confirm"
                         style="float:left; width:360px; border-right:1px solid #A7A7A7; display:none;">
                        <div style="margin:0 auto; padding-bottom:30px; width:270px"><img
                                src="https://latonas.com/assets/images/logo.jpg"></div>
                        <div style="padding:0 0 50px 10px"><h2 style="margin-bottom:15px; text-decoration:underline">Email
                                Sent:</h2>


                            <p>An email has been dispatched with your password. You may click the link below to return to the
                                login page.</p>
                            <a href="#Login" id="redo_login">Login</a>
                        </div>
                    </div>

                    <div style="float:right; width:400px;">
                        <h2 style="margin-bottom:15px; text-decoration:underline">Create an Account:</h2>

                        <form id="form_create" method="post" action="https://latonas.com/account/create" autocomplete="off">
                            <input type="hidden" name="url" value=""/>
                            <table>
                                <tr>
                                    <td>Email Address:</td>
                                    <td><input id="email_create" type="email" name="email" placeholder="Your email address"
                                               autocomplete="off" required/></td>
                                </tr>
                                <tr>
                                    <td>Repeat Email:</td>
                                    <td><input id="retype_email_create" type="email" name="retype_email"
                                               placeholder="Repeat email" autocomplete="off" required/></td>
                                </tr>
                                <tr>
                                    <td>First Name:</td>
                                    <td><input id="firstname_create" type="text" name="firstname" placeholder="First Name"
                                               autocomplete="off" required/></td>
                                </tr>
                                <tr>
                                    <td>Last Name:</td>
                                    <td><input id="lastname_create" type="text" name="lastname" placeholder="Last Name"
                                               autocomplete="off" required/></td>
                                </tr>
                                <tr>
                                    <td>Password:</td>
                                    <td><input id="password_create" type="password" name="password" placeholder="Password"
                                               autocomplete="off" required/></td>
                                </tr>
                                <tr>
                                    <td>Repeat Password:</td>
                                    <td><input id="retype_password_create" type="password" name="retype_password"
                                               placeholder="Repeat password" autocomplete="off" required/></td>
                                </tr>
                                <tr>
                                    <td>Telephone:</td>
                                    <td><input id="telephone_create" type="text" name="telephone" placeholder="Telephone"
                                               autocomplete="off"/></td>
                                </tr>
                                <tr style="display:none;">
                                    <td colspan="2">
                                        <label for="newsletter">Join Our Weekly Newsletter?<span class="small"></span></label>
                                        <input type="checkbox" name="newsletter" value="1" checked="checked"
                                               autocomplete="off"/>
                                    </td>
                                </tr>
                            </table>
                            <input type="submit" id="submit" value="Create Account"/>
                            <input type="hidden" name="aid" value="0"/>
                            <input type="hidden" name="vid" value="0"/>
                        </form>
                    </div>
                    <div style="clear:both"></div>
                </div>
                        <div id="auth_pop_close"><img title="Close"
                                          src="https://latonas.com/assets/images/close_1.png?v=1.5"/></div>
        </div>

        <div id="navmenu">
            <div id="navmenu_relative">
                <div id="navmenu_pre">
                    <span></span>
                </div>
                <a href="https://latonas.com/websites-for-sale">
                    <div id="navmenu_logo">
                    </div>
                </a>

                <div id="navmenu_nav">
                    <ul id="dropmenu">
                        <li><a href="https://latonas.com/">HOME</a></li>
                        <li><a href="https://latonas.com/websites-for-sale">BUY WEBSITES</a>
                            <ul>
                                <li class="isAll"><a href="https://latonas.com/websites-for-sale#all">View All
                                        Websites</a></li>
                                <li class="isNew"><a href="https://latonas.com/websites-for-sale#new">New Listings</a>
                                </li>
                                <li class="isHigh"><a href="https://latonas.com/websites-for-sale#high-end">High End</a>
                                </li>
                                <li class="isLow"><a href="https://latonas.com/websites-for-sale#low-cost">Lower Cost</a>
                                </li>
                                <li class="isReduced"><a href="https://latonas.com/websites-for-sale#recently-reduced">Recently
                                        Reduced</a></li>
                                <li class="isAdsense"><a href="https://latonas.com/websites-for-sale#adsense">Adsense
                                        Sites</a></li>
                            </ul>
                        </li>
                        <li><a href="https://latonas.com/sell-a-website">SELL A WEBSITE</a></li>
                        <li><a href="https://latonas.com/open-house">OPEN HOUSE<span class="bubble">1</span></a></li>
                        <!--<li><a href="https://latonas.com/blog">BLOG</a></li>-->
                        <li><a href="https://latonas.com/tools">TOOLS</a>
                            <ul>
                                <li><a href="https://latonas.com/tools">All Tools</a></li>
                                <li><a href="https://latonas.com/tools/website_value_calculator">Website Value
                                        Calculator</a></li>
                                <li><a href="https://latonas.com/tools/npv">NPV Calculator</a></li>
                            </ul>
                        </li>
                        <li><a href="https://latonas.com/contact">CONTACT US</a></li>
                    </ul>

                                            <nav id="loginNav">
                            <ul>
                                                                    <li id="login">
                                        <a id="login-trigger" href="#" name="modal_auth">Log In</a>
                                    </li>
                                    <li id="signup">
                                        <a href="#" name="modal_auth">Sign Up</a>
                                    </li>
                                                            </ul>
                        </nav>
                                    </div>
                <!--						<div id="navmenu_post">
                                            <span></span>
                                        </div>-->
            </div>

        </div>

        </div>
        <div style="clear:both;"><span><span></span></span></div>

        <div id="page">

            



<div id="head">
    
<div id="contactnav">
    <table>
        <tr>
			
            <td rowspan="2">
							</td>
            <td><img src="https://latonas.com/assets/images/chat_icon.png" style="padding-right:10px" /><span class="contact_head"><a href="https://c.velaro.com/visitor/requestchat.aspx?siteid=12207&showwhen=inqueue" target="_blank"  onclick="this.newWindow = window.open('https://c.velaro.com/visitor/requestchat.aspx?siteid=12207&showwhen=inqueue', 'LiveChatSoftware', 'toolbar=no,location=no,directories=no,menubar=no,status=no,scrollbars=no,resizable=yes,replace=no');this.newWindow.focus();this.newWindow.opener=window;return false;">Live Chat</a> With Us, or</span>
				
			</td>
        </tr>
        <tr>
            <td>
                <span class="contact_sub">+1-678-506-0177</span>
                <a href="https://latonas.com/contact"><img src="https://latonas.com/assets/images/contact_email.png" style="padding-left:12px" /></a>
                <a href="https://www.facebook.com/pages/Latonas/184628344971729"><img src="https://latonas.com/assets/images/contact_facebook.png" style="padding-left:12px" /></a>
                <a href="http://twitter.com/#!/latonas"><img src="https://latonas.com/assets/images/contact_twitter.png" style="padding-left:12px" /></a>
            </td>
        </tr>
    </table>
</div>

<div style="clear:both"></div>
	
	
</div>
<div id="tablenav">

        <ul>
                <a href="https://latonas.com/websites-for-sale#all"><li id="isAll" class="isAll selectedLeft">View All Websites</li></a>
		<a href="https://latonas.com/websites-for-sale#new"><li id="isNew" class="isNew main">New Listings</li></a>
		<a href="https://latonas.com/websites-for-sale#high-end"><li id="isHigh" class="isHigh main">High End&nbsp;&nbsp;( > $300k )</li></a>
		<a href="https://latonas.com/websites-for-sale#low-cost"><li id="isLow" class="isLow main">Lower Cost&nbsp;&nbsp;( < $25k )</li></a>
		<a href="https://latonas.com/websites-for-sale#recently-reduced"><li id="isReduced" class="isReduced main">Recently Reduced</li></a>
		<a href="https://latonas.com/websites-for-sale#adsense"><li style="width:182px" id="isAdsense" class="isAdsense mainRight">Adsense Sites</li></a>
			
	</ul>			

</div>
            <div id="listings">
				
				<div id="newsconfirmation">
					<h1>Oops, we could not find the page<br>you requested.</h1>
					<img src="/assets/images/arrows.jpg" style="margin-bottom:15px;margin-top:15px" alt="" />
					<h3>Perhaps we could help you find the information you are looking for:</h3><br>
					<a href="https://latonas.com/websites-for-sale"><h3>Are you interested in buying a website?</h3></a>
					<a href="https://latonas.com/sell-a-website"><h3>Are you interested in selling a website?</h3></a>
					<a href="https://latonas.com/contact"><h3>Do you need to get in touch with us?</h3></a>
					<a href="https://latonas.com/webmaster-tools"><h3>Are you looking for tools to aid in buying or selling a website?</h3></a>
				</div>
				
				<div style="clear:both;"></div>																											
		
			</div>
			
			<div style="clear:both;"></div>	
        </div>

        </div>
        <div style="clear:both;"><span><span></span></span></div>
        <style type="text/css">
            .fixed-fb {
                position:fixed;
                bottom:0;
            }
        </style>
        <script type="text/javascript">
            $(document).ready(function() {

                function hasStickyFBCookie() {
                    if ($.cookie('stickyfb')==undefined) {
                        return false;
                    }
                    return true;
                }
                function setStickyFBCookie() {
                    $.cookie('stickyfb', '1', {expires: 365});
                }
                if (hasStickyFBCookie() == false) {
                    var footerHeight = 0,
                        footerTop = 0,
                        footer = $("#sticky-fb");

                    footerTop = footer.offset();
                    footerHeight = footer.height();

                    positionFooter();

                    function positionFooter() {

                        var jabberTop = $('#jabber-button').offset().top;
                        var footMenu = $('#footmenu')

                        var bodyHeight = $(document.body).height(),
                            windowHeight = $(window).height(),
                            totalHeight = bodyHeight + footerHeight,
                            scrollTop = $(window).scrollTop();

                        console.debug(footer.offset())
                        console.debug('-----');
                        console.debug(footerHeight);
                        console.debug(footerTop.top);
                        console.debug(bodyHeight);
                        console.debug(windowHeight);
                        console.debug(totalHeight);
                        console.debug(scrollTop);

                        console.log('--')
                        console.debug(scrollTop + windowHeight);
                        console.debug(footerTop.top + footerHeight);
                        if (scrollTop + windowHeight < footMenu.offset().top + 10) {
                            footer.addClass('fixed-fb');
                        } else {
                            footer.removeClass('fixed-fb');
                        }

                        if (footer.offset().top + footerHeight >= jabberTop) {
                            $('#sticky-parent').css({width: 945});
                            $('#fb-buttons-phrase').css({marginLeft: 100});
                        } else {
                            if (footer.width() == 945) {
                                $('#sticky-parent').css({width: 1130});
                                $('#fb-buttons-phrase').css({marginLeft: 200});
                            }
                        }
                    }

                    $(window)
                        .scroll(positionFooter)
                        .resize(positionFooter)
                    $('#close-fb').click(function () {
                        $('#sticky-parent').hide();
                        setStickyFBCookie();
                    });
                } else {
                    $('#sticky-parent').hide();
                }
                (function(d){
                    var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
                    js = d.createElement('script'); js.id = id; js.async = true;
                    js.src = "//connect.facebook.net/en_US/all.js";
                    d.getElementsByTagName('head')[0].appendChild(js);
                }(document));
                window.fbAsyncInit=function() {
                    FB.init({
                        appId      : '793489010689533', // App ID
                        //channelURL : '//www.latonas.com/channel', // Channel File URL
                        status     : true, // check login status
                        cookie     : true, // enable cookies to allow the server to access the session
                        oauth      : true, // enable OAuth 2.0
                        xfbml      : true  // parse XFBML
                    });
                    FB.Event.subscribe('edge.create', function(url, html_element) {
                        $('#sticky-parent').hide();
                        setStickyFBCookie();
                    });
                }

            });

        </script>
        <div id="footernav" style="margin-bottom: -23px;">
            <div style="height:60px; margin: 0 auto; width:1130px;">
                <div style="float:left;width:1130px;height:55px;display:block;" id="sticky-parent" >
                    <div style="height:30px;width:inherit;display:block;" id="sticky-topper">&nbsp;</div>
                    <div style="height:30px;width:inherit;display:block;background-color:#378ea7;border-radius: 7px 7px 0 0;" id="sticky-fb">
                        <style type="text/css">
                            .fb_iframe_widget {
                                overflow:hidden;
                            }
                        </style>
                        <div style="color:white;margin-left:100px;height:30px;float:left;" id="fb-buttons-phrase">
                            <div style="display:inline-block;">Did you know? If you like us on Facebook - you will get new listing notifications automatically in your feed! &nbsp;&nbsp;</div>
                            <fb:like style="padding-top:5px;" href="https://www.facebook.com/Latonas.Website.Brokerage" layout="button" action="like" show_faces="false" share="true"></fb:like>
                        </div>
                        <div style="padding:0 5px 0 5px;float:right;width:16px;height:16px;padding-top:5px;"><a id="close-fb" style="color:white;font-weight:bold;font-size:120%;text-decoration: none;" href="#Close" onclick="return false;">X</a></div>
                    </div>
                </div>
                <div style="float:right;width:150px;height:55px;margin-right:20px;" id="jabber-button">
                    <a href="http://www.sitejabber.com/reviews/www.latonas.com?sort=rating&direction=desc#reviews"
                       style="align:right;">
                        <img src="https://biz.sitejabber.com/img/badge_5stars.png" alt="Latonas Reviews - SiteJabber"/>
                    </a>
                </div>
            </div>
        </div>
        <div style="clear:both;"><span><span></span></span></div>



        <div style="clear:both;"><span><span></span></span></div>
        <div id="footmenu"
             style="background: url('https://latonas.com/assets/images/footer_back.png') no-repeat; background-position: 0 -30px; height: 44px;">

            <ul style="padding-top:20px;">
                <li><a href="https://latonas.com/">Home</a></li>
                <li>|</li>
                <li><a href="https://latonas.com/websites-for-sale">Buy Websites</a></li>
                <li>|</li>
                <li><a href="https://latonas.com/sell-a-website">Sell A Website</a></li>
                <li>|</li>
                <li><a href="https://latonas.com/open-house">Open House</a></li>
                <li>|</li>
                <li><a href="https://latonas.com/tools">Webmaster Tools</a></li>
                <li>|</li>
                <li><a href="https://latonas.com/login">Client Area</a></li>
                <li>|</li>
                <!--<li><a href="https://latonas.com/blog">Blog</a></li>
                                    <li>|</li>-->
                <li><a href="https://latonas.com/contact">Contact Us</a></li>
                <li>|</li>
                <li><a href="https://latonas.com/privacy">Privacy Policy</a></li>
                <li>|</li>
                <li><a href="https://latonas.com/clients/affiliates">Affiliates</a></li>
                <li></li>
                <li style="text-transform:none">
                    &copy; 2014 Latonas.com - All rights reserved.

                </li>
            </ul>
            <div style="clear:both;"><span><span></span></span></div>


        </div>

        </div>

        </div>
        <div id="auth_mask"></div>
        <script type="text/javascript">(function () {
                var t = document.createElement('script');
                t.type = 'text/javascript';
                t.async = true;
                var u = document.location.href;
                var ti = document.title;
                var i = "?title=" + encodeURIComponent(ti) + "&url=" + encodeURIComponent(u);
                t.src = 'https://go.toutapp.com/site/j3te6xe27g' + i;
                var st = document.getElementsByTagName('script')[0];
                st.parentNode.insertBefore(t, st);
            })();</script>
        <script>(function () {
                var _fbq = window._fbq || (window._fbq = []);
                if (!_fbq.loaded) {
                    var fbds = document.createElement('script');
                    fbds.async = true;
                    fbds.src = '//connect.facebook.net/en_US/fbds.js';
                    var s = document.getElementsByTagName('script')[0];
                    s.parentNode.insertBefore(fbds, s);
                    _fbq.loaded = true;
                }
                _fbq.push(['addPixelId', '288836974621804']);
            })();
            window._fbq = window._fbq || [];
            window._fbq.push(['track', 'PixelInitialized', {}]);
        </script>
        <noscript><img height="1" width="1" alt="" style="display:none"
                       src="https://www.facebook.com/tr?id=288836974621804&amp;ev=NoScript"/></noscript>

        <script type="text/javascript">
            /* <![CDATA[ */
            var google_conversion_id = 1018408282;
            var google_custom_params = window.google_tag_params;
            var google_remarketing_only = true;
            /* ]]> */
        </script>
        <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
        </script>
        <noscript>
            <div style="display:inline;">
                <img height="1" width="1" style="border-style:none;" alt=""
                     src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1018408282/?value=0&amp;guid=ON&amp;script=0"/>
            </div>
        </noscript>
    </body>

</html>
