If you are using the new GA.js version of the Google Analytics reporting script, you can track page hits dynamically with the following code:
Code:
pageTracker._trackPageview("DYNAMIC_URI");
(Where "DYNAMIC_URI" is the URI you would like to see when viewing your Google Analytics reports)