﻿function LoadLyrics(songtitle) {
    alert('Load lyrics for ... ' + songtitle);
}

function DiscographyReBind() {
    $('a[rel*=facebox]').facebox();

    /* STRIP NON-ALPHANUMERIC CHARACTORS */
    $('.stripHtml').alphanumeric({ ichars: '<>' });
    $('.stripHtmlTags').alphanumeric({ ichars: '<>' });
}
