function embedForm(settings, url, width) {
	var transport = new easyXDM.Socket({
		remote: url + "resize_intermediate.html?url=form.php" + settings,
		swf: url + "scripts/easyxdm.swf",
		props: {'width':width, 'height':840, 'scrolling':'no'},
		container: "wssForm",
		onMessage: function(message, origin) {
			this.container.getElementsByTagName("iframe")[0].style.height = message + "px";
		}
	});
}
