// JavaScript Document

function DocumentWriter(text) {
            document.write(text);

}