function insertFlash(ih, parent){
			document.getElementById(parent).innerHTML=ih;

}
