$(function() {
	url = document.location.pathname
	$('#nav a[href="'+url+'"]').parent().addClass('selected')
});
