function source(id) {
	var wrapper = document.createElement('div');
	wrapper.innerHTML = '<embed src="example.swf" height="120" width="160" type="application/x-shockwave-flash" />'
	document.getElementById(id).appendChild(wrapper.firstChild);
};