$(function() {
	$('a[href^="http://"]')	.attr({ target: "_blank" }); //Makes all links open in a new window
});

