$(document).ready(function(){
	// open links that start with http i.e. external links, in a new window					   
	$("a[href^='http']").attr('target','_blank');
});
