document.observe('dom:loaded', initMainFunctionality);

function initMainFunctionality()
{
	SI.Files.stylizeAll();

}