
$(document).ready(function () {
    // Open external links in a new window
	$('a[href^="http://"]').attr("target", "_blank");
	
	
});

