$(document).ready(function(){

	$('.newwindowlinks a').click(function(){
		window.open(this.href);
		return false;
	});

});
