I have a list of links in div elements and I am using dropcontent.js to load content into another div when a link is clicked. I would now like to a
Not a direct answer to your question, but a good reference that you may want to use.
http://demos.flesler.com/jquery/scrollTo/
The jQuery scrollTo plugin lets you scroll to any anchor in your page. If you just place an anchor on top of your window, you can use scrollTo to go there directly with an animation.