$(function(){
	$('body').addCaption();
	
	shift.externalLink();
	
	shift.smoothScroll();

	var p = shift.getURL();
	p['file'];
	p['dir'];
	p['parent'];

	$('body').addClass(p['parent']);
});
