function nextShipDay(date)
{
	$('#next_ship_day').html(date);
}
