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