Too add music to your site use the followin code
-:] Code -          <bgsound src="the song url goes here" autostart="true" loop="-1">
The LOOP will cuase the song to play over and over


To add controls to ur song so you can stop it ..this is on looks like this
-:] Code -          <embed src="your wma song file goes here" autostart="true" loop="-1" width="68" height="24"></embed>

This is another code for music controls...Looks like this
-:] Code -          <input type="button" value="Play" AUTOSTART="true" style="font-size: 6pt; font-family: courier new; color:#FFFFFF; background:transparent;border:1; border-color:#FFFFFF; border-style:solid"onClick="document.music.DoPlay()" name="buttonstart">
<input type="button" value="Pause" style="font-size: 6pt; font-family: courier new; color: #FFFFFF; background:#transparent;border:1px; border-color: #FFFFFF; border-style:solid" onClick="document.music.DoPause()" name="buttonnext">
<input type="button" value="Stop" style="font-size: 6pt; font-family: courier new; color: #FFFFFF; background:#transparent;border:1; border-color: #FFFFFF; border-style:solid" onClick="document.music.DoStop()" name="buttonstop">
<embed src="ur rm file here" align="baseline" border="0" width="0" height="0" name="music" type="audio/x-pn-realaudio" loop="true" repeat="true" AUTOSTART="true"></embed>

This one will not work wit WMA songs!