AudioPlayer.setup("/includes/javascript/audioplayer/audioplayer.swf", {
	artists: "95.5 Charivari",

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

	width: 280,			// 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: "bbbbbb",		// Speaker icon/Volume control background
	lefticon: "ffffff",		// Speaker icon
	voltrack: "ffffff",		// Volume track
	volslider: "4b4b4b",		// Volume slider
	rightbg: "fbdd00",		// Play/Pause button background
	rightbghover: "606060",		// Play/Pause button background (hover state)
	righticon: "ffffff",		// Play/Pause icon
	righticonhover: "ffffff",	// Play/Pause icon (hover state)
	loader: "fdee7f",		// Loading bar
	track: "fdee7f",		// Loading/Progress bar track backgrounds
	tracker: "fbdd00",		// Progress track
	border: "221e1f",		// Progress bar border
	text: "221e1f"			// Text
});
