
function prizeeFlash(id, str)
{
	if (document.getElementById) {
		document.getElementById(id).innerHTML = str;
	}
}
