// flash_ie_fixer.js
//the issue with the IE 4-11-06 update is that we now need to do the 
function ieFixPrintLn(s) { document.writeln(s); }  

