function onTemplateLoaded()
{
	callFlash("addEventListener", "titleLoad", "onTitleLoad");	
}

function onTitleLoad(titleDTO)
{
	callFlash("loadTitleById", titleDTO.parameters.title.id);	
}