Dave, I quickly checked your blog and will post the solution here so we have a complete thread in case someone else has a similar question:
The missing link is the “permalink” attribute, so the code should read:
'.$_GET['permalink'].'
Looks like this:
This creates for each blog entry a database file for the CommentsStack with the name of the blog page (aka the permalink).
This should do the job.
/heiko