function show_flash(div_id, content){
	document.getElementById(div_id).innerHTML = content;
}