$(document).ready(function(){
$(document).pngFix();
$('a.external').click(function(){

        window.open(this.href);

        return false;

    });

});
