I've got the main navigation links on my site set up to go to various sections in my web site including a newsletter section. Every month a new newsletter is added and I'd like to have the links always go to the most recent newletter so that the link is seemingly dynamic, not static.

Is there a way to create this using Drupal and PHP? I'd like to set up a page that redirects the user to the most recent node in that category. Has anyone done this before?

Thanks!