﻿jQuery(document).ready(function() {
/*jQuery('a').each(function(a) { if (this.rel == 'external') { jQuery(this).removeAttr('rel'); this.target = '_0' } });*/ jQuery('.tooltip').tooltip({ track: true, delay: 0, showURL: false, showBody: " - ", fixPNG: true })
});
function addClickClose() {
    jQuery('#sb-content').unbind('click').click(function() { Shadowbox.close(); });
}