// JavaScript Document
function InsertMusic()
{
  document.write('<embed src="music/daintreedreamtime.mp3" width="17" height="17" align="absbottom" bgcolor="#eae3c0" autoplay="true" repeat="true"></embed>\n');
}