// Create artist object with a couple of dummy functions, to prevent hacks to the 360-player erroring //
artist = {
	sound: {
		addSound: function(id) { },
		attachSound: function(id, url) { },
		setCurrentByURL: function(url) { }
	}
};