function writeToDocument(toWrite) {
    document.write(toWrite);
}