function loadDiv(doc, divId) {
	document.getElementById(divId).innerHTML = doc.getElementById(divId).innerHTML;
}