		$(document).ready(function(){
			$('#tracklist').makeacolumnlists({cols: 2, colWidth: 0, equalHeight: 'ol', startN: 1});
			$(".lightbox").colorbox();
			var divdbl = $("#foo");
   	 			divdbl.dblclick(function () { 
      			$('#logo').fadeOut('slow', function() {
  					$('#logo2').fadeIn('slow')
				});
    		});
			});

