		$(document).ready(function() {
		
		
		     
$('#content').append($('<div class="popup hiding" id="article-finished"><strong>Like</strong> us on Facebook to interact with us, participate in contests, and to receive monthly coupon offers!<iframe style="background-color: white; border:solid 1px #037BB7; margin: 10px; overflow:hidden; width:450px; height:70px; display: block; float: left;" src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FGerlachFamilyDentistry&amp;width=292&amp;colorscheme=light&amp;show_faces=false&amp;border_color=red&amp;stream=false&amp;header=false&amp;height=62" scrolling="no" frameborder="0" allowTransparency="true"></iframe></div>'));
    

    $('#content').waypoint(function(event, direction) {

        $('#article-finished').toggleClass('hiding', direction === "up");

    }, {

        offset: function() {

            return $.waypoints('viewportHeight') - $(this).height();

        }

    });

		
		
			 $('#coup').hide().delay(1500).slideDown('slow');
  

    $.waypoints.settings.scrollThrottle = 30;

    $('#nav').waypoint(function(event, direction) {

        $(this).toggleClass('sticky', direction === "down");

        event.stopPropagation();

    });
	
	});
	
