DinosaurJr - If google still hasn't indexed the pages you're looking for, you can use flickr's api.
Simplest way to do it is to go to http://flickr.com/services/api/explore/?method=flickr.photos.getInfo (which is the api explorer page for the function flickr.photos.getInfo), and fill the photo_id field with the value that Yaniv described above (e.g., 133527964).
After you click the "Call Method..." button you'll get an XML result. At the bottom of that result you will be able to see the url for the photo page. It will be something like:
<url type="photopage">
http://www.flickr.com/photos/carradine65/133527964/
</url>
This is the page you're looking for.