$(function() {
	$('.navigation li:has(a[href^="' + $.url.attr("file").substring(0,5) + '"])').addClass('selected');
});
