document.write('<embed src="' + musicpath + '" width="0" height="0" autostart="true" hidden="true" ' );
document.write('loop="' + looptype + '"></embed>');
document.write('<bgsound="' + musicpath + ' loop="' + looptype + '">');
