// Allows plugins to be written from an external JS file (to prevent IE's new "click to activate" requirement, see http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overview/activating_activex.asp)
function documentWriteWrapper(str) {
	document.write(str);
}