<!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=1784653770" />
    <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">
        "I dont like money actually, but it quiets my nerves." - Joe Louis        <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=1784653771" />
<div class="bm">
            <div class="bm__item bm__item--lg">
            <h1 style="margin-top:5px"><a href="https://tabs.savingadvice.com/2026/07/21/the-solo-journey_226958/" rel="bookmark" title="Permanent Link to A Solo Journey">A Solo Journey</a></h1>
            <small>July 21st, 2026 at 12:18 AM by <a href="https://tabs.savingadvice.com">Tabs</a></small>
                            <p>Fidelity Investments started their own YouTube finance channel not too long ago. &nbsp;One of their videos is about "single finances". &nbsp;I thought it was interesting that not only is "single finances" a subject matter, but that somebody out there would actually make a video to talk about it. &nbsp;Sadly, I can't say I found it all too helpful, but please let me explain.
What they are saying is that personal finances for single people are basically no different than personal...</p>
                        <p>
                <a href="https://tabs.savingadvice.com/2026/07/21/the-solo-journey_226958/" rel="bookmark" title="Permanent Link to A Solo Journey">Read More...</a> |
                                <a href="https://tabs.savingadvice.com/2026/07/21/the-solo-journey_226958/">0 Comments &#187;</a>
            </p>
        </div>
            <div class="bm__item bm__item--sm">
            <h1 style="margin-top:5px"><a href="https://monkeymama.savingadvice.com/2026/07/19/different-chaos_226953/" rel="bookmark" title="Permanent Link to Transition to Different Chaos">Transition to Different Chaos</a></h1>
            <small>July 19th, 2026 at 12:21 AM by <a href="https://monkeymama.savingadvice.com">Monkey Mama</a></small>
                            <p>July 9&nbsp;
