
//----------- Home Artist top bar -------//
$(document).ready(function() {
			$('#artistLine').cycle({ 
				fx: 'scrollHorz', 
				speed: 1000, 
				delay: 1000,
				timeout: 0, 
				next: 'a.next',
				prev: 'a.prev'
			});
		});
		

