function embed(div, content)
{
	div.innerHTML = content;
}