<!DOCTYPE HTML>
<html>

<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">      <title>Personal Finance Blogs - Saving Advice</title>
        <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.savingadvice.com/articles/feed/"/>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    
    <meta name="sa_site" content="1">
    <meta name="description"
          content="Start your own personal finance blog for free without any coding knowledge, or browse thousands of other peoples blogs. Updated daily."/>
    <meta name="keywords"
          content="personal finance, financial, finances, save money, saving money, save, money, saving, budget, budgeting, invest, investing, money matters, frugal, tips, bargains, discounts, hints, thrifty, economical, cut costs, cut expenses, money management"/>
    <meta name="google-site-verification" content="upCT60XbsLJuU0rStDe_vWwsy72Umn8AHuP8Vh9fidA" />
        <link rel="shortcut icon" href="/favicon.ico"/>
      <link href="/css/generic.css" rel="stylesheet" media="screen" type="text/css"/>
      <link href="/css/custom-theme/jquery-ui-1.8.14.custom.css" rel="stylesheet" type="text/css"/>
  <style type="text/css">
ul { list-style-image:url("images/message_edit.png"); }
</style>        <style type="text/css">
div.post > h2 {
   margin:0;
   padding:0;
}
</style><script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
    <link rel="stylesheet" id="dashicons-css" href="/wp-includes/css/dashicons.min.css?ver=4.9.6" type="text/css" media="all">
      <script type="text/javascript" src="/js/jquery-ui-1.8.14.custom.min.js"></script>
    <script type="text/javascript" src="/forums/core/clientscript/vbulletin_md5.js"></script>
    <script type="text/javascript" src="/js/jquery.cookie.js"></script>
      
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CNNTZMHPY4"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-CNNTZMHPY4');
</script>

    <script type="text/javascript">
        (function(d){
            var f = d.getElementsByTagName('SCRIPT')[0], p = d.createElement('SCRIPT');
            p.type = 'text/javascript';
            p.async = true;
            p.setAttribute('data-pin-hover', true);
            p.src = '//assets.pinterest.com/js/pinit.js';
            f.parentNode.insertBefore(p, f);
        }(document));
    </script>

  </head>

<body class="page-index">
<link rel="stylesheet" href="https://www.savingadvice.com/blogs/custom.css?ver=1789139970" />
    <div style="display: none;">
User Blog: Session Vars: <pre>Array
(
    [testing] => This is a test
)
</pre>VBUser Info: <pre></pre>vbuserid: </div>
<script type="text/javascript">
    /*<![CDATA[*/
    $(function () {
        $(window).scroll(function () {
            var offset = $(document).scrollTop();
            if (offset > 197) {
                $('#floating-box').css({'margin-top':'-197px'});
            } else {
                $('#floating-box').css({'margin-top':'-' + offset + 'px'});
            }
        });

      
        // $('#login_form').dialog({
        //     title:'Login',
        //     autoOpen:false,
        //     draggable:false,
        //     width:250,
        //     modal:true
        // });
        $(".login_link").click(function () {
            //$('#login_form').dialog('open').addClass('dialog-open');
            $('#login_form').fadeIn();
            $('#navbar_username').focus();
            return false;
        });

        $(".login-close").click(function (e) {
            e.preventDefault();
            $('#login_form').fadeOut();
        });
        $(document).click(function (e) {
            if (!$(e.target).parents().filter('#login_form').length) {
                $('#login_form').dialog("close");
            }
        });

        $('#logout_link').click(function (event) {
            if (confirm('Are you sure you want to logout?')) {
                return true;
            } else {
                event.preventDefault();
                return false;
            }
        });
        /* handle rel="external" for links */
        $('a[rel="external"]').click(function () {
            window.open($(this).attr('href'));
            return false;
        });
        /* Clear search text */
        function populateElement(selector, defvalue) {
            $(selector).each(function () {
                if ($.trim(this.value) == "") {
                    this.value = defvalue;
                }
            });

            $(selector).focus(function () {
                if (this.value == defvalue) {
                    this.value = "";
                }
            });

            $(selector).blur(function () {
                if ($.trim(this.value) == "") {
                    this.value = defvalue;
                }
            });
        }

        populateElement('.search_field', 'Search...');
    });
    /*]]>*/
</script>

