$(document).ready(function() {
	//Assign all classes with open_new_window to have them open up in a new tab
	$(".open_new_window").attr({ target: "_blank" });
});
