$(document).ready(function(){
	$("#nav>ul>li:first").addClass("home");
});
