20 deep holes to bury them in
    1. 320 notesVia: herb-niceSource: solituderecifetoileetcosta
    1. unbiasedmoments reblogged this from saschalobe
    2. lostinmoominvalley reblogged this from saschalobe
    3. ohlala-universe reblogged this from i-love-to-love
    4. wowthatsreallycool reblogged this from diblasi
    5. deathofwords reblogged this from yurdeeprest
    6. yurdeeprest reblogged this from solituderecifetoileetcosta
    7. itsaliceradford reblogged this from andren
    8. antonas reblogged this from andren
    9. svl-eil reblogged this from andren
    10. brainstalktome reblogged this from andren
    11. it-is-what-it-is-no-more-no-less reblogged this from msjanssen
    12. plnkplt reblogged this from andren
    13. hr-stasistuff reblogged this from sleep-patterns
    14. sleep-patterns reblogged this from andren
    15. pyjingopresents reblogged this from andren
    16. iseeneon reblogged this from andren
    17. universaljones reblogged this from andren
    18. doyoublah reblogged this from andren
    19. moodmoods reblogged this from andren
    20. solituderecifetoileetcosta posted this
    1. Timestamp: Sunday 2014/05/04 13:09:02
    0); } else if (_posts_loaded >= 3) { _trigger_post = _$posts.find('li.post:eq(' + ($all_posts.length - 3) + ')').get(0); } else { _trigger_post = _$posts.find('li.post:last').get(0); } }; function in_viewport (el) { if (el == null) return; var top = el.offsetTop; var height = el.offsetHeight; while (el.offsetParent) { el = el.offsetParent; top += el.offsetTop; } return (top < (window.pageYOffset + window.innerHeight)); }; function enable_scroll() { $('#footer .pagination').hide(); _$window.scroll(function(){ clearTimeout(_infinite_timeout); infinite_timeout = setTimeout(infinite_scroll, 100); }); } function disable_scroll() { clearTimeout(_infinite_timeout); $(window).unbind('scroll'); } function infinite_scroll() { if (_is_loading) return; if (in_viewport(_trigger_post)) { load_more_posts(); // w00t } }; function load_more_posts() { if (_is_loading) return; _is_loading = true; // Build URL if (_url.charAt(_url.length - 1) != '/') _url += '/'; if (_current_page === 1) _url += 'page/1'; _current_page++; _url = _url.replace('page/' + (_current_page - 1), 'page/' + _current_page); // Fetch _Ajax(_url, function(data) { var new_posts_html = data.split('')[1].split('')[0]; var $new_posts = $('#posts', data); // Insert posts and update counters $('#posts').append(new_posts_html); _posts_loaded = $new_posts.find('li.post').length; if ((_posts_loaded > 0) && (_current_page < _total_pages)) { set_trigger(); _is_loading = false; } else { disable_scroll(); } }); // Stats } return { init: init }; }); $(function() { });