Loader = {

  sPlayer : '   <embed src="sounds/players/xspf_player/xspf_player_slim.swf?playlist_url=sounds/playlists/intro.xspf" ' +
            '      quality="high" bgcolor="#E6E6E6" name="xspf_player" allowscriptaccess="sameDomain" ' +
            '      type="application/x-shockwave-flash" ' +
            '      pluginspage="http://www.macromedia.com/go/getflashplayer" ' +
            '      height="15" width="400"> ' +
            '   </embed> ',

    /**
     * Currently disabled.
     * Writes the player to the document, to avoid requiring the user to double-click on the
     * player to start playing on the IE browser.  Possibly, due to the ActionScript used
     * by the Xspf Player, this is not currently needed.
     */
    loadPlayer : function() {
       // document.getElementById( "music-player-1" ).innerHTML = this.sPlayer;
    },


    load : function() {  
       this.loadPlayer();
    }  
}



