Content = {};

Content.display = function()
{
	if(Ajax.checkReadyState('copy') == "OK")
	{
		var copy = Ajax.getResponse().getElementsByTagName('copy')[0].firstChild.data;
		document.getElementById('copy').innerHTML = copy;
	}
}