function activateFlash(flashContent,who){
	document.getElementById(who).innerHTML = flashContent;
}
