if (typeof ourworld == "undefined") var ourworld = new Object();
if (typeof ourworld.resources == "undefined") ourworld.resources = new Object();

ourworld.init_resources =
ourworld.init_resources_child = function () {
	console.log("ourworld.init_resources()");

	$("#right").jScrollPane({});
}
