jQuery.noConflict();
jQuery(document).ready(function($){ 
	$('#nav li:nth-child(2)').addClass('current_page_item');	
});