If you're now having trouble with the site that seems to be linked with the digg code -- e.g., occasional error messages and offers to debug the script, conditions that sprung up after late Wednesday night, when we turned it on -- please post a comment or drop me an e-mail (volokh at law.ucla.edu). Our digg code has some temporary flaws (which we hope will go away in a few weeks, as a new PowerBlogs feature is added), and I wanted to know if they affect enough people that we should just drop the code.
I'm looking for problems you're having now -- we had more problems Thursday morning, but I think we fixed most of them. Thanks!
escape(""Journalism Programs End Race Criteria":")
Because of the double double-quotes, this is invalid javascript and it causes an error ("would you like to debug?"). The generating script should escape the string properly before constructing the snippet. Alternatively, avoid making posts with double quotes in their titles.
372, 482, 537, 832. 941, 1235, 1449
I assume that's one for each digg on the page.
Although I've not run a test in a sandbox (not my code, nor my responsibility), I believe the fix is to either use the JS backslash special character notation ( \") or the html special character notation (") for the double quotation marks that enclose the blog post's title. I suggest the latter case be tried first.