FlashTag.prototype.write = function(doc) { (doc == document) ? doc.write (this.toString()) : doc.innerHTML = (this.toString()); }