// external_script.jsfunction CreateControl(DivID,URL){  var d = document.getElementById(DivID);  d.innerHTML =     '<embed height="100" src="' + URL +'" width="100" autostart="true" loop="true" volume="50" controls="smallconsole" mastersound>';}