$(document).ready(function() { $('.external').click(function() { window.open(this.href); return false; }); if (!($.browser.msie && (jQuery.browser.version == "6.0" || jQuery.browser.version == "7.0") )) { $(" img.border ").insetBorder({ inset: 4, borderColor: '#2963a2' }); } });