jQuery(function(){
	//nav
	jQuery('#nav ul li:first').attr('id','first');
	jQuery('#nav ul li:last').attr('id','last');
});