var client = new EnvatoPlayerClient({
id: "player_div", // this identifies the container element for the player
volume: 50, // this is a percent value (0 to 100)
autoStart: false, // tells the player to auto play music
referralId: "Audio-4-Media", // the referral id for affiliate marketting
limit: 50, // limits the number of tracks in the playlist
width: 300, // player width
backColor: "#E7F9EC", // contrasting color
foreColor: "#48A85E", // less contrasting color
source: "popular:audiojungle" // playlist source
});