function embedThis(target, tag)
{
    document.getElementById(target).innerHTML = tag;
}




