/**
 * @author James Love
 */
	/* add target _blank & title for external links*/
            $(document).ready(function(){    
			
					$("a.new-window").attr({target: "_blank",title:"Link will open in a new browser window"}); 	
				
				
		     	});  
			
			
	
			
			

 
 
