/**
 * @author Stesvis
 */
$(document).ready(function(){
	$('a.navigator').click(function(){
		$(this).addClass('current');
	});
});
