/*
	<jsapi>
		<author>2006 Florian Hoech</author>
		<file>jsapi.dom.js</file>
		<dependencies>
			jsapi.js
		</dependencies>
	</jsapi>
*/

if (typeof jsapi == "undefined") throw "jsapi.dom ERROR - missing required dependencies: jsapi";
else {
	jsapi.dom = {}
};