function insertObject(theDiv,ObjStr){
	theDiv.innerHTML=theDiv.innerHTML+ObjStr;
}

