var includes = [
				'/ARAV/js/prototype.js',
				'/ARAV/js/utf.js',
				'/ARAV/js/phpserializer.js',
				'/ARAV/js/yui/build/yahoo/yahoo.js',
				'/ARAV/js/yui/build/event/event.js',
				'/ARAV/js/yui/build/dom/dom.js',
				'/ARAV/js/yui/build/treeview/treeview.js',
				'/ARAV/js/treecall.js',
				'/ARAV/js/marker.js',
				'/ARAV/js/functions.js',
				'/ARAV/ajax_constants.php'
				]

for (i=0;i<includes.length;i++) {
	document.write("\n<script type=\"text/javascript\" src=\"" + includes[i] +"\"></script>");
}