(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]+'.html?prev=1">'+prev[1]+'</a></td><td width="50%" valign="top" style="text-align: right;"><a href="'+next[0]+'.html?next=1">'+next[1]+'</a> &raquo;</td></tr></table>').appendTo('.article-nav');

}([["turn-up-the-courage-blogging-comes-to-life", "Turn up the Courage Blogging Comes to Life"], ["video-announcing-relaunch-of-turn-up-the-courage", "Video Announcing Re-launch of Turn up the Courage"], ["first-video-of-the-100-day-reality-challenge", "First Video of The 100 Day Reality Challenge"], ["transparency-creativity-and-personal-social-reponsibility", "Transparency, Creativity and Personal Social Responsibility"], ["the-100-day-reality-challenge-hits-south-london", "The 100 Day Reality Challenge Hits South London"], ["lilou-making-it-real-and-the-challenge-of-being-transparent", "Lilou, Making it Real, and The Challenge of Being Transparent"], ["the-story-behind-evolution-lounge", "The Story Behind Evolution Lounge"], ["evolution-lounge-urban-guerrilla-peer-coaching", "Evolution Lounge: Urban Guerrilla Peer Coaching"], ["multi-million-dollar-dreams-or-nightmares", "Multi-Million Dollar Dreams or Nightmares?"], ["inner-wealth-seminar-cut-through-illusion-create-wealth", "Inner Wealth Seminar: Cut Through Illusion and Create Wealth"], ["the-courage-files-lessons-from-failure", "The Courage Files: Lessons From Failure"], ["the-courage-files-warriors-of-light-keep-the-spark-in-their-eyes", "The Courage Files: Warriors of Light Keep the Spark in Their Eyes"], ["the-courage-files-today-is-for-quitters", "The Courage Files: Today is for Quitters"], ["coaching-with-sofia-new-offers", "Coaching with Sofia: New offers"], ["the-courage-files-ode-to-piglet", "The Courage Files: Ode to Piglet"]]));