
(function(data) {
  var prev = ['index', 'Home'];
  var next = ['index', 'Home'];
  var current;
  var num_articles = data.length;
  for (var i=0; i < num_articles; i++) {
	current = data[i];
	if (current[0] == ARTICLE_NAME) {
	  if (i != num_articles - 1)
		next = data[i+1];
	  break;
	}
    prev = current;
  }
  $('<table width="100%"><tr><td width="50%" valign="top">&laquo; <a href="'+prev[0]+'#prev=1">'+prev[1]+'</a></td><td width="50%" valign="top" style="text-align: right;"><a href="'+next[0]+'#next=1">'+next[1]+'</a> &raquo;</td></tr></table>').appendTo('.article-nav');
}([["on-daily-routines.html", "On Daily Routines"], ["a-minimal-blogging-engine.html", "A Minimal Blogging Engine"], ["choosing-a-profile-picture.html", "Choosing A Profile Picture"], ["shorter-blog-url.html", "Shorter Blog URL"], ["fluid-and-bounded.html", "Fluid &amp;amp; Bounded"], ["coincidences-dont-exist.html", "Coincidences Don't Exist"], ["bootstrap-draft-specification.html", "Bootstrap Draft Specification"], ["email-etiquette.html", "Email Etiquette"], ["contacting-jerry-yang.html", "Contacting Jerry Yang"], ["variable-sleep-schedule.html", "Variable Sleep Schedule"], ["love-eternal.html", "Love Eternal"], ["evolution-of-ideas.html", "Evolution of Ideas"], ["assume-good-faith.html", "Assume Good Faith"], ["first-impressions-of-dhaka.html", "First Impressions of Dhaka"], ["mile-high-club-a-howto.html", "Mile High Club: A HowTo"], ["phoenix-am-i.html", "Phoenix Am I"], ["escaped-thoughts.html", "ESCaped Thoughts"], ["hub-flows.html", "Hub Flows"], ["a-present-is-found-and-a-friend-is-made.html", "A Present Is Found &amp;amp; A Friend Is Made"], ["pedipeace-part-1.html", "Pedipeace (Part 1)"], ["pedipeace-part-2.html", "Pedipeace (Part 2)"], ["new-domain-for-tav.html", "New Domain for Tav"], ["hello-github.html", "Hello GitHub!"], ["a-challenge-to-break-python-security.html", "A Challenge To Break Python Security"], ["paving-the-way-to-securing-the-python-interpreter.html", "Paving the Way to Securing the Python Interpreter"], ["cutest-lolcat-ever.html", "Cutest LOLCat Ever"], ["a-weeks-difference-in-the-twitterverse.html", "A Week's Difference in the Twitterverse"], ["facilitating-the-banana-industry.html", "Facilitating The Banana Industry"], ["tweetfight.html", "TweetFight -- Fight Club 2.0"], ["oneline.html", "Oneline: Constructive Conversations on Twitter"], ["daft-punk-alive.html", "Daft Punk Alive?"], ["meme-time-tending-to-zero.html", "Meme Time Tending to Zero"], ["becoming-a-film-maker.html", "Becoming a Film Maker"], ["ruby-style-blocks-in-python.html", "Ruby-style Blocks in Python"], ["logrep-a-simple-apache-log-analysis-script.html", "Logrep: A Simple Apache Log Analysis Script"], ["update-on-securing-the-python-interpreter.html", "Update on Securing the Python Interpreter"], ["thoughts-of-ibiza.html", "Thoughts of Ibiza"], ["say-no-to-google-intrusion-of-privacy.html", "Say No to Google's Intrusion of Privacy"], ["happy-birthday-matthieu.html", "Happy Birthday Matthieu!"], ["top-life-tips-time-shift-dreaming.html", "Top Life Tips: #10 Time Shift Dreaming"], ["needed-better-interior-design-for-sex.html", "Needed: Better Interior Design for Sex"], ["pecu-allocations-by-tav.html", "Pecu Allocations by Tav"], ["quotessence.html", "Quotessence"], ["espra-trust-maps-coming-soon.html", "Espra Trust Maps: Coming Soon!"], ["sanitising-jsonp-callback-identifiers-for-security.html", "Sanitising JSONP Callback Identifiers For Security"], ["london-creative-labs.html", "London Creative Labs"], ["inside-grameen-with-a-nobel-prize-winner.html", "Inside Grameen with a Nobel Prize Winner"], ["media-ecologies-and-postindustrial-production.html", "Media Ecologies And Postindustrial Production"], ["ciao-python-hola-go.html", "Ciao Python, Hola Go!"], ["4-features-to-make-github-an-awesome-platform.html", "4 Features To Make GitHub An Awesome Platform"], ["anyone-interested-in-articles-on-using-pypy-to-create-new-languages.html", "Anyone Interested in Articles on Using PyPy to Create New Languages?"], ["will-you-peerfund-my-work.html", "Will You Peerfund My Work?"]]));
