//
$(document).ready(function(){
	$("#tracklist li:even").addClass("odd");
	$('#bio').expander();
	$('.lightbox_image').lightBox();
	
});
