
function Write(str) {
    document.write(str);
}