////////////////////////////////////////////////////////////////////////////
var flashvars = {};
flashvars.skin 		= '/player/skin/skin-micro.xml';
flashvars.playlist 	= '/player/playlist.xml';
flashvars.autoplay 	= 'true';
flashvars.volume 	= '80';
flashvars.shuffle 	= 'true';
flashvars.repeat = 'true';
flashvars.key 		= '';

////////////////////////////////////////////////////////////////////////////
var params = {};
params.allowScriptAccess = 'always';

////////////////////////////////////////////////////////////////////////////
var attributes = {};
attributes.id = 'ep_player';

////////////////////////////////////////////////////////////////////////////
swfobject.embedSWF(
	'/player/ep_player.swf', 			// the location of the swf file
	'ep_container', 			// the id of the div to print the player in 
	'235', '45', 				// the width and height of the player
	'10.0.0',					// the required flash version 
	false,						// we've disabled express-install to keep it simple
	flashvars,
	params,
	attributes
);
