function loadEmbedObject(str){

	document.write(str);

}

function loadEmbedObjectInDiv(myDiv, str){

	myDiv.innerHTML = str;

}
