$(document).ready(function(){
	$("#nav li:last").addClass("last-child");
	$("#nav li:first").addClass("first-child");
	$("#nav li.last-child").find("a").remove();
	$("#nav li.last-child").append("<a href='http://portal.interprose.com/va/login.do?customerID=GILLE' target='new'>My Account</a>");
	
	
	$('#slides').cycle({ 
	    prev:   '#arrowlt', 
	    next:   '#arrowrt', 
	    timeout: 6000,
	 	delay:  500, 
	    speed:  800
	});
	
});
