// JavaScript Document
/* Add Blank Window Icon */
$(function() {
    $('a[target=_blank]').addClass('blank');
});