$(document).ready(function() { $('a[rel="external"]').click( function() { window.open( $(this).attr('href') ); return false; }); });

David Seibert Classic Books

Comments on this entry are closed.