// Show the archive tab. 
// It shows on :hover, but this should make it work on touch screens too.

$(function() {

	$('.show_archive a').click(function() {
		$('nav').css('z-index', '75');
	});
});	
// JavaScript Document
