// JavaScript Document

/* Add target _blank on http://*/
$(function() {
	$('a[href^="http://"]').attr("target", "_blank");
});
