//   Javascript for music control on index/home page
// 
<!--
document.write('<div align="center" width="100%" class="text-sm"><font color="gray">Music control: </font></strong>');
document.write('<embed src="http://www.kineticsmag.com/sound/heart_to_heart.mp3" width="160" height="20" align="center" loop="true" '); 
document.write('type="audio/mpeg" showtracker="false" showcontrols="true" showgotobar="false" showdisplay="false" showstatusbar="false" ');
document.write('autosize="false" autostart="true"></embed></div>');
-->
