var FADER_ITEMS = [
	wrapper(
		'<div></div>'),
	wrapper(
		'<div></div>')
	];

function wrapper(s_body) {
	return s_body
}
