//workaround To remove the "Click here to activate this " message on Internet Explorer:
   

function write_object(embedded_object)
{
	document.write(embedded_object);
	document.write('\n');
}

