function init() {
	if ($ && Scroll) {
		if ($("Data")) Scroll.build("Data", 10);
	} else {
		setTimeout(init, 100);
		return;
	}
}