$(document).ready(function() { // Open external links in a new window $('a[rel=external]').each(function(){ $(this).attr('target', '_blank'); }); //Fixes issues with pasting content from Microsoft Word $('p').attr('style','').removeClass('MsoNormal'); });