AudioPlayer.setup("/zz_global/audioplayer/player.swf", {
	artists: "Charivari 98.6",

	initialvolume: 80,		// initial volume level (from 0 to 100)
	noinfo: "no",			// if yes, disables the track information display

	width: 300,			// width of the player. e.g. 290 (290 pixels) or 100%
	transparentpagebg: "yes",	// if yes, the player background is transparent (matches the page background)
	
	leftbg: "758491",		// Speaker icon/Volume control background
	lefticon: "ffffff",		// Speaker icon
	voltrack: "ffffff",		// Volume track
	volslider: "221e1f",		// Volume slider
	rightbg: "749e1b",		// Play/Pause button background
	rightbghover: "758491",		// Play/Pause button background (hover state)
	righticon: "ffffff",		// Play/Pause icon
	righticonhover: "ffffff",	// Play/Pause icon (hover state)
	loader: "749e1b",		// Loading bar
	track: "dde5ec",		// Loading/Progress bar track backgrounds
	tracker: "749e1b",		// Progress track
	border: "221e1f",		// Progress bar border
	text: "221e1f"			// Text
});