function WriteHTMLInto(obj, html){
	obj.innerHTML = html;
}
