Just had a couple of problems when integrating it into a website with a correct doctype, pushing out application/xhtml+xml
When serving application/xhtml+xml content type, all document.write is stripped, which is a major part of the script, writing the table and all

I gave up trying to fix this as it would require a lot of hassle using JS to createElement over and over.
Also, when these documents are in standards compliance and not quirks mode (full and correct doctype preceding the <html> element,) the functions that set the left and top values need to be appended with + "px". Left and top values require unit types (in this case, px)
That’s about all… other than that, great job, wicked calendar
