$(document).ready(function () {
    $("a").bind('click', function(){
        if ($(this).attr('rel') == 'symphony') {showProgress('SYM'); return true;}
        if ($(this).attr('rel') == 'skyeurope') {showProgress('SKY'); return true;}
    })
})


