// Umgeht das EOLAS-Patent (IE)
function docwrite(content) {
	document.write(content);
}