if (typeof(documentWrite) == 'undefined') 
	window.documentWrite = function (data){
	document.write(data);
}