// JavaScript Document
function fix(theText){
document.write(theText);
}