// JavaScript Document

function fixIEFlash(strString) {
	document.write(strString);
}
