onmessage = function(o) {
importScripts("classes.js");
eaglercraftServerOpts = o.data;
startIntegratedServer();
};