//workaround for ie object/embed issue ("click to activate content")
function fixObject ($content) {
	    document.write(unescape($content));
}