<style>
#login_form, #login_form * {box-sizing: border-box;}
#login_form{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.1); z-index: 10000; display: flex; align-items: center; justify-content: center;}
#login_form form{background: #fff;padding: 20px;border-radius: 5px;box-shadow: 0 10px 10px rgb(0 0 0 / 30%); overflow: hidden; width: 280px;}
#login_form h3{font-size: 1rem; margin: 0; margin: -20px -20px 20px; padding: 10px 15px; background: #4271b5; color: #fff; position: relative;}
#login_form .row{margin: 0 0 8px; text-align: left;}
#login_form .row span{display: block;}
#login_form input[type="text"], #login_form input[type="submit"], #login_form input[type="password"]{width: 100%; height: 35px; line-height: 35px; padding: 0 10px;}
#login_form input[type="submit"]{width: 100%; background-color: rgba(0,0,0,.8); color: #fff; border: 0; cursor: pointer;}
.forgots{text-align: center;}
.login-close{color: #fff !important; display: block; text-decoration: none !important; outline: none !important; position: absolute; top: 50%; margin-top: -3px; transform: translateY(-50%); right: 15px;}
</style>

<!-- login form -->
<div id="login_form" style="display:none;">

    <form action="/forums/login.php?do=login" method="post"
          onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
        <div class="login-form-header">
          <h3>LOGIN <a href="#" class="login-close">x</a></h3>
        </div>
        <div><input type="hidden" name="s" value=""/>
            <input type="hidden" name="do" value="login"/>
            <input type="hidden" name="vb_login_md5password"/>
            <input type="hidden" name="vb_login_md5password_utf"/></div>
        <div class="row">
            <span style=""><label
                    for="navbar_username">Username:</label></span>
            <span style=""><input type="text"
                                                                                                class="bginput"
                                                                                                name="vb_login_username"
                                                                                                id="navbar_username"
                                                                                                size="16" accesskey="u"
                                                                                                tabindex="101"/></span>
        </div>
        <div class="row">
            <span style=""><label
                    for="navbar_password">Password:</label></span>
            <span style=""><input type="password"
                                                                                                class="bginput"
                                                                                                name="vb_login_password"
                                                                                                id="navbar_password"
                                                                                                size="16"
                                                                                                tabindex="102"/></span>
        </div>
        <div class="row">
      <span style="">
      <label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103"
                                               id="cb_cookieuser_navbar" accesskey="c"/>Remember Me?</label>
      </span>
        </div>
        <div class="row">
      <span style="">
      <input type="submit" class="submit" value="Log in" tabindex="104"
             title="Enter your username and password in the boxes provided to login, or click the 'register' button to create a profile for yourself."
             accesskey="s"/>
      </span>
        </div>
        <div class="row forgots">
      <span style="">
      <a href="/forums/login.php?do=lostpw">Forgot Password?</a><br/>
      <a href="/forums/register.php">Join Now</a>
      </span>
        </div>
    </form>
</div>

<!-- quote -->

<div class="outer_bar">
    <div class="inner_bar">
        "He is richest who is content with the least." - Socrates        <div style="display: none;">"" - <strong></strong></div>
    </div>
</div>

<!-- search bar -->

<div class="thin_bar"></div>

<!-- blue header bar -->


<link rel="preload" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" as="style">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<style type="text/css">
    @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap');
    body{background-color: #fff;}
    .header-old{display: none;}
    .chead{background-color: #fff; text-align: left;}
    .chead__logo{margin: 0 0 10px;}
    .chead__inner{max-width: 1280px; margin: 0 auto; padding: 10px 0 0;}
    .chead__menu{border-top: 1px solid #4271b5; border-bottom: 1px solid #4271b5; position: relative;}
    .chead__menu ul{list-style: none; margin: 0; padding: 0;}
    .chead__menu li{display: inline-block;}
    .chead__menu a{display: block; border: 0; color: #4271b5; border-radius: 0 !important; padding: 8px 25px; font-weight: bold; text-decoration: none;}
    .chead__menu a:hover{background-color: #4271b5; color: #fff;}
    .header-se { position: absolute; bottom: 0; right: 0;}
    .header-se input, .header-se button {height: 35px;line-height: 35px;padding: 0 15px;padding-right: 40px;border: 0;border-radius: 4px 4px 0 0;}
    .header-se input, .header-se button {background: 0 0;}
    .header-se button {background: #4271b5;border-radius: 0; text-align: center; padding: 0 15px; color: #fff;}
    #floating-box + div{padding: 0 !important;}
    #sub_buttons{height: auto;}
    #sub_buttons ul{list-style: none; margin: 0; padding: 10px 0 0; text-align: left; margin: 0 auto; height: auto;}
    #sub_buttons ul li{display: inline-block; float: none; list-style: none; line-height: 1; margin: 0; padding: 5px 3px 0 0;}
    #sub_buttons ul li a{background-color: #4271b5; color: #fff !important; display: block; padding: 4px 12px; border-radius: 3px; font-weight: bold; text-decoration: none !important;}
    #sub_buttons ul li:hover a{background: #000;}
    #generic_column_left{width: auto; float: none;}
    body h1, body h2, body h3, body h4, body h5, body h6{font-family: 'Oswald', sans-serif; text-transform: uppercase; font-weight: bold;}
    
    .menu-toggle{display: none;}
    @media (max-width: 991px){
      .chead__logo{position: relative;}
      .menu-toggle{position: absolute; top: 0; right: 15px; color: #4271b5; display: block; width: auto; padding: 0; background: none;}
      .menu-toggle span{width: 35px; height: 5px; background-color: #4271b5; margin: 6px 0; display: block;}
      .chead__menu{display: none;}
      .chead__menu li{display: block;}
    }
</style>

<header class="chead">
    <div class="chead__inner">
        <div class="chead__logo">
            <a href="//www.savingadvice.com/">
                <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQ8AAAAlCAMAAABrsZzoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM2NjVEQjNFNUVDQjExRUJBMkI5QjQwQjY4NThBM0YwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM2NjVEQjNGNUVDQjExRUJBMkI5QjQwQjY4NThBM0YwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzY2NURCM0M1RUNCMTFFQkEyQjlCNDBCNjg1OEEzRjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzY2NURCM0Q1RUNCMTFFQkEyQjlCNDBCNjg1OEEzRjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4a29wcAAAAP1BMVEVCcbVCcbVCcbVCcbVCcbVCcbVCcbVCcbVCcbVCcbVCcbVCcbVCcbVCcbVCcbVCcbVCcbVCcbVCcbVCcbVCcbVqxenCAAAAFHRSTlMADSY8PUJWV1ttb4ifobi6vNHq62B3Y6cAAAUaSURBVGje5VrbluQ2CARFYeNIwZFS//+teQBd7Jbdk5yZPZNYL+1bS1BAAbKJLgdvO3zsKdDDR8Jp1O3BaGyOgaqqlgZJic9EgwEgz8qzqEEiD4QjrvUO+ZmIROCKKmIFgGdFTQBukkmoAAo/CA9goa2I8IzIc4ImrcJBABzPHuMiSEufgc7n+hgW2XCRVoDEB5JZAvffH6caq8pr7u0jHl2k/D/p8wBIWlTtWUTMSc4l7A2JxLeUG/5txOWTJC7N/kl43GglIyy4YuE6fF3RvctC4brMOT71oj0WeAC3ZcI/wmPSivnm5qqs57te8FZfAfJ78erPxqMcdJZXPLAL30jLS5tmIqI3EVP0g53UydF+OWc7l0Q/h0DqDMgJYu1Uuq9trSurFNTPYjcFyhmPtPS8+GkFEW56Eqkju1yFRnyd8GQqnsrbNfeGZSlMDCBiCiyW/be/AEQWsT8FEYkUxr+i7D4dS97Cuc6O7WC6E+zk1x+TT16TvWQDJV/tG/ELHnW1l0KhhX0FiMzIgN0vnbXntRQAj/AYyZ8ifBXjqdrs5dTVmfhQFOzwudIwMMAVQLLJ4wBE3gXVnIo53ACS52fZtpUAJfJFAhA90TOQgF7uRgCqpQHAAH7npvm8ZddJVQ5n3PbyJuz0KAk2ogoUnf6h5oZ/Np62adJr1owzHrPWsh885DUCKw8hAjkUHvfV5XV1pIdYdMdo/KAATLjuZ1Xd6H7Vm0s7czgUYt6R0pyKugpmQQY2E4BbQ9Id2Caq/NLZZ+6HB7hKOvhDXWSF7SAEEIgKtG8oGIrq8wJKxC1OJr/9g7lOloy9JjJNw3AG9dQQ5kphH3gMs/n0O0r3bn+sP+LIhpdKqI8jox+jq67KRSSzf/BiwwKJiCqUiBSlMQkRAXlIHP1XATDzH2jQITkJiPsOVTRwsZnE3JlmY5n9ozNCW0aAJkbzyOFMTmSz1jzlFuUTiR7ZRq5qtTpCv0kgzSKZiJrbudOnBuZIfD23odsQcMRj49oCIFAe9KkvhuyxQNWXESOeOIAIc+TX16zKCQBKXmTUj1RSaRjFfIJNgjTMNdybidtJMa3mNx5OCBMeEYBkdHdH55IjlFs3YT05SkZtmrD9yCEbpUVgrNv6/QN4EKDd87mDwDKbQmbXbSfUWXXGQ9z4YUq0W0sfI8kc8NAsU2WnJ2O6wSYg9FhTtBQVLvbFJuDyR/DYuoq7CwqIA253WijnGY9sD6dmCwGgLbESZgzQwUUx/9Crxku77T1EAsBtzWwKnVvWnr7n2m3ZvL5vnRLAFO3J3gkrdHAltYTj4WQJkOIUFzzwCLbzULsLYxQJzt5tcyJHypaMeKuRiFIYpERUbWcAll7UIlTWW8e6QGTRvNbblmNjCnvjSzCljkLqHm2WHHS6eQTI7kZP3dhTyeXjxxC1Sy3DnJBxCHHvY6AycSYSIBJbK6oNW76gxThPdLkfEd61Q02Z5OXi4Ik6k1prE2xGmztbOTMtY3qL01u7vmEC1+aPQ3SZ+HQkpFHD9TLxKr0setoi6/dR9zunlpQ0jEJkI1KPa23XVZn6ZW6/STVwRSYKqtqWUdXs2mYK6g8Hv0xEqR1xRisigwKARiKKvv1QW6ilvhucbS5bKuh2+cqp9/mtIaS4tffan7Mxd5Oov9vHFYK7oV+7uH4kmf90ROolHF/2GUiMc2r+biPoEo36de/lmgm+7XudWM5olPDlUVq+9ZdZYetuUvMTviH7G1Fej/Cjthm5AAAAAElFTkSuQmCC" />
            </a>
            <a href="#" class="menu-toggle">
              <span></span>
              <span></span>
              <span></span>
            </a>
        </div>
        <div class="chead__menu">
            <ul>
                <li><a href="https://www.savingadvice.com/">Home</a></li>
                <li><a href="https://www.savingadvice.com/">Articles</a></li>
                <li><a href="https://www.savingadvice.com/tips">Tips</a></li>
                <li><a href="https://www.savingadvice.com/articles/2018/12/13/1063125_ways-to-make-money-on-the-side.html">Make Money</a></li>
                <li><a href="https://www.savingadvice.com/forums">Forums</a></li>
                <li><a href="https://www.savingadvice.com/blogs">Blogs</a></li>
                <li><a href="https://www.savingadvice.com/personal-stories/">Personal Stories</a></li>
                <li><a href="https://www.savingadvice.com/tools">Tools</a></li>
            </ul>
            <div class="header-se"><form action="https://www.savingadvice.com/search-results" method="GET"><input name="query" id="query" placeholder="Search..."><button type="submit"><i class="fa fa-search"></i></button></form></div>
        </div>
    </div>
</header>

<script>
  $('.menu-toggle').click(function(e){
    e.preventDefault();
    $('.chead__menu').slideToggle();
  });
</script>

<div class="header-old" style="background-color:#4271B5;">
<header class="wrap">
    <!-- search -->

    <div class="outer_search">
        <div class="inner_search">
            <script>
  (function() {
    var cx = '016944738621700925405:ptlk1onm7qi';
    var gcse = document.createElement('script');
    gcse.type = 'text/javascript';
    gcse.async = true;
    gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(gcse, s);
  })();
</script>
<gcse:searchbox-only></gcse:searchbox-only>
        </div>
        <br class="clear"/>
    </div>

    <!-- logo -->

    <div style="text-align:left;  height: 60px;">
        <div class="header_logo" style="width: 300px;"><a href="/"><img src="/images/logo_transp.png" height="37"
                                                            width="271" id="logo_img" alt="logo" style="border:0;"/></a>
        </div>
    </div>

  
    <!-- ### buttons -->
    <script>
(function($) {
    $(document).ready(function() {
        $('.menu-toggle').click(function() {
            $(this).next().slideToggle();
        });
        $(window).resize(function() {

           var winwidth = $(window).width(); 
           if (winwidth > 1023) {
                $('#buttons ul').attr('style', '');
            }
        });
        $('#sub_buttons').clone().appendTo('#buttons #current');
        $('#footer_links').next().addClass('final');
    });
})(jQuery);
    </script>
    <div class="buttons_login">
        <div id="buttons">
            <button class="menu-toggle dashicons-before dashicons-menu" role=button">Menu</button>
            <ul>
                <li><a href="/"><span>Home</span></a>
                </li>
                <li><a href="/articles/"><span>Articles</span></a>
                </li>
        <li><a
                        href="/tips/"><span>Tips</span></a></li>
                <li><a
                        href="/forums/"><span>Forums</span></a></li>
                <li id="current"><a
                        href="/blog/"><span>Blogs</span></a></li>
                <li><a
                        href="/tools/"><span>Tools</span></a></li>
            </ul>
        </div>
        <div id="login_links">
                      <span><a href="/forums/register.php">Join Now</a></span><span
                        style="padding-left: 20px; padding-right: 20px;">or</span><span><a href="/login.php"
                                                                                           class="login_link">Login</a></span>
                </div>
    </div>
    <br class="clear"/>
</header>
</div>
<!-- end blue header -->
<!-- ### sub buttons -->
<div id="sub_buttons">

    <ul>

    
    
    
    
                    <li class="first"><a href="/blogs/register.php">Create a Blog</a></li>
              <li><a href="/blogs/all_entries.php">All Entries</a></li>
        <li><a href="/blogs/all_blogs.php">All Blogs</a></li>
    
    
        </ul>
</div>
<div id="page">

    <!-- start the page -->

    <div id="floating-box">

        <!-- facebook -->
        <!-- <div id="fb-root"></div>
        <script type="text/javascript">(function (d, s, id) {
            var js, fjs = d.getElementsByTagName(s)[0];
            if (d.getElementById(id)) return;
            js = d.createElement(s);
            js.id = id;
            js.async = true;
            js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
            fjs.parentNode.insertBefore(js, fjs);
        }(document, 'script', 'facebook-jssdk'));</script>
        <div class="fb-like" data-href="http://www.savingadvice.com" data-send="false" data-layout="box_count"
             data-width="50" data-show-faces="true"></div> -->
        <div id="fb-root"></div>
        <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v12.0&appId=599011103570554&autoLogAppEvents=1" nonce="62uZIAdd"></script>
        <div class="fb-like" data-href="http://www.savingadvice.com" data-width="" data-layout="button_count" data-action="like" data-size="small" data-share="false"></div>

        <!-- twitter -->
        <div style="margin-top: 4px">
            <a href="https://twitter.com/share" class="twitter-share-button" data-via="savingadvice"
               data-text="Saving money, paying off debt, investing - Saving Advice" data-count="vertical"
               data-url="http://www.savingadvice.com" data-hashtags="personalfinance">Tweet</a>
            <script type="text/javascript">!function (d, s, id) {
                var js, fjs = d.getElementsByTagName(s)[0];
                if (!d.getElementById(id)) {
                    js = d.createElement(s);
                    js.id = id;
                    js.async = true;
                    js.src = "//platform.twitter.com/widgets.js";
                    fjs.parentNode.insertBefore(js, fjs);
                }
            }(document, "script", "twitter-wjs");</script>
        </div>

        <!-- google plus -->
        <div class="g-plusone" data-size="tall"></div>
        <!-- Place this render call where appropriate -->
        <script type="text/javascript">
            (function () {
                var po = document.createElement('script');
                po.type = 'text/javascript';
                po.async = true;
                po.src = 'https://apis.google.com/js/plusone.js';
                var s = document.getElementsByTagName('script')[0];
                s.parentNode.insertBefore(po, s);
            })();
        </script>

    </div>

  <div class="bmm" style="padding: 10px 20px 10px 20px">


    <style>
        #above_the_fold_728
        {
            background-color: #F0F0F0;
            text-align: center;
            padding: 3px;
            margin: 5px;
            display: none;
        }
        #below_the_fold_728
        {
            background-color: #F0F0F0;
            text-align: center;
            padding: 3px;
            margin: 5px;
        }
        @media (min-width: 992px){
          #buttons a span{
            padding: 5px 17px 4px 17px;
          }
        }
        
    </style>

    <div id="above_the_fold_728">
        <script type="text/javascript"><!--
            google_ad_client = "ca-pub-2697483239283649";
            / * savingadvice.com * /
            google_ad_slot = "2842697455/4319405335";
            google_ad_width = 728;
            google_ad_height = 90;
            //-->
        </script>
        <script type="text/javascript"
                src = "//pagead2.googlesyndication.com/pagead/show_ads.js">
        </script>
    </div>

      <div id="generic_column_left">


 


<link rel="stylesheet" href="custom.css?ver=1789139970" />
<div class="bm">
            <div class="bm__item bm__item--lg">
            <h1 style="margin-top:5px"><a href="https://patientsaver.savingadvice.com/2026/09/11/catching-up-with-dido-at-bushkill-falls_227029/" rel="bookmark" title="Permanent Link to Catching up with Dido at Bushkill Falls">Catching up with Dido at Bushkill Falls</a></h1>
            <small>September 11th, 2026 at 02:32 PM by <a href="https://patientsaver.savingadvice.com">PatientSaver</a></small>
                            <p>We usually try to get together at least once a year. We have been meeting for several years now at a certain small town in northeastern PA, which is roughly midway between us. We've browsed the shops there, dined at the best spots, hiked Raymondskill Falls and even rented bikes to explore the neighborhoods with.&nbsp;
This year, I proposed we meet at Bushkill Falls, also "roughly" midway between us. Just for something different. We met there yesterday and caught up with what's...</p>
                        <p>
                <a href="https://patientsaver.savingadvice.com/2026/09/11/catching-up-with-dido-at-bushkill-falls_227029/" rel="bookmark" title="Permanent Link to Catching up with Dido at Bushkill Falls">Read More...</a> |
                                <a href="https://patientsaver.savingadvice.com/2026/09/11/catching-up-with-dido-at-bushkill-falls_227029/">0 Comments &#187;</a>
            </p>
        </div>
            <div class="bm__item bm__item--sm">
            <h1 style="margin-top:5px"><a href="https://tabs.savingadvice.com/2026/09/06/when-worlds-dont-collide_227028/" rel="bookmark" title="Permanent Link to When worlds don’t collide">When worlds don’t collide</a></h1>
            <small>September 6th, 2026 at 05:54 PM by <a href="https://tabs.savingadvice.com">Tabs</a></small>
                            <p>My life is a string of imposter syndromes. &nbsp;I was a cop, but I never felt like one, nor quite fit in as one. &nbsp;I played musical instruments, ...</p>
                        <p>
                <a href="https://tabs.savingadvice.com/2026/09/06/when-worlds-dont-collide_227028/" rel="bookmark" title="Permanent Link to When worlds don’t collide">Read More...</a> |
                                <a href="https://tabs.savingadvice.com/2026/09/06/when-worlds-dont-collide_227028/">10 Comments &#187;</a>
            </p>
        </div>
            <div class="bm__item bm__item--sm">
            <h1 style="margin-top:5px"><a href="https://tabs.savingadvice.com/2026/09/05/the-adventures-of-adventure_227026/" rel="bookmark" title="Permanent Link to The adventures of adventure">The adventures of adventure</a></h1>
            <small>September 5th, 2026 at 03:15 PM by <a href="https://tabs.savingadvice.com">Tabs</a></small>
                            <p>It's September now, but this coming week is going to be so hot. &nbsp;Will it cool down anytime soon? &nbsp;I hope so because my fellow camping buddy ...</p>
                        <p>
                <a href="https://tabs.savingadvice.com/2026/09/05/the-adventures-of-adventure_227026/" rel="bookmark" title="Permanent Link to The adventures of adventure">Read More...</a> |
                                <a href="https://tabs.savingadvice.com/2026/09/05/the-adventures-of-adventure_227026/">4 Comments &#187;</a>
            </p>
        </div>
            <div class="bm__item bm__item--sm">
            <h1 style="margin-top:5px"><a href="https://frugalfoodie.savingadvice.com/2026/09/04/labor-day-weekend-is-upon-us_227025/" rel="bookmark" title="Permanent Link to Labor Day Weekend is Upon Us">Labor Day Weekend is Upon Us</a></h1>
            <small>September 4th, 2026 at 05:01 PM by <a href="https://frugalfoodie.savingadvice.com">DK62565</a></small>
                            <p>How can it be we are already at the first Monday in September and Labor day weekend is here? One of the local drugstores on their sign said "Summer gh...</p>
                        <p>
                <a href="https://frugalfoodie.savingadvice.com/2026/09/04/labor-day-weekend-is-upon-us_227025/" rel="bookmark" title="Permanent Link to Labor Day Weekend is Upon Us">Read More...</a> |
                                <a href="https://frugalfoodie.savingadvice.com/2026/09/04/labor-day-weekend-is-upon-us_227025/">3 Comments &#187;</a>
            </p>
        </div>
            <div class="bm__item bm__item--sm">
            <h1 style="margin-top:5px"><a href="https://tabs.savingadvice.com/2026/09/02/running-out-of-meds_227024/" rel="bookmark" title="Permanent Link to Running out of meds">Running out of meds</a></h1>
            <small>September 2nd, 2026 at 10:50 AM by <a href="https://tabs.savingadvice.com">Tabs</a></small>
                            <p>As I've mentioned before, I am a type 2 diabetic. &nbsp;The only reason I am paying for this particular insurance company is because they had been all...</p>
                        <p>
                <a href="https://tabs.savingadvice.com/2026/09/02/running-out-of-meds_227024/" rel="bookmark" title="Permanent Link to Running out of meds">Read More...</a> |
                                <a href="https://tabs.savingadvice.com/2026/09/02/running-out-of-meds_227024/">5 Comments &#187;</a>
            </p>
        </div>
    </div>

<div class="btm">
    <div class="btm__col">
        <h2>LATEST ENTRIES:</h2>
        <ul>
                            <li>
                                                                <img src="/images/photo.png" alt="This entry has images." title="This entry contains images." />
                                        <b><a href="https://patientsaver.savingadvice.com/2026/09/11/catching-up-with-dido-at-bushkill-falls_227029/" rel="bookmark" title="Permanent Link to Catching up with Dido at Bushkill Falls">Catching up with Dido at Bushkill Falls</a></b>
                    <br /><small>09/11 @ 02:32 PM in <a href="https://patientsaver.savingadvice.com">Save More, Spend Less</a></small>
                </li>
                            <li>
                                                            <b><a href="https://tabs.savingadvice.com/2026/09/06/when-worlds-dont-collide_227028/" rel="bookmark" title="Permanent Link to When worlds don’t collide">When worlds don’t collide</a></b>
                    <br /><small>09/06 @ 05:54 PM in <a href="https://tabs.savingadvice.com">Trying to keep Tabs on my finances</a></small>
                </li>
                            <li>
                                                            <b><a href="https://frugalfoodie.savingadvice.com/2026/09/04/labor-day-weekend-is-upon-us_227025/" rel="bookmark" title="Permanent Link to Labor Day Weekend is Upon Us">Labor Day Weekend is Upon Us</a></b>
                    <br /><small>09/04 @ 05:01 PM in <a href="https://frugalfoodie.savingadvice.com">Frugal Foodie</a></small>
                </li>
                            <li>
                                                            <b><a href="https://terri77.savingadvice.com/2026/09/01/august-2026-net-worth_227023/" rel="bookmark" title="Permanent Link to August 2026 Net Worth">August 2026 Net Worth</a></b>
                    <br /><small>09/01 @ 09:52 AM in <a href="https://terri77.savingadvice.com">Firefly's Personal Finance Blog</a></small>
                </li>
                            <li>
                                                            <b><a href="https://voittocrane.savingadvice.com/2026/09/01/how-smart-manufacturers-protect-capital-_227022/" rel="bookmark" title="Permanent Link to How Smart Manufacturers Protect Capital: Lessons Investors Often Overlook">How Smart Manufacturers Protect Capital: Lessons Investors Often Overlook</a></b>
                    <br /><small>09/01 @ 02:19 AM in <a href="https://voittocrane.savingadvice.com">Arancia's Personal Finance Blog</a></small>
                </li>
                            <li>
                                                            <b><a href="https://ceejay74.savingadvice.com/2026/08/31/august-2026-net-worth-update_227021/" rel="bookmark" title="Permanent Link to August 2026 net worth update">August 2026 net worth update</a></b>
                    <br /><small>08/31 @ 10:14 PM in <a href="https://ceejay74.savingadvice.com">Ceejay74's Personal Finance Blog</a></small>
                </li>
                            <li>
                                                                <img src="/images/photo.png" alt="This entry has images." title="This entry contains images." />
                                        <b><a href="https://livingalmostlarge.savingadvice.com/2026/08/31/i-love-rugs_227020/" rel="bookmark" title="Permanent Link to I love rugs">I love rugs</a></b>
                    <br /><small>08/31 @ 09:53 PM in <a href="https://livingalmostlarge.savingadvice.com">LivingAlmostLarge's Personal Finance Blog</a></small>
                </li>
                            <li>
                                                                <img src="/images/photo.png" alt="This entry has images." title="This entry contains images." />
                                        <b><a href="https://dido.savingadvice.com/2026/08/30/home-improvements-part-1_227016/" rel="bookmark" title="Permanent Link to Home Improvements part 1">Home Improvements part 1</a></b>
                    <br /><small>08/30 @ 04:05 PM in <a href="https://dido.savingadvice.com">Fiscal Fitness</a></small>
                </li>
                            <li>
                                                            <b><a href="https://carolinabound.savingadvice.com/2026/08/23/july-recap_227009/" rel="bookmark" title="Permanent Link to July Recap">July Recap</a></b>
                    <br /><small>08/23 @ 04:21 AM in <a href="https://carolinabound.savingadvice.com">CB in the City</a></small>
                </li>
                            <li>
                                                            <b><a href="https://bennkar.savingadvice.com/2026/08/18/back-to-high-school-sorta_227002/" rel="bookmark" title="Permanent Link to Back to High School - sorta">Back to High School - sorta</a></b>
                    <br /><small>08/18 @ 01:53 AM in <a href="https://bennkar.savingadvice.com">Single Guy High Impact Saving</a></small>
                </li>
                            <li>
                                                            <b><a href="https://petunia100.savingadvice.com/2026/08/13/595_226994/" rel="bookmark" title="Permanent Link to 59.5">59.5</a></b>
                    <br /><small>08/13 @ 03:34 PM in <a href="https://petunia100.savingadvice.com">Bloom Where You Are Planted</a></small>
                </li>
                            <li>
                                                            <b><a href="https://mumof2.savingadvice.com/2026/08/13/cant-read-blogs-can-you_226993/" rel="bookmark" title="Permanent Link to cant read blogs can you?">cant read blogs can you?</a></b>
                    <br /><small>08/13 @ 10:41 AM in <a href="https://mumof2.savingadvice.com">Mumof2's Personal Finance Blog</a></small>
                </li>
                            <li>
                                                            <b><a href="https://klarose.savingadvice.com/2026/08/07/may-july-check-in_226983/" rel="bookmark" title="Permanent Link to May - July Check In">May - July Check In</a></b>
                    <br /><small>08/07 @ 05:05 AM in <a href="https://klarose.savingadvice.com">The farm and farmhouse</a></small>
                </li>
                    </ul>
    </div>
    <div class="btm__col">
        <h2>Most Talked About Entries:</h2>
        <ul>
                            <li>
                                                            <b><a href="https://tabs.savingadvice.com/2026/09/06/when-worlds-dont-collide_227028/" rel="bookmark" title="Permanent Link to When worlds don’t collide">When worlds don’t collide</a></b>
                    <br /><small>09/06 @ 05:54 PM in <a href="https://tabs.savingadvice.com">Trying to keep Tabs on my finances</a></small>
                </li>
                            <li>
                                                            <b><a href="https://tabs.savingadvice.com/2026/09/02/running-out-of-meds_227024/" rel="bookmark" title="Permanent Link to Running out of meds">Running out of meds</a></b>
                    <br /><small>09/02 @ 10:50 AM in <a href="https://tabs.savingadvice.com">Trying to keep Tabs on my finances</a></small>
                </li>
                            <li>
                                                            <b><a href="https://tabs.savingadvice.com/2026/09/05/the-adventures-of-adventure_227026/" rel="bookmark" title="Permanent Link to The adventures of adventure">The adventures of adventure</a></b>
                    <br /><small>09/05 @ 03:15 PM in <a href="https://tabs.savingadvice.com">Trying to keep Tabs on my finances</a></small>
                </li>
                            <li>
                                                            <b><a href="https://frugalfoodie.savingadvice.com/2026/09/04/labor-day-weekend-is-upon-us_227025/" rel="bookmark" title="Permanent Link to Labor Day Weekend is Upon Us">Labor Day Weekend is Upon Us</a></b>
                    <br /><small>09/04 @ 05:01 PM in <a href="https://frugalfoodie.savingadvice.com">Frugal Foodie</a></small>
                </li>
                            <li>
                                                            <b><a href="https://terri77.savingadvice.com/2026/09/01/august-2026-net-worth_227023/" rel="bookmark" title="Permanent Link to August 2026 Net Worth">August 2026 Net Worth</a></b>
                    <br /><small>09/01 @ 09:52 AM in <a href="https://terri77.savingadvice.com">Firefly's Personal Finance Blog</a></small>
                </li>
                    </ul>

        <h2>Most Active Blogs:</h2>
        <ul>
                            <li><strong><a href="https://tabs.savingadvice.com" title="Trying to keep Tabs on my finances">Trying to keep Tabs on my finances (3)</a></strong>
                    <br /><small>Last Posted <a href="https://tabs.savingadvice.com/2026/09/06/when-worlds-dont-collide_227028/" rel="bookmark" title="Permanent Link to When worlds don’t collide">09/06 @ 05:54 PM</a></small>
                </li>
                            <li><strong><a href="https://monkeymama.savingadvice.com" title="Monkey Mama*s Monkey Money  Blog">Monkey Mama*s Monkey Money  Blog (1)</a></strong>
                    <br /><small>Last Posted <a href="https://monkeymama.savingadvice.com/2026/09/06/test_227027/" rel="bookmark" title="Permanent Link to TEST**">09/06 @ 01:07 AM</a></small>
                </li>
                            <li><strong><a href="https://terri77.savingadvice.com" title="Firefly's Personal Finance Blog">Firefly's Personal Finance Blog (1)</a></strong>
                    <br /><small>Last Posted <a href="https://terri77.savingadvice.com/2026/09/01/august-2026-net-worth_227023/" rel="bookmark" title="Permanent Link to August 2026 Net Worth">09/01 @ 09:52 AM</a></small>
                </li>
                            <li><strong><a href="https://frugalfoodie.savingadvice.com" title="Frugal Foodie">Frugal Foodie (1)</a></strong>
                    <br /><small>Last Posted <a href="https://frugalfoodie.savingadvice.com/2026/09/04/labor-day-weekend-is-upon-us_227025/" rel="bookmark" title="Permanent Link to Labor Day Weekend is Upon Us">09/04 @ 05:01 PM</a></small>
                </li>
                            <li><strong><a href="https://patientsaver.savingadvice.com" title="Save More, Spend Less">Save More, Spend Less (1)</a></strong>
                    <br /><small>Last Posted <a href="https://patientsaver.savingadvice.com/2026/09/11/catching-up-with-dido-at-bushkill-falls_227029/" rel="bookmark" title="Permanent Link to Catching up with Dido at Bushkill Falls">09/11 @ 02:32 PM</a></small>
                </li>
                    </ul>

        <h2>Newest Blogs:</h2>
        <ul>
                            <li><strong><a href="https://voittocrane.savingadvice.com" title="Arancia's Personal Finance Blog">Arancia's Personal Finance Blog</a></strong>
                    <br /><small>Last Posted <a href="https://voittocrane.savingadvice.com/2026/09/01/how-smart-manufacturers-protect-capital-_227022/" rel="bookmark" title="Permanent Link to How Smart Manufacturers Protect Capital: Lessons Investors Often Overlook">09/01 @ 02:19 AM</a></small>
                </li>
                            <li><strong><a href="https://mumof2.savingadvice.com" title="Mumof2's Personal Finance Blog">Mumof2's Personal Finance Blog</a></strong>
                    <br /><small>Last Posted <a href="https://mumof2.savingadvice.com/2026/08/13/cant-read-blogs-can-you_226993/" rel="bookmark" title="Permanent Link to cant read blogs can you?">08/13 @ 10:41 AM</a></small>
                </li>
                            <li><strong><a href="https://petunia100.savingadvice.com" title="Bloom Where You Are Planted">Bloom Where You Are Planted</a></strong>
                    <br /><small>Last Posted <a href="https://petunia100.savingadvice.com/2026/08/13/595_226994/" rel="bookmark" title="Permanent Link to 59.5">08/13 @ 03:34 PM</a></small>
                </li>
                            <li><strong><a href="https://frugalfoodie.savingadvice.com" title="Frugal Foodie">Frugal Foodie</a></strong>
                    <br /><small>Last Posted <a href="https://frugalfoodie.savingadvice.com/2026/09/04/labor-day-weekend-is-upon-us_227025/" rel="bookmark" title="Permanent Link to Labor Day Weekend is Upon Us">09/04 @ 05:01 PM</a></small>
                </li>
                            <li><strong><a href="https://patientsaver.savingadvice.com" title="Save More, Spend Less">Save More, Spend Less</a></strong>
                    <br /><small>Last Posted <a href="https://patientsaver.savingadvice.com/2026/09/11/catching-up-with-dido-at-bushkill-falls_227029/" rel="bookmark" title="Permanent Link to Catching up with Dido at Bushkill Falls">09/11 @ 02:32 PM</a></small>
                </li>
                    </ul>
    </div>
</div>

<div class="bs">
    <div class="bs__item">
                    <div>
                <small>Want your own blog?</small><br />
                <a href="/blogs/register.php" style="font-size: 16px; font-weight: bold; margin-right: 10px;">Join Now</a>
                or
                <a href="#" style="font-size: 16px; font-weight: bold; margin-left: 10px" class="login_link">Login</a><br />
            </div>
                <img src="images/blog_example1.jpg" alt="Blog Example" />
    </div>

    <div class="bs__item">
        <h2 style="margin-top:0" class="underline">Real People, Real Finances</h2>
        <p>Here you can blog about your personal finances among the supportive help of others. Writing about your money and money management is an effective way to help keep your personal finances in order and attain your money goals. Join our network of personal finance bloggers and share your thoughts, issues, goals and daily musings about your personal finances and money today.</p>
    </div>
    <style>.sideads__item img{max-width: 100%; height: auto;}</style>
    <div class="sideads__item">
        <!--<a href="https://bmv.biz/?a=797&c=471&s1=SAForums">
            <img src="https://www.savingadvice.com/ads/300x600_4giftcards%20copy.png" alt="">
        </a>-->
        <!-- <a href="https://creditkarma.myi4.net/c/301266/1315365/10161?subId1=SAHeader&u=http%3A%2F%2Fcreditkarma.app.link%2FuxH9Pz1gQbb%3Fclick_id%3D%7Bclickid%7D%26ovkey%3D%7Birpid%7D%26ovmtc%3D%7Birpid%7D%26%243p%3Da_impact_radius%26AppInstallRef%3Dimpact%26ShareId%3D%7Bsharedid%7D%26subID1%3D%7Bmp_value1%7D%26subID2%3D%7Bmp_value2%7D%26subID3%3D%7Bmp_value3%7D%26%7Ecampaign_id%3D%7Bircid%7D%26%7Eclick_id%3D%7Bclickid%7D%26%7Esecondary_publisher%3D%7Bsharedid%7D%26s%3Dimpact_acq%26adcampaign%3Dimpact_acq_2019%26adgroup%3D%7Biradname%7D%26utm_campaign%3D%7Birmpname%7D%26utm_source%3Dimpact%26utm_medium%3Daffiliate" target="_top" id="1315365"><img src="//a.impactradius-go.com/display-ad/10161-1315365" border="0" alt="" width="336" height="280"/></a><img height="0" width="0" src="https://imp.pxf.io/i/301266/1315365/10161?subId1=SAHeader" style="position:absolute;visibility:hidden;" border="0" /> -->
    </div>
</div>

</div>
<div id="generic_column_right">

<h2 style="margin-top:0" class="underline">Real People, Real Finances</h2>
<p>Here you can blog about your personal finances among the supportive help of others. Writing about your money and money management is an effective way to help keep your personal finances in order and attain your money goals. Join our network of personal finance bloggers and share your thoughts, issues, goals and daily musings about your personal finances and money today.</p> 
 <p>
 <div style="text-align: center"><small>ADVERTISEMENT</small></div>
    <script type="text/javascript"><!--
        google_ad_client = "ca-pub-2697483239283649";
        / * savingadvice.com * /
        google_ad_slot = "2842697455/4319405335";
        google_ad_width = 300;
        google_ad_height = 250;
        //-->
    </script>
    <script type="text/javascript"
            src = "//pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
	

</div>
<br class="clear" /> 
<br class="clear" />

    </div><!-- padded element - all pages except home page use it! -->

</div><!-- Ends the div id=page element -->

<div id="related_sites">

    
</div>

<div class="sideads__item">
    <a href="https://happynest.sjv.io/c/1226266/1170748/14632?subId1=SAForumsban&u=http%3A%2F%2Fmyhappynest.com%2Filp%2F%3Firclickid%3D%7Bclickid%7D%26utm_source%3DImpact_Radius%26utm_medium%3D%7Birmpname%7D%26utm_campaign%3D%7Bircid%7D%26utm_content%3D%7Biradname%7D_%7Biradtype%7D_%7Biradsize%7D" target="_top" id="1170748"><img src="//a.impactradius-go.com/display-ad/14632-1170748" border="0" alt="" width="468" height="60"/></a><img height="0" width="0" src="https://imp.pxf.io/i/1226266/1170748/14632?subId1=SAuserblogs" style="position:absolute;visibility:hidden;" border="0" />
</div>

<link rel="preload" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" as="style">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<div class="nfoot">
    <div class="container">
        <div class="row align-items-center">
            <div class="col-md-8">
                <div class="nfoot__col nfoot__menu">
                    <ul>
                        <li><a target="_blank" href="https://www.savingadvice.com/articles/" data-name="Bottom Link">Articles</a></li>
                        <li><a target="_blank" href="https://www.savingadvice.com/tips" data-name="Bottom Link">Tips</a></li>
                        <li><a target="_blank" href="https://www.savingadvice.com/articles/2018/12/13/1063125_ways-to-make-money-on-the-side.html" data-name="Bottom Link">Make Money</a></li>
                        <li><a target="_blank" href="https://www.savingadvice.com/forums" data-name="Bottom Link">Forums</a></li>
                        <li><a target="_blank" href="https://www.savingadvice.com/blogs" data-name="Bottom Link">Blogs</a></li>
                        <li><a target="_blank" href="https://www.savingadvice.com/personal-stories/" data-name="Bottom Link">Personal Stories</a></li>
                        <li><a target="_blank" href="https://www.savingadvice.com/tools" data-name="Bottom Link">Money Confessions</a></li>
                        <li><a target="_blank" href="https://www.savingadvice.com/tools" data-name="Bottom Link">Tools</a></li>
                    </ul>
                </div>
            </div>
            <div class="col-md-4">
                <div class="nfoot__col nfoot__soc">
                    <ul>
                        <li><a href="https://www.facebook.com/savingadvice/?v=wall" data-name="Bottom Social Media" class="fb-animate soc-icon"><i class="fa fa-facebook"></i></a></li>
                        <li><a href="https://www.instagram.com/savingadvice_/" data-name="Bottom Social Media" class="instagram-animate soc-icon"><i class="fa fa-instagram"></i></a></li>
                        <li><a href="https://twitter.com/savingadvice" data-name="Bottom Social Media" class="twitter-animate soc-icon"><i class="fa fa-twitter"></i></a></li>
                        <li><a href="https://www.pinterest.ph/savingadvice0190/" data-name="Bottom Social Media" class="pin-animate soc-icon"><i class="fa fa-pinterest"></i></a></li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
</div>

<!-- <div id="footer_links">
    <a href="/about_us.php">About Us</a>
    <a href="/forums/sendmessage.php">Contact Us</a>
    <a href="/advertising.php">Advertising</a>
    <a href="/directory/">Related Resources</a>
    <a href="/disclaimer.php">Disclaimer</a>
    <a href="/privacy.php">Privacy Policy</a>
    <a href="https://www.savingadvice.com/articles/2018/01/20/1053963_online-title-loans-new-wave-internet-spam.html" style="background-color: #99CC66; color: white; padding: 5px">Title Loans</a>
</div> -->

<div class="outer_bar">
    <div class="inner_bar">Copyright &copy; 2026 SavingAdvice.com. All Rights Reserved.
    </div>
</div>

<style>
    .ui-dialog[labelledby="ui-dialog-title-login_form"] {}
</style>
<script>
    $('.login_link').click(function() {
        //alert('login');
        //$('.ui-dialog[labelledby="ui-dialog-title-login_form"]').addClass('show-modal');
    });
</script>




</body>

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