$(function() {
	$('.sub-menu li:last-child').addClass('last');
	
	if ($('.article').length > 0) {
		$('.main-title').hide();
	}
});
