format_song(); $title = scrub_out($song->f_title . " by " . $song->f_artist_full); $file = scrub_out($song->file); break; case 'album': break; case 'artist': break; default: break; } // end type switch ?>