// JavaScript Document

jQuery(document).ready(function($){
								
								
$('a').each(function() {
  var a = new RegExp('/' + window.location.host + '/');
  if(!a.test(this.href)) {
      $(this).click(function(event) {
          event.preventDefault();
          event.stopPropagation();
          window.open(this.href, '_blank');
      });
  }
});


$("aside#services ul li.service-box:first-child")
        .css("margin-left", "0")
		.addClass("courses");


 $("font").contents().unwrap()
 
 
$("img").error(function(){
        $(this).hide();
});



 $('.display-posts-listing').append( $('.wp-pagenavi') );

    });


