function fadeArtists(speed) {
    $(".list li").css({ display: "none"});
    $(".list li:first").show(speed, function() {
        $(this).next().show(speed, function() {
        $(this).next().show(speed, function() {
        $(this).next().show(speed, function() {
        $(this).next().show(speed, function() {
        $(this).next().show(speed, function() {
        $(this).next().show(speed, function() {
        $(this).next().show(speed, function() {
        $(this).next().show(speed, function() {
        $(this).next().show(speed, function() {
        $(this).next().show(speed, function() {
        $(this).next().show(speed, function() {
        $(this).next().show(speed, function() {
        $(this).next().show(speed, function() {
        });
        });
        });
        });
        });
        });
        });
        });
        });
        });
        });
        });
        });
    });
}


$(document).ready(function(){
	$("img").filter("#bookmark").mouseover(function(){
		$("span").filter("#bookmarkalt").fadeIn(100);
	});

	$("img").filter("#bookmark").mouseout(function(){
		$("span").filter("#bookmarkalt").fadeOut(100);
	});


	$("img").filter("#url").mouseover(function(){
		$("span").filter("#urlalt").fadeIn(100);
	});

	$("img").filter("#url").mouseout(function(){
		$("span").filter("#urlalt").fadeOut(100);
	});


	$("img").filter("#email").mouseover(function(){
		$("span").filter("#emailalt").fadeIn(100);
	});

	$("img").filter("#email").mouseout(function(){
		$("span").filter("#emailalt").fadeOut(100);
	});


	$("img").filter("#albums").mouseover(function(){
		$("span").filter("#albumsalt").fadeIn(100);
	});

	$("img").filter("#albums").mouseout(function(){
		$("span").filter("#albumsalt").fadeOut(100);
	});


	$("img").filter("#myspace").mouseover(function(){
		$("span").filter("#myspacealt").fadeIn(100);
	});

	$("img").filter("#myspace").mouseout(function(){
		$("span").filter("#myspacealt").fadeOut(100);
	});


	$("img").filter("#listartists").mouseover(function(){
		$("span").filter("#listartistsalt").fadeIn(100);
	});

	$("img").filter("#listartists").mouseout(function(){
		$("span").filter("#listartistsalt").fadeOut(100);
	});


	$("img").filter("#random").mouseover(function(){
		$("span").filter("#randomalt").fadeIn(100);
	});

	$("img").filter("#random").mouseout(function(){
		$("span").filter("#randomalt").fadeOut(100);
	});



	$("img").filter("#rss").mouseover(function(){
		$("span").filter("#rssalt").fadeIn(100);
	});

	$("img").filter("#rss").mouseout(function(){
		$("span").filter("#rssalt").fadeOut(100);
	});
});
