// 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");
	//});

jQuery(document).ready(function(){
	    jQuery("ul.bott-menu li:last").addClass("last-menu");
	});

jQuery(document).ready(function(){
	    jQuery(".content-page :header:first-child").addClass("h-first-child");
	});