function activateFlash(flashContainer, flashContent)
{
	$(flashContainer).innerHTML += flashContent;
}
