Hello, World

This is HTML.

some text
publish url=http://127.0.0.1:4446/?Network=Greenlight&ID=publishContainerWidget&PublishFilename=c:\temp\publish3.html&PublishToFtpSite=on&PublishFTPAccount=Aspect Software&PublishFtpDirectory=/webdocs
publish url=http://127.0.0.1:4446/?Network=Greenlight&ID=publishContainerWidget&PublishFilename=c:\temp\publish3.html&PublishToFtpSite=on&PublishFTPAccount=Aspect Software&PublishFtpDirectory=/webdocs
Published: okPost to ftp: ok
h1 {font:italic 3em Arial;}
p {margin-left: 2em; font-size: 3.0em;}
function initialize(){
appendToLog("initialize started1");
var today=new Date();
var msg="This is JavaScript saying it's now " + today.toLocaleString();
//alert(msg);

//add button to Debug Console
clearDebugConsole();

var d=document.getElementById("MyBox");
d.style.backgroundColor="green";
};

function clearDebugConsole(){
var d=document.getElementById("debug_console");
d.innerHTML="<button onclick='JavaScript:clearDebugConsole()'>Clear Console</button>";
};