awesome, for a method like this you will want to cache the pagerank instead of looking up every site, every time your rankings page loads. That makes this mod a bit bigger as we need to setup DB table to store the PR value, and pseudo cron to grab the PR every X seconds. Not hard, but quite a...