I have implemented a hit counter for each entry on my blog (http://www.biologynews.net), stored in an SQL table. I now have a "Top posts of the week" and "of the month", but I'm looking to achieve something a little more complicated. I want to dynamically sort entries of each day based on hits (for registered users, but thats a moot point - I can take care of that part).
Is there a way I can modify MT to do this? PHP, javascript, DHTML, whatever

Thanks!