OK. We now have the domain/lsPage.bind working without error.

var lsPage = new PushPage();
lsPage.context.setDomain("PATSYSTEMS.COM");
lsPage.bind();
lsPage.loadEngine("../ls/lsengine.html?config=../lsengine_config.js");

However, we still have problems when loading the lsengine_config. An alert jumps out stating "Engine not bound check lsengine_config.js".

An alert follows that stating 'ER Bind unable to find engine. Please check configuration".

The javascript error is:
----------------------------
Error: Object doesn't support this property or method
URL: http://mypc.patsystems.com:8080/webs...gine_config.js

Any ideas?