function createControl(flashContent, divID) {
	document.getElementById(divID).innerHTML = flashContent;
}

