document.write is evil.
Why does friendconnect use document.write?
document.write is incompatible with xhtml. When a document is served as "application/xml+xhtml" you get errors from the friendconnect script "Object #<Document> has no method 'write'".
Please do not use document.write.
Please adopt dom manipulation methods instead.
Please friendconnect start correcting the errors in your script!
Please friendconnect stop being evil and start being "best use".