

function CreateEmbed(DivID)
{

  var d = document.getElementById(DivID);
  d.innerHTML = '<embed src=Anniversary/140.mp3 autostart=false loop=true Width=200 height=40>';
}

/*
<OBJECT ID="Player" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" standby="Loading The House Player..." TYPE="application/x-oleobject" width="180" height="24">
<PARAM NAME="FileName" VALUE="mms://klvv.streamguys.com/TheHouse20k">
<!--for message before stream-->
<!--<PARAM NAME="FileName" VALUE="http://klvv-web.streamguys.us/TheHouse20k.asx">-->
            <PARAM NAME="AnimationatStart" VALUE="true">
            <PARAM NAME="TransparentatStart" VALUE="true">
            <PARAM NAME="AutoStart" VALUE="true">
            <PARAM NAME="EnableContextMenu" VALUE="0">
            <PARAM NAME="ShowControls" VALUE="0">
            <PARAM NAME="ShowStatusBar" VALUE="1">
*/