$9 Lunch Out
I ate out and redeemed my free soda.
TM(21) requested homecooked chicken and dumplings (birthday dinner).&nbsp; A newer r...</p>
                        <p>
                <a href="https://monkeymama.savingadvice.com/2026/07/19/different-chaos_226953/" rel="bookmark" title="Permanent Link to Transition to Different Chaos">Read More...</a> |
                                <a href="https://monkeymama.savingadvice.com/2026/07/19/different-chaos_226953/">1 Comments &#187;</a>
            </p>
        </div>
            <div class="bm__item bm__item--sm">
            <h1 style="margin-top:5px"><a href="https://monkeymama.savingadvice.com/2026/07/19/chaos_226952/" rel="bookmark" title="Permanent Link to Chaos">Chaos</a></h1>
            <small>July 19th, 2026 at 12:07 AM by <a href="https://monkeymama.savingadvice.com">Monkey Mama</a></small>
                            <p>Before I forget, I am switching DL's name to TM.&nbsp; From Drama Llama to Teacher Monkey.&nbsp; He's more had an evolving identity over the years.&nb...</p>
                        <p>
                <a href="https://monkeymama.savingadvice.com/2026/07/19/chaos_226952/" rel="bookmark" title="Permanent Link to Chaos">Read More...</a> |
                                <a href="https://monkeymama.savingadvice.com/2026/07/19/chaos_226952/">1 Comments &#187;</a>
            </p>
        </div>
            <div class="bm__item bm__item--sm">
            <h1 style="margin-top:5px"><a href="https://patientsaver.savingadvice.com/2026/07/18/a-rainy-day-a-smoky-day_226951/" rel="bookmark" title="Permanent Link to A rainy day, a smoky day...">A rainy day, a smoky day...</a></h1>
            <small>July 18th, 2026 at 06:53 PM by <a href="https://patientsaver.savingadvice.com">PatientSaver</a></small>
                            <p>The Northeast is again blanketed with wildfire smoke said to be extremely unhealthy to breathe. For the most part, I've been wearing a mask when havin...</p>
                        <p>
                <a href="https://patientsaver.savingadvice.com/2026/07/18/a-rainy-day-a-smoky-day_226951/" rel="bookmark" title="Permanent Link to A rainy day, a smoky day...">Read More...</a> |
                                <a href="https://patientsaver.savingadvice.com/2026/07/18/a-rainy-day-a-smoky-day_226951/">1 Comments &#187;</a>
            </p>
        </div>
            <div class="bm__item bm__item--sm">
            <h1 style="margin-top:5px"><a href="https://tabs.savingadvice.com/2026/07/16/990t-the-final-chapter_226950/" rel="bookmark" title="Permanent Link to 990T: The final chapter?">990T: The final chapter?</a></h1>
            <small>July 16th, 2026 at 06:15 PM by <a href="https://tabs.savingadvice.com">Tabs</a></small>
                            <p>SOOooo my 990T tax penalty finally got wired out, and my balance has been updated now. &nbsp;That and plus the latest war update in Iran has created a...</p>
                        <p>
                <a href="https://tabs.savingadvice.com/2026/07/16/990t-the-final-chapter_226950/" rel="bookmark" title="Permanent Link to 990T: The final chapter?">Read More...</a> |
                                <a href="https://tabs.savingadvice.com/2026/07/16/990t-the-final-chapter_226950/">4 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://tabs.savingadvice.com/2026/07/21/the-solo-journey_226958/" rel="bookmark" title="Permanent Link to A Solo Journey">A Solo Journey</a></b>
                    <br /><small>07/21 @ 12:18 AM in <a href="https://tabs.savingadvice.com">Trying to keep Tabs on my finances</a></small>
                </li>
                            <li>
                                                            <b><a href="https://monkeymama.savingadvice.com/2026/07/19/different-chaos_226953/" rel="bookmark" title="Permanent Link to Transition to Different Chaos">Transition to Different Chaos</a></b>
                    <br /><small>07/19 @ 12:21 AM in <a href="https://monkeymama.savingadvice.com">Monkey Mama*s Monkey Money  Blog</a></small>
                </li>
                            <li>
                                                                <img src="/images/photo.png" alt="This entry has images." title="This entry contains images." />
                                        <b><a href="https://patientsaver.savingadvice.com/2026/07/18/a-rainy-day-a-smoky-day_226951/" rel="bookmark" title="Permanent Link to A rainy day, a smoky day...">A rainy day, a smoky day...</a></b>
                    <br /><small>07/18 @ 06:53 PM in <a href="https://patientsaver.savingadvice.com">Save More, Spend Less</a></small>
                </li>
                            <li>
                                                            <b><a href="https://carolinabound.savingadvice.com/2026/07/15/june-recap_226949/" rel="bookmark" title="Permanent Link to June Recap">June Recap</a></b>
                    <br /><small>07/15 @ 11:27 PM in <a href="https://carolinabound.savingadvice.com">CB in the City</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/07/14/delayed-closing_226946/" rel="bookmark" title="Permanent Link to delayed closing">delayed closing</a></b>
                    <br /><small>07/14 @ 11:18 PM in <a href="https://livingalmostlarge.savingadvice.com">LivingAlmostLarge's Personal Finance Blog</a></small>
                </li>
                            <li>
                                                            <b><a href="https://frugalfoodie.savingadvice.com/2026/07/11/garden-glory-and-garden-disappointments_226941/" rel="bookmark" title="Permanent Link to Garden Glory and Garden Disappointments">Garden Glory and Garden Disappointments</a></b>
                    <br /><small>07/11 @ 03:01 PM in <a href="https://frugalfoodie.savingadvice.com">Frugal Foodie</a></small>
                </li>
                            <li>
                                                            <b><a href="https://dido.savingadvice.com/2026/07/04/fourth-of-july-and-thoughts-about-estate_226927/" rel="bookmark" title="Permanent Link to Fourth of July and thoughts about estate planning">Fourth of July and thoughts about estate planning</a></b>
                    <br /><small>07/04 @ 08:33 PM in <a href="https://dido.savingadvice.com">Fiscal Fitness</a></small>
                </li>
                            <li>
                                                            <b><a href="https://terri77.savingadvice.com/2026/07/04/new-mortgage-payment_226925/" rel="bookmark" title="Permanent Link to New Mortgage Payment">New Mortgage Payment</a></b>
                    <br /><small>07/04 @ 02:46 PM in <a href="https://terri77.savingadvice.com">Firefly's Personal Finance Blog</a></small>
                </li>
                            <li>
                                                            <b><a href="https://ceejay74.savingadvice.com/2026/06/30/june-2026-net-worth-update_226915/" rel="bookmark" title="Permanent Link to June 2026 net worth update">June 2026 net worth update</a></b>
                    <br /><small>06/30 @ 08:50 PM in <a href="https://ceejay74.savingadvice.com">Ceejay74's Personal Finance Blog</a></small>
                </li>
                            <li>
                                                            <b><a href="https://bennkar.savingadvice.com/2026/06/29/my-stream-of-consciousness-non-finance-v_226913/" rel="bookmark" title="Permanent Link to My Stream of Consciousness: Non-Finance Version">My Stream of Consciousness: Non-Finance Version</a></b>
                    <br /><small>06/29 @ 10:13 PM in <a href="https://bennkar.savingadvice.com">Single Guy High Impact Saving</a></small>
                </li>
                            <li>
                                                            <b><a href="https://petunia100.savingadvice.com/2026/06/12/bought-a-new-car-and-saw-melissa-etherid_226888/" rel="bookmark" title="Permanent Link to Bought A New Car and Saw Melissa Etheridge">Bought A New Car and Saw Melissa Etheridge</a></b>
                    <br /><small>06/12 @ 06:59 PM in <a href="https://petunia100.savingadvice.com">Bloom Where You Are Planted</a></small>
                </li>
                            <li>
                                                            <b><a href="https://frugalnne.savingadvice.com/2026/06/03/six-months-later_226878/" rel="bookmark" title="Permanent Link to Six Months Later">Six Months Later</a></b>
                    <br /><small>06/03 @ 11:02 PM in <a href="https://frugalnne.savingadvice.com">Frugal N NE (formerly Texas)</a></small>
                </li>
                            <li>
                                                                <img src="/images/photo.png" alt="This entry has images." title="This entry contains images." />
                                        <b><a href="https://goodliving.savingadvice.com/2026/06/01/alaskan-cruise-glacier-bay_226872/" rel="bookmark" title="Permanent Link to Alaskan cruise - Glacier Bay">Alaskan cruise - Glacier Bay</a></b>
                    <br /><small>06/01 @ 11:41 PM in <a href="https://goodliving.savingadvice.com">Good Living and Lucky's Personal Finance Blog</a></small>
                </li>
                    </ul>
    </div>
    <div class="btm__col">
        <h2>Most Talked About Entries:</h2>
        <ul>
                            <li>
                                                            <b><a href="https://livingalmostlarge.savingadvice.com/2026/07/10/we-bought-a-house_226935/" rel="bookmark" title="Permanent Link to We bought a house">We bought a house</a></b>
                    <br /><small>07/10 @ 01:25 AM in <a href="https://livingalmostlarge.savingadvice.com">LivingAlmostLarge's Personal Finance Blog</a></small>
                </li>
                            <li>
                                                            <b><a href="https://tabs.savingadvice.com/2026/07/10/rumination-illumination_226939/" rel="bookmark" title="Permanent Link to Rumination illumination">Rumination illumination</a></b>
                    <br /><small>07/10 @ 07:34 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/07/16/990t-the-final-chapter_226950/" rel="bookmark" title="Permanent Link to 990T: The final chapter?">990T: The final chapter?</a></b>
                    <br /><small>07/16 @ 06: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/07/02/notes_226918/" rel="bookmark" title="Permanent Link to Notes">Notes</a></b>
                    <br /><small>07/02 @ 08:10 PM in <a href="https://frugalfoodie.savingadvice.com">Frugal Foodie</a></small>
                </li>
                            <li>
                                                            <b><a href="https://terri77.savingadvice.com/2026/07/04/new-mortgage-payment_226925/" rel="bookmark" title="Permanent Link to New Mortgage Payment">New Mortgage Payment</a></b>
                    <br /><small>07/04 @ 02:46 PM 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://monkeymama.savingadvice.com" title="Monkey Mama*s Monkey Money  Blog">Monkey Mama*s Monkey Money  Blog (13)</a></strong>
                    <br /><small>Last Posted <a href="https://monkeymama.savingadvice.com/2026/07/19/different-chaos_226953/" rel="bookmark" title="Permanent Link to Transition to Different Chaos">07/19 @ 12:21 AM</a></small>
                </li>
                            <li><strong><a href="https://tabs.savingadvice.com" title="Trying to keep Tabs on my finances">Trying to keep Tabs on my finances (4)</a></strong>
                    <br /><small>Last Posted <a href="https://tabs.savingadvice.com/2026/07/21/the-solo-journey_226958/" rel="bookmark" title="Permanent Link to The Solo Journey">07/21 @ 12:18 AM</a></small>
                </li>
                            <li><strong><a href="https://patientsaver.savingadvice.com" title="Save More, Spend Less">Save More, Spend Less (3)</a></strong>
                    <br /><small>Last Posted <a href="https://patientsaver.savingadvice.com/2026/07/18/a-rainy-day-a-smoky-day_226951/" rel="bookmark" title="Permanent Link to A rainy day, a smoky day...">07/18 @ 06:53 PM</a></small>
                </li>
                            <li><strong><a href="https://frugalfoodie.savingadvice.com" title="Frugal Foodie">Frugal Foodie (2)</a></strong>
                    <br /><small>Last Posted <a href="https://frugalfoodie.savingadvice.com/2026/07/11/garden-glory-and-garden-disappointments_226941/" rel="bookmark" title="Permanent Link to Garden Glory and Garden Disappointments">07/11 @ 03:01 PM</a></small>
                </li>
                            <li><strong><a href="https://livingalmostlarge.savingadvice.com" title="LivingAlmostLarge's Personal Finance Blog">LivingAlmostLarge's Personal Finance Blog (2)</a></strong>
                    <br /><small>Last Posted <a href="https://livingalmostlarge.savingadvice.com/2026/07/14/delayed-closing_226946/" rel="bookmark" title="Permanent Link to delayed closing">07/14 @ 11:18 PM</a></small>
                </li>
                    </ul>

        <h2>Newest Blogs:</h2>
        <ul>
                            <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/07/11/garden-glory-and-garden-disappointments_226941/" rel="bookmark" title="Permanent Link to Garden Glory and Garden Disappointments">07/11 @ 03: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/07/18/a-rainy-day-a-smoky-day_226951/" rel="bookmark" title="Permanent Link to A rainy day, a smoky day...">07/18 @ 06:53 PM</a></small>
                </li>
                            <li><strong><a href="https://tabs.savingadvice.com" title="Trying to keep Tabs on my finances">Trying to keep Tabs on my finances</a></strong>
                    <br /><small>Last Posted <a href="https://tabs.savingadvice.com/2026/07/21/the-solo-journey_226958/" rel="bookmark" title="Permanent Link to The Solo Journey">07/21 @ 12:18 AM</a></small>
                </li>
                            <li><strong><a href="https://terri77.savingadvice.com" title="Firefly's Personal Finance Blog">Firefly's Personal Finance Blog</a></strong>
                    <br /><small>Last Posted <a href="https://terri77.savingadvice.com/2026/07/04/new-mortgage-payment_226925/" rel="bookmark" title="Permanent Link to New Mortgage Payment">07/04 @ 02:46 PM</a></small>
                </li>
                            <li><strong><a href="https://ceejay74.savingadvice.com" title="Ceejay74's Personal Finance Blog">Ceejay74's Personal Finance Blog</a></strong>
                    <br /><small>Last Posted <a href="https://ceejay74.savingadvice.com/2026/06/30/june-2026-net-worth-update_226915/" rel="bookmark" title="Permanent Link to June 2026 net worth update">06/30 @ 08:50 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>