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

        window.open(this.href);

        return false;

    });



 var $flashDiv = $('#flash-mast');
      $flashDiv.fadeIn('slow'); 
	

});



