$(document).ready(function() {
	var myURL = location.protocol + "//" + location.hostname;
	$('a[href^=http://]').attr('target','_blank');
	$('a[href^=+.pdf]').attr('target','_blank');
	//$('a[href^=http://]').not('[href^='+student.santarosa.edu/~dbolt1/+']').attr('target','_blank');
	});

