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