// JavaScript Document

jQuery(document).ready(function(){
	    jQuery("._blank a").click(function(){
	        window.open(this.href);
	        return false;
	    });
	});	
	

jQuery(document).ready(function(){
	    jQuery(".content-page :header:first-child").addClass("h-first-child");
	});
