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