var myPlaylist = [
	{
		mp3:server_path+'media/18 Galaxy (Ft.Stixx Hit It & Buddy O).mp3',
		title:'Galaxy (Ft.Stixx Hit It & Buddy O)',
		artist:'Malcolm Kelley',
		rating:4,
		price:'0',
		duration:'6:04',
		cover:server_path+'media/SkylineShawty2.jpg'
	},
	{
		mp3:server_path+'media/Like This (Ft. Erik Tha Red).mp3',
		title:'Like This (Ft. Erik Tha Red)',
		artist:'Malcolm Kelley',
		rating:4,
		price:'0',
		duration:'2:48',
		cover:server_path+'media/mk_logo.jpg'
	}
];

$(document).ready(function(){
	$('.mainfeature').slides({
		play: 4000,
		preload: true,
		preloadImage: server_path+'img/loading_circle.gif'
	});
	
	$('#posts').innerfade({
		animationtype: 'fade',
		speed: 750,
		timeout: 8000,
		type: 'sequence'
	});
	
	$('#mediaplayer').ttwMusicPlayer(myPlaylist, {
		autoPlay:false, 
		description:'Hear more of rising star "Malcolm Kelley" on the artists page.',
		jPlayer:{
		swfPath:server_path+'js/jquery-jplayer/',
		supplied: "mp3",
		wmode: "window"
		}
	});
});
