function showFlash(divName,obj) {
	var d=document.getElementById(divName);
	d.innerHTML=obj;
}

