var art = new Array(); 

art[0] = "You already have this artist as favorite.";
art[1] = "Are you sure you want to delete this favorite?";
art[2] = "You do not have this artist in your favorite list.";
