$(document).ready(function() {

	$.getScript('/threads_assets/threadsplayer/threadsplayer.js', function(data, status) {
	
		// short cut for use in any functions that we might define here
		var tp = $.fn.threadsPlayer;
		
		$('#threadsplayer').threadsPlayer({ 
 		 	'playlistUrl' 						: '/playlist.php',
  		'playerId'								: 'playerId1',
  		'collectionId'						: '3a412158-a196-11e0-8bbb-12313d02ceaa',
  		'collectionType'					: 'album',
  		'currentTrackId'					: '1',
  		'buyContainerWidth'				: '300',
  		'buyContainerHeight'			: '300',
  		'playerType'							: 'small',
  		'imageSize'								:	'70',
  		'css' 										:	[
  																
  																'/player/threadsplayer_small.css'
  																],
  		'facebookLikeUrl'					: '',
  		'templateUrl'							:	'/player/threadsplayer_small.php',
  		'showMainPlayer'					: true,
  		'styleControlsPre' 				:	function() { },
  		'styleControlsPost' 			:	function() { },
  		'initializeControlsPre' 	:	function() { },
  		'initializeControlsPost' 	:	function() { },
  		'updateTrackDetailsPre' 	:	function(response) { },
  		'updateTrackDetailsPost' 	:	function(response) { }
  	});
  }); 
});
