$(function(){
	/** CORNERS */
	$(".wrap-all, .wrap-footer").corner("5px");
	
	/** _BLANK */
	$("a[href^='http:']:not([href*='" + window.location.host + "'])").each(function() {               
		$(this).attr("target", "_blank");
	});
});